/*
Theme Name: LaPlante Construction
Description: Theme for LaPlante Construction, Inc.
Version: 1.0
Author: Alias Solutions
Author URI: http://alias-solutions.com
*/

@charset "utf-8";
/* CSS Document */

/* clear browser formatting */

html, body {
	font-size: 12px;
	margin: 0;
	padding: 0;
	line-height: 1;
}

* {
	font-size: 12px;
	margin: 0;
	padding: 0;
	outline: 0;
}

img { border: none; }
ul, ol, li { list-style: none; }
:focus { outline: none; }
table, td, form, fieldset {
	border: none;
	border-collapse: collapse; 
	border-spacing: 0;
	vertical-align: top;
}

/* —[ REUSABLE CLASSES ]— */
.hide { display: none; }
.right { float: right; }
.left { float: left; }
.current { cursor: default; }
.clear {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 1px;
	overflow: hidden;
}
.center {
	margin: 0 auto;
	text-align: center;
}

.alignleft {
	float: left;
	padding-right: 10px;
	padding-bottom: 2px;
}

.alignright {
	float: right;
	padding-left: 10px;
	padding-bottom: 2px;
}

/* Formatting for Theme */

body {
	background: #000;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
}

/* Header Formatting */

#header {
	width: 900px;
	height: 130px;
	background: url(images/header.jpg) no-repeat;
	posistion: relative;
}

#home_link {
	width: 324px;
	height: 101px;
	float: left;
}

#header_contactinfo {
	float: right;
	margin-top: 25px;
}

#header_contactinfo span.sanserif {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#header_contactinfo span.serif {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: bold;
}

#header_contactinfo p {
	color: #fff;
	text-align: right;
}

#top_nav {
	float: right;
}

#top_nav ul {
	margin-top: 0px;
}

#top_nav ul li {
	float: left;
	padding-left: 15px;
}

#top_nav ul li a {
	color: #fff;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: bold;
}
	
/* Main Nav Formatting */

#main_nav {
	width: 900px;
	height: 24px;
}

#main_nav img { 
	border: none; 
}

#main_nav li { 
	display: inline; 
	list-style: none; 
}

#main_nav li a { 
	float: left; 
	display: block; 
}

#main_nav li a img {
 	border: none; 
	vertical-align: bottom; /* for IE6 */
}
#main_nav li a:hover { 
	visibility: visible; /* for IE6 */ 
}
#main_nav li a:hover img { 
	visibility: visible; /* for IE6 */ 
}
#main_nav li a:hover img/**/ { 
	visibility: hidden; /* hide from IE5.0/win */
}

/* id's for rollover images */

#new_homes { background:url(images/menu_newhomes_roll.jpg) no-repeat left bottom; }
#renovations { background:url(images/menu_renovations_roll.jpg) no-repeat left bottom; }
#commercial { background:url(images/menu_commercial_roll.jpg) no-repeat left bottom; }
#condos { background:url(images/menu_condos_roll.jpg) no-repeat left bottom; }
#results { background:url(images/menu_results_roll.jpg) no-repeat left bottom; }
#our_team { background:url(images/menu_ourteam_roll.jpg) no-repeat left bottom; }
#advice { background:url(images/menu_advice_roll.jpg) no-repeat left bottom; }
#available_lots { background:url(images/menu_availablelots_roll.jpg) no-repeat left bottom; }

/* Home Page Content Formatting */

#main_content {
	width: 900px;
	margin: 0 auto;
	background: #f9f9f9 url(images/body_bottomgradient.jpg) repeat-x bottom ;
}

#sub_header_home {
	width: 437px;
	height: 200px;
	background: url(images/home_lefthead.jpg) no-repeat;
	margin-bottom: 15px;
}

/* Sub Headers For Interior Pages */

#sub_header_new {
	width: 437px;
	height: 200px;
	background: url(images/header_image_newhomes.jpg) no-repeat;
	margin-bottom: 15px;
}

