/*
Theme Name: Optim Legal
Description: Custom Theme for Optim Legal
Author: Angel Bowman
Author URI: http://moongoosedesigns.com
version: 2.0
Tags: two-column, widget-ready,blank
*/

/* Carousel CSS start */


#mygallery
{
margin-top: 30px;
}
.stepcarousel{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 550px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
	height: 190px;
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: -5px;
	top: 0;
}

.stepcarousel .panel{
	overflow: hidden; /*margin around each panel*/
	width: 550px;
	padding-right: 15px;
	padding-left: 20px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}


/* basics */


*{margin:0; padding:0;}

/*@font-face {
  font-family: Gentium;
  src: url(Gentium.ttf);*/
  /* font-weight, font-style ==> default to normal */
/*}
 
@font-face {
  font-family: Gentium;
  src: url(GentiumItalic.ttf);
  font-style: italic;
}*/

@font-face {
      font-family: "HelveticaNeue";
      src: url("fonts/HelveticaNeueLTStd-UltLt.otf");
    } 
 
body {
	background:#fff;
	/*font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0px;
	}

	
h1 {font-size: 72px;}
h2 {font-size: 14pt;}
h3 {font-size: 10pt;}
h4 {font-size: 9pt; margin: 14px 0;}
h5 {font-size: 11px; font-weight: normal; line-height: 110%; letter-spacing: 1px;}

h1.home {	font-family: "HelveticaNeue", Arial, Helvetica, sans-serif; color: #545252;}

img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 0; }
img.right{ float: right; border: none; padding: 0; }

blockquote {
	font-size: 12px/18px;
  	width: 400px;
  	background: url(images/close-quote.gif) no-repeat right bottom;
  	padding-right: 15px;
  	text-indent: -25px;
  	margin-left: 25px;
  	color: #686666;
  	font-style: italic;
	}
	
blockquote:first-letter, blockquote p:first-letter {
  background: url(images/open-quote.gif) no-repeat left top;
  padding-left: 25px;
}


.homequote {
	font-size: 18px;
	line-height: 24px;
  	width: 490px;
  	background: url(images/close-quote.gif) no-repeat right bottom;
  	padding-right: 15px;
  	text-indent: -25px;
  	margin-left: 25px;
  	margin-bottom: 20px;
  	color: #686666;
  	letter-spacing: 1px;
	}
	
.homequote:first-letter, blockquote p:first-letter {
  background: url(images/open-quote.gif) no-repeat left top;
  padding-left: 25px;
}

.byline {
float: right;
font-size: 12px;
padding-right: 20px;
}

code{
	font-family:"Courier New", Courier, monospace;
	}

.red {
	color: #ff0000;
}

/* links */

a{
	color:#ff0000;
	text-decoration:none;
	}

a:hover{text-decoration: none;}



/* container */


#container {
	width: 900px;
	margin: 0 auto;
	padding:0;
	background:#fff;
	color:#333;
	overflow: hidden;
	}
	
/* header */

#banner {
	width: 900px;
	margin: 0 auto;
	}

#header {
	float: left;
	background:#fff;
  	width: 665px; 
  	height: 155px;
	color: #cdcdcd; 
	}
	
table {
margin: 0px;
padding: 0px;}
	
#header_home {
	float: left;
	background:#fff;
  	width: 600px; 
  	height: 155px;
	color: #cdcdcd; 
	}
	
#homephoto {
	width: 900px;
	margin: 0 auto;
	padding: 24px 0 0 7px;
	}

#homephoto ul {
	margin:0;
	padding:0;
}

#homephoto ul li {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
}

#homephoto ul li a {
	padding:6px 7px;
	margin: 0;
	color: #000;
	display:block;
}

#homephoto img {
	background:url(images/shadow.gif) no-repeat right bottom;
	padding:0px 6px 6px 0px;
	border:0;
	border-top:#eee 1px solid;
	border-left:#eee 1px solid;

}

a.rollover img {
	width: 114px;
	height: 89px;
}

a.rollover:hover > img {
	width: 120px;
	height: 94px;
}


#header h1{
	padding:20px 0 0 20px;
	margin:20px 0 20px 0;
	font-family: "HelveticaNeue", Arial, Helvetica, sans-serif;
	letter-spacing: normal;

	}
	
#header h1 a{color: #cdcdcd; text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}


