/* 
http://img832.imageshack.us/img832/6449/logolvm.png
THEME NAME: Attorney2
THEME URI: http://internetmarketingcompany.biz/
DESCRIPTION: Theme for Internet Marketing Company. Supports all modern browsers (IE 7+)
VERSION: 0.13
AUTHOR: A.Lucian
AUTHOR URI: http://internetmarketingcompany.biz/
License: All rights belong to Internet Marketing Company
TAGS: attorney, theme, experimental
*/


@import 'http://fonts.googleapis.com/css?family=Allan:bold';


/*css reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, img, strong, sub, sup, tt, 
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
html, body {
	line-height: 1.30;
	height:100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*Global elements*/
a {
	color:#fff; /*Change me*/
	text-decoration:none;
	outline:0;
}
	a:focus, a:hover, a:active {
		text-decoration:underline;
		outline:0;
	}


h1, h2, h3, h4 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	color:#000; /*change me*/
	margin:20px 0;
	padding: 0 0 5px 0;
	font-weight: bold;
}

h1 {
	font-size: 26px;	
}
h1.title {	
	height:40px;		
	color:#333;
	text-transform:capitalize;
	padding:0;
	border:none;
	margin:0 0 20px 0;
    display:none;	
}
h2 {
	font-size: 21px;
}
h3 {
	font-size: 16px;
}

ul, ol {
	list-style-type:none;
}

p,  {
	margin:7px 0;
    font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}

strong {
	font-weight:bold;
	padding:10px 0 ;	
}

img {
	margin:0px;;
	border:none;
	outline:none;
}


/*Layout\structure elements*/
body {		
	color:#444;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px !important;
    background: #eee;
}

#wraper {
	position:relative;	
}
#header {
	min-height:100px;
}
#container {	
	margin:10px 0;	
}	
	#container-inner {
		min-height:200px;
		background:#FFF;
		border:#CCC 1px solid;
		
	}

		#content{
			min-height: 400px;
border-bottom: 5px solid #CCC;
line-height: 22px;
padding: 10px 0 !important;
}
		}
		#content.one-column {
			width:920px;
		}
		#content.home-page {
			width:920px;
		}
		
		#sidebar {
			width:270px;
			padding:0;
			margin:15px 15px 0 0;
			float:right;
			min-height:200px;
            display:none;
		}
		
#footer {
	height:70px;
	padding-top:10px;
}




#header-inner, #header-menu-inner, #container-inner, #footer-inner, #geo-states, #header-img-inner {
	width:950px;
	margin:0 auto;
}



/*Header section!!!*/
#description {
	height:88px;
	line-height:88px;
	font-size:22px;
	color:#666;
	float:right;
}		
	#logo {				
		font-size:36px;				
		font-weight:bold;
		line-height:88px;
		position:relative;
		float:left;	
        
        
	}
    #logo p{
        font-size:14px;
        margin-top:-30px;
        
    }
		#logo a {
			/*color:#ff9e33; change me*/
			text-shadow: 2px 2px 5px #777;
			display:block;
		}
			#logo a:hover {
				text-decoration:none;
                border:none;
			}
           #logo p{
            margin-bottom:-20px;
            
            
            
           }
  #header-img{
    height:300px;
    width:100%;
    margin-top: -10px;
    position: relative;
  }
			
/*Header navigation menu*/		
#header-menu {
	height:40px;
	margin-bottom:10px;
}
	#header-menu-inner {
		position:relative;
	}

		
/*Social buttons*/
#header-menu .header-social {
	position:absolute;
	top:10px;
	right:-25px;
}
	.addthis_button_google_plusone, .addthis_button_facebook_like {
		position:relative;
		left:-12px;
	}



#header-menu ul {
	height:40px;
	background:#000;
}
	#header-menu ul li {
		position:relative;
		float:left;
        border: none !important;
	}
		#header-menu ul li:hover, #header-menu ul li.current-menu-item {
			background: #B1B0A7;
            height:41px;
		}
        #header-menu ul li a:hover, #header-menu ul li.current-menu-item a{
            
            color:#fff;
        }
		#header-menu ul li a {
			display:block;
			color:#fff;
			line-height:40px;
			padding:0 15px;
			text-transform:capitalize;
		}
			#header-menu ul li a:hover {
				text-decoration:none;
				color:#fff;				
			}
	
	#header-menu ul ul {
		position: absolute;
		top: 40px;
		left: -1px;
		padding:1px 0 0 0;
		display: none;
		z-index:3000;
	}
		#header-menu ul ul li {
			height:30px;
			width:200px;
			background:#000;
			border-bottom:#CCC 1px solid;
			border-right:#CCC 1px solid;
		}
			#header-menu ul ul li:hover {
				background:#B1B0A7;
			}
			#header-menu ul ul li a {
				display:block;
				color:#FFF;
				line-height:30px;
				padding:0 20px;
				text-transform:capitalize;
			}
		#header-menu ul li:hover > ul {
			display:block
		}





