/*  
Theme Name: Slant Step Child Theme
Theme URI: #
Description: A Portfolio Blog Theme
Version: 1.0.6
Author: fefifolios
Author URI: http://fefifolios.com
Tags: k9
Template: uber
*/
/* Don't add any custom styles above this line!!! */
@import url("../uber/style.css");
/* Add whatever you like below*/

body {
    color: #333333;
}

#content.threeFourth .page {
    width: 96%;
}

body.custom-background{background:url('images/bg_tile.jpg') !important;}
#header{height:169px;margin-bottom:0px;}
	#header .inside{max-width:928px;height:inherit;padding:0px;border:none;box-shadow:none;background:url('images/header_bg.png');}
	#header #logo{position:absolute;height:274px;width:460px;left:-75px;background:url('images/chair.png') no-repeat;}
	#header #logo h1 a{position:absolute;top:32%;left:46%;height:75px;width:250px;text-indent:-99999px;}
	
#main{max-width:928px;padding-top:105px;border:none;box-shadow:none;margin-bottom:0px;}
	#mainNav{top:15%;font-size:160%;font-family:'Courier', monospace;}
	#mainNav ul a {font-weight:normal;}
	#mainNav li{margin:0px 0px 0px 30px;}

#pageHead{max-width:450px;}
	#pageHead h1{color:black;font-family:'Courier', monospace;font-weight:normal;font-size:160%;}
	
#sidebar{margin-top:-130px;}


#sidebar .widgetBox h3, #footer .widgetBox h3 {
    color: #606060;
    font-size: 1em;
    font-weight: bold;
}

#footer .inside{max-width:928px;background:none;padding:0px;}

#footer .secondary{background:none;background:url('images/footer_bg.png') no-repeat;height:98px;}

/*//////////////////////////////////////////////////////////////////// 
//  12 - Media Queries
////////////////////////////////////////////////////////////////////*/

/* iPad Portrait */

@media only screen and (max-width: 768px) {	
	#sidebar{margin-top:0px;}
	
}

/* iPad Landscape */

@media only screen and (max-width: 1024px) {
			
}

@media only screen and (max-width: 940px) {	
		
}


/*layouts smaller than 600px, iPhone and mobiles*/
@media only screen and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 600px)  {
	#sidebar{margin-top:0px;}

		
}

/* iPhone Landscape */
@media screen and (max-width: 480px) and (orientation: landscape) {
	#sidebar{margin-top:0px;}
}

/* iPhone Portrait */
@media screen and (max-width: 480px) and (orientation: portrait) {
	#sidebar{margin-top:0px;}	
}