

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {

 html {background-color:#f6e5b9; font-size:80%; }
#wrapper 						{ background:url(../img/header-bg.png) top center repeat-x; border-top: 7px solid #332921; overflow:hidden; }
#main 							{ max-width:99%; padding:0; margin:0 auto;   }


#content-left 					{ width:100%; padding:5px;  float:left; }
#content-right {display:none}
#nav {display:none}
#header-img {display:none}
.tab_container 						{ border: 1px solid #c6c5c5; border-top: none; overflow: hidden; clear: both; float: left; width: 98%;}
 
#menu {display:none}
p 								{font-size: 18px }
h3 {font-size:55px}


h4 								{ font-size: 30px; margin-bottom: 11px; }
h5 								{ font-size: 15px; margin-bottom: 10px; }


#logo 							{ width:340px; height:66px; margin:35px 0 0 15px; padding:0; float:left; }

/*-------------------------------
Tabs
-------------------------------*/
ul.tabs 							{font: bold 25px Helvetica, Arial, sans-serif; width: 100%;}
	ul.tabs li 							{ float: left; margin: 0; padding: 0; width: 310px; height: 33px; /*--Subtract 1px from the height of the unordered list--*/ 
										line-height: 33px; /*--Vertically aligns the text within the tab--*/ border: 1px solid #c6c5c5; border-left: none; 
										margin-bottom: -1px; /*--Pull the list item down 1px--*/ overflow: hidden; position: relative; 
										 }
	ul.tabs li a 						{ text-decoration: none; color: #333; display: block; font-size: 28px; padding: 0 10px; 
										/*border: 1px solid #fff; --Gives the bevel look with a 1px white border inside the list item--*/ 
										outline: none;/*	background: url(../img/tab.png);*/ text-transform: uppercase; }

.tab_content 						{ padding: 10px; font-size: 1.6em; }

/* Tabs Posts */
ul.tab-post 						{ list-style:none;} 
	ul.tab-post li 						{ margin-bottom: 12px; }
	ul.tab-post > h5 					{ font-size:22px; }
.date 		


.post-title 						{ margin:0; font-size: 35px; font-weight: bold; line-height: 1.6; color:#281c00;}


}



img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}





