/*
Theme Name:     snmlaw-wpmain
Template:       snmlaw-wpmain
Version:        0.1.0
*/
@charset "utf-8";

@import url("twentyten.css");

/* Theme Name: snmlaw-wpmain */

/* =Global
-------------------------------------------------------------- */
/* This css is based from Jeremy's build of gallry-mauris.aoipreview.com 
* it is flexible and the widths of the header, nav and body can break the 960 width as needed 
*/

body{
	background:url("images/bg.jpg") no-repeat top center;
	background-color:#fff;	
	color: #171A3F;
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

body,
input,
textarea {
	color: #000;
	font-size: 12px;
	line-height: 18px;
}

#wrapper{
    background: none;
    margin-top: 0;
    padding: 0;
}

a:link,
a:visited {
	text-decoration: none;
	color: #000;
	text-decoration:underline;
}
#text-6.widget-container div.textwidget table tbody tr td a:link, #text-6.widget-container div.textwidget table tbody tr td a:visited{
	color: #000000;
}
a:active,
a:hover {
	text-decoration: underline;
}

.page-id-41 h3 {
    text-transform: uppercase;
}

ul.none {list-style-type:none;}
ul.disc{list-style-type:disc;}
ul.circle{list-style-type:circle;}
ul ul {list-style-type:circle;}
ol.A{list-style-type:upper-latin;}
ol.a{list-style-type:lower-latin;}
ol.I{list-style-type:upper-roman;}
ol.i{list-style-type:lower-roman;}

.left,.alignleft{float:left;}
.right,.alignright{float:right; margin-right: 10px; }
.center{text-align:center;}
.justify{text-align:justify;}

.clear{clear:both;}
.clearright{clear:right;}
.clearleft{clear:left;}

.underline{text-decoration:underline;}
/* =Header
-------------------------------------------------------------- */
#header{
	background: url("images/header-bg.png") no-repeat;
	background-color:transparent;
	width: 960px;
	height:130px;
	float: left;
	margin: 0;
}

#branding{
	height:110px;
	width:320px;
	float:left;
}

#branding a{
	background:
		url("images/logo.jpg")
		no-repeat;
	height:110px;
	width:600px;	
	float:left;
	margin:0;
	text-indent:
	-9999em;
}
#address2{
	float:left;
	clear:left;
	width:960px;
	height:25px;
	border-bottom:3px solid #404040;
}

#address{
	width:350px;
	height:62px;
	margin:45px 20px 0 0;
	overflow:visible;
	float:right;
	text-align:right;
	color:#666666;
}

#address .cta-2, #top-widget-area #top-right h4 {
	text-align: center;
	font-family: Verdana;
    font-size: 9pt;
    font-weight: bold;
	width:330px;
	overflow:visible;
	padding: 0;
	margin:0 0 3px;
	color:#000000;
	float:right;
	clear:right;
}
#address.right .cta-1 b{
	font-weight:900;
}

#header .cta-1{
	color: #801412;
    font-family: Verdana;
    font-size: 11pt;
    font-weight: bold;
    text-decoration: none;
	float:right;
	clear:right;
	width:330px;
	text-align: center;
	padding: 0;
	margin:3px 0 0;
}

#address p{
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:17px;
	font-weight:bold;
	text-transform:uppercase;
	padding:4px 0;
	margin:7px 0 0;
	color:#737373;
}

#address2 p{
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	letter-spacing:3px;	
	padding:4px 0;
	margin:0;
	color:#666;
}

.social{
	width:144px;;
	margin:0;
	border:none;
	float:right;
	clear:right;
	position:relative;
	z-index:999999;
}
.social a{
	padding:0 !important;
	margin:0.5em 0.1em 0;
	border:none;
	float:right
}
.social .plusone {float:right;}
.plusone {padding:6px 0 6px 2px;;}


/* =Menu
-------------------------------------------------------------- */

.navwrap{
	/*background:url("images/nav.gif") no-repeat center;*/
	background-color:transparent;
	width:100%;
	position:relative;
	height:30px;
	clear:both;
}

#access, #access .menu-header,
div.menu {
	width:960px; height:30px; margin:0 auto; padding:0; background-color:transparent; float:none;}


#access a {
	height:20px;
	line-height:20px;
	display:block;
	font-weight:bold;
	cursor:pointer;
	color:#000000;
	text-decoration:none;
	padding:0 30px 0;
}

