@charset "utf-8";

/*
Theme Name:     Pipeline Law Advisor
Theme URI:      http: //lexblog.com
Description:    Child theme for the LXB Parent Theme 1.2
Author:         Angelo Carosio
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;
}

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

a {color: #1b3c6b;}

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

a:hover {color: #8e8633;}

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

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

.clear_div {clear: both;}

.clear_div,
.hide-text {
	display: block;
	overflow: hidden;
	text-indent: 110%;
	white-space: nowrap;
}










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

/*basic 960px 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: 1040px;
	background: url(images/bg-texture.png);
}

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

#ie8 .blog-wrapper, #ie7 .blog-wrapper {box-shadow: 0 0 12px 0 rgba(150,150,150,.15);}

/*full-width header & footer w/960 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: 960px;
}
*/










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

#blog-title {
	margin: 0;
	position: relative;
}

.blog-header #blog-title a {
position: absolute;
left: 69px;
top: 39px;
height: 50px;
width: 480px;
}

.blog-header .blog-description {
	margin: 0;
}

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

.blog-header .logo a {
position: absolute;
right: 40px;
top: 10px;
width: 250px;
height: 95px;
}

.blog-header .widget_nav_menu.global {
bottom: 0;
left: 40px;
position: absolute;
width: 960px;
height: 50px;
font-family: 'museo-slab', serif;
font-weight: 500;
font-size: 12px;
text-transform: uppercase;
}










/*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-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 .menu li {
	float: left; 
	position: relative; 
	z-index: 1;
}

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

.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 {
    display: block;
    float: left;
    font-size: 12px; 
	padding: 20px 11px 16px;
    color: #fff;
}

.header-widgets .menu {white-space: nowrap;}

.header-widgets .menu li.current-menu-item a {
	background: url(images/topnav-tick.png) no-repeat bottom;
}

.header-widgets .menu li a:hover {
	color: black;
}

.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 0;
	background: url(images/content-bg.png) repeat-y;
}

.main {
	float: left; 
padding-left: 70px;
	position: relative;
	width: 640px; 
}

.sidebar {
float: right;
padding-right: 20px;
width: 230px;
}









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

.widget-title {
	font-size: 18px;
	line-height: 1em;
font-family: 'museo-slab', serif;
color: #1b3c6b;
font-weight: 600;
}

.map .widget-title {
	font-size: 12px;
	font-weight: 700;
}

.sidebar .widget {
	font-size: 11px; 
	line-height: 15px;  
padding: 10px 30px 30px 0px;
width: 199px;
	border-bottom: 4px solid #1b3c6b;
	margin: 0;
}


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



.widget.disclaimer {
	border-bottom: 0;
padding-bottom: 10px;
}


.widget.map {
height: 180px;
}

/*stay connected*/

.sidebar .links.stay-connected {
padding: 0;
border-bottom: 0;
}


.sidebar .feedburner {
padding-top: 0;
border-bottom: 0;
padding-bottom: 0;
}


.stay-connected .links li {
border-top: 1px dotted #ccc;
padding-top: 5px;
}

.sidebar .widget_categories {
	border-top: 4px solid #1b3c6b;
margin-top: 30px;
}

.stay-connected.links ul li {
	border-bottom: 0;
	border-top: 1px dotted #ccc;
	padding-top: 5px;
}

.sidebar .connect-title {
	padding-bottom: 0;
border-bottom: 0;
}

/*feedburner*/

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

.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; 
}





/*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 #ccc;}

.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;}

*/

.welcome-blurb {
		font-family: 'museo-slab', serif;
		margin: 20px 30px 10px 30px;
}

.welcome-blurb span {
	color: #1b3c6b;	font-weight: 900;
	line-height: 27px;
	font-size: 26px;
}


.welcome-blurb p {
font-size: 14px;
	font-weight: 500;
	line-height: 16px;
}


.main-top {
	background: url(images/main-top.png) repeat-x;
	min-height: 178px;
	width: 680px;
	margin-bottom: 20px;
}

.home .main-wrapper {
	padding: 0;
}

.home .main {
	padding-left: 40px;
}

.home .sidebar {
	margin-top: 30px;
}

.home .home-articles {
	margin-left: 30px;
}

/*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;
	font-family: 'museo-slab', serif;
}

.post-title a {
	color: black;
}

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

.post-content a:hover { background-color: #BAC4D2;
    color: #1B3C6B;
}

.post-content a { border-bottom: 1px dotted; } 

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

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

.post-social .at4-icon {
    display: none !important;

}

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

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

.post-content blockquote {font-family: 'museo-slab'; font-size: 18px;}
.post-content blockquote:before {font-family: 'museo-slab'; color: #8e8533;}












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

.pagination {border-top: 1px solid #ccc; width: 100%; height: 30px;}

.pagination a {font-weight: 700;}

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

.blog-footer {
	background: black;
	position: relative;
	background: url(images/footer-bg.png);
}

.blog-footer a {
	color: #136b9e;
}

.blog-footer a:hover {
	color: white;
}

.blog-footer-inner-wrapper {
	overflow: hidden;
padding: 30px 70px 30px 70px;
	margin: 0 auto;
	color: black;
}

.blog-footer p {
		color: #999999;
}

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

.blog-footer .widget-title {
	color: #898989;
}

.blog-footer .footer-extras .offices {
	width: 340px;
	color: #999999;
	line-height: 20px;
}

.blog-footer .offices .textwidget {
text-transform: uppercase;
}

.blog-footer .offices ul {
list-style: none;
font-family: 'myriad-pro', sans-serif;
margin: 0;
padding: 0;
font-size: 10px;
margin-bottom: 20px;
}

.blog-footer .offices .footer-subscribe {
font-size: 18px;
font-family: 'museo-slab';
color: #898989;
padding-top: 20px;
text-transform: none;
}

.blog-footer .offices li {
	display: inline;
}

.blog-footer .offices li:after {
	content: " | ";
	font-size: 14px;
	color: white;
}

.blog-footer .offices li:last-child:after {
	content: "";
}


.footer-bg-wrap {
	background: url(images/footer-bottom.png) no-repeat;
	height: 24px;
}


.blog-footer .rss {
	clear: both;
}


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

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

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











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

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

.contact-info .org {
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 5px;
}

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

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








/*colophon*/
.colophon {
	clear: both;
	height: 35px;
	position: relative;
	width: 958px;
	margin-left: 40px;
	background: #00a3d6;
}

.copyright {
	bottom: 8px;
	font-size: 10px;
left: 20px;
	position: absolute;
	color: white;
	}

/*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 {
bottom: 5px;
position: absolute;
right: 10px;
}

/*legal*/
.legal, .widget_search {
border-bottom: 0 !important;
padding-bottom: 10px !important;
}

.widget_search {
	padding: 0 30px 0 0px !important;
}










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

.archive-header {}

.archive-header h1 {float: left;}

.archive-header h1 strong {}

.archive-header a.feed {}

.grid-row {}











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

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

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