/*
Theme Name: CIL - Mobile
Theme URI: http://www.consumerinjurylawyers.com/
Description: The mobile theme for ConsumerInjuryLawyers.com.
Author: Don Wilson
Author URI: http://www.pyxol.com/
Version: 1.0
Tags: mobile

License: private
License URI:

Mobile theme for ConsumerInjuryLawyers.com.
*/

	/* http://meyerweb.com/eric/tools/css/reset/   v2.0 | 20110126   License: none (public domain) */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; }
	
	
	/* Mobile Theme */
	body { margin: 0; padding: 0 0 48px 0; background-color: #fafafa; overflow-x: hidden; }
	
	body, a, div, table, tr, td { font-family: Helvetica, Arial, sans-serif; }
	
	a { color: #374c67; }
	
	strong, b { font-weight: bold; }
	i, em { font-style: italic; }
	u { text-decoration: underline; }
	
	#header { display: table; width: 100%; padding: 10px 0; background-color: #374c67; border-bottom: 1px solid #2a3a4e;
		box-shadow: 0 1px 1px 1px #000;
	}
		#logo { float: left; display: block; margin-left: 10px; width: 140px; height: 35px; background: #374c67 url('images/logo.png') no-repeat left top; }
			#logo a { display: block; width: 140px; height: 35px; outline: none; text-indent: -9999px; font-size: 1px; color: transparent; }
		#theme_switch { display: inline-block; float: right; text-align: right; padding: 8px 19px 0 0; }
			#theme_switch a { font-weight: bold; font-size: 11px; color: #fff; text-decoration: none; }
	
	#headline { padding: 10px 8px; font-size: 18px; background-color: #f8f8f8; color: #000; font-weight: bold; text-align: center; }
	#subline { text-align: center; padding: 8px 0; color: #fff; background-color: #f68800;
		background-image: -ms-linear-gradient(bottom, #360000 0%, #B32525 100%);
background-image: -moz-linear-gradient(bottom, #360000 0%, #B32525 100%);
background-image: -o-linear-gradient(bottom, #360000 0%, #B32525 100%); 
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #360000), color-stop(1, #B32525));
background-image: -webkit-linear-gradient(bottom, #360000 0%, #B32525 100%);
background-image: linear-gradient(to top, #360000 0%, #B32525 100%);
		
	}
		#subline a { color: #fff; text-decoration: none; font-size:18px; }
		#subline1 a { color: #fff; text-decoration: none; font-size:14px; }
	
	#posts { display: block; width: 100%; list-style: none; }
		#posts li { display: block; height: 82px; list-style: none; }
			#posts li a { display: block; height: 80px; position: relative; cursor: pointer; border: 1px solid #ccc; background: #eee; font-weight: bold; color: #222; text-shadow: 0 1px 0 white; text-decoration: underline; font-size: 16px;
				background-image: -webkit-gradient(linear,left top,left bottom,from(white),to(#F1F1F1));
				background-image: -webkit-linear-gradient(white,#F1F1F1);
				background-image: -moz-linear-gradient(white,#F1F1F1);
				background-image: -ms-linear-gradient(white,#F1F1F1);
				background-image: -o-linear-gradient(white,#F1F1F1);
				background-image: linear-gradient(white,#F1F1F1);
			}
				#posts li a:hover { border-top-color: #BBB; font-weight: bold; color: #222; text-shadow: 0 1px 0 white; background: #DFDFDF;
					background-image: -webkit-gradient(linear,left top,left bottom,from(#F6F6F6),to(#E0E0E0));
					background-image: -webkit-linear-gradient(#F6F6F6,#E0E0E0);
					background-image: -moz-linear-gradient(#F6F6F6,#E0E0E0);
					background-image: -ms-linear-gradient(#F6F6F6,#E0E0E0);
					background-image: -o-linear-gradient(#F6F6F6,#E0E0E0);
					background-image: linear-gradient(#F6F6F6,#E0E0E0);
				}
			#posts li a .title { display: block; margin-left: 80px; padding: 33px 10px 10px 10px; text-decoration: none; font-size: 16px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; zoom: 1; }
			#posts li a .image { position: absolute; top: 0; left: 0; border: 0; width: 80px; height: 80px; }
	
	#post_view { background-color: #fff; padding: 15px 10px; }
		#post_view .title { font-size: 16px; font-weight: bold; margin-bottom: 10px; }
		#post_view .content { font-size: 12px; line-height: 15px; }
			#post_view .content p { margin-bottom: 20px; }
			#post_view .content ul, #post_view .content ol { margin-bottom: 20px; list-style: square inside; }
				#post_view .content ul li, #post_view .content ol li { padding: 5px 0 0 10px; list-style: square inside; }
					#post_view .content ul li:first-child, #post_view .content ol li:first-child { padding-top: 0; }
			#post_view .content h2, #post_view .content h3, #post_view .content h4, #post_view .content h5, #post_view .content h6 { font-size: 16px; font-weight: bold; padding-bottom: 7px; }
	
	.latestNews {  }
		.newsRow { display: block; margin-bottom: 15px; }
			.newsRow .newstitle { margin-bottom: 3px; }
				.newsRow .newstitle a { color: #000; text-decoration: underline; font-weight: bold; }
			.newsRow .newsdate { font-size: 12px; color: #333; margin-bottom: 5px; }
			.newsRow .newsbody { font-size: 14px; line-height: 15px; margin-bottom: 3px; }
			.newsRow .newsmore {  }
				.newsRow .newsmore a { font-size: 12px; color: #333; text-decoration: underline; }
	
	.pagination { text-align: center; display: block; }
		.pagination li { display: inline; }
	
	#hover { position: fixed; bottom: 0; left: 0; right: 0; display: table; width: 100%; background-color: #2a3a4e; text-align: center; }
		#hover a.email, #hover a.call { float: left; width: 50%; display: block; text-decoration: none; border-top: 1px solid #f0f0f0; border-top-color: rgba(210, 210, 210, 0.3); text-shadow: 0 -1px 1px #000; background-color: #f68800;
 	
background-image: -ms-linear-gradient(bottom, #360000 0%, #B32525 100%);
background-image: -moz-linear-gradient(bottom, #360000 0%, #B32525 100%);
background-image: -o-linear-gradient(bottom, #360000 0%, #B32525 100%); 
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #360000), color-stop(1, #B32525));
background-image: -webkit-linear-gradient(bottom, #360000 0%, #B32525 100%);
background-image: linear-gradient(to top, #360000 0%, #B32525 100%);
		}
		#hover a.call { float: right; border-left: 1px solid #f0f0f0; border-left-color: rgba(210, 210, 210, 0.3); margin-right: -2px; }
			#hover a.email .text, #hover a.call .text { font-weight: bold; padding: 15px 0; font-size: 14px; color: #fff; }
				#hover a.email .text .email_icon { display: inline-block; width: 22px; height: 13px; background: transparent url(images/icon_email.png) no-repeat left top; text-indent: -9999px; font-size: 1px; color: transparent; vertical-align: text-top; margin-right: 5px; }
				#hover a.call .text .phone_icon { display: inline-block; width: 16px; height: 16px; background: transparent url(images/phone-icon-white.png) no-repeat left top; text-indent: -9999px; font-size: 1px; color: transparent; vertical-align: middle; margin-right: 5px; }
	
	#footer { padding: 15px 10px; background-color: #f0f0f0; font-size: 12px; line-height: 14px; }
		#footer a { color: #777; text-decoration: underline; }
	
	