/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body>; tag 
will be appended with the "custom" class, like so: &lt;body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/


/*.custom ul.menu { background:#742F4C;}*/

/*.custom #content_box {background:transparent url(http://leadasba.com/wp-content/uploads/2010/02/bg-image.jpg) repeat-y scroll 533px 0; }*/

.custom #footer { background:#75b49f; }

/*--- 960 grid styles ---*/

.container_12{margin-left:auto;margin-right:auto;width:960px}
.grid_1,.grid_2,.grid_3,.grid_4,.grid_5,.grid_6,.grid_7,.grid_8,.grid_9,.grid_10,.grid_11,.grid_12,.grid_13,.grid_14,.grid_15,.grid_16{display:inline;float:left;position:relative;margin-left:10px;margin-right:10px}
.grid_3{width:220px}
.grid_6{width:460px}
.grid_9{width:700px}
.grid_12{width:940px}
.alpha{margin-left:0}
.omega{margin-right:0}
.grid_1{width:60px}
.grid_2{width:140px}
.grid_4{width:300px}
.grid_5{width:380px}
.grid_7{width:540px}
.grid_8{width:620px}
.grid_10{width:780px}
.grid_11{width:860px}
.container_12 .prefix_3{padding-left:240px}
.container_12 .prefix_6{padding-left:480px}
.container_12 .prefix_9{padding-left:720px}
.container_12 .prefix_1{padding-left:80px}
.container_12 .prefix_2{padding-left:160px}
.container_12 .prefix_4{padding-left:320px}
.container_12 .prefix_5{padding-left:400px}
.container_12 .prefix_7{padding-left:560px}
.container_12 .prefix_8{padding-left:640px}
.container_12 .prefix_10{padding-left:800px}
.container_12 .prefix_11{padding-left:880px}
.container_12 .prefix_15{padding-left:900px}
.container_12 .suffix_3{padding-right:240px}
.container_12 .suffix_6{padding-right:480px}
.container_12 .suffix_9{padding-right:720px}
.container_12 .suffix_1{padding-right:80px}
.container_12 .suffix_2{padding-right:160px}
.container_12 .suffix_4{padding-right:320px}
.container_12 .suffix_5{padding-right:400px}
.container_12 .suffix_7{padding-right:560px}
.container_12 .suffix_8{padding-right:640px}
.container_12 .suffix_10{padding-right:800px}
.container_12 .suffix_11{padding-right:880px}
.container_12 .push_3{left:240px}
.container_12 .push_6{left:480px}
.container_12 .push_9{left:720px}
.container_12 .push_1{left:80px}
.container_12 .push_2{left:160px}
.container_12 .push_4{left:320px}
.container_12 .push_5{left:400px}
.container_12 .push_7{left:560px}
.container_12 .push_8{left:640px}
.container_12 .push_10{left:800px}
.container_12 .push_11{left:880px}
.container_12 .pull_3{left:-240px}
.container_12 .pull_6{left:-480px}
.container_12 .pull_9{left:-720px}
.container_12 .pull_1{left:-80px}
.container_12 .pull_2{left:-160px}
.container_12 .pull_4{left:-320px}
.container_12 .pull_5{left:-400px}
.container_12 .pull_7{left:-560px}
.container_12 .pull_8{left:-640px}
.container_12 .pull_10{left:-800px}
.container_12 .pull_11{left:-880px}
.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}
.clearfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}*
 html .clearfix{height:1%}


/*--- leadas custom styles ---*/