#sub_header_renovations {
	width: 437px;
	height: 200px;
	background: url(images/header_image_renovations.jpg) no-repeat;
}

#sub_header_commercial {
	width: 437px;
	height: 200px;
	background: url(images/header_image_commercial.jpg) no-repeat;
}

#sub_header_condos {
	width: 437px;
	height: 200px;
	background: url(images/header_image_condos.jpg) no-repeat;
}

#sub_header_results {
	width: 437px;
	height: 200px;
	background: url(images/header_image_results.jpg) no-repeat;
}

#sub_header_team {
	width: 437px;
	height: 200px;
	background: url(images/header_image_ourteam.jpg) no-repeat;
}

#sub_header_advice {
	width: 437px;
	height: 200px;
	background: url(images/header_image_advice.jpg) no-repeat;
}

#sub_header_lots {
	width: 437px;
	height: 200px;
	background: url(images/home_lefthead.jpg) no-repeat;
}

#sub_header_news {
	width: 437px;
	height: 200px;
	background: url(images/home_lefthead.jpg) no-repeat;
}

#sub_header_contact {
	width: 437px;
	height: 200px;
	background: url(images/header_image_contact.jpg) no-repeat;
}

/* End Interior Page Headers */

#main_content p {
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sanserif;
	line-height: 145%;
	padding-bottom: 5px;
	padding-top: 10px;
	color: #333333;
}

#main_content ul {
	padding-left: 25px;
	padding-top: 10px;
}

#main_content ol {
	padding-left: 25px;
	padding-top: 10px;
}

#main_content ul li {
	list-style: square;
	padding-bottom: 15px;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sanserif;
}

#main_content ol li {
	list-style: decimal;
	padding-bottom: 15px;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sanserif;
}

#main_content a {
	color: #999999;
	text-decoration: none;
}

#main_content a:hover {
	text-decoration: underline;
}

#main_content h2 {
        padding-top: 15px;
}

#wide_column {
	width: 437px;
	float: left;
	padding-left: 15px;
	padding-bottom: 25px;
	padding-top: 16px;
}

/* Sidebar Formatting */

#sidebar {
	width: 413px;
	float: right;
	padding-right: 15px;
	padding-top: 16px;
	padding-bottom: 25px;
}

#sidebar_header_home {
	width: 413px;	
	margin-bottom: 16px;
}

#sidebar_header_team {
        width: 413px;
        height: 201px;
        background: url(images/header_image_ourteam_right.jpg) no-repeat;
        padding-bottom: 35px;
}

#sidebar_header_contact {
       width: 413px;
       height: 201px;
       background: url(images/header_image_contact_right.jpg) no-repeat;
       padding-bottom: 35px;
}
        

#renovations_home {
        width: 413px;
        height: 201px;
        background: url(images/home_thumb_renovations.jpg) no-repeat;
        padding-bottom: 16px;
}

#commercial_home {
       width: 198px;
       height: 201px;
       background: url(images/home_thumb_commercial.jpg) no-repeat;
       float: right;
}

#condos_home {
       width: 198px;
       height: 201px;
       background: url(images/home_thumb_condos.jpg) no-repeat;
       float: left;
       padding-right: 17px;
}


#spotlight_top {
	width: 413px;
	height: 100px; 
	background: url(images/spotlight_head.jpg) no-repeat;
}

#spotlight_middle {
	width: 413px;
	background: url(images/spotlight_midrepeat.jpg) repeat-y;
}

#spotlight_middle p {
	color: #fff;
	font-weight: bold;
	line-height: 200%;
	font-family: "Trebuchet MS", Arial, Helvetica, sanserif;
	font-size: 11px;
	padding: 5px 15px 0px 15px;
}

#spotlight_bottom {
	width: 413px;
	height: 10px;
	background: url(images/spotlight_footer.png) no-repeat;
}

/* Sidebar Interior Formatting */

#sidebar_interior {
	width: 413px;
	float: right;
	padding-right: 15px;
	padding-bottom: 25px;
	padding-top: 16px;
}

#sidebar_interior td {
valign: top;
}