#access ul ul {
	box-shadow:0 0 .5em #222;
	-moz-box-shadow:0 0 .5em #222;
	-webkit-box-shadow:0 0 .5em #222;
	display: none;
	position: absolute;
	top: 20px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}

#access ul ul a {
	background-color:#eee;
	color:#631200;
	text-align:left;
	height:100%;
	padding:.7em;
	margin:0;
	border-bottom:.2em solid #10051B;
}
#access ul li.current_page_item > a, #access ul li.current-menu-ancestor > a, #access ul li.current-menu-item > a, #access ul li.current-menu-parent > a {
    color: #000000;
}
#access li:hover > a {
	background: transparent;
	color: #000;
}
#access ul ul :hover > a {
	background: #ffffff;
	color: #000;
}


#access ul .current_page_item, #access ul .current_page_item a{
	background-color:transparent;
	color:#000000;
}

#access ul .current_page_item li, #access ul .current_page_item li a{
	background-color:#ffffff;
	color:#000000;
}

 #access ul .current_page_item li a:hover{
	 color:#631200 !important;
}

#access ul ul li.current_page_item{
	background-color:#eee;
	color:#631200;
}

#access ul ul li.current_page_item a{
	color:#631200;
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	background:#fff;
}

/* =Banner
-------------------------------------------------------------- */

.banner {
	width:960px;
    background-color:#666;
    border-bottom:3px solid #404040;
	float:right;
    clear: left;
    font-size: 1.2em;
    height:200px;
    padding:3px 0 0;
    position: relative;
}

.banner h3 {
    color: #545454;
    text-shadow: 0.02em 0.04em 0.1em #777777;
    font: 20px "Trebuchet MS",Tahoma,Arial,sans-serif;
    letter-spacing: normal;
    margin: 0 0 0.3em;
    text-transform: capitalize;	
}

.banner p {
    float: left;
    margin: 0;
    padding: 0 0 0 0.1em;
    width: 330px;
}

.movie {
    float: right;
    height: 180px;
    left: 425px;
    position: absolute;
    top: 0;
    width: 320px;
}

.cuffs {
    background: url("images/cuffs.png") no-repeat scroll 0 0 transparent;
    bottom: 2em;
    float: right;
    height: 285px;
    position: absolute;
    right: 8em;
    width: 297px;
}


#main{
	padding:0;
	width:960px;
	background-color:#C0C4BB;
}



.entry-content {}

#content{
	width:600px;
}

#content,
#content input,
#content textarea {
	color: #000333;
	font-size: 16px;
	line-height: 28px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 20px;
}
#content ul{
	padding-left:15px;
}
#content h1 {
	color:#000;
    font-size:16px;
    font-weight: bold;
    margin-left: -1em;
    padding: 0.3em 1em;
    text-transform: uppercase;
    width: 100%;
}
#content h2{
	color: #444;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: bold;
	margin: 0;
}
#content h3{
	font-weight:bold;
	font-size: 14px;
	margin:0 0 5px 0;
	line-height: 16px;
	clear:none;
}
#content h4{
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#content {
	background-color:#fff;
	width:690px;
	margin :0 ;
	padding: 15px 20px 0;
}
#content img.alignright{
	margin:30px 5px 10px 10px !important;
	padding:8px !important;
	border:1px solid !important;
	border-color:#CCC !important;
}

#content img.aligleft{
	margin:10px 10px 25px 25px!important;
}
ul.none{
	list-style:none;
}
.three-column #content {
	border: 1px solid #ccc;
	border-width: 0 1px;
	margin :25px 0 0 0;
	padding: 0 20px;
}

.widget-area h4{
	font-size: 16px;
	color:#1a76b6;
	font-weight:normal;
	margin:0;
	line-height: 16px;
	text-align:center;
}

/* widgets :) */


#main .widget-area ul {
	margin-left: 0;
	padding: 0 ;
}
#main .widget-area ul ul {
	list-style: none;
	border: none;
	margin-left: .9em;
	padding: 0;
}

#top-widget-area ul ul li{
	padding:  0 0 18px 0;
}


#primary, #secondary{
	font-size:12px;
	background-color:transparent;
	margin:0;
	width: 230px;
	padding: 10px 0;
	min-height: 630px;
}

#secondary{
	padding: 0;
	float:right;    
}

