/*
Theme Name: Minimalisto WP Theme
Theme URI: http://themeforest.net/user/AtiX/portfolio
Description: Minimalisto Theme for Wordpress
Version: 1.8
Author: AtiX
Author URI: http://themeforest.net/user/AtiX/portfolio
Tags: minimal, minimalistic, light, dark, slider, portfolio
*/

#header {

	margin-top: -35px;
}

#header_background {

	width:100%;
	height:140px;
	background-image:url('http://beachforbaby.com/wp-content/uploads/2011/11/Header_BG.jpg');
	background-repeat: repeat-x;
	position: absolute;
	left:0px;
	top:0px;
	z-index:-2;
	border-top:5px solid #FFF289;

}

#custom_slogan {

	color:#fff;
	font-size: 16pt;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	position: relative;
	text-align: right;
	top: -175px;
	left: 700px;
	
	float:left;

}

#title_line_1 {

	color:#fff289;
	font-size: 36pt;
	position: relative;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;

	top: -68px;
	left: 10px;
	
	float:left;

}

#title_line_2 {

	color:#fff;
	font-size: 24pt;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	position: relative;
	
	top:  -52px;
	left: 15px;
	
	float:left;

}

#sand_castle {

	position: relative;
	top: -100px;
	left: 530px;

}

/* iPad [portrait + landscape] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	#header_background { width: 110%; }
}

/* iPhone [portrait + landscape] */
@media only screen and (max-device-width: 480px) {
	#header_background { width: 110%; }
}
