/* Levettmechanical.com STYLES -------------------------------------------------------------------
Written by: Matt McCloskey - Kemso, LLC - 2007
*/



/* Structure 
----------------------------------------------------------------------------------- */

body {
	display:block;
	background-color: #F0F3F8;
	margin: 0px auto;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, sans-serif;
	font-size: 12px;
	color: #666666;
	
	background-image: url(../images/bgcolor.jpg);
}

#header {
	display: block;
	width: 100%;
	height: 190px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/headerbgcolor.jpg);
}

#header .home {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	display: block;
	width: 100%;
	height: 190px;
	margin: 0px;
	text-indent: -9999em;
}

#navbar {
	background-image: url(../images/navbar.jpg);
	display: block;
	width: 100%;
	height: 48px;
	margin: 0px;
	padding: 0px;
}

#navigation {
	background-image: url(../images/navbg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	width: 773px;
	height: 48px;
	margin: 0px auto;
}

/*#container {
	background: none;
	display: block;
	width: 800px;
	padding: 0px;
	margin: 0px auto;
}
#content {
	background: #fff;
	margin: 0px;
	padding: 24px;
}*/
#container {
	background: #fff;
	margin: 0px;
	padding: 0px;
}
#content {
	width: 800px;
	padding: 24px;
	margin: 0px auto;
}

#contentbottom {
	display: none;
	position: relative;
	clear: both;
	width: 800px;
	height: 13px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/contentbottom.jpg);
	background-repeat: no-repeat;
}

#footer {
	display: block;
	width: 800px;
	margin: 20px auto;
	text-align: center;
}

.right {
	float: right;
	display: block;
}
.rightbutton {
	text-align: right;
	display: block;
}
.column {
	display: block;
	width: 330px;
	padding: 15px;
	background-image: url(../images/bgcolor.jpg);
}

.column.left {
	float: left;
	clear: left;
	margin-bottom: 15px;
}
.column.right {
	float: none;
	clear: none;
	margin-left: 392px;
	margin-bottom: 15px;
}
.column.dark{
	background: #BDBDBD;
	color: #fff;
}

.column.rounded{
	padding: 0px;
	width: 360px;
}

.subcontent {
	display: block;
	float: right;
	clear: none;
	width: 570px;
	background: none;
}

b {
	font-weight: bolder;
}

/* Navigation 
----------------------------------------------------------------------------------- */
#navigation li {
	list-style: none;
	float: left;	
	margin: 0px;
	padding: 0px;
}
#navigation li a, #navigation li a:visited {
	display: block;
	float: left;
	margin: 0px;
	padding: 17px 31px;
	height: 14px;
	
	font-size: 13px;
	color: #666666;
	text-decoration: none;
}
#navigation li a:hover, #navigation li a:active {
	background-color: #DFE1E7;
}

#navigation li a.selected, #navigation li a:visited.selected {
	background-image: url(../images/navselected.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
}


/* Sub Navigation 
----------------------------------------------------------------------------------- */
#left {
	float: left;
	width: 200px;
	margin-right: 20px;
}
#subnav, .subnav {
	width: 170px;
	float: left;
	clear: left;
	margin: 0px 20px 20px 0px;
	padding: 8px 15px 15px 15px;
	list-style: none;
	background-color: #f0f3f8;
}
.subnav {
	padding: 8px 15px 15px 0px;
	background-color: transparent;
	color: #999;
}
.subnav a, .subnav a:visited {
	color: #999;
}
.subnav .subtitle {
	color: #648ab3;
	display: block;
	font-size: 11px;
}
.subnav li {
	margin-bottom: 4px;
}
#subnav li {
	border-bottom: 1px solid #fff;
}

#subnav li a {
	display: block;
	/* width: 100%; */
	padding: 8px 0px;
	margin: 0px;
	color: #999;
	background-color: transparent;
	text-decoration: none;
}

#subnav li.selected {
	background-image: url(../images/subnav_arrow.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 40px;
	
	margin-left: -23px;
	margin-right: -26px;
	padding-left: 23px;
	padding-top: 7px;
	border-bottom: none;
}

#subnav li.selected a {
	color: #666;
	background-color: transparent;
}



