@charset "utf-8";

/*
Theme Name:     B0001106 - California Public Agency Labor & Employment Blog
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.1
*/

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










/*UNIVERSALS==============================================================================*/
body, button, input, select, textarea {
	color: #63594b;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

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

a {color: #74aaa0;}

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

a:hover {color: #333;}

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

.connect i {
-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;
}








/*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 {
	background: #e5e0d7;
}

.blog-wrapper {
	margin: 30px auto; 
	width: 990px;
}


/*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: 174px;
	position: relative; 
}

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

.blog-header #blog-title a {
    display: block;
    height: 100px;
    left: 30px;
    position: absolute;
    top: 0;
    width: 483px;
}

.blog-header .blog-description {
	left: 30px; 
	position: absolute; 
	width: 100px;
	top: 60px;
}

.blog-header .search-box {
    z-index: 999;
}

.blog-header .logo a {
    display: block;
    height: 50px;
    position: absolute;
    right: 19px;
    top: 30px;
    width: 210px;
}

.blog-header .widget_nav_menu.global {
     bottom: 30px;
    left: 0;
    position: absolute;
}










/*SEARCH=================================================================================*/
.search-box .searchform {
	
	bottom: 33px;
    overflow: hidden;
    right: 28px;
}

.search-box .searchform .s {
	border: none;
}

.searchform {
    height: 25px;
    position: absolute;
    width: 200px;
}

.searchform .s {
	border: 1px solid #ccc;
}

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

.searchform .s {
	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 .menu li {
	float: left; 
    height: 34px;
	position: relative; 
	z-index: 1;
}

/*simple 1px border between items*/

/*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;
    color: #ffffff;
    float: left;
    font-size: 12px;     
    line-height: 34px;
    margin: 0 27px;
	text-transform: uppercase;
	font-family: "trajan-sans-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
}

.header-widgets .menu li.current_page_item  a {
	color: #4a443b;
	border-bottom: 5px solid #74aaa0;
}


.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: 34px;
    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: 0px 10px 0px 0px;
    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: 3px 0;
    text-align: left;
    width: 100%;
    color: black;
}

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

.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 0 0 scroll transparent;
}

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

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

.sidebar a {
	color: #DFEAE8;
}

.post-content .lxb_dga_users .lxb_dga_user img.photo {
	padding: 0px;
	margin: 0 12px 12px 0;
	border: 1px solid #cccccc;
	width: 120px;
	height: 120px;
}

.post-content .lxb_dga_users .lxb_dga_user .dga_link_to_website {
	color: #333333;
	font-weight: 700;
}






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

.widget-title {
	font-size: 14px;
	color: #e5e0d7;
	line-height: 1em;
	font-family: "trajan-sans-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
}

.sidebar .widget {
	font-size: 11px; 
	line-height: 15px;  
	padding: 0 30px;
	width: 200px;
	color: #dfeae8;
}


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


.sidebar .widget.author-feature {
	margin-bottom: 15px;
}


.widget_lxb_author_feature .avatar, .widget_lxb_author_feature .photo {
	width: 40px;
	height: 40px;
	padding: 0px;
	border: 1px solid #ffffff;
	margin: 1px 7px 2px 0px;
}

.widget_lxb_author_feature .widget-title {
	display: none;
}


/*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: 50px; 
	overflow: hidden;
}

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


.feedburner input[type="email"], .feedburner input[type="text"] {
	width: 165px;
}

.feedburner input[type='submit'] {
	font-size: 11px;
    font-weight: bold;
    padding-top: 1px;
    text-transform: uppercase;
    width: 28px;

} /* 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 {
	color: #dfeae8;
}


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

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

.links a {
	color: #dfeae8;
}

/*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-weight: bold;
	font-size: 23px;
	margin-bottom: 10px;
	line-height: 29px;
	color: #74aaa0;

	font-family: Georgia, Times, "Times New Roman", serif;
}

.main .page .post-title {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 25px;
	color: #333;
}

.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 {

	clear: both;
    left: 8%;
    line-height: 1.3em;
    margin: 0 0 5px;
    min-height: 2em;
    padding: 0;
    position: relative;
    width: 85%;


}
.post-content blockquote:before {  
	font-size: 90px;
    font-weight: 700;
    color: #333333;
    left: -56px;
    position: absolute;
    top: 27px;
}

/* blockquotes with top and bottom border

.post-content blockquote:before {top: 45px;}

.post-content blockquote {
    border-bottom: 1px dotted #CCCCCC;
    border-top: 1px dotted #CCCCCC;
    left: 0;
    margin-bottom: 20px;
    padding-left: 50px;
    padding-top: 20px;
    width: 590px;
}

*/








/*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: url(images/footer-bg.png) no-repeat 0 0 scroll #998a76;
	min-height: 200px;
	position: relative;
}

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

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










/*footer-extras*/
.footer-extras {float: left; margin-left: 20px;}

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

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




.contact-vcard .vcard {
	color: #ffffff;
	padding: 17px 28px 10px 20px;
	border-left: 1px solid #6b6052;
	height: 84px;
}


.firm-name {
	display: block;
	height: 16px;
	width: 216px;
	background: url(images/firm-logo.png) no-repeat 0 0 scroll transparent;
}


.blogname {
	font-size: 14px;
	color: #ffffff;
	width: 181px;
	margin-top: 20px;
}

/*colophon*/
.colophon {
	background: #000;
	clear: both;
	height: 45px;
	position: relative;
	color: #858585;
}

.copyright {
	bottom: 14px;
	font-size: 10px;
	left: 30px;
	position: absolute;
}

/*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: 11px;
	position: absolute;
	right: 30px; 
}

/*legal*/
.legal {
	bottom: 76px; 
	left: 56px;
	position: absolute; 
}

.legal, .legal a {
	color: #ffffff;
}

.legal li:first-child:after {
	content: "|";
	margin-left: 3px;
	color: #fff;
}

/* twitter */

.lxb_tweets_before {
	padding-left: 56px;
	background: url(images/twitter-icon.png) no-repeat 0 0 scroll transparent;
	min-height: 55px;
}

.tweet-name {
	float: left;
}

.lxb_tweet {
	padding: 10px 0;
	border-top: 1px dotted #e5e0d7;	
	color: #ffffff;
}


.lxb_tweet a {
	color: #fff;
}

.lxb_twitter_link {
	font-family: "myriad-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 19px;
	color: #e5e0d7;
}

.tweet-follow a {
	color: #ffffff;
	font-family: 'Lucida Grande', Tahoma, Verdana, Arial, sans-serif;
	font-size: 8px;
	text-transform: uppercase;
	margin-top: 8px;
}




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

.archive-header { }

.archive-header h1 { float: left; }

.archive-header h1 strong {}

.archive-header a.feed { font-weight: bold; padding: 2px 0 1px 22px; margin-top: 7px; float: left; }

.grid-row {}

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

.main .grid-row .post-title a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.main .grid-row .post-byline,
.main .grid-row .post-categories {
	font-size: 10px;
}







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

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

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