/*  
Theme Name: Michigan Social Security Lawyer
Theme URI: http://www.misocialsecuritylawyer.com
Description: WordPress theme built by Website Optimization 
Version: 1.0
Author: Website Optimization
Author URI: http://www.websiteoptimization.com
*/

/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		BODY, WRAPPINGS, ANCHORS
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

body {
	margin: 0;
	padding: 0;
	background:#D2D2D4 url(images/bg.png) repeat-x;
	color:#000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	}
		
a {	color: #7F002C;	text-decoration: none; }			
a:hover { color: #EC5D32; }

img {
	border:0;
	}
	
	h1 {
		margin: 0;
		font-size: 2em;
		font-weight: normal;
		padding-bottom:8px;
		font-family:"Times New Roman", Times, serif;
		line-height:100%;
		}
		
		h1 a, h1:visited { color: #AF4520; text-decoration: none; }

	h2 {
		margin: 0;
		font-size: 1.6em;
		font-weight: normal;
		padding:10px 0 5px;
		line-height:110%;
		font-family:"Times New Roman", Times, serif;
		color:#000;
		}

.entry h2 {margin:0;padding:0;}
		
	h3 {
		margin:5px 0 0;
		font-size: 1.2em;
		font-weight: normal;
		padding:0;
		font-family:Arial, Helvetica, sans-serif;
		color: #7F002C;
		}
ul {margin:0 0 8px;}		
li {margin:0;padding-bottom:5px;}
ol {margin:0;padding-bottom:5px;}

#bodywrap {
			
	margin: 0 auto;
	float: left;
	width:100%;
	margin-top:10px;
}

.container { width: 920px; margin: 0 auto; text-align: left;}

#header {
	position:relative;
	float: left;
	margin:0;
	width: 900px;
	height: 95px;
}

#logo {
	display:inline;
	float: left;
	margin:5px 0 0 12px;
	height: 79px;
	width: 120px;
}

.nametext {
	float:left;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	font-size: 2em;
	width:400px;
	margin:25px 0 0 0;
	}


.phone {
	float:right;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	text-align:right;
	font-size: 2em;
	width:230px;
	margin:33px 0 0 0;
	}
	
.headertext {
	float:left;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	text-align:left;
	font-size:1.3em;
	width:745px;
	line-height:60%;
	margin:0;
	padding:0;
	}
				

.center { text-align: center; }
.clear {clear:both;}

hr {height:1px;margin:5px 0;clear:both;border:#fff solid 1px;}

.alignleft {float:left;margin:10px 20px 10px 0;}
.alignright {float:right;margin:10px 0 10px 20px;}
.alignnone {margin:10px 0}


/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		NAVIGATION
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#nav {
	display:inline;
	position:relative;
	float: left;
	width: 902px;
	height: 30px;
	margin: 0 0 0 8px;
	padding:0;
	border-top:#070003 solid 1px;
	border-bottom:#070003 solid 1px;
	background:#5B062F url(images/nav-bg.png) repeat-x;
	z-index: 100;
}

.breadcrumb {font-size:12px;margin:0 0 10px;color:#666;}	

.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			15em; /* left offset of submenus need to match (see below) */
	z-index: 100;
}
.sf-menu ul li {
	width:			100%;
	display: block;
	list-style: none;			
	float: left;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif; 
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}

.sf-menu a:focus {
	color:#250314;
}

.sf-menu a:active {color:#250314;}


.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			29px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** menu SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	border-right:	1px solid #250314;
	padding: 		8px 30px 8px;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:	#fff;
}

.sf-menu li li a, .sf-menu li li a:visited{
	background:#a2a2a5 url(images/nav-subhover.png) repeat-x;
	color:#250314;
	border-bottom:#666 solid 1px;
	padding: 6px 10px;
	margin:0;
	text-decoration:none;
	width:200px;
}


.sf-menu li li li {
	background:#79797b url(images/nav-subhover.png) repeat-x;
}
.sf-menu li:hover, .sf-menu li.sfHover a,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:#79797b url(images/nav-subhover.png) repeat-x;color:#250314;
	outline:0;
}

.sf-menu li li:hover, .sf-menu li li.sfHover,
.sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active {
	background:#3d0621 url(images/nav-msubhover.png) repeat-x;color:#fff;
	outline:0;
}


/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	xxbackground:		url('images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		CONTENT
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#contentwrap {
	width: 920px;
	background: url(images/content-repeat.png) repeat-y;
	float:left;
	padding:0 0 0 9px;
	}

#contenttop {
	width: 920px;
	height:17px;
	background: url(images/content-top.png) top left no-repeat;
	float:left;
	}
	
#slidercontent {
	width: 900px;
	float:left;
	height:250px;
	background:#fff;
	overflow:hidden;
	}
	
#content {
	width: 900px;
	float:left;
	background:url(images/content-bg.png) top repeat-x;
	}

#frontcontent {
	width: 900px;
	float:left;
	background:url(images/hm-bg.png) top repeat-x;
	}
	