/* Links 
----------------------------------------------------------------------------------- */
a, a:visited {
	color: #CC3300;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}

a.more {
	color: #333;
	padding-right: 17px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

a.add {
	color: #333;
	padding-left: 17px;
	background-image: url(../images/add.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

a.download {
	color: #333;
	padding-left: 17px;
	background-image: url(../images/download.gif);
	background-repeat: no-repeat;
	background-position: left center;
}


/* MISC 
----------------------------------------------------------------------------------- */

h1 {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 18px;
	color: #1C4261;
	font-weight: normal;
	margin: 4px 0px;
}
h1.strong {
}
h2 {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	color: #1C4261;
	font-weight: normal;
	margin: 4px 0px;
	padding: 0px;
}

.dark h1 {
	color: #fff;
}
.clearer {
	height:1px;
	overflow:hidden;
	margin-top:-1px;
	clear:both;
}

.alert {
	color: #cc3300;
}

#footer p {
	clear: both;
}
#footer p.kemsolink {
	display: block;
	margin-top: 40px;
	padding-top: 20px;
}
#footer .block {
	display: block;
	width: 168px;
	margin: 7px;
	padding: 8px;
	float: left;
	
	border-bottom: 1px dotted #94A5BA;
}

#footer h2 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
	color: #94A5BA;
}
#footer a.kemsolink {
	display: block;
	padding-top: 20px;
	background-image: url(../images/kemsologo.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	
	color: #666;
}
#footer a.kemsolink:hover {
	color: #666;
}

/* Corner Rounding
----------------------------------------------------------------------------------- */

.rounded {
	background: none;
}
.rounded b { font-weight:100; }
b.rtop, b.rbottom{display:block;}
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden;background-image: url(../images/bgcolor.jpg);}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}
b.rbody{display:block;margin:0px;position:relative;padding:8px 15px 15px 15px;background-image: url(../images/bgcolor.jpg);}

.dark b.rtop b, .dark  b.rbottom b {
	background: #BDBDBD;
}
.dark .rbody {
	background: #BDBDBD;
}



/* Forms
----------------------------------------------------------------------------------- */

fieldset {
	border: none;
	background-color: #f9f9f9;
	margin: 20px 0px;
}

fieldset.odd {
	background-image: url(../images/bgcolor.jpg);
}
fieldset p {
	clear: both;
}
fieldset h2 {
	font-size: 14px;
	padding: 5px;
	margin: 0px;
	font-weight: normal;
	color: #1C4261;
}
legend {
	margin: 10px;
	font-size: 16px;
	color: #333;
	text-transform: capitalize;
}
label {
	display: block;
	float: left;
	clear: both;
	width: 150px;
	font-size: 14px;
	padding: 5px;
}
input, .input-replacement {
	padding: 5px;
	width: 300px;
	color: red;
}
.input-replacement {
	margin-left: 160px;
	border: 1px solid #ccc;
	background-color: #fff;
}
textarea {
	display: block;
	width: 300px;
	height: 100px;
	padding: 5px;
}

fieldset fieldset, fieldset.odd fieldset {
	background: #fff;
	border: 1px solid #F0F3F8;
}
fieldset fieldset legend, fieldset.odd fieldset legend {
	font-size: 12px;
}

/* Blog Styling
----------------------------------------------------------------------------------- */

.blog {
	background: transparent;
	padding-left: 0px;
}
.blog .date {
	font-size: 11px;
	color: #94A5BA;
}
.blog .item {
	clear: both;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #94A5BA;
	
}
.blog .item h1 {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
.blog .item p {
	margin-top: 4px;
}
.blog .item {
	margin: 0px 0px 30px 0px;
}

.blog .item p img {
	margin: 8px;
}


/* album Styling
----------------------------------------------------------------------------------- */
.album .photos img {
	margin: 4px;
	border: none;
}
.album .photos a img {
	border: 3px solid #fff;
}
.album .photos a:hover img {
	border: 3px solid #1C4261;
}







/* Tables */
table {
	background-color: #f0f3f8;
	padding: 5px 10px;
}
table td, table th {
	padding: 4px 0;
	vertical-align: top;
}
table table {
	padding: 0px;
}
table th {
	color: #999;
	text-align: left;
	border-bottom: 1px dotted #ccc;
}

table.job {
	margin-bottom: 20px;
}
table tr.header {
	font-size: 14px;
	font-weight: bold;
}