/*
Theme Name: Jed Mullins Law 
Version: 1.0
Author: Evan Moran / Carlo Montagnino
*/

/*CSS RESET*/
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;}

@font-face {
	font-family: DroidSansRegular;
	src: url('Droid-Sans/DroidSans-webfont.eot');
	src: url('Droid-Sans/DroidSans-webfont.eot?#iefix') format('embedded-opentype'),
	url('Droid-Sans/DroidSans-webfont.woff') format('woff'),
	url('Droid-Sans/DroidSans-webfont.ttf') format('truetype'),
	url('Droid-Sans/DroidSans-webfont.svg#DroidSansRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: DroidSansBold;
	src: url('Droid-Sans/DroidSans-Bold-webfont.eot');
	src: url('Droid-Sans/DroidSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
	url('Droid-Sans/DroidSans-Bold-webfont.woff') format('woff'),
	url('Droid-Sans/DroidSans-Bold-webfont.ttf') format('truetype'),
	url('Droid-Sans/DroidSans-Bold-webfont.svg#DroidSansBold') format('svg');
	font-weight: normal;
	font-style: normal;
}


span.hide{visibility:hidden;}
div.clear{clear:both!important;width:100%!important;}
.centerbg{background-repeat:no-repeat;background-position:center center;}
hr{width:100%;margin:50px 0}

body{
	background-color:#e0e0e2;
	text-align:center;
	font-family: DroidSansRegular;
}
a {
	-webkit-transition-duration: 0.3s, 0.3s;
	-moz-transition-duration: 0.3s, 0.3s;
}
#wrap{
	text-align:left;
	width:772px;
	background-color:#fff;
	clear:both;
	padding:40px;
	font-family: DroidSansRegular, Verdana, Trebuchet, Sans-Serif;
	margin:0 auto;
	-webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, .3);
	box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, .3);
}

/* HEADER */
#header{
	background-color:#f2f2f2;
	width:692px;
	padding:30px 40px;
	margin:0 0 25px 0;
}
#header h1{
	float:left;
	width:240px;
	height:26px;
	background-image:url('images/logo.png');
}
#header h1 a{
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
}
#header h2{
	float:right;
	color:#999999;
	padding-left:18px;
	background-image:url('images/icon_phone.png');
	background-position:left center;
	background-repeat:no-repeat;
	font-family: DroidSansBold, Verdana, Trebuchet, Sans-Serif;
	font-size:14px;
	margin:8px 0 0 0;
}

/* NAVIGATION */
#navigation{
	width:545px;
	clear:both;
	float:right;
	text-align:right;
	font-size:14px;
	margin:0 0 25px 0;
	padding:0 0 25px 0;
	border-bottom:1px solid #ccc;
	font-family: DroidSansBold, Verdana, Trebuchet, Sans-Serif;
}
.home #wrap #navigation{
	margin-bottom:0px;
	border-bottom:0px none;
}
#navigation li.menu-item{
	display:inline-block;
	border-left:1px dotted #999999;
	padding:3px 0 3px 10px;
	text-transform:uppercase;
	margin: 0 0px 0 10px;
	position:relative;
}
#navigation li.menu-item:first-child{
	border-left:0px none;
}
#navigation li.menu-item a{
	color:#666666;
	text-decoration:none;
	cursor:pointer;
}
#navigation li.menu-item a:hover{
	color:#b3b3b3;
}
#navigation li.menu-item a.current{
	color:#cf3000;
}
#navigation li.menu-item-141 a{
	white-space: nowrap;
	-webkit-transition-duration: 0s, 0s;
	-moz-transition-duration: 0s, 0s;
}
#navigation li.menu-item-141:hover a{
	background-color:#f2f2f2;
	padding:15px;
	margin:-15px;
	border-left:0px;
	z-index:99;
	position:relative;
	color:#cf3000;
	-webkit-box-shadow:  0px 0px 4px 1px rgba(0, 0, 0, .3);
	box-shadow:  0px 0px 4px 1px rgba(0, 0, 0, .3);
}
#navigation li.menu-item-141:hover ul.sub-menu{
	display:block;
}
#navigation li.menu-item-141 ul.sub-menu{
	display:none;
	position:absolute;
	top:29px;
	left:-5px;
	z-index:100;
	background-color:#f2f2f2;
	padding:15px 15px 15px 8px;
	-webkit-box-shadow:  0px 6px 4px 1px rgba(0, 0, 0, .3);
	box-shadow:  0px 6px 4px 1px rgba(0, 0, 0, .3);
	text-align:left;
	width:195px;
	font-family: DroidSansRegular, Verdana, Trebuchet, Sans-Serif;
	line-height:20px;
	padding-bottom:10px;
}
#navigation li.menu-item-141 ul.sub-menu a{
	color:#1a1a1a!important;
	margin:0;
	padding:3px;
	display:block;
	-webkit-box-shadow:  0 0 0 0 rgba(0, 0, 0, 0);
	box-shadow:   0 0 0 0 rgba(0, 0, 0, 0);
	white-space: normal;
	-webkit-transition-duration: 0.3s, 0.3s;
	-moz-transition-duration: 0.3s, 0.3s;
}
#navigation li.menu-item-141 ul.sub-menu a:hover{
	background-color:#cf3000;
	color:#fff!important;
}
#navigation li.menu-item-141 ul.sub-menu li{
	padding:6px 0;
	border-top:1px solid #ccc;
	border-left:0px none;
	text-transform:none;
}
#navigation li.menu-item-141 ul.sub-menu li:first-child{
	border-top:0px none;
}
#navigation li.menu-item.current-menu-item a, #navigation li.menu-item-141.current-page-ancestor a{
	color:#cf3000;
}