/*Container section*/
#content ul {
	list-style-type:none;
	padding:10px 0 10px 0px;
}
	.content ul li {
		padding:5px 25px;
		background:url(assets/sprites.png) no-repeat -700px 6px;		
	}
		
#content ol {
	list-style-type:decimal;
	padding:10px 0 10px 20px;
}


#content p, #content li {
	text-align:justify;
}

#content .one-column {
	text-align:justify;
}



/*generic elements*/
#nav-below {
	margin-top:20px;
}
#content .loop-posts {
	padding:0 0 5px 10px;
	position:relative;
	border-left:#ccc 1px solid;	
	border-bottom:#ccc 1px solid;
	border-top:#ccc 1px solid;
}
#content .archive-meta {
	font-weight:bold;
	padding-bottom:10px;
}


#content .entry-title {	
	border:none;
	margin:0 90px 5px 0;
	padding:0 10px;
	line-height:40px;	
}
	
	#content .entry-title a{
		color:#1E73A6;
		font-size:22px;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		text-decoration:none;
	}
	

#content .entry-meta {
	height:40px;
	width:80px;
	background:#fff;
	padding:0 0 0 10px;
	position:absolute;
	top:-1px;
	right:0px;
	border-left:#ccc 1px solid;
	border-bottom:#ccc 1px solid;
}
	#content .entry-meta .left {
		float:left;
	}
	#content .entry-meta .right {
		float:right;
		text-align:center;
		margin-left:7px;
	}
	#content .entry-meta .day {
		font-size:36px;
		position:relative;
		top:-6px;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	}
	#content .entry-meta .month {
		display:block;
		font-size:16px;
	}
	#content .entry-meta .year {
		font-size:10px;
	}
	
#content .entry-summary {
	margin-bottom:10px;
}
	#content .entry-summary p {
		margin-bottom:11px;
	}
	
#content .read-more {
	width:185px;
	height:26px;
	background:url(assets/assets.png) no-repeat 0px 0px;
	float:right;
	
}
#content .read-more:hover {
	background:url(assets/assets.png) no-repeat -200px 0px;
}
	#content .read-more a {
		display:block;
	}

	
#content .entry-utility {
	line-height:19px;
	font-size:12px;
	padding:2px 0px;
	margin:0 200px 10px 0;
	
	/*border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 10px;*/
	
}



/*Sidebar*/

#sidebar h1, #sidebar h2, #sidebar h3 {
	margin:0;
	background:#eee;
	color:#444;
	padding:3px 0 3px 10px;
	font-size:18px;
	text-transform:capitalize;
	
	border-left:#ccc 1px solid;
	border-right:#ccc 1px solid;
	border-top:#ccc 1px solid;
}
	#sidebar h1 a, #sidebar h2 a, #sidebar h3 a {
		color:#FFF;
	}

#sidebar .main-box {		
	margin-bottom:30px;
}
#sidebar img {
	margin:0;
}

#sidebar ul {	
}
	#sidebar li {
		margin:0;		
		padding:7px 0 7px 10px;
		border-bottom:#ccc 1px solid;		
		border-left:#ccc 1px solid;
		border-right:#ccc 1px solid;		
	}
	#sidebar li a{
		display:block;		
	}
		#sidebar li a:hover {
			text-decoration:underline;
		}
#sidebar #primary-widget {
	margin-top:30px;
}
#primary-widget ul {
	margin-bottom:30px;
}

#sidebar .tagcloud {
	padding:6px 8px;
	border-bottom:#ccc 1px solid;		
	border-left:#ccc 1px solid;
	border-right:#ccc 1px solid;
}
	
	
	
/*Footer section*/

#geo-states {
	width:920px;
	padding:15px;
	margin-bottom:25px;
	background: #fff;
	border:#ccc 1px solid;
}
#geo-states ul {
	float:left;
	width:230px;
}
	#geo-states ul li {
		font-size:12px;
	}
#geo-states ul li a:hover{
    color:#000;
}

#footer a:hover {
	text-decoration:underline;
}
#copy {
	padding:15px 0 0 0;
	clear:both;
	text-align:center;
	font-size:12px;
    padding-bottom:10px !important;
}
  #copy a{
    color:#000;
}
#copy a:hover{
    color:#06F;
}
#footer-info p{
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
#footer-info a {
 display:block;
 width: 137px;
 height: 111px;
 background: url('assets/badge_reviews.png') no-repeat;
 margin-left:410px;
 margin-bottom:25px;
}