#header h2{
	font:normal 14px Tahoma, arial, helvetica;
	color:#333;
	padding: 0 0 0 18px;
	margin:0;	
	}
	
#home-off {
	background-image: url(images/home.png); 
	background-repeat: no-repeat;
	height: 19px; 
	width: 17px;
	margin-top: 8px;
	margin-left: 30px;
	}
	
#home {
	margin: 0;
	padding: 0;
	}

#home a {
	height: 19px;
	width: 17px;
	margin:0px;
	padding:0;
	}
  
#home a i { visibility: hidden; }
  
a#home { }

a#home:hover { 
	background-image: url(images/home-on.png); 
	background-repeat: no-repeat;
	height: 19px; 
	width: 17px;
	}

.mediaroom a {
	float: left;
	display:block;
	width: 84px;
	height: 48px;
	background: url("images/mediaroom.png") 0 0 no-repeat;
	text-decoration: none;
	margin-top: 70px;
}
.mediaroom a:hover { 
	background-position: 0 -48px;
	color: #049;
}
.mediaroom a:active {
	background-position: 0 -48px;
}

#logo {
	float: right;
	background-image: url(images/toplogo.gif);
	height: 150px;
	width: 135px;
	}
	
	
/* main menu */


#menu {
	clear: both;
	background:#ebebeb;
	/*font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;*/
	font-family: "HelveticaNeue", Arial, Helvetica, sans-serif;
	font-size: 20px;
	width:100%; 
	overflow:hidden;
	color: #000;
	height: 38px;
	line-height: 26px;
	letter-spacing: 1px;
	font-weight: lighter;
	
}


#nav {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	}

#nav ul {
	margin:0;
	padding:0;
}

#nav ul li {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
}

#nav ul li a {
	padding:6px 15px;
	margin: 0;
	color: #000;
	display:block;
}

#nav ul li a:hover, #nav ul li.current_page_item a:visited, #nav ul li.current_page_item a, #nav ul li.current_page_item a:hover, #nav .current_page_item a,
#nav .current-cat a {
	color:#ff0000;
}



/* content */



.thumbnail-div {
/*border: 1px solid #e7e7d4;*/
border: none;
/*float: left;
padding: 6px;
display: inline;*/
margin: 0;
width: 165px;
padding-bottom: 4px;
}

#content {
	float:left;
	width:625px;
	overflow: hidden;
	margin: 30px 14px 14px 14px;
	color: #545252;
	}
	
#content_wide {
	width:885px;
	overflow: hidden;
	margin: 10px 0px 14px 14px;
	color: #545252;
	}
	
#photo {
	float: left;
	width: 420px;
	margin-top: 15px;
	
}

#bio {
	float: right;
	width: 450px;
}

.post {
	margin:0;
	font-size: 14px;
	padding:0;
	line-height: 140%;
	}
	
.post_profiles {
	margin-right:40px;
	font-size: 11px;
	padding:0;
	width: 165px;
	float: left;
	display: inline;
	height: 180px;
	}
	
.post_profiles a {
	color: #545252;
}
	
.large {
	margin: 0px 0 10px 0;
	font-size: 32px;
	line-height: 110%;
	color: #545252;
	letter-spacing: 1px;
	font-weight: normal;
	}
	
.xtralarge {
	margin: 0;
	font-size: 42px;
	line-height: 110%;
	color: #545252;
	letter-spacing: 1px;
	font-weight: normal;
	padding-bottom: 25px;
	font-family: "HelveticaNeue", Arial, Helvetica, sans-serif;
	}
	
.post h1{
	margin: 0px 0 10px 0;
	font-size: 28px;
	line-height: 110%;
	color: #545252;
	letter-spacing: 1px;
	font-weight: normal;
	font-family: "HelveticaNeue", Arial, Helvetica, sans-serif;
	}
	
.post h2{
	margin: 23px 0 10px 0;
	font-size: 18px;
	/*color: #afacac;*/
	color: #666;
	letter-spacing: 3px;
	font-weight: normal;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 5px;
	font-family: "HelveticaNeue", Arial, Helvetica, sans-serif;
	}
	
.post h2 a{
	color: #000;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #777;
	text-decoration: none;
	}

.post ol, .post ol li {
	list-style-type: decimal;
	list-style-position: inside;
	margin: 3px 0 0 0;
	padding: 0;
}

.post ol ol, .post ol ol li {
	list-style-type: lower-alpha;
	list-style-position: inside;
	padding-left: 6px;
	margin-left: 6px;
}