/* SLIDESHOW */
#slideshow{
	width:772px;
	clear:both;
}
#slideshowWrap{
	width:772px;
	height:224px;
	overflow:hidden;
	clear:both;
}
#slideshowWrap .slide{
	width:772px;
	height:224px;
	background-color:#f2f2f2;
	position:relative;
}
#slideshowWrap .slide a{
	display:block;
	width:100%;
	height:100%;
	cursor:pointer;
	text-decoration:none;
	-webkit-transition-duration: 0.3s, 0.3s;
	-moz-transition-duration: 0.3s, 0.3s;
}
#slideshowWrap .slide a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#slideshowWrap .slide h3{
	position:absolute;
	left:30px;
	bottom:30px;
	width:60%;
	font-size:35px;
	color:#fff;
	z-index:30;
}
#slideshowWrap .slide p{
	width:180px;
	height:14px;
	padding:15px;
	background-color:#cf3000;
	background-image:url('images/icon_arrow_link.png');
	background-position:190px center;
	background-repeat:no-repeat;
	color:#fff;
	text-transform:uppercase;
	font-size:14px;
	font-family: DroidSansBold, Verdana, Trebuchet, Sans-Serif;
	position:absolute;
	right:0;
	bottom:0;
	z-index:30;
}
#slideshowWrap .slide img{
	position:absolute;
	top:0;
	left:0;
	z-index:20;
}
#slideshowPager{
	width:772px;
	text-align:center;
	margin:24px 0 34px 0;
}
#slideshowPager a{
	display:inline-block;
	margin:0 6px;
	height:8px;
	width:8px;
	background-color:#cccccc;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	cursor:pointer;
	text-decoration:none;
	font-size:0px;
}
#slideshowPager a.activeSlide{
	background-color:#cf3000;
}
#slideshowPager a:hover{
	background-color:#666666;
}

/* HOME */
#homeCopy{
	font-family: DroidSansBold, Verdana, Trebuchet, Sans-Serif;
	color:#666666;
	font-size:27px;
	line-height:45px;
	width:772px;
	margin: 0 0 45px 0;
	text-align:center;
}

#homeBlocks{
	width:772px;
	clear:both;
	height:150px;
}
#homeBlocks .block{
	width:210px;
	float:left;
	margin-left:70px;
	height:150px;
	position:relative;
}
#homeBlocks .block:first-child{
	margin-left:0;
}
#homeBlocks .block p{
	width:180px;
	height:14px;
	padding:15px;
	background-color:#cf3000;
	background-image:url('images/icon_arrow_link.png');
	background-position:190px 16px;
	background-repeat:no-repeat;
	font-size:14px;
	font-family: DroidSansBold, Verdana, Trebuchet, Sans-Serif;
	position:absolute;
	bottom:0;
	z-index:30;
}
#homeBlocks .block img{
	position:absolute;
	top:0;
	left:0;
	z-index:20;
}
#homeBlocks .block a{
	display:block;
	width:100%;
	height:100%;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
}
#homeBlocks .block a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}