#primary p, #secondary p{
	margin:0 0 0 10px;
}
#primary,  {
	font-size:12px;
}
#primary .textwidget p{
	padding:0 10px;
}
#secondary {
	background:url("images/widg-bg.png") no-repeat top center #C0C4BB;
}

#top-widget-area{
	float:left;
	height:144px;
	padding:0 0 3px 0;
	color:#000;
	background-color:#fff;
	width: 730px;
}

#top-widget-area a:link,
#top-widget-area a:visited {
	text-decoration: none;
	color:#ffffff;
}
#top-widget-area a:active,
#top-widget-area a:hover {
	text-decoration: underline;
}

#top-widget-area #top-left {
	width:315px;
	height:144px;
	margin: 0;
	line-height:16px;
}
#top-widget-area #top-left  h5 {
	font-weight:bold;
    color: #404040;
    font-size: 16px;
    height: 20px;
    margin:0;
    padding:0;
    text-align: left;
    text-transform: capitalize;
    width: 200px;
}

#top-widget-area #top-center {
	width:350px;
	background:
		url("images/bills.png")
		no-repeat;
	height:235px;
}

#top-widget-area #top-right { 
	width:190px;
	height:200px;
}
.menu-practice_areas-container ul{
	padding-left:5px !important;
}
.menu-practice_areas-container ul li{
	padding:5px !important;
}
.menu-practice_areas-container ul ul li {
	padding:5px !important;
}
.widget-area .wide, .widget-area textarea{width:88%;}

.widget-area form{
	margin:0;
	padding:0 0 0 10px;
}


.widget-container {
    margin: 0;
}

.widget-area h5 {
	background:url("images/sidebar_head.png") no-repeat;
	width:200px;
	height:34px;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	padding: 12px 10px 5px 10px;
	margin:5px 0 0 0;
	text-transform: capitalize;
	text-align:left;
} 
.widget-area h4 {
	border-bottom: 1px solid #000000;
	width:210px;
	height:17px;
	color: #000000;
	font-size: 16px;
	font-weight: normal;
	padding: 7px 10px 5px 10px;
	text-transform:none;
	text-align:center;
}
.widget-area form {
border: none;
}
#text-5.widget-container div.textwidget{
	padding:0 15px;
}
.widget-area form p{
	margin:0; padding:0;
}

.widget-area form label{
	cursor:pointer;
	display:block;
	font:normal .8em Arial, Helvetica, sans-serif;
}

.widget-area form label.disclaimer{
	text-transform:none;
	font-size:.75em;
	margin:-1.5em 0 0 2.3em;
	padding:0 2em 0 0;
	line-height:1.2em;
}

.widget-area input, .widget-area textarea{
	padding:.2em .3em;
}


.widget-area textarea{
	height:65px;
}

.widget-area .tel{
	width:30px;
}

.widget-area .tell{
	width:45px;
}

.widget-area #submit, .widget-area #reset{
	padding:4px 10px;
	height:24px;
	border:none;
	font-size:14px;
	border-radius:.5em;
	-moz-border-radius:.5em;
	-webkit-border-radius:.5em;
	cursor:pointer;
}

.widget-area #submit{
	background:url("images/submit.png") no-repeat top center;
	border-color: #373737;
	color: white;
	margin: 12px 0px 12px 10px;
}

.widget-area #reset{
	background:url("images/reset.png") no-repeat top center;
	border-color: #B3A3A3;
	color: #000000;
	margin: 12px 0px 12px 0;
}

.widget-area form small{
	display:block;
	margin:-.4em 0 -1.5em;
}

.error{
	border:.1em solid !important;
}

label.error{
	float:left;
	margin:-2.2em -3.5em 0;
	padding:.5em .8em;
	position:relative;
	left:20em;
	white-space:nowrap;
	text-transform:none !important;
	z-index:9999 !important;
	color:#670206;
	border-color:#670206;
	background-color:#ffe0e0;
}
.tell + label.error{
	left:20em;
}

textarea + label.error{
	top:-9em;
}

#disclaimer + label.error{
	top:2.2em;
}
/* 404 */
.related-posts {
    margin: 1em;
}
.related-posts > div {
    position:relative;
}
.related-title {
    display: block;
    font-size: 1.2em;
    margin: .5em 0;
}
.button-container {
    text-align: right;
    height: 1em;
}

/* Footer css ________________*/
#footer {
	background-color:transparent;
	clear: both;
	font-weight: bold;
	margin:0 auto;
	padding:0;
	width: 960px;
	height:55px;
	position:relative;
}