#contentbottom {
	width: 920px;
	height:8px;
	background: url(images/content-bottom.png) bottom left no-repeat;
	float:left;
	}

#homecontent {
	margin: 0;
	padding:20px 0 25px 25px;
	float: left;
	width: 550px;
	text-align: left;
	}

#homecontent p{
	margin: 0;
	padding:0 0 8px;
	line-height: 130%;
	}
	
#contenttext {
	margin: 0;
	padding:30px;
	float: left;
	width: 550px;
	line-height: 150%;
	text-align: left;
	}
	
#contenttext p{
	margin:0 0 10px;
	padding: 0;
	line-height:140%;
	}

#contenttext img {border:#D2D2D4 solid 4px;}

#portfoliowrap{
	float:left;
	margin:0;
	padding: 0;
	width:623px;
}

ul#portfolio{
	float:left;
	margin:0;
	padding: 0;
	list-style: none;
	width:623px;
}

.smalltext {font-size:11px;line-height:120%;}
.linklove {display:none;}

#testimonial {font-size:12px;}

.contactleft {float:left;width:280px;margin-right:10px;}
.contactright {float:left;width:250px;}

/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		TABLES
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
	

table {
	border-collapse: collapse;
	margin: 5px 5px 20px;
	font-size: 12px;
	line-height:120%;
}


thead {
	background: #363438;
}

th {
	font-weight: bold;
	padding: 2px 11px;
	text-align: left;
	border-right: 1px solid #000;
	line-height: 1.2;
}

td {
	padding: 6px 11px;
	border: 1px solid #000;
	vertical-align: top;
}

td * {
	padding: 6px 11px;
}

tr.alt td {
	background: #ecf6fc;
}

tr.over td, tr:hover td {
	background: #D2D2D4;
	xxborder-right: 1px solid #fff;
}

	
/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		FORMS
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#homeform {
	width:250px;
	height: 250px;
	float:left;
	margin-left:20px;
	position: relative;
	z-index: 1;
}

#homeform h3{
	font-size:1.5em;
	margin:15px 0 0;
	padding:0;
}

#homeform p {padding-top:0;margin-top:0;}

#homeform fieldset {  
margin: 1.5em 0 0 0;  
padding: 0;  
border:none;
}  

#homeform fieldset ul {  
padding:0;  
list-style: none; 
margin:5px 0 0;
} 

#homeform fieldset li {  
padding-bottom:5px;  
list-style: none;
border:none;
}  

#homeform input{
 	background:#F1F2F2;
 	padding:3px;
	border:#D2D2D4 solid 1px;
 	width:200px;
 	}

#homeform fieldset.submit {  
	border-style: none;  
}

#homeform #sendbutton2,#contenttext #sendbutton {  
	background:#F15a29 url(images/submit-bg.png) top repeat-x;
	width:150px;
    padding: 3px;
	border:#DDD2BB solid 1px;
	color:#fff;
	font-size:15px;
}

#homeform .sendbutton {margin: 4px 0 0 0; padding: 0;  }
#homeform label {    
display: block;  
}

#homeform .emailreqtxt {display:none;}

#homeform p.cf-sb {width:220px;text-align:left;margin:0;padding:0;}

#homeform div.cf_info, #homeform .cform {width:220px;margin-left:0;}

#contenttext .cform {
margin:10px 0 0;float:right;
width:250px;
}

#formleft .cform {
margin:10px 0 0;float:left;
width:250px;
}

#contenttext ol.cf-ol li {
background:none repeat scroll 0 0 transparent !important;
line-height:1.3em;
list-style:none outside none !important;
margin:0;
padding:0;
text-align:left;
}

#contenttext .cform textarea, .cform input {
 	width:250px;
}

#contenttext .cform input,#contenttext .cform textarea {
	background:#F1F2F2;
 	padding:3px;
 	font-size:12px;
	border:#D2D2D4 solid 1px;
	vertical-align:top;
	color:#4F4F4F;
}

#contenttext p.cf-sb {
text-align:left;
margin-left:-6px;
}

#contenttext .cform label {
display:inline-block;
margin:4px 10px 0 0;
text-align:right;
vertical-align:top;
width:0;
}

ol.cf-ol li.cf_li_err {
margin:2px 0 !important;
padding:2px 0 !important;
}


#contenttext #usermessagea {display:none;}

#contenttext .cf_info {width:250px;margin:10px 0;}

/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		POSTS
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#teaserview .post h2 {
		margin:0;
		font-family:"Times New Roman", Times, serif;
		font-weight:normal;
		}

.post {
	padding: 0;
	}