.team_members {
        padding-bottom: 25px;
}

.team_members img {
        padding-right: 25px;
        padding-left: 25px;
}

/* Footer Formatting */

#footer {
	width: 900px;
        height: 20px; 
	background: url(images/footer.jpg) top no-repeat;
}

#bottom_nav {
	width: 900px;
	margin: 0 auto;
	height: 40px;
	border-bottom: 1px solid #fff;
}

#bottom_nav ul {
	padding-left: 10px;
	padding-top: 15px;
}

#bottom_nav ul li {
	float: left;
	padding-left: 18px;
}

#bottom_nav ul li a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-size: 10px;
	font-weight: bold;
}

#copyright {
	width: 900px;
	margin: 0 auto;
	padding-top: 12px;
	padding-bottom: 15px;
}

#copyright p {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
}

#footer_design {
        width: 136px;
        height: 32px;
        margin: 0 auto;
        background: url(images/bottom_design.png) no-repeat;
}

/* Blog Formatting */

#single_column {
	width: 870px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 25px;
	padding-top: 16px;
}

#single_column h2, h2 a {
	color: #666;
	font-weight: bold;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	text-transform: capitalize;
}

#single_column h2 a:hover {
	text-decoration: underline;
}

#single_column h3 {
color: #999;
font-weight: bold;
font-size: 16px;
font-family: Georgia, "Times New Roman", Times, serif;
padding-top: 15px;
padding-bottom: 5px;
}

#single_column small {
	font-size: 11px;
	color: #666;
}

#single_column p.postmetadata {
	font-size: 11px;
}

#single_column p.postmetadata a {
	font-size: 11px;
}

#single_column p.postmetadata a:hover {
	font-size: 11px;
}

#single_column h3 a {
	color: #666666;
	font-weight: bold;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}

#single_column h3 a:hover {
	text-decoration: underline;
}

small {
	font-family: "Trebuchet MS", Geneva, Arial, Sans-serif;
}

.navigation {
	font-family: "Trebuchet MS", Geneva, Arial, Sans-serif;
}

.news_excerpt {
}

.advice_excerpt {
}

.divider {
width: 850px;
height: 25px;
border-bottom: 1px dashed #333;
margin-bottom: 15px;
}

#team_member {
	width: 400px;
	height: 400px;
	background: #fff;
	padding: 25px;
}

#team_member p {
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sanserif;
	line-height: 145%; 
	padding-bottom: 5px;
	padding-top: 10px;
	color: #333333;
}

#team_member h3 {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	padding-bottom: 10px;
	color: #999999;
}

.imgtfe {
padding-right: 25px;
}

/* Available Lots Page Formatting */

#listing {
width: 800px;
padding-left: 35px;
padding-right: 35px;
padding-top: 25px;
}

#features_top {
width: 800px;
height: 31px;
background: url(images/features.png) no-repeat;
}

#features_mid {
width: 800px;
background: url(images/features_mid_repeat.png) repeat-y;
padding-top: 8px;
}

#features_bottom {
width: 800px;
height: 19px;
background: url(images/features_bottom.png) no-repeat;
clear: both;
}

#features_left {
width: 235px;
margin-left: 15px;
float: left;
background-color: #ebecec;
border-radius: 9px; /* CSS 3 */
  -o-border-radius: 9px; /* Opera */
  -icab-border-radius: 9px; /* iCab */
  -khtml-border-radius: 9px; /* Konqueror */
  -moz-border-radius: 9px; /* Firefox */
  -webkit-border-radius: 9px; /* Safari */
}

#features_left ul {
padding-left: 25px;
}

#features_left ul li {
color: #58595b;
font-weight: bold;
font-size: 15px;
padding-bottom: 15px;
list-style-type: square;
}

#features_right {
width: 495px;
padding-left: 25px;
padding-right: 25px;
float: right;
}

#features_right img.midimg {
padding-left: 15px;
padding-right: 15px;
}

hr {
margin-top: 8px;
margin-bottom: 8px;
}
	