#colophon {
	width:920px;
	padding:10px 20px;
	margin:0;
	background-color:transparent;
	bottom:0;
	color:#ffffff;
}
#colophon a, #colophon a:hover{
	color:#ffffff;
	background-color:transparent;
	text-decoration:underline;
}
	
#colophon ul {
	float:none;
    margin: 0;
    padding: 0;
    text-align: center;
}
#colophon p {
    margin: 0;
    padding: 0;
    text-align: center;
}
/* Practice Area Call-outs on the index page */
.callouts{width:100%; margin:4em 0;}
.callouts h4{margin:0 0 .5em; background-color: #222;
border-bottom-left-radius: 0.4em 0.4em;
border-bottom-right-radius: 0.4em 0.4em;
border-top-left-radius: 0.4em 0.4em;
border-top-right-radius: 0.4em 0.4em;
color: #EFEFEF;
font-style: italic;
padding: 0.3em 0.9em;}
.box{
width:40%;
margin:0 5% 5% 5%;
padding:0;
background-color:#eee;
border-radius:.4em; -moz-border-radius:.4em; -webkit-border-radius:.4em;
box-shadow:0 .1em .4em #999; -moz-box-shadow:0 .1em .4em #999; -webkit-box-shadow:0 .1em .4em #999;
float:left;
}
.box h5{
margin:0;
padding:.3em .9em;
color:#efefef;
font-style:italic;
text-transform:capitalize;
background-color:#631200;
border-top-left-radius:.4em; -moz-border-radius-topleft:.4em; -webkit-border-top-left-radius:.4em;
border-top-right-radius:.4em; -moz-border-radius-topright:.4em; -webkit-border-top-right-radius:.4em;
}
.box h5 a{color:#efefef; border-bottom:none !important; background:none !important;}
.box p{padding:.25em 1em;}
.box .more{text-align:right; font-size:.875em; margin:-1.5em 0 0;}
.r{}


/* Social media classes that work with plugins and widgets */
 .tweetmeme_button{ float: right; margin-left: 10px;}

.addthis_toolbox .hover_effect
{ padding: 4px 0 9px 5px; 
border-top: 2px solid #DAD9D9; color: #4c4d50; background: #E4E4E4; font-family: arial, "lucida console", sans-serif; font-size: 10px; font-weight: 700; text-transform: uppercase; height:16px; }
.addthis_toolbox{ margin: 0 0 6px 0; height:25px; }
.addthis_toolbox .hover_effect div {float: left;}
.addthis_toolbox .hover_effect a {padding: 3px 5px 2px 15px;
position: relative; text-decoration: none; border-bottom: none !important; color: #4c4d50; }
.addthis_toolbox .hover_effect a:hover {text-decoration: none;}
.addthis_toolbox .hover_effect span {position: absolute; width: 16px; height: 16px; top: 2px; left: 1px;}

/* use for facebook like button add code to widget- may have to add height into code */
.fblike {
width: 225px;
height: 85px;
margin:0 0 0 -5px;
position: relative;
}

/* Other css__map etc */
.google {float:right;color:#000; line-height: 18px; margin:10px; }

/* Items for oiur standard video formats */
.vidbox{padding:5px; text-align:center; font-size:.9em !important; margin:5px !important;}
.vidbox h3{margin-top:.5em;}
.vidbox img {border:none !important; padding:0 !important;}
.vidbox a {text-decoration:none !important; border:none !important; padding:0 !important;}
.longdesc{cursor:pointer; margin:2em 0; padding:.25em 1em; background:#000 url('images/arrow.png') no-repeat 90% center;}
.longdesc:hover{background-color:#6D6855; color:#000;}
.longdescbq{display:none; margin:-2em 0 2em; font-size:1em; background:none;}
.longdescbq cite{font-size:1.1em; text-align:right;}
#logo_left{
	background: url("images/logo_left.jpg") no-repeat;
	background-color:transparent;
	width: 74px;
	height:752px;
	float: left;
	margin: 0;
}
#container {
    float: left;    
	min-height: 650px;
	background-color:#ffffff;
}
#text-6.widget-container div.textwidget{
	padding:0 18px;
}
#text-6.widget-container h4.widget-title, #execphp-7.widget-container h4.widget-title, #text-5.widget-container h4.widget-title{
	margin: 17px 10px 5px 10px;
    padding: 0;
    width: 210px;
}

#menu-item-43.menu-item{
	margin:3px 0;
	border-color:#000000;
	border-right:solid 2px;
}
#menu-item-46.menu-item{
	margin:3px 0;
	border-color:#000000;
	border-right:solid 2px;
}
#menu-item-49.menu-item{
	margin:3px 0;
	border-color:#000000;
	border-right:solid 2px;
}
#menu-item-50.menu-item{
	margin:3px 0;
	border-color:#000000;
	border-right:solid 2px;
}
#menu-item-52.menu-item{
	margin:3px 0;
	border-color:#000000;
	border-right:solid 2px;
}
#menu-item-53.menu-item{
	margin:3px 0;
}
#menu-item-194.menu-item{
	margin:3px 0;
	border-color:#000000;
	border-right:solid 2px;
}
.entry-content p a:link, .entry-content p a:visited{
	color:#000000;
	text-decoration:underline;
}
.entry-content ul li a:link, .entry-content ul li a:visited{
	color:#000000;
	text-decoration:underline;
}
body.home div#wrapper.hfeed div#main div#container{
    background-color: #FFFFFF;
    float: left;
    min-height: 505px;
}
body.home div#wrapper.hfeed div#main div#secondary.widget-area{
    float: right;
    min-height: 652px;
    padding: 0;
}
.widget-area a:link, .widget-area a:visited {
    text-decoration: underline;
}
#primary {
    background: url("images/widg-bg.png") no-repeat scroll center top #C0C4BB;
}
#menu-item-43.menu-item{
	padding-left:60px;
}
#home-atty {
	margin:8px;
	float:right;
	width:240px;
	border-color: #000000 -moz-use-text-color #000000 #000000;
    border: 1px solid;
}
#home-photo {
	float:left;
	text-align:center;
	width:100px;
	padding:10px;
}
#content img {
    border: 1px solid #000000;
    height: auto;
    margin: 8px 10px 0;
    max-width: 900px;
    padding: 3px;
    width: auto;
}
.mdaf {
    border: medium none !important;
    height: 100px !important;
}
#home-photo a img {
	border:none;
	margin:0;
	padding:0;
}
.gform_wrapper { margin:0 !important; 	max-width: 100% !important; } 
.gform_wrapper form { padding:5px 15px 0 5px; } #gform_widget-2.widget-container.gform_widget { 	/*background:url("images/sidebar-box-form.jpg") no-repeat scroll 0 0 transparent;*/ 	padding:10px 0; }
 .gform_wrapper .top_label .gfield_label { margin:0 !important; } 