.post hr {border:#eee solid 1px;margin:15px 0;}

	.post h2 {
		margin:0 0 10px;;
		}
		
		.post h2.single { margin: 5px 0 12px 0; }
			
			
	.post .data {
		font-size: 1em;
		font-weight: normal;
		color: #006699;
		margin: 0 20px 15px 50px;
		}
		
		.post h3 {
			margin:5px 0 0;
			}
			
			#content>.post h3 { margin-bottom: 0px; } /* FF Specific */

	.entry {
		float:left;
		width:560px;
		}
		
		.postmetadata {
			float:left;
			width: 540px;
			margin: 25px auto 15px auto;
			border-top: 1px solid #E5E5E5;
			border-bottom: 1px solid #E5E5E5;
			background: #F5F5F5;
			text-align: left;
			font-size: 11px;
			padding: 10px;
			line-height:120%;
			}
			
			.postmetadata#single { margin: 20px auto 30px auto; }
			
			.postmetadata small { font-size: 0.8em; }			
			
				

/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		POST PARAPHERNALIA
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

		blockquote {
			margin: 10px 0 10px 30px;
			padding: 0 0 0 5px;
			border-left: 3px solid #4C8EDA;
			color: #666;
			}
		
		.post ul {
			margin: 10px 0 ;
			padding: 0 0 0 37px;
			}
		
		
	.date {font-size:11px;font-style:italic;color:#999;}
	
/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		COMMENTS and COMMENT FORM
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



#commentformarea {
	width: 507px;
	background: #fff;
	margin: 0 auto 8px auto;
	padding: 8px 10px;
	}
	
	#commentform {
		margin: 15px 0 10px 40px;
		}
	
	#commentformarea h3 {
		font-size: 1.3em;
		font-weight: normal;
		margin: 10px 0 15px 20px;
		border-bottom: 1px solid #E5E5E5;
		}
		
		#commentform p { margin: 0 0 3px 0;	}
		
		#commentform input, #commentform textarea {
			border: 1px solid #A7A6AA;
			background: #fff;
			padding: 3px;
			font-family: Helvetica, Arial, sans-serif;
			font-size: 0.8em;
			}
			
			#commentform textarea { width: 420px; }
			
			#commentform input#submit {
				font-family: helvetica, sans-serif;
				width: 130px;
				color: #666;
				}
				
#comments {
			margin: 30px 0 0;
			border-top: 1px solid #E5E5E5;
			}

#comments	h4 {
			margin: 10px 0 ;
			text-align: left;
			font-weight: normal;
			}
			
	ol.commentlist {
		width: 426px;
		list-style: none;
		margin: 0 auto 30px auto;
		padding: 0;
		font-size: 13px;
		line-height:130%
		}
		
		ol.commentlist li {
			margin: 0 0 20px 0;
			padding: 10px 0 0 0;
			}
		
			ol.commentlist p.await_mod {
				color: #666;
				margin: 0 0 8px 0;
				}
		
				ol.commentlist p { margin: 0 0 10px 0; }
				
					ol.commentlist span.cmntmeta { color: #666; }
				


/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		SEARCH AND ARCHIVES
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.sanda h2 {
	font-size: 1.9em;
	font-weight: normal;
	color: #006699;
	margin: 35px 0 0 0;
	text-align: center;
	}
	
	.sanda>h2 { margin: 15px 0 0 0; } /* FF Specific */
	
		.sanda h3 { margin: 0 40px 15px 40px; }



/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		SIDEBAR
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#sidebar {
	float: right;
	background:url(images/hmsidebar-bg.png) top repeat-x;
	width: 230px;
	margin:0;
	padding: 25px;
	font-size:11px;
	line-height:150%;
	}

#sidebar ul{
	margin:0;
	padding:0;
	}
	
		
		#sidebar ul li{
			margin: 0;
			padding:5px 0;
			xxbackground:url(images/sidebar-li.png) top no-repeat;
			line-height: 140%;
			list-style: none;
			text-align: left;
			font-family: Arial, Helvetica, sans-serif; 
			}
		
#sidebar h2 a{
		color:#631F36;
		font-size:18px;
		margin:5px 0 0;
		padding:0;
		}

#sidebar h3{
		font-size:16px;
		margin:0;
		padding:0 0 3px 0;
		border-bottom:1px solid #D2D2D4;
		}
		

#sidebarlogos {
	display:inline;
	float:left;
	margin:10px 0;
	padding:0;
	width:200px;
}

#sidebarlogos a{
	display:inline;
	float:left;
}

/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		FOOTER
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#footerwrap {
	float:left;
	width:100%;
	height:140px;
	}

#footer {
	display:inline;
	margin: 8px 0 0;
	width: 920px;
	float:left;
	font-size:9px;
	color:#666;
	text-align:center;
	}

#footer a {color:#666;}
#footer p {padding:5px 0;margin:0;}

#footer h3 {
	color:#666;
	margin:0;
	padding:0;
	font-size:14px; 
	font-weight:bold;
	}
			
#footer .left {
	display:inline;
	float:left;
	padding-left:10px;
}

#footer .right {
	display:inline;
	float:right;
	text-align:right;
	padding-right:10px;
}

/*
Custom Styles added for mobile-friendly
----------------------------------------------------------- */

/* Column Classes
    Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}