/*
Theme Name: Lucas Technical Services
Theme URI: http://wordpress.org/
Description: The theme for the Lucas Technical website.
Author: Push10 Design Studios
Version: 1.0
Tags: Engineering

©2011 Push10 Design Studios. All rights reserved. This theme may not be re-used.
*/





/* GENERAL AND SITEWIDE STYLES */


* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	-webkit-text-size-adjust: none;
}
#wrapper {
	width: 100%;
	background-image: url(images/bg_gradient.jpg);
	background-repeat: repeat-x;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #036;
	min-height:550px;
}
#wrapper_content {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
h1 {margin-bottom: .5em; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:20px; font-weight:normal;}
h2, h3, h4, h5, h6, p, #contentL div {
	margin-bottom: 1em;
}
a:link, a:visited {
	color: #174477;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}





/* MISC CUSTOM CLASSES*/

.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}
.tight {
	margin-bottom: 0.2em;
}
.nobreak {
        white-space: nowrap;
}
.rule {
	background-color: #CCCCCC;
	height: 1px;
	margin-top: 15px;
	margin-bottom: 15px;
	clear: both;
	font-size: 0px;
}
.rule2 {
	background-color: #CCCCCC;
	height: 1px;
	margin-top: 0px;
	margin-bottom: 15px;
	clear: both;
	font-size: 0px;
}
.alignleft {
	margin-right:15px;
	float:left;
}
.alignright {
	margin-left:15px;
	float:right;
}
.indent {margin-left:15px;}
hr {
	clear:both;
	background:url(images/hr.gif) repeat-x scroll center bottom transparent;
	height:1px;
	margin:15px 0;
	border:0px;
}







/* HEADER */

#header {
	height: 56px;
	margin-top: 20px;
	margin-bottom: 15px;
	padding-right: 15px;
	position: relative;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
}
#util {
	position: absolute;
	right: 15px;
	bottom: 0px;
	white-space:nowrap;
}
#util a:link, #util a:visited {
	color: #666;
}






/* BANNERS */

#banner_main {
	height: 314px;
}
#banner_interior {
	background-color: #1F59A1;
	background-image: url(images/banner_intr.jpg);
	background-repeat: no-repeat;
	height: 94px;
	width: 531px;
	color: #FFF;
	padding-top: 25px;
	padding-right: 35px;
	padding-bottom: 25px;
	padding-left: 25px;
	font-size: 13px;
}
#banner_interior p {
	font-size: 13px;
	margin-bottom:0px;
}
#banner_interior h1 {
	margin-bottom: 0.2em;
}



/*WP FLOATS*/

.alignleft {
	margin-right:15px;
	margin-bottom:15px;
	float:left;
}
.alignright {
	margin-left:15px;
	margin-bottom:15px;
	float:right;
}







/* MAIN NAV */

#navigation {
	background-color: #ebebeb;
	height: 34px;
	width: 900px;
	margin-bottom: 3px;
	background-image:url(images/bg-nav-tile.gif);
	background-repeat:repeat-x;
}

#navigation ul{
	margin:0;
	padding:0;
	text-align: center;
	width:100%;
}

#navigation ul li{
	display:block;
	padding:0 43px;
	position: relative;
	text-align: center;
	float:left;
	margin:0;
}

#navigation ul li a{
	color:#fff;
	line-height: 34px;
	text-transform: uppercase;
	font-size: 12px;
}

#navigation ul li a:hover{
	text-decoration: none;
}


#navigation ul li:hover ul.sub-menu{
	display:block;
}

#navigation ul li ul.sub-menu{
	margin:0;
	padding:0;
	position: absolute;
	top:34px;
	left:0;
	display: none;
	border-left:1px solid #e6e0e0;
	border-right:1px solid #e6e0e0;
}

#navigation ul li ul.sub-menu li{
	display: block;
	background-color:#f9f9f9;
	border-bottom:1px solid #e6e0e0;
	text-align: center;
	width:100%;
	padding:0;
}