.gform_wrapper .gform_footer { margin: -12px 0 0 9px !important; }
 #field_1_6.gfield.gfield_contains_required div.ginput_container { margin: -20px 0 0 0px !important; }
 .gform_wrapper textarea.medium { height: 75px !important; }

#text-6.widget-container h4.widget-title, #execphp-6.widget-container h4.widget-title, #text-5.widget-container h4.widget-title {
    margin: 17px 10px 5px;
    padding: 0;
    width: 210px;
}
table {
    margin: 15px !important ;
}
#text-6.widget-container h4.widget-title, #gform_widget-2.widget-container h4.widget-title, #text-5.widget-container h4.widget-title {
    margin: 17px 10px 5px;
    padding: 0;
    width: 210px;
}
.comservice {
	margin: 15px !important;
}

.execphpwidget.execphpwidget {
    margin: 0 15px !important;
}
	

#execphp-9 .ntl {
    border: 5px solid #fff;
    border-radius: 5px;
    height: auto;
    margin: 25px 0;
    width: 190px;
}

.side-mdaf {
    background-color: #fff;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
}
.side-mdaf > img {
    height: auto;
    width: 105px;
}

	

/* Mobile device styling */
@media only screen and (min-device-width: 320px) and (orientation:portrait),
                   (max-device-width: 1024px) and (orientation:landscape){
       #access a {font-size: 11px;}
	   .widget-area h4 { font-size:14px !important; }
	   #header a { color:#801412; text-decoration:none; }
	   #header, #access { background-color:#D9E8EF; }
}
@media only screen and (min-device-width: 320px) and (orientation:portrait),
                   (max-device-width: 768px) and (orientation:portrait){
       #access a {font-size: 11px;}
	   .widget-area h4 { font-size:14px !important; }
	   #header a { color:#801412; text-decoration:none; }
	   #header, #access { background-color:#D9E8EF; }
}	