/*.custom #footer { background:#75b49f; }*/
html { height: 100%; }
body { height:100%; background:#fff url(http://leadasba.com/images/container-bg-top.jpg) 0 0 repeat-x; }
.custom a, h2 a:hover, #logo a:hover { color:#061e31; }
.custom #container { margin-left:auto; margin-right:auto; width:960px; }
.custom #page { background: none; /*#fff url(http://leadasba.com/images/container-bg-top.jpg) 0 0 repeat-x*/; width:960px; float:left; }
.custom #header { /*background: url(http://leadasba.com/images/logo.png) 0 0 no-repeat;*/margin:0; padding:0; float:left; width:400px; height:79px; }
.custom #header img { margin:23px 0 0 10px;}
.custom ul.menu { float:right; width:500px;  margin-top:18px; font-family:"Myriad Pro", "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif; background:none; }
.custom ul.menu a { background:none; font-size:14px; color:#ccc; }
.custom ul.menu a:hover { color:#fff; }
.custom ul.menu .rss {display:none;}
.custom ul.submenu { background: #113E5F;}
/*.custom ul.submenu a { text-decoration:none;}*/
.custom ul.submenu a:hover { color:#fff;}
.custom .current a { text-decoration: underline; color:#fff !important; background: none;  }
.custom .current-parent > a { text-decoration: underline; color:#fff !important;  }
.custom .current-parent > a:hover { background:none;}
.custom .menu a:hover,.custom .menu .current ul a:hover,.custom .menu .current-cat ul a:hover, .custom .menu .current-parent a:hover { background: none; }

.custom .current a:hover { background:none; }

.custom #content_box { float:left; width:960px; background: #fff; /*padding: 0 10px 0 10px;*/ /*background: url(http://leadasba.com/images/tagline.png) 0 0 repeat-x !important;*/ }

.custom .post_box { margin:0; margin-right:20px; }

.custom .headline_area { margin-left:10px; }

.custom .headline_area h2, .headline_area h1 { font-family:"Myriad Pro", "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif; color:#103755; }
.
.custom .format_text { float:left; margin-bottom:20px; color: #777; }
.custom .format_text p, .custom .format_text h1, .custom .format_text h2, .custom .format_text h3, .custom .format_text h4 { /*margin-left:10px;*/ }

.custom .format_text h2 { text-align:center; font-size: 1.3em; line-height: 1.2em; margin: 1.833em 0 0.611em 0; color: #555; font-weight:normal !important; }
.custom .format_text h3 { text-align:center; font-weight:bold; font-size: 1.2em; line-height: 1.222em; margin: .80em 0 0.611em 0; color: #555; }
.custom .format_text h4 { text-align:center; font-size: 0.8em; color: #555; font-weight:normal;  }
.custom .format_text h5 { font-size: 0.786em; }
.custom .format_text h6 { font-size: 0.786em; }
.custom .numberbg { width:20px; height:20px; border:#d7d7d7 solid 1px; margin:auto; background: #efefef; }
.custom .sidebar h3 { text-transform: uppercase; font-variant:normal; font-weight:bold; font-size:12px; }
.custom li.widget { font-size:12px; }
.custom .subscribebut { background: url(http://leadasba.com/images/twitter.png) no-repeat 0 0; }

.custom .format_text ul { width:420px; float:left; margin-left:40px; }
.custom .format_text li { margin-bottom:10px; }
.custom .format_text ol { float:left; }
.custom .format_text p { margin-left:10px; }

.custom .callbutton { background:url(http://leadasba.com/images/callbutton.png) 10px 0 no-repeat; width:252px; height:64px; display:block; margin:20px auto; }

.custom .divider { background:url(http://leadasba.com/images/hr.png) 0 0 repeat-x; float:left; height:12px; margin:10px 20px; }

.custom #sidebars { background:/*#f5f5f5*/#fff /*url(http://leadasba.com/images/sidebar-bg.png) 0 0 repeat-y*/; border-left:1px solid #dfdfdf; /*margin-top:78px;*/ }
.custom .sidebar ul.sidebar_list { padding:0; }
.custom li.widget { padding: 0 0 0 10px; width: 280px; }

.custom #footer { float:left; width:940px; padding: 10px 10px 10px 10px; background: #dfdfdf; }

.no_sidebars .post_box {margin:0;}

.custom #slider_box {
  width:610px;
  height:250px;
  margin:0 20px 0 10px;
  float:left;
  background:url(http://leadasba.com/images/slideshow-bg.jpg) 0 0 no-repeat;
  position:relative;
  overflow:hidden;
}

.custom #slider_control {
  position:absolute;
  z-index:999;
  left:260px;
  top:15px;
}

.custom #slider_control a {
  background:/*#fff*/ url(http://leadasba.com/images/S-nav.png) 0 5px no-repeat;  
  height:12px;
 &nbsp;width:12px;
  color:transparent;
  padding:4px;
  display:inline-block;
  font-size:1em;
  margin-right:15px;
  
}

.custom #slider_control a.active {
  /*background:#134165;*/
  height:17px;
  width:17px;
  display:inline-block;
  background: url(http://leadasba.com/images/L-nav.png) 0 0 no-repeat;
}


.custom #movie_box {
  width:310px;
  height:250px;
  background:url(http://leadasba.com/images/vid-bg.jpg) 0 0 no-repeat;
  float:left;	
}

.custom #biz_desc {
  float:left;
  font-weight:bold;
  font-size:23px;
  line-height:34px;
  height:60px;
  width:600px;
  margin:30px 0 30px 10px;
  color:#999;
  text-shadow: #999 1px 1px 0px;
}

.custom #why_headline {
  float:left;
  font-size:22px;
  height:90px;
  width:940px;
  margin:30px 0 0 10px;
  padding-top:20px;
  color:#666;
  font-weight:100;
  line-height:34px;
  border-top:1px solid #ccc;
  border-bottom:1px solid #ccc;
}

.custom #page_headline {
  float:left;
  font-size:23px;
  height:70px;
  width:945px;
  margin:30px 0 0 10px;
  padding-top:10px;
  color:#999;
  font-weight:100;
  line-height:34px;
  border-bottom:1px solid #ccc;
}


.custom .home_box1 {
  float:left;
  height:100px;
  width:310px;
  margin:0 0 0 10px;
  padding-top:30px;
  border-right:1px solid #ccc;
  border-bottom:1px solid #ccc;
}

.custom .home_box2 {
  float:left;
  height:100px;
  width:310px;
  margin:0;
  padding-top:30px;
  border-bottom:1px solid #ccc;
  background: #f2f2f2;
}

.custom .home_box3 {
  float:left;
  height:100px;
  width:310px;
  margin:0;
  padding-top:30px;
  border-bottom:1px solid #ccc;
  border-left:1px solid #ccc;
}

.custom .homebox h2 {
  color:#1e557e;
  font-weight:bold;
  font-size:16px;
  margin:0 0 10px 10px;
} 

.custom .homebox p {
  color:#666;
  font-size:14px;
  line-height:22px;
  margin:0 0 0 10px;
} 

.custom #post-244 .headline_area {
  display:none;
}

.custom #post-257 .headline_area {
  display:none;
}

.custom #post-279 .headline_area {
  display:none;
}

.custom #post-281 .headline_area {
  display:none;
}

.custom #post-298 .headline_area {
  display:none;
}

.custom #post-304 .headline_area {
  display:none;
}

.custom #post-301 .headline_area {
  display:none;
}

.custom .format_text {
  color:#666;
  line-height:26px;
}

.custom #new_footer {
  width:100%;
  background:url(http://leadasba.com/images/footer-bg.jpg) 0 0 repeat-x;
  height:250px;
  float:left;
}

.custom #new_home_footer {
  width:100%;
  background:url(http://leadasba.com/images/footer-home-bg.jpg) 0 0 repeat-x;
  height:350px;
  float:left;
}

.custom #footer_newsletter {
  width:900px;
  height:80px;
  margin-top:10px;
  margin-left:10px;
  float:left;
}

.custom .footer_box1 {
  width:300px;
  margin-top:2px;
  margin-left:10px;
  padding-top:30px;
  margin-right:10px;
  float:left;
}

.custom .footer_box2 {
  width:290px;
  margin-top:2px;
&nbsp; border-left:1px solid #2a4d67;
  border-right:1px solid #2a4d67; 
  margin-left:9px;
  margin-right:9px;
  padding-left:10px;
  float:left;
}

.custom .footer_box3 {
  margin-top:2px;
  width:320px;
  float:left;
}

.custom .footerbox h2 {
  color:#fff;
  font-size:14px;
  font-weight:bold;
  margin-top:30px;
  margin-bottom:10px;
}

.custom .footerbox p {
  color:#fff;
  font-size:14px;
  margin-bottom:10px;
}

/*#wrap {
  min-height:100%;
  height: auto !important;
  height: 100%;
  margin:0 auto -250px;
}

#wrap_home {
  min-height:100%;
  height: auto !important;
  height: 100%;
  margin:0 auto -350px;
}*/

html, .custom {
 height: 100%;
}
.custom .wrapper {
 min-height: 100%;
 height: auto !important;
 height: 100%;
 margin: 0 auto -250px; /* the bottom margin is the negative value of the footer's height */
}
/*.custom #footer_area,*/ .custom .push {
 height: 250px; /* .push must be the same height as .footer */
}

#footer_area {
 display: none;
}

.sliding_controls {
  position: absolute;
  top: 10px;
  left: 230px;
  z-index: 1000;
}

.sliding_controls ul, .sliding_controls ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sliding_controls ul li {
  float: left;
  display: block;
}

.sliding_controls ul li a {
  width: 20px;
  height: 20px;
  background: url('http://leadasba.com/images/content_slider_nav.png') no-repeat center center;
  display: block;
  float: left;
  padding: 2px;
  margin: 0px 3px 2px 3px;
  outline: none;
}
.sliding_controls ul li a:focus {
  outline: none;
}
.sliding_controls ul li a:hover, .sliding_controls ul li a.activeSlide {
  background: url('http://leadasba.com/images/content_slider_active.png') no-repeat center center;
}

#mc_signup_submit {
  float:left;
  align:left;
  padding:6px;
  margin-top:10px;
  background: #123F60;
  border: 1px solid #0A253A;
  font-weight:bold;
  font-size:14px;
  color:#fff;
}

.mc_signup_submit {
  padding:0;
}

#mc_signup_form {
  padding:0;
}

#mc_signup_form .mc_var_label, 
#mc_signup_form .mc_input {
  margin:0;
  width:240px;
  color:#061E31;
}

#mc_signup_form .mc_input {
  padding:6px;
}

#mailchimp-widget {
  height:250px;
  float:left;
  border-bottom: 1px solid rgb(223, 223, 223);
  margin-bottom:0;
}

#mc_message {
  font-size:11px;
}

.custom li.widget {
  float:left;
  display:block;
}

.custom .sidebar h3 {
  font-size:14px;
  margin-top:10px;
  font-weight:bold;
  line-height:18px;
}
