/* Smart Phone S3 Portrait / Landscape */
@media only screen and (max-device-width: 720px) and (orientation:portrait){
	#top								{ height:0px;}
	#submenu 							{ width: 430px !important; }
	.incasing 							{ margin-top: 50px; }
	.postimg							{ zoom: 133%; margin: 0px 0px 0px 0px;}
	.post 								{ margin: 0px 0px 0px; }
	.entry 								{ padding: 0px 0px 0px; }

	.postmeta, .singleinfo, .sidebar 	{ display:none; }
	#content 							{ width: 1160px;}
	.title								{ 
										
										background: #000000; /* Old browsers */
										background: -moz-linear-gradient(top, #000000 0%, #444444 44%, #000000 100%); /* FF3.6+ */
										background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(44%,#444444), color-stop(100%,#000000)); /* Chrome,Safari4+ */
										background: -webkit-linear-gradient(top, #000000 0%,#444444 44%,#000000 100%); /* Chrome10+,Safari5.1+ */
										background: -o-linear-gradient(top, #000000 0%,#444444 44%,#000000 100%); /* Opera 11.10+ */
										background: -ms-linear-gradient(top, #000000 0%,#444444 44%,#000000 100%); /* IE10+ */
										background: linear-gradient(to bottom, #000000 0%,#444444 44%,#000000 100%); /* W3C */
										filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
									}
	.title h2 a, .title h2 a:link, .title h2 a:visited {
										color: #FFFFFF;
										padding-left:10px;
									}
	#tnavigation .alignleft a 			{
										font-size:32px;
										margin: 2px 2px 2px 0px;
										padding: 6px 9px 5px;
										text-decoration: none;
										color: #FFF;
										background: none repeat scroll 0% 0% #555;
									}
}
@media only screen and (max-device-width: 720px) and (orientation:landscape){
	#top								{ height:0px;}
	#submenu 							{ width: 430px !important; }
	.incasing 							{ margin-top: 50px; }
	.postimg							{ zoom: 145%; margin: 0px 0px 0px 0px;}
	.post 								{ margin: 0px 0px 0px; }
	.entry 								{ padding: 0px 0px 0px; }

	.postmeta, .singleinfo, .sidebar 	{ display:none; }
	#content 							{ width: 1160px;}
	.title								{ 
										
										background: #000000; /* Old browsers */
										background: -moz-linear-gradient(top, #000000 0%, #444444 44%, #000000 100%); /* FF3.6+ */
										background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(44%,#444444), color-stop(100%,#000000)); /* Chrome,Safari4+ */
										background: -webkit-linear-gradient(top, #000000 0%,#444444 44%,#000000 100%); /* Chrome10+,Safari5.1+ */
										background: -o-linear-gradient(top, #000000 0%,#444444 44%,#000000 100%); /* Opera 11.10+ */
										background: -ms-linear-gradient(top, #000000 0%,#444444 44%,#000000 100%); /* IE10+ */
										background: linear-gradient(to bottom, #000000 0%,#444444 44%,#000000 100%); /* W3C */
										filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
									}
	.title h2 a, .title h2 a:link, .title h2 a:visited {
										color: #FFFFFF;
										padding-left:10px;
									}
	#tnavigation .alignleft a 			{
										font-size:32px;
										margin: 2px 2px 2px 0px;
										padding: 6px 9px 5px;
										text-decoration: none;
										color: #FFF;
										background: none repeat scroll 0% 0% #555;
									}
}


/* Laptop */
@media (max-device-width: 1280px) and (orientation:landscape) {
	 #submenu 							{ width: 430px !important; }
	 .incasing 							{ margin-top: 50px; }
	 .postimg							{ zoom: 133%; }
	 .post 								{ margin: 0px 0px 0px; }
	 .entry 								{ padding: 0px 0px 0px; }
	 .postmeta, .singleinfo, .sidebar 	{ display:none; }
	 #content 							{ width: 1165px; }
}