#footer-menu {
   float:left;
   width:100%;
   overflow:hidden;
   position:relative;
}
	#footer-menu ul {
	   clear:left;
	   float:left;
	   position:relative;
	   left:50%;
	   text-align:center;
	}
		#footer-menu ul li {
		   display:block;
		   float:left;
		   list-style:none;
		   position:relative;
		   right:50%;
		}
			#footer-menu ul li a {
			   display:block;
			   color:#333;
			   margin:0 0 0 1px;
			   padding:3px 15px;
			}
				#footer-menu ul li a:hover {
					color:#06F;
                    border:none;
				}
	
	


/*Global classes*/

.float-right {
	float:right;
}
.float-left {
	float:left;
}
.clear {
	margin:0;
	padding:0;
	height:1px;
	clear:both;
}
.round-corners {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.shadow {
	-moz-box-shadow: 3px 3px 6px #aaa; 
	-webkit-box-shadow: 3px 3px 6px #aaa; 
	box-shadow: 3px 3px 6px #aaa;
}





/* =Images
-------------------------------------------------------------- */
/*
Applies only to images uploaded via WordPress by targeting size-* classes.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#hright{
    width:450px;
    float:right;
    margin-top:80px;
     
}
#criminal{
    float:left;
    height:100%;
   color:#fff;
  
    
}
#criminal a, #criminal h2, #criminal h1{
    color:#fff;
}
#criminal h2{
    font-size: 31px !important;
}
.cufon.canvas {
    
}
.form-widget label{width:65px; float:left; display:block; clear:both; font-size:14px; color:#737373; text-align:right; padding-top:8px;}







.form-widget li{padding:6px 0; overflow:hidden;}







.field{width:305px; float:right;}







.input{font-size:18px; padding:5px; border:2px #737373 solid; color:#bababa; width:290px; vertical-align:middle;}







.small-width{width:137px;}







.data-secure{font-size:10px; color:#ffffff; padding-right:15px; display:inline-block;}







.button{background:#aa1328; font-size:14px; color:#ffffff; border:2px #747474 solid; padding:2px 15px; overflow:visible; cursor:pointer;}



#profileleft{
    
    float:left;
    width:200px;
    margin-top:50px;
    
    
}
#profileleft p{
    margin-top:-15px;
}
#profileleft img.zolnoz {
    border: 5px solid #000;
}
#associations h1{
    margin-top: 50px;
    margin-left: 150px;
    width:100%;
    
}
#associations{
    float:right;
    width: 400px;
    margin-left:20px;
    }
#associations p{
    width:600px;
    margin-left:50px;
    font-family: "Century Gothic", Arial, Helvetica, sans-serif;

}
#associations h2{
    margin-left:250px;
    width:100%;
}
#services{
    margin-left:50px;
    font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}
#services p, #services strong  {
    width:800px;
    margin-bottom: 10px;
    font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}
#services p li b {
    width:800px;
    
}


#left {
    float:left;
    width:200px;    
    margin-top: 50px;
    
}
#right{
    float:right;
    width:300px;
    
}
#right h2{
    margin-left: 110px;
    width: 100%;
}
#right .vic {
    border-bottom: 1px solid #000;
    margin-left: -70px;
    margin-bottom: 30px;width: 600px;
    font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}
#right .vic p{
   width: 600px;
   
}
.maap {
    float: right;
    position: relative;
    right: -200px;
}


#iinfoa p, #info h2 ,#iinfo p b { 
    width: 900px;
}
#header-menu ul ul ul {
    
    position: absolute;
    left: 150px;
    top: 0px;
}
#header-menu ul ul ul li{
    width: 220px;
}

span.skype_pnh_container, span.skype_pnh_container * {
    color:#000 !important;
}
.boxes-widget {
background: #CCC;
padding: 6px;
overflow: hidden;
}
.left-box, .right-box {
min-height: 410px;
}
.left-box {
float: left;
padding-right:100px;
padding-bottom:180px;
}
.left-box, .right-box {
width: 416px;
min-height: 272px;
background: #424242;
}
.left-box h1, .right-box h1 {
color: #CCC;
width:1200px;
text-align: left;
padding: 10px;
border-bottom: 1px #CCC solid;
}
.box-con {
padding: 15px 20px;
color: #CCC;
}
#content p {
margin: 7px 0;
text-align: justify;
}
.links {
overflow: hidden;
font-size: 16px;
font-weight: bold;
text-align: center;
padding: 28px 0;
color:#fff !important;
}
.have-qus {
font-size: 11px;
color: white;
}
.right-box {
float: right;
padding-bottom:123px;
}
.small-width {
width: 137px;
}
.input {
font-size: 18px;
padding: 5px;
border: 2px #737373 solid;
color: #BABABA;
width: 132px;
vertical-align: middle;
}

input, textarea, select {
padding: 2px;
font: 400 1em Verdana, Sans-serif;
color: #666;
background: white;
border: 1px solid #999;
margin: 2px;
}