/*
Theme Name: Barrera Law Firm Theme
Description: A theme for BLF based on default WP theme.
Author: Martha Burtis
Author URI: http://madigram.com
*/



/* Begin Typography & Colors */

html, body {
    height: 100%;
    }
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: url('images/blue_black_bg.png') repeat;
	color: #333;
	}
	
div#mainwrapper {
    background: url(images/BLF_07.png) repeat-y scroll 0 0;
    width: 900px;
    margin: 0 auto;
    min-height: 100%;
    }

#page {
	text-align: left;
    width: 900px;
    min-height: 2500px;
	}

#header img#title {
        margin-left: 250px;
        margin-top: 25px;
}

#header {
	margin: 0;
	/*height: 183px;*/
	width: 900px;
        background: url('images/bluesky_header_blf_021.png') no-repeat;
	}

#headertop {
        background: url('images/BLF6_03_03.png') no-repeat top left;
        width: 899px;
        height: 160px;
}

/*Hiding the Header Text*/
div.headertext, h1.headertext {
        margin-left: -9999px;
        padding-top: 70px;
        font-size: 4em;
        }
h1#homepageh1 {
        font-size: 1px !important;
        color: white;
        margin-left: -9999px !important;
        padding: 0px !important;
        }

#content {
	font-size: 1.2em;
	clear: both;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	/*line-height: 1.4em;*/
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 1.6em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.3em;
	}

h2.pagetitle {
	font-size: 1.3em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.1em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em Tahoma, Geneva, sans-serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #405298;
	text-decoration: none;
	}

a:hover {
	color: #962100;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	margin: 0px auto 0px auto;
	padding: 0;
	}

#header {
	background-color: #000;
	padding: 0;
	height: 183px;
	width: 900px;
        /*float: right;*/
	}

#headerimg {
	margin: 0;
	height: 183px;
	width: 100%;
	}

.narrowcolumn {
    float: right;
	padding: 0 25px 20px 0px;
	width: 620px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}
f
.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 900px;
	clear: both;
	background: #efefef;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 30px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 0px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}


.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 30px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	    padding: 0px 0 10px 0;
        margin: 0px 25px 10px 0px;
	    width: 225px;
        background-color: #161c30;
        position: absolute;
        top: 119px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px; 
        background: url('images/BLF6_05.png') no-repeat;
        /*z-index: 50;*/
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	margin-bottom: 20px;
	font-size: 1em;
	line-height: 1.3em;
	width: 620px;
	}

.navigation div.alignleft, .navigation div.alignright {
   width: 310px;
   }
   
.navigation div.alignleft p {
   text-align: left;
   }

.navigation div.alignright p {
   text-align: right;
   }

div.post h2 {
   text-align: center;
   }
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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;
}



/* Translator Widget Styles */

  
li#lang-sel a {
  position: absolute;
}

/* Special BLF Styles */

/*body.home strong {
   font-weight: normal;
}*/

   
h2.widgettitle {
       font-family: Georgia, "Times New Roman", serif !important;
       background-color: #f9f9de;
       font-variant: small-caps;
       font-size: 14px !important;
       color: black;
       text-transform:uppercase;
       padding: 7px 0px !important;
       text-align: center;
       letter-spacing: 0px;
       border-top: 1px solid #161C30;
       border-bottom: 1px solid #161C30;
       border-right: 1px solid #161C30;
       -moz-border-radius-topright: 5px;
       -moz-border-radius-bottomright: 5px;
}

li.widget_categoryposts ul, li.samsarin_php_widget ul, li.widget-recent-entries ul, li.widget_recent_entries ul {
       margin-left: 20px;
       width: 180px;
       }

li.widget_categoryposts ul li, li.samsarin_php_widget ul li, li.widget_rss ul li, li.widget_recent_entries ul li {
      font-size: 12px; 
      list-style-type: disc !important;
      color: #FFFFFF !important;
      }
 
li.widget_categoryposts ul li a, li.samsarin_php_widget ul li a, li.widget_rss ul li a, li.widget_recent_entries ul li a  {
      color: #fff;
      }

/*div#post-1262 {


/*Logo Section*/

li#text-3 div#contactinfo, li#text-5 div#contactinfo {
        color: white;
        margin: 20px 0px 10px 20px;
        font-size: 11px;
      
}

li#text-3 span#phone, li#text-5 span#phone {
        display: block;
        font-size: 22px;
        letter-spacing:2px;
}

/* Bio Section */

li#text-4, li#categoryposts-3, li#text-6, li#samsarin_php_widget-4 {
       margin-bottom: 15px;
       }

li#text-4 img, li#text-6 img {
        border: 1px solid #000;
        float: left;
        margin: 0px 0px 0px 10px;
}

