@charset "utf-8";

/*
Theme Name:     B0000067 - Broadcast Law David Oxenford
Theme URI:      http: //lexblog.com
Description:    Child theme for the LXB Parent Theme 1.2
Author:         Kai "Cowboy" Kurtis, Angelo Carosio and Scott Fennell
Template:       lxb-parent-theme-1.2
Version:        1.2
*/

@import url("../lxb-parent-theme-1.2/style.css");










/*UNIVERSALS==============================================================================*/
body, button, input, select, textarea {
	color: #333;
	font-family: helvetica, arial, sans-serif;
	font-size: 13px;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

.footer_blogname a ,
.widget-title,
.header-widgets .menu li a {font-family: 'proxima-nova', sans-serif}

.arrow {font-family: 'lucida-sans-unicode;'}

a {color: #b90022;}

button, .feedburner input[type='submit'], input [type="submit"], .searchform .searchsubmit, .wpcf7-submit {
	background-color: #b90022;
	color: #fff;
}

a:hover {color: #333;}

button:hover, .feedburner input[type='submit']:hover, .searchform .searchsubmit:hover, submit:hover, .wpcf7-submit:hover {
	background-color:#b90022; 
	color: #fff;
}

button, input, select, textarea {border: 1px solid #ccc;}

.clear_div {clear: both;}

.blog-header .logo a,
.blog-header #blog-title a,
.clear_div,
.hide-text {
	display: block;
	overflow: hidden;
	text-indent: 110%;
	white-space: nowrap;
}

.menu li:before {
-webkit-transition: color .35s ease-in-out;
-moz-transition: color .35s ease-in-out;
-ms-transition: color .35s ease-in-out;
-o-transition: color .35s ease-in-out;
transition: color .35s ease-in-out;
}

.more-link {display: block; margin-top: 15px; clear: both; font-weight: 600;}






/*FRAME=================================================================================*/

/*basic 963px box, centered, w/shadow*/
/*remember that blog wrapper is getting css3 pie for drop shadow, so it needs a background at all times.*/
body {
	margin: 0 auto;
	width: 963px;
	background: #eff2f4;
}

.blog-wrapper {
	background: #fff;
	margin: 30px auto;
}

/*full-width header & footer w/963 box for content*/
/*
body, .blog-wrapper, .blog-footer, .blog-header {
	box-shadow: none;
	margin: 0 auto; 
	min-width: 1020px; 
	width: 100%; 
}

#main_hgroup, .header-widgets, .main-wrapper, .blog-footer-inner-wrapper, .colophon { 
	margin: 0 auto;
	width: 963px;
}
*/










/*TOP===================================================================================*/
.blog-header {
    background: url("images/header.jpg") no-repeat;
    height: 273px;
    position: relative;
}

#blog-title {
	margin: 0;
	position: relative;
}
.blog-header #blog-title a {
    height: 60px;
    left: 40px;
    position: absolute;
    top: 85px;
    width: 565px;
}

.blog-header .blog-description {
	left: 40px; 
	position: absolute; 
	top: 160px;
	color: #fff;
}

.blog-header .search-box {
    bottom: 21px;
    position: absolute;
    right: 30px;
    z-index: 999;
}

.blog-header .logo a {
    height: 130px;
    position: absolute;
    right: 30px;
    top: 30px;
    width: 195px;
}

.blog-header .widget_nav_menu.global {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
}










/*SEARCH=================================================================================*/
.searchform {
	height: 25px;
	overflow: hidden;
	position: relative; 
	width: 200px; 
}

.searchform input {
	border: 0;
	margin: 0;
	padding: 0;  
	position: absolute; 
	top: 0; 	
}

.searchform .s {
	border: 1px solid #ccc; 
	height: 22px; 
	left: 0; 
	padding: 0 0 0 3px;
	width: 165px; 
}

.searchform .searchsubmit {
	background-image: url(/wp-content/themes/lxb-parent-theme-1.2/images/search-button.png); 
	/*background-image: url(/wp-content/themes/lxb-parent-theme-1.2/images/search-button-dark.png);*/ 	
	background-position:  center center; 
	background-repeat: no-repeat;
	height: 22px; 
	right: 0; 
	width: 30px; 
	z-index: 999;
}

#ie7 .searchform .s {
	height: 20px; 
	width: 161px;
}









/*GLOBAL MENU===========================================================================*/
/*horizontal nav menu with drop-down*/

.header-widgets .global ul.menu {margin-left: 35px; }

.header-widgets .menu li {
	float: left; 
	position: relative; 
	z-index: 1;
}

.header-widgets .menu li:before {
    color: #FFFFFF;
    font-size: 6px;
    font-weight: 400;
    left: 6px;
    position: absolute;
    top: 30px;
    content: "\f009";
    font-family: FontAwesome;
}

.header-widgets .menu li.current-menu-item:after {content: ""; background: #b90022; height: 3px; width: 100%; display: block; position: absolute; left:0; top: -2px;}

.header-widgets .menu li:hover a,
.header-widgets .menu li:hover:before,
.header-widgets .menu li:hover {color: #70a7dc;}

/*simple 1px border between items*/=

.header-widgets .menu li:first-child a {border-left: none;}

/*trickier  2px 2-color border between items
.header-widgets .menu li a {border-left: 1px solid #fff; }

.header-widgets .menu li:first-child a {border-left: none; }

.header-widgets .menu li {border-left: 1px solid #eee; }

.header-widgets .menu li:first-child a {border-left: none; }

*/

/*trickiest 2px 2-color border between items and bookending menu itself
.header-widgets .menu li a {border-right: 1px solid #fff; }

.header-widgets .menu li {border-right: 1px solid #eee; }

.header-widgets .menu li:first-child a {border-left: 1px solid #fff; }

.header-widgets .menu li:first-child  {border-left: 1px solid #eee; }

*/

.header-widgets .menu li a {
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 12px;
    margin-bottom: 3px;
    padding: 26px 17px 23px;
    text-transform: uppercase;
}

.header-widgets .widget_nav_menu.global .sub-menu {
    background: none repeat scroll 0 0 #CCCCCC;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
    border-left: none;
    border-right: none;
    height: 0;
    left: 1px;
    margin-left: 0;
    opacity: 0;
    padding: 0 10px;
    position: absolute;
    top: 43px;
    width: 0;
    z-index: 999;
}

.header-widgets .menu li:hover .sub-menu {
	height: auto; 
	opacity: 1; 
	width: auto;
}

.header-widgets .sub-menu li {
    border-left: none;
    border-right: none;
    float: none;
    min-width: 100%;
    overflow: hidden;
    padding: 0;
    text-align: left;
}

#ie7 .header-widgets li:hover .sub-menu li {width: 200px; }

.header-widgets .menu .sub-menu li:first-child a {border-left: none; border-right: none;}
.header-widgets .menu .sub-menu li:first-child  {border-left: none; border-right: none;}
.header-widgets .menu .sub-menu li:last-child a {border-left: none; border-right: none;}
.header-widgets .menu .sub-menu li:last-child  {border-left: none; border-right: none;}

.header-widgets .menu .sub-menu li a {
    border-left: none;
    border-right: none;
    display: block;
    padding: 8px 0;
    text-align: left;
    width: 100%;
}

.header-widgets .menu .sub-menu li:last-child a {
	border-bottom: none; 
	padding-bottom:10px; 
	white-space: nowrap;
}

/*simple 1px border on dropdown items*/
.header-widgets .menu .sub-menu li a {border-bottom: 1px dotted #fff;}

.header-widgets .menu .sub-menu li:last-child a {border-bottom: none;}

/*trickier 2px 2-color border on dropdown items*/
/*.header-widgets .menu .sub-menu li a {
	border-bottom: 1px solid #bbb;
	border-top: 1px solid #aaa;
}

.header-widgets .menu .sub-menu li:last-child a {border-bottom: none}

.header-widgets .menu .sub-menu li:first-child a {border-top: none}

*/










/*main-wrapper*/
.main-wrapper {
	overflow: hidden;
	padding: 30px 0px 0 0px;
	background: url(images/wrapper.gif) repeat-y;
}

.main {
	float: left; 
	padding-left: 30px;
	position: relative;
	width: 640px;
	padding-bottom: 15px; 
}

.sidebar {
	float: right;
	padding: 0px;
	width: 260px;
	padding-bottom: 15px;
}









/*SIDEBAR===============================================================================*/

.widget-title {
	font-size: 14px;
	line-height: 1em;
	font-weight: 400;
	text-transform: uppercase;
}

.sidebar .widget:first-child {margin-top: 0;}

.sidebar .widget {
	font-size: 11px; 
	line-height: 15px;  
	margin: 30px 30px;
	padding-bottom: 30px; 
	width: 200px;
	border-bottom: 3px solid #0c2a47;
}


.sidebar .widget img {max-width: 100%;}








/*stay connected*/

/*font awesome connect*/
/*
.connect ul {
    margin: 0;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    position: static;
}

.connect  li {
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.connect  li i {
    display: inline-block;
    font-size: 24px;
    height: 24px;
    line-height: 24px;
    width: 1.1em;
}

.connect .icon-facebook-sign,
.connect .icon-facebook {color: #4862a3}

.connect .icon-twitter-sign,
.connect .icon-twitter {color: #48a3c5}

.connect .icon-rss-sign,
.connect .icon-rss {color: #d47320}

.connect .icon-google-plus-sign,
.connect .icon-google-plus {color: #a93930}

.connect .icon-linkedin-sign,
.connect .icon-linkedin {color: #3e6782}

.connect .icon-envelope,
.connect .icon-envelope-alt {color: #aaaaaa}

*/







/*feedburner*/

.feedburner {
	height: auto;
	overflow: hidden;
}

.links li.feedburner {border-bottom: none;}

.links li.feedburner a {padding-bottom: 0px; }

.feedburner input {margin-top: 4px;}

.feedburner input[type='submit'] {padding-top: 1px;} /* this is a post-release fix that somehow I missed pre-release.  This should be handled in the parent theme more gracefully next time around */

.feedburner .widget-title span {
	position: relative; 
	top: -1px; 
}





/* mailchimp with font awesome */
/*

.feedburner {
	height: 55px; 
	overflow: hidden;
}

.feedburner .widget-title {
	line-height: 24px; 
	letter-spacing: 0; 
	white-space: nowrap;    
	font-size: 11px;
    font-weight: 400;
    margin-bottom: 4px;
    padding: 0;
    text-transform: none;
}

.feedburner .widget-title span {display: none;}

.feedburner input {margin-top: 4px;}

.feedburner input[type='submit'] {line-height: 20px;}

.feedburner input[type='email'] {text-indent: 5px; }

.feedburner .widget-title span.icon-envelope, 
.feedburner .widget-title span.icon-envelope-alt {
    background: none repeat scroll 0 0 transparent;
    color: #C29E0E;
    display: block;
    font-size: 24px;
    height: 24px;
    line-height: 24px;
    position: relative;
    width: 1.1em;
}
*/





/*subscribe_2 -- from Andrew Hefter*/
/* Styles for Subscribe2 sidebar widget */

/*

.feedburner {
    height:120px;
    overflow:visible;
}

.feedburner form{
    overflow:visible;
}

.feedburner table{
    width:100%;
}

.feedburner tr:first-child{
    display:none;
}

.feedburner input{
    position:relative;
}

.feedburner input[type="text"] {
    margin-top: 4px;
}

.feedburner input[type="radio"]{
    width:12px;
    top:6px;
    margin-right:3px;
}

.feedburner input[type="submit"]{
    margin-top:-50px;
    float:right;
}

*/




/*links*/
/*simple 1-color border*/
.links li {border-bottom: 1px dotted #e2eef5;}

.links ul ul li {border-bottom: none;}

/*trickier 2-color border*/
/*the 'link_parent' class is added via a jQuery snippet in the parent theme*/
/*
.links li {border-bottom: 1px solid red;}

.links a {border-bottom: 1px solid green;}

.links li.links_parent{border-bottom: none;}

.links li.links_parent a{border-bottom: none;}

.links ul ul li {border-bottom: none;}

.links ul ul li a {border-bottom: none;}

.links ul ul {border-bottom: 1px solid red;}

.links ul ul li:last-child a {border-bottom: 1px solid green;}

.links li:last-child {border-bottom: none;}

.links li:last-child a {border-bottom: none;}

*/











/*POST CONTENT==========================================================================*/
#breadcrumbs {
	border-bottom: 1px solid #ccc; 
	font-size: 11px; 
	font-weight: 700; 
	margin-bottom: 30px; 
	padding-bottom: 5px;
}

.main .post-title {
	font-size: 25px;
	margin-bottom: 10px;
	line-height: 30px;
}

.post-content {
	font-size: 14px;
	line-height: 19px;
}

.post-content img {max-width: 100%;}

.post-categories, .post-byline, .post-social, .post-tools, .post-tags {}

.post-tags {
	font-size: 10px;
	text-transform: uppercase;
}

.post-tags a {
	font-size: 11px;
	text-transform: none;
}

.post-content blockquote:before {top: 45px; left: 30px; color: #000;}

.post-content blockquote {
    background: none repeat scroll 0 0 #126792;
    color: #FFFFFF;
    left: -30px;
    margin-bottom: 20px;
    padding-left: 80px;
    padding-top: 20px;
    width: 620px;
}









/*BOTTOM==================================================================================*/

body .pagination {
	border-top: 1px solid #ccc; 
	width: 100%; 
	height: 30px;
    margin-bottom: 0px;
    margin-top: 90px;
    padding-top: 7px;
    position: relative;
}

.pagination a {font-weight: 700;}

.pagination a span {
	font-size: 18px;
	font-weight: 700;
}

.blog-footer {
    background: none repeat scroll 0 0 #EFF2F4;
    position: relative;
}

.blog-footer .widget.about {
	width: 290px; 
	margin-right: 30px; 
}


.blog-footer-inner-wrapper {
	overflow: hidden;
	padding: 30px;
}

.blog-footer .widget {
	font-size: 11px;
	line-height: 15px;
}

.post-content select {margin-bottom: 30px; }








/*footer-extras*/
.footer-extras {float: right;}

.footer-extras .widget {
	float: left;
	margin-left: 30px;
	width: 190px; 
}

.footer-extras .widget:first-child {margin-left: 0;}

.blog-footer .links li a {border-bottom: 1px dotted #999999;}










/*footer-contact*/
.footer-contact {
	float: left;
	width: 220px;
}

.footer_blogname {margin: 0 0 20px; }

.footer_blogname a {
    color: #B90022;
    font-size: 22px;
    line-height: 20px;
}

.contact-info {padding-bottom: 20px;}

.contact-info h2.footer_firmname,
.contact-info .vcard .org {
	font-size: 11px;
	font-weight: 400;
	margin: 0;
}

.contact-info h2.footer_firmname a,
.contact-info .org a {color: #333;}

.blog-footer .vcard {margin-bottom: 0;}

.contact-info .adr {margin-bottom: 5px;}

.blog-footer .stay-connected ul {
    overflow: hidden;
    padding-bottom: 20px;
}








/*colophon*/
.colophon {
	background: #126792;
	clear: both;
	height: 53px;
	position: relative;
}

.copyright {
	top: 22px;
	font-size: 10px;
	left: 30px;
	position: absolute;
	color: #fff;
}

/*the default lxb logo is gray, you can call white by adding a widget class of white to the text widget that calls the shortcode [lxb_base_shortcode_lexblog]*/
/*let's continue to extend that pattern as we encounter designs that call for other colors*/
a.lexblog {
	top: 15px;
	position: absolute;
	right: 30px; 
}

/*legal*/
.legal {
}










/*ARCHIVE PAGE===========================================================================*/

.archive-header {}

.archive-header h1 {}

.archive-header h1 strong {}

.archive-header a.feed {}

.grid-row {}

.grid-row a.read_more {font-weight: 600;}










/*CONTACT PAGE===========================================================================*/

.wpcf7-form {
	background-color: #ececec;
	border: 1px solid #ccc;
}

.wpcf7-form input[type="submit"]{padding: 3px 10px;}
