/*Reponsive layout and Design
  Raul F. Nedd
  Date:01/19/2015
*/


body{

	background-image: url('../img_responsive/background_img9.jpg');
	/* Background image is centered vertically and horizontally at all times */
  	background-position: center 225px;
	 /* Background image doesn't tile */
  	background-repeat: no-repeat;
	/* Background image is fixed in the viewport so that it doesn't move when 
     	the content's height is greater than the image's height */
 	 background-attachment: fixed;
	/* This is what makes the background image rescale based
     	on the container's size */
  	background-size: cover;
	 /* Set a background color that will be displayed
     	while the background image is loading */
  	//background-color: #464646;
	background-color: #000000;



	color: #FFFFFF;
	font-size: 100%; /* Base font size is */
	font-weight: 900;
	font-family:    Arial, 'Arial Black', 'Sans Serif', 'Lucida Sans Unicode';
	line-height:1.5;
	text-align: left;


}
a{
	text-decoration: none;


}

a:link, a:visited{
	color: #CF5C3F;

	
}

a:hover, a:active{

	background-color: #CF5C3F;
	color: #FFFFFF;
	border-radius: 8px;
	padding: 0 1% 0 1%;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;

}

.body{

	margin: 0 auto;
	width:70%;
	clear: both;

}

.topheader{
	float: left;
	width: 100%;

}

.headertitle{
	width: 63%;
	color: #CF5C3F;
	//border: 5px solid blue;
	float: left;
	font-size: 50px;
	font-family: 'Times New Roman';
	text-align: center;
	//padding-top: 3%;
	

}
.logo{
	width: 27%;
	float: right;
	//border: 5px solid red;

}
.mainheader{
	//border: 5px solid yellow;
	

}

.mainheader .topheader .logo img{
	width: 100%;
	//float: right; 
	height: auto;
	//margin: 0 0  0 26%;
	//border: 5px solid green;
	margin: .1% 0 5% 0;
	//padding-left: 10%;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	
	

}


.Raul_img2{
	width: 100%;
	
	height: auto;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;


}
.mainheader nav{
	float: left;
	//border: 5px solid white;
	background-color: #666;
	width: 100%;
	font-family: 'Arial Black';
	
}
.mainheader{
	position: fixed;
	//background-color: #464646;
	background-color: #000000;
	
	width: 70%;
	//margin: 0 auto;
	//height: 100px;
	//border: 1px solid #FFFFFF;
}
.mainheader nav, .mainfooter{
	//background-color: #666;
	height: 40px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;

}
.mainheader ul li a.activeMenu{
	
	background-color: #B09C68;
	border-radius: 5px;


}
.mainheader nav ul{
	list-style: none;
	margin: 0 auto;
	background-color: #666;
}

.mainheader nav ul li{
	float: left;
	display: inline;


}

.mainheader nav a:link, .mainheader nav a:visited{
	color: #FFFFFF;
	display: inline-block;
	padding: 10px 25px;
	height: 20px;


}
.mainheader nav a:hover, .mainheader nav a:active, 
.mainheader nav .active, .mainheader nav .active a:visited{
	background-color: #CF5C3F;
	text-shadow: none;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;


}
.mainheader nav ul li a {
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;

}

.mainContent{
	
	line-height: 25px;
	border-radius: 8px;
	//margin-top:2px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	//overflow:hidden;

}
.content{

	width: 70%;
	float: left;
	font-family: 'Arial',  'Arial Black';
	//margin-top: 250px;
	//padding-top:2%;
	
}
.topcontent{
	
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 5% 5%;
	margin-top: 45%;
	background-color: #666;

}
.bottomcontent{
	background-color: #666;
	padding: 1% 5%;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 1% 5%;
	margin-top: 2%;

}

.top-sidebar {
	width: 27%;
	float: left;
	margin-left: 3%;
	margin-top: 27%;
	//margin-bottom: 2%;
	//padding-top: 8%;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	//background-color: #000000;
	color: #CF5C3F;
	
}
.post-info{
	font-style: italic;
	color: #999;
	font-size: 85%;
}
.middle-sidebar {
	width: 27%;
	float: left;
	margin-left: 3%;
	border-radius: 8px;
	color: #CF5C3F;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	//background-color: #FFFFFF;
	
}
.bottom-sidebar {
	width: 27%;
	float: left;
	margin-left: 3%;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	//background-color: #FFFFFF;
	color: #CF5C3F;
	
}

.mainfooter {

	width: 100%;
	float: left;
	margin-top: 2%;
	padding-bottom: 15px;
	
}
.mainfooter p {
	width: 92%;
	margin: 2% auto;
	text-align: center;
}
@media only screen and (min-width: 751px) and (max-width: 1000px){

	
	.mainheader img{
	width: 50%;
	padding-left: 50%;
	margin-bottom: 0;
	position: none;
	
	}
	.mainheader{
	position: relative;
	//top: 0;
	width: 100%;
	//margin: 0 auto;
	//height: 100px;
	//border: 1px solid #FFFFFF;
}
	.mainheader nav{
	
	height: 80px;
	margin-top: 0;
	

	}


}
@media only screen and (min-width: 150px) and (max-width: 750px){
  /* The file size to improve page load speed and appearance on mobile internet connections */


	body {
    
    	background-position: 5px 125px;	
	}

	h1{
	font-size: 100%;
	
	}

	.body{

	
	width:95%;
	
	font-size: 95%;
	

	}

	.mainheader{
		//position: absolute;
		//top: 0;
		width: 95%;
		//margin: 0 auto;
		//height: 100px;
		//border: 1px solid #FFFFFF;
	}

	.mainheader img{
		width: 50%;
		padding-left: 0;
		margin: 0;
	
	
	
	}

	.mainheader nav{
	
		height: 40px;
		margin-top: 0;
		overflow: hidden;
	
	
	}
	

	.mainheader nav:hover{
		height: 160px;
	}


	.mainfooter{
		height: 30px;
		text-align: center;
	}
	.mainheader nav ul{
		padding-left: 0;

	}

	.mainheader nav ul li{
		text-align: center;
		width: 100%;

	}
	.mainheader nav a:hover, .mainheader nav a:active{
		height: 240px;
		display: block;
	
		//overflow: auto;

	}

	.mainheader nav a:link, .mainheader nav a:visited{
		display: block;
		padding: 10px 25px;
		//height: 20px;


	}
	.mainheader nav ul .mobile{
	display: none;

	}
	.mainheader nav ul li:hover .mobile{
	display: block;
	position: relative;
	height: 240px;
	}
	.mainContent{
	line-height: 25px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	//overflow:hidden;

	}
	.content{

	width: 100%;
	float: left;
	
	}
	
	.topcontent{
	//background-color: #FFFFFF;
	padding: 1% 5%;
	margin-top: 55%;


	}
	.bottomcontent{
	//background-color: #FFFFFF;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 1% 5%;
	margin-top: 2%;

	}
	.headertitle{
	font-size: 85px;

	}

	.top-sidebar, .middle-sidebar, .bottom-sidebar {
	width: 94%;
	float: left;
	margin-left: 0;
	margin-top: 2%;
	margin-bottom: 2%;
	padding: 1% 5%;
	}
	.post-info{
	display: none;
	font-style: italic;
	color: #999;
	font-size: 85%;
	}
	

	
	

}