.post ul {
	padding: 0;}

.post ul li {
	list-style-image: url(images/circle.gif);
	list-style-position:outside;
	padding: 0px 0 3px 0px;
	margin-left: 16px;

}

.entry p{margin:16px 0;}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
	}
	

.navigation {
	font-size:12px;
	width:100%;
	float:left;
	margin:10px 0 0 0;
	padding:0;
	overflow:hidden;
	color: #ccc;
	height: 30px;
	
	}
	
.navigation a {
	float:left;
	width: auto;
	margin:10px 0 0 0;
	padding:0;
	overflow:hidden;
	color: #ccc;

}
	
.navigation a:hover {
	color: #666;
	}
	
.navback {

	float: left;
	margin: 0 25px 20px 0;
	}
	
#discover {
	clear: both;
	margin-top: 20px;
	font-size: 14px;	
}


.contact {
	padding-top: 10px;
	color:#ff0000;
	
}

#sidebar #discover .contact a {
	color: #ff0000; }

.contact a:hover, #sidebar #discover .contact a:hover {
	color:#999999;
	
}


ul.breadcrumbs {
	list-style: none;
	padding: 0 0 30px 0;
	margin: 0 0 10px 0;
	font-size:12px;
}
ul.breadcrumbs li {
	list-style: none;
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}

#more {
	float: right;
	font-size: 10px;
	padding: 0px;
	margin: 0px 0 20px 0;
}

a.icon-pdf-file {
	background-image: url(images/pdficon_small.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 3px 25px;
	margin-left: 0px;
	color: #545252;
	text-decoration: underline;
}

a:hover.icon-pdf-file {
	color: #ccc;
}

.ddsg-wrapper ul li, .ddsg-wrapper ul li a {
list-style-image: none;
list-style: none;
color: #545252;
margin-left: 0px;

}

.ddsg-wrapper ul li ul li, .ddsg-wrapper ul li ul li a {
list-style-image: none;
list-style: none;
color: #545252;
margin-left: 8px;

}

.ddsg-wrapper ul li ul li ul li, .ddsg-wrapper ul li ul li ul li a {
list-style-image: none;
list-style: none;
color: #545252;
margin-left: 16px;

}

/* sidebar */

#sidebar {
	font-family: Tahoma, arial, helvetica;
	font-size:12px;
	width:245px;
	float:right;
	margin:30px 0 0 0;
	padding: 0;
	font-weight: 100;
	}
	
#sidebar a {
	color: #545252;
}

#sidebar a:hover, #sidebar .current-cat a, #sidebar .current_page_item a {
	color: #ff0000;
}


#sidebar h2{
	font:normal 12px Tahoma, arial, helvetica;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar label{
	font:normal 12px Tahoma, arial, helvetica;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding: 0 6px 0 12px;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin:12px;
	padding:0;
	
	}

#sidebar ul li {
	list-style-image: url(images/arrow.gif);
	list-style-position:outside;
	padding: 0px 0 3px 0px;
	margin-left: 16px;
}

#sidebar ul ul {
	margin:0px 0;
	padding:0;
}

#sidebar ul ul li {
	list-style-type: none;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}



/* comments */


#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: Tahoma, arial, helvetica;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: Tahoma, arial, helvetica;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}




/* search */

#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	margin:0;
	padding:2px;
	border:1px solid #000;
	}

#searchform input#searchsubmit{
	border:none;
	background:#333;
	color:#fff;
	text-transform:lowercase;
	}


	
/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 0;
	margin: 0 25px 15px 0;
	float: left;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}




/* footer */

	
#footer {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	clear: both;
	color: #999999;
	font-size: 10px;
	}

#footer ul {
	margin: 35px 0 0 14px;
	padding:0;
}

#footer ul li {
	list-style-type: none;
	float: right;
	margin: 0;
	padding: 0;
}

#footer ul li a {
	padding:4px 15px;
	margin: 0;
	color: #999;
	display:block;
}

#footer ul li a:hover, #footer ul li.current_page_item a:visited, #footer ul li.current_page_item a, #footer ul li.current_page_item a:hover, #footer .current_page_item a,
#footer .current-cat a {
	color:#666;
}
	
/*#footer p{padding:14px 0;margin: 0; color: #eee; text-align:center;}
#footer a{color: #BCBCBC;text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}*/