#navigation ul li ul.sub-menu li a{
	color:#003d68;
	text-transform: none;
	display: block;
	padding:0 20px;
	line-height: 28px;
}

#navigation ul li ul.sub-menu li a:hover{
	text-decoration: none;
	background-color:#e6e0e0;
}


/* HOMEPAGE SPOTLIGHTS */


/* every browser will read this except IE6*/
#spotlights_home {
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	line-height: 1.4em;
} 
/* IE6 will render this*/
* html #spotlights_home {
	padding-bottom: 0px;
}


#spotlightL {
	float: left;
	width: 258px;
	padding-right: 20px;
	background-image: url(images/spotlight_divider.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
	margin-right:20px;
}
#spotlightM {
	float: left;
	width: 253px;
	padding-right: 20px;
	background-image: url(images/spotlight_divider.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
	margin-right:20px;
}
#spotlightR {
	float: right;
	width: 258px;
}





/* HOMEPAGE NOTICE */
#notice {
	text-align:center;
	padding:25px 35px 15px 35px;
	margin:3px 0 0 0;
	background-color:#C00;
	color:#FFF;
	font-size:14px;
	line-height:1.5em;
}
#notice h3 {
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:14px;
}
#notice a {
	color:#FFF;
}





/*LISTS*/

#text ul, .spotlight_intr ul {
	margin-bottom: 1.5em;
	margin-left: 25px;
}
#text ul li, .spotlight_intr ul li {
	margin-bottom: 0.5em;
}
#text ul ul, .spotlight_intr ul ul {
	margin-left: 30px;
}
#text ol, .spotlight_intr ol {
	margin-bottom: 1.5em;
	margin-left: 25px;
}
#text ol li, .spotlight_intr ol li {
	margin-bottom: 0.5em;
}






/* FOOTER */

#wrapper_footer {
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	background-image: url(images/footer_gradient.gif);
	background-repeat: repeat-x;
	padding-top: 10px;
	font-size: 10px;
	color: #666;
}
#footer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 100px;
}
#footerL {
	float: left;
	width: 425px;
}
#footerM {
	float: left;
	width: 310px;
}
#footerR {
	float: right;
	width: 450px;
	text-align: right;
}
/*FOOTER NAV*/
#footer a {
	color:#666;
}
ul#footer-nav {
	margin:0px;
	padding: 0px;
	list-style-type: none;
}
#footer-nav li {
	display: inline;
}
#footer-nav a {
	display: block;
	padding-right: 15px;
	float:left;
	margin-bottom:10px;
}






/* CONTENT */

#content_admin {
	padding: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
#contentL {
	float: left;
	width: 594px;
	min-height: 550px;
	background-image: url(images/content_divider.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
}
#sidebar {
	float: right;
	width: 240px;
	padding-right: 30px;
	padding-top: 5px;
}
#text {
	padding: 25px;
	line-height: 1.5em;
}#sidebar h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	color: #999;
	font-weight: normal;
}






/*SUBNAV*/

#subnav {
	margin-bottom: 25px;
	margin-top: 25px;
}
#subnav ul {
	list-style-type: none;
}
#subnav ul a {
	font-size: 13px;
	display: block;
	margin-bottom: 10px;
	border-top:dotted 1px #CCC;
	border-bottom:dotted 1px #CCC;
	padding: 5px;
	width:230px;
}
#subnav ul ul {
	margin:0 0 20px 20px;
}
#subnav ul ul a {
	font-size: 11px;
	margin-bottom: 10px;
	border-top:none;
	border-bottom:none;
	padding:0px;
}
#subnav ul a:hover, #subnav ul li.current_page_item a {
	text-decoration: none;
	background-color: #ebebeb;
}
#subnav ul li.current_page_item ul a {
	background: none;
}
#subnav ul ul a:hover, #subnav ul ul li.current_page_item a {
	text-decoration: none;
	background: none;
	color:#000;
}