/* PAGE */
#left{
	width:182px;
	float:left;
}
#left h4.pageTitle{
	width:162px;
	height:13px;
	margin:8px 0 0 0;
	padding:10px;
	color:#fff;
	font-size:15px;
	text-transform:uppercase;
	background-image:url('images/left_nav_header.png');
	font-family: DroidSansBold, Verdana, Trebuchet, Sans-Serif;
}
#left ul#subPages{
	background-color:#f2f2f2;
	font-size:14px;
	line-height:20px;
	padding:10px;
	width:156px;
}
#left ul#subPages li{
	padding:10px 0;
	border-top:1px solid #ccc;
}
#left ul#subPages li:first-child{
	border-top:none;
}
#left ul#subPages a.active{
	color:#1a1a1a;
}
#left ul#subPages a{
	color:#999999;
	text-decoration:none;
	display:block;
	width:135px;
}
#left ul#subPages a:hover{
	color:#666666;
}
#right{
	float:right;
	width:480px;
	margin-right:65px;
}
#right .entry{
	width:100%;
	font-family: DroidSansRegular, Verdana, Trebuchet, Sans-Serif;
	font-size:15px;
	line-height:20px;
	color:#666666;
}


/* ENTRY */
.entry a{
	color:#cf3000;
	text-decoration:none;
}
.entry a:hover {
	text-decoration: underline;
}
.entry em{
	font-style:italic;
}
.entry strong{
	font-family: DroidSansBold, Verdana, Trebuchet, Sans-Serif;
}
.entry h1{
	font-size:35px;
	line-height:40px;
	margin:0 0 25px 0;
}
.entry p{
	margin:0 0 25px 0;
	line-height:1.6em;
}
.entry ul li{
	list-style-image:url('images/icon_arrow_list.png');
	margin:0 0 5px 15px;
}
img.alignright {float:right; margin:5px 0 20px 20px}
img.alignleft {float:left; margin:5px 20px 20px 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:5px 0 20px 20px}
a img.alignleft {float:left; margin:5px 20px 20px 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

/* FOOTER */
#footer{
	width:772px;
	margin:50px 0 100px 0;
	padding:20px 0 0 0;
	border-top:1px solid #cccccc;
	color:#4d4d4d;

}
#footer p{
	float:left;
	width:300px;
	font-size:12px;
}
#footer ul{
	float:right;
	position:relative;
	height:14px;
	top:-10px;
}
#footer ul li{
	display:inline-block;
	padding:3px 10px 3px 0px;
	margin-right:10px;
	text-transform:uppercase;
	border-right:1px dotted #999999;
	font-size:12px;
}
#footer ul li a{
	color:#4d4d4d;
	text-decoration:none;
}
#footer ul li.social{
	position:relative;
	top:7px;
	margin:0;
	border-right:0px none;
	padding:0;
}
#footer ul li.social a{
	width:30px;
	height:25px;
	display:inline-block;
	margin-left:10px;
}
#footer ul li.social a:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
}
#footer ul li.social a:first-child{
	margin-left:0px;
}
#footer ul li.social a.linkedin{
	background-image:url('images/icon_linkedin.png');
}
#footer ul li a.facebook{
	background-image:url('images/icon_facebook.png');
	display: none;
}
#footer ul li a:hover{
	text-decoration:underline;
}




/* iPad1 Landscape */
@media only screen and (max-width: 1024px) {
#header h2 a{
	color: #999999;
	text-decoration: none;
}
}