div#shortbio {
        color: black;
        font-size: 11px;
        margin: 0px 10px 0px 77px;
        height: 117px;
	line-height: 14px;
        background-color: #f9f9de;
        padding: 0px 5px 0px 5px;
}

div#shortbio strong { 
       font-weight: bold !important;
}

/*Case Evaluation Form*/


form#cformsform, form#cforms2form {
       padding-bottom: 50px;
       background: #2f3859;
       }


li#cforms-2, li#cforms-3, li#li--2 {
       margin-left: 2px;
}
li#cforms-2 h2, li#cforms-3 h2, li#li--2 h2 {
       font-family: Georgia, serif;
       background-color: #f9f9de;
       font-variant: small-caps;
       font-size: 14px;
       color: black;
       text-transform:uppercase;
       padding: 7px 0px;
       text-align: center;
       letter-spacing: 0px;
}

ol.cf-ol {
   padding: 0px !important;
   margin: 0px !important;
}

li#cforms-2 form.cform, li#cforms-3 form.cform{
        width: 217px !important;
       /*margin: 0 auto !important;*/
}

li#cforms-2 ol li, li#cforms-3 ol li {
        list-style-type: none;
}

li#cforms-2 ol li.textonly, li#cforms-3 ol li.textonly {
       text-align: center;
       font-size: 14px;
       color: white;
       background: transparent !important;
}


li#li--2 input, li#li--3 input, li#li--4 input, 
li#li-2-2 input, li#li-2-3 input, li#li-2-4 input{
      margin: 10px 5px 10px 35px;
      width: 125px;
}
li#li--2 label, li#li--3 label, li#li--4 label,
li#li-2-2 label, li#li-2-3 label, li#li-2-4 label{
       float: left;
       margin: 10px 5px;
       width: 30px;
       font-size: 12px;
       color: white;
} 

li#li--5 select, li#li-2-5 select {
       width: 205px;
       margin: 0 5px;
       background-color: #FAFAE3;
       font-size: 12px;
}

li#li--6 label, li#li--5 label,
li#li-2-6 label, li#li-2-5 label{
      display: block;
      margin: 10px 5px;
      font-size: 12px;
      color: white;
}

li#li--6 textarea, li#li-2-6 textarea {
       width: 205px;
       margin: 0px 5px;
       background-color: #FAFAE3;
       font-size: 12px;
}

form.cform fieldset {
       display: none;
}

input#sendbutton, input#sendbutton2 { 
      background-color: #FAFAE3;
      font-size: 14px;
      float: right;
      font-family: Georgia, serif;
      margin: 5px 20px;
}

.linklove {
       display: none;
}

div.success, div.waiting {
       font-size: 14px;
       background-color: #f9f9de;
       color: #000;
       border-right: 1px solid #2f3859;
       text-align: center;
       width: 217px;
       padding: 5px 0px;
       }

/*MDAF LOGO*/

img.mdaf_logo {float: left; clear: left; margin: 0px 20px 0 0; padding:0;}

/*Main HP Text Styles */


#post-1301 h2 {
  display: none;
}

#post-1301 .entry p {
  margin: 50px 20px 0px 10px;
  line-height: 1.5em;
  font-size:1.2em;
}

#post-1301 .entry p:first-letter {
  font-size: 1.7em;
}

/* Main HP Highlights */

body.home div.mainpost {
   margin-top: 45px;
   font-size: 1.2em;
   }

body.home div.mainpost p:first-letter, body.page-template-videohomepage-php div.mainpost p:first-letter {
   font-size: 1.7em;
   font-family: Georgia, "Times New Roman", serif;
   }
   
body.home div.servicepost h2 {
   font-size: 1.1em;
   text-align: center;
   }

body.home div.servicepost p {
    padding: 0px 25px;
    font-style: italic;
    }
    
body.home div.servicepost img{
    padding: 3px;
    border: 1px solid #887777;
    background: #FFF5D5;
    }
   
/*ACCORDION*/
   div#test-accordion{
	border-left: 2px solid #887777;
	border-right: 2px solid #887777;
	border-bottom:2px solid #887777;
}

div.accordion {
	position: relative; /* required for bounding */
	width: 580px;
}


div.accordion-content{
	overflow: hidden;	/* required for effect */
	background: #efefef;
	padding: 10px;
}

div.accordion-content p{
	margin: 9px 24px 6px 24px;
}

div.accordion-content img{
    padding: 3px;
    border: 1px solid #887777;
    background: #FFF5D5;
    }
    
h2.accordion-toggle, h2.accordion-toggle-active {
    font-size: 16px !important;
    color: #fff !important;
    height: 26px !important;
    margin-top: 0px !important;
    position: relative; /* required for effect */
	z-index: 10;		/* required for effect */
	background-position: bottom;  
	background-repeat: no-repeat;
	padding: 4px 10px 0px 10px;
	cursor: pointer;
	margin-bottom: 1px;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal !important;
	
    }
    