/* BLOG */

#the-loop h2 {
	margin-bottom:.3em;
	letter-spacing:normal;
	font-weight:normal;
	line-height:1em;
}
h6 {
	font-size:10px;
	color:#999;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin-bottom:.3em;
}
#menu {
	margin-top:2px;	
}
#menu h2 {
	margin-bottom:5px;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
}
#menu ul, #menu li {
	list-style-image: none;
	list-style-type: none;
	margin-bottom:5px;
}




/* CLEAR AND CLEARFIX */
	
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
} 
.clearfix {
	display: inline-block;
} 
html[xmlns] .clearfix {
	display: block;
} 
* html .clearfix {
	height: 1%;
}
.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}




/*EDIT BUTTON*/

p.edit a {
	display:block;
	background-image:url(images/icon-edit.png);
	background-repeat:no-repeat;
	background-color:#ebebeb;
	background-position:5px 5px;
	padding:5px 0px 5px 25px;
	font-weight:bold;
	text-transform:uppercase;
	font-size:11px;
	width:100px;
}
p.edit a:hover {
	text-decoration:none;
	background-color:#ccc;
}





.spotlight_intr a {
	margin-bottom: 35px;
	display:block;
}
.spotlight_intr p {
	margin-bottom: .6em;
}



.breadcrumbs {
	font-size:9px;
	text-transform:uppercase;
	color:#999;
	border-bottom:solid 1px #CCC;
	padding:0 0 5px 5px;
	margin-right:3px;
}



/*FORMS*/

.wpcf7-list-item {
	display:block;
}



/* BLOG COMMENTS */

ol.commentlist { list-style: none; margin:0 0 20px 0; line-height:1.4em; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor { }
ol.commentlist li.byuser { }
ol.commentlist li.comment-author-admin { }
ol.commentlist li.comment, ol.commentlist li.pingback { border-bottom: 1px dotted #666; padding: 10px; }
ol.commentlist li.comment div.comment-author { }
ol.commentlist li.comment div.vcard { }
ol.commentlist li.comment div.vcard cite.fn { font-style: normal; }
ol.commentlist li.comment div.vcard cite.fn a.url { }
ol.commentlist li.comment div.vcard img.avatar { float:right; margin: 0 0 10px 10px; }
ol.commentlist li.comment div.vcard img.avatar-32 { }
ol.commentlist li.comment div.vcard img.photo { }
ol.commentlist li.comment div.vcard span.says { }
ol.commentlist li.comment div.commentmetadata { }
ol.commentlist li.comment div.comment-meta { font-size: 10px; }
ol.commentlist li.comment div.comment-meta a { color: #ccc; }
ol.commentlist li.comment p { }
ol.commentlist li.comment ul { }
ol.commentlist li.comment div.reply { font-size: 11px; }
ol.commentlist li.comment div.reply a { }
ol.commentlist li.comment ul.children { list-style: none; margin: 10px 0 0; }
ol.commentlist li.comment ul.children li { }
ol.commentlist li.comment ul.children li.alt { }
ol.commentlist li.comment ul.children li.bypostauthor { }
ol.commentlist li.comment ul.children li.byuser { }
ol.commentlist li.comment ul.children li.comment { }
ol.commentlist li.comment ul.children li.comment-author-admin { }
ol.commentlist li.comment ul.children li.depth-2 { border-left: 2px solid #999; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-3 { border-left: 2px solid #ccc; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-4 { border-left: 2px solid #ebebeb; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-5 { }
ol.commentlist li.comment ul.children li.odd { }
ol.commentlist li.even { background: #fff; }
ol.commentlist li.odd { background: #f6f6f6; }
ol.commentlist li.parent { border-left: 2px solid #666; margin-bottom:20px; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even { }
ol.commentlist li.thread-odd { }
#respond {margin:20px 0 0 0;}
#commentform p, #cancel-comment-reply-link {font-size:10px;}
#comment {margin-bottom:10px;}