/* iPad1 Portrait */
@media only screen and (max-width: 768px) {
a {
	-webkit-transition-duration: 0s, 0s;
	-moz-transition-duration: 0s, 0s;
}
#wrap {
	padding: 0;
	width: 768px;
}
#header {
	width: 688px;
}
#navigation {
	margin-right: 40px;
	width: 688px;
}
#slideshow {
    	width: 768px;
}
#slideshowWrap {
    	width: 768px;
}
#homeCopy {
	width: 688px;
	padding: 0 40px;
}
#homeBlocks {
    	width: 768px;
}
#homeBlocks .block:first-child {
	margin-left: 34px;
}
#homeBlocks .block {
    	margin-left: 34px;
}
#footer {
    	padding: 20px 40px 40px;
	width: 688px;
}
#left {
    	display: none;
}
#right {
    	float: left;
    	padding: 0 40px;
    	width: 688px;
}
.entry p {
    	font-size: 1.13em;
}
#header h2 a{
	color: #999999;
	text-decoration: none;
}
#slideshowWrap .slide a {
	width: 768px;
}
#slideshowWrap .slide img {
	width: 768px;
}
#slideshowWrap .slide p {
	right: 4px;
}
}



/* iPhone4 Landscape */
@media only screen and (max-width: 480px) {
a {
	-webkit-transition-duration: 0s, 0s;
	-moz-transition-duration: 0s, 0s;
}
#wrap{
	width:480px;
	padding: 0;
}
#header {
    	width: 400px;
}
#navigation {
	font-size: 12px;
    	text-align: center;
    	width: 480px;
	margin-right: 0;
}
#navigation li.menu-item:first-child {
    	margin: 0;
    	padding: 0;
}
#slideshow {
	display:none;
}
#homeCopy {
    	font-size: 17px;
    	line-height: 30px;
    	padding: 0 40px;
    	width: 400px;
}
#homeBlocks {
    	height: auto;
    	width: 480px;
}
#homeBlocks .block:first-child {
    	margin-left: 130px;
}
#homeBlocks .block {
    	margin-bottom: 20px;
    	margin-left: 130px;
}
#footer {
    	clear: both;
    	padding: 20px 0 60px;
    	width: 480px;
	margin-bottom: 0;
}
#footer p {
    	text-align: center;
    	width: 480px;
}
#footer ul {
    	text-align: center;
    	top: 0px;
	float: none;
}
#header h2 a{
	color: #999999;
	text-decoration: none;
}
#left {
	display: none;
}
#right {
	margin-right: 0;
	float: left;
	padding: 0 30px;
    	width: 420px;
}
#navigation li.menu-item-33:hover ul.sub-menu {
	display: none;
}
#navigation li.menu-item-33:hover a {
	background: none;
	color: #b3b3b3;
	box-shadow: none;
}
img.alignleft {
	max-width: 100%;
}
}



/* iPhone4 Portait */
@media only screen and (max-width: 320px) {
a {
	-webkit-transition-duration: 0s, 0s;
	-moz-transition-duration: 0s, 0s;
}
#wrap{
	width: 320px;
	padding: 0;
}
#header {
    	width: 240px;
	margin-bottom: 5px;
}
#header h2 {
	float: left;
	margin: 12px 0 0 65px;
}
#navigation {
	font-size: 14px;
    	text-align: left;
    	width: 320px;
	float: left;
	border-bottom: 0;
}
#navigation li.menu-item {
	display: block;
	border-left: none;
	padding: 10px;
	border-bottom: 1px solid #ccc;
	margin: 0;
}
#navigation li.menu-item:first-child {
	padding: 10px;
}
#homeCopy {
    	font-size: 17px;
    	line-height: 30px;
    	padding: 0 40px;
    	width: 240px;
}
#homeBlocks {
    	height: auto;
    	width: 320px;
}
#homeBlocks .block:first-child {
    	margin-left: 55px;
}
#homeBlocks .block {
    	margin-bottom: 20px;
    	margin-left: 55px;
}
#footer {
    	clear: both;
    	padding: 20px 0 60px;
    	width: 320px;
	margin-bottom: 0;
}
#footer p {
    	text-align: center;
    	width: 320px;
}
#right {
	margin-right: 0;
	float: left;
	padding: 0 30px;
    	width: 260px;
}
img.about-thumb {
	margin: 5px 0 20px 0;
	width: 260px;
	height: 390px;
}
}