h2.accordion-toggle {
	background: #161C30 url(images/off.jpg) no-repeat ;
	border-bottom: 1px solid #161C30;	
}

h2.accordion-toggle:hover {
	background: #FFBE3A url(images/over.jpg) no-repeat !important ;
	border-bottom: 1px solid #FFBE3A;	
	color: #161C30 !important;
}

h2.accordion-toggle-active, h2.accordion-toggle-active:hover {
	background:  #962100 url(images/on.jpg) no-repeat !important;
	border-bottom: 1px solid #962100;
	cursor: default !important;
	color: #fff !important;
}
    

body.single div.post {
    margin-top: 40px;
    }
    
/* BREADCRUMBS */

div#breadcrumb, div#catnav {
    padding: 5px 20px;
    background: #efefef;
    margin-top: 17px;
    margin-left: -37px;
    border-bottom: #333 dotted 1px;
    margin: 0px -25px 0px -35px;
    }

/* CONTACT FORM */

#contact_direct {
   font-size: 12px;
   letter-spacing: 1px;
   padding: 5px;
   border: 1px solid #FFBE3A;
   background: #FFF5D5;
   margin: 5px 10px 5px -10px;
   display: block;
   color: #161C30;
   text-align: center;
   }
   
#contact_direct a, #contact_direct a:hover, #contact_direct a:visited {
   color: #161C30;
   }

#cforms3form, #cforms4form {
   width: 4150px;
   text-align: left;
   }

#cforms3form ol li, #cforms4form ol li {
    list-style-type: none;
    }
 
 #cforms3form label,  #cforms4form label {
   float: left;
   width: 150px;
   }

 #cforms3form input,  #cforms4form input {
   width: 300px;
   margin-right: 5px;
   }
 
 #cforms3form input.sendbutton,  #cforms4form input.sendbutton {
   width: 150px;
   margin-left: 160px;
   }
 
 .post-edit-link {
   margin: 0;
   padding: 0;
   }


/*Contact Form 7 Evaluation Form*/


form.wpcf7-form {
       padding-bottom: 50px;
       }


li#text-8 {
       margin-left: 2px;
}
li#text-8 h2 {
       font-family: Georgia, serif;
       background-color: #f9f9de;
       font-variant: small-caps;
       font-size: 14px;
       color: black;
       text-transform:uppercase;
       padding: 7px 0px;
       text-align: center;
       letter-spacing: 0px;
}

ol.cf-ol {
   padding: 0px !important;
   margin: 0px !important;
   list-style-type: none !important;
}

ol.cf-ol li {
 list-style-type: none !important;
 }

li#text-8 form.cform {
        width: 217px !important;
       /*margin: 0 auto !important;*/
}

li#text-8 ol li {
        list-style-type: none;
}

li#text-8 ol li.textonly, li#text-9 ol li.textonly {
       text-align: center;
       font-size: 14px;
       color: white;
       background: transparent !important;
}


li#li--2 input, li#li--3 input, li#li--4 input, 
li#li-2-2 input, li#li-2-3 input, li#li-2-4 input{
      margin: 10px 5px 10px 35px;
      width: 125px;
}
li#li--2 label, li#li--3 label, li#li--4 label,
li#li-2-2 label, li#li-2-3 label, li#li-2-4 label{
       float: left;
       margin: 10px 5px;
       width: 30px;
       font-size: 12px;
       color: white;
} 

li#li--5 select, li#li-2-5 select {
       width: 205px;
       margin: 0 5px;
       background-color: #FAFAE3;
       font-size: 12px;
}

li#li--6 label, li#li--5 label,
li#li-2-6 label, li#li-2-5 label{
      display: block;
      margin: 10px 5px;
      font-size: 12px;
      color: white;
}

li#li--6 textarea, li#li-2-6 textarea {
       width: 205px;
       margin: 0px 5px;
       background-color: #FAFAE3;
       font-size: 12px;
}

form.wpcf7-form fieldset {
       display: none;
}

input#sendbutton, input#sendbutton2 { 
      background-color: #FAFAE3;
      font-size: 14px;
      float: right;
      font-family: Georgia, serif;
      margin: 5px 20px;
}

.linklove {
       display: none;
}

div.wpcf7-mail-sent-ok {
font-size: 14px;
       background-color: #f9f9de;
       color: #000;
       border: 1px solid #2f3859 !important;
       text-align: center;
       padding: 5px 0px;
}

 #container {
     z-index: -1;
}

div#featured_video {
     float: right;
     margin: 25px 0 10px 15px;
     }

/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
