/*
Theme Name: WMCustomLS
Theme URI: none
Description: A Custom Wordpress theme.
Author: Catherine Cormack
Author URI: http://www.webmommas.com
version: 2.0
Tags: three-column, widget-ready, custom
*/



/* basics */

@import "../../plugins/cforms/styling/minimal.css";
@import "../../plugins/nextgen-gallery/css/nggallery.css";

/* BODY */

* { padding:0; margin:0; }

body {
    color: #666666;
	background-color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 auto;
	text-align: justify;
}

h1, h2, h3, h4 {
	color: #cc6633;
	font-family:Verdana, Arial;
	font-weight: bold;
	padding-top: 0;
}

h1 {font-size: 17px; }
h2 {font-size: 14px; }
h3 {font-size: 12px; }
h4 {font-size: 10px; }

h1.title {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #cc6633;
	font-weight: bold;
	line-height: 175%;
}

img{ border: none; padding:0; }
img a{border:none;}

.image, .entry-content img {
margin:0px 20px 10px 10px;
border: none;
}

.ngg-singlepic {
	border: 3px solid #e3e3e3;
	margin: 0px;
	text-align: center;
}

.ngg-right {
float:right;
margin:0 20px 0 10px;
}

.ngg-left {
	margin-right: 15px;
}

a {
	color: #cc6633;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.h2_border {
	color: #cc6633;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left : 5px;
	margin-bottom: 10px;
	border-left: 5px solid #cc6633;
	text-align: left;
}

ul {
	list-style-type: none;
}

/*.slideshow {
	border: 3px solid #e3e3e3;
}*/


/* CONTAINER */

div#container {
    width: 950px;
	margin: 0 auto;
}

/* CONTENT */

div#content {
	width: 950px;
    border: none;
    overflow: hidden;
	text-align: left;
	margin:10px 0;
}

div#content p {
	font-size: 12px;
	font-weight: normal;
	line-height: 175%;
	padding: 0 0 10px 0;
	text-align: justify;
}

div#content ul {
    font-family:Arial, Helvetica, sans-serif;
	list-style-type: disc;
	list-style-position:inside;
	padding: 10px 0 0 16px;
	margin: 0px;
    background: none;
	text-indent: -15px;
	font-size: 12px;
	line-height: 130%;
}

div#content li {
	margin-bottom: 20px;
}


/* HEADER */

div#header {
	width: 100%;
	height: 169px;
    background: url(../../gallery/LS_header.jpg);
}

div#header h1, h2 {
	display: none;
}


/* MENU */

div#menu {
	background: none;
	width: 350px;
    font-size: 16px;
	position: relative;
	top: -20px;
	left: 62%;

}

div#menu ul {
	
}

div#menu li {
	display: inline;
	border-left: 5px solid #cc6633;
	padding: 0 25px 0 5px;
}

div#menu a {
	text-decoration: none;
	color: #666666;
	text-align: left;
	font-size: 14px;
}

div#menu a, div#menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
    color: #666666;
}

div#menu li:hover, div#menu li.sfHover, div#menu a:focus, div#menu a:hover, div#menu a:active {
background:#e3ecfd;
color: #cc6633;
border-color: #636161; 
}

div#menu a:hover { border-color: #C4C2C2; }

/* 2-COLUMN LAYOUT */

div#left_column {
 width: 530px;
 float:left;
 border: none;
 margin-right: 15px;
}

div#left_column img {
	border: 3px solid #e3e3e3;
	margin: 0px;
}

div#left_column  li {
	text-indent: 0px;
	line_height: 175%;
	text-align: justify;
	margin-right: 55px;
}


div#right_column {
	width: 400px;
	float: left;
	border: none;
	margin-right: 5px;
	padding: 0;
}

div#right_column img {
	border: 3px solid #e3e3e3;
	margin: 0;
}

/* PROJECTS */

div#projects {
	clear: both;
	width: 950px;
}

div#projects img {
	display: inline-block; /** important **/
  	vertical-align:middle;
	margin-top: 10px;
}

div#res_left_column .icon img {
	border: none;
}

div#projects h1 {
	display: inline-block; /** important **/
  	vertical-align:middle;
	margin-left: 5px;
}

/* GALLERY */

div#gallery {
	clear: both;
	width: 800px;
	margin-left: 80px;
}

div#gallery img {
	border: 3px solid #e3e3e3;
}

div.float {
	float: left;
	width: 144px;
	height: 137px;
	text-align: center;
	padding-right: 10px;
}

div.float img {
	margin: 8px 0;
}

div.float a {
	color: #cc6633;
	padding: 10px 10px 0 0;
}

div.float a.two_border {
	border-left: 5px solid #cc6633;
	border-right: 5px solid #cc6633;
	background: #e3ecfd;
	color: #cc6633;
	height: 20px;
	display: block;
	width: 133px;
	margin: 10px 0 20px 0;
}

/* QUOTATION */
div#quotation {
	clear: both;
	position: relative;
	text-align: center;
	padding: 40px 0 10px 0;
	width: 730px;
	margin-left: 75px;

}

/*div#quotation img.left {
	position: absolute;
	width: 17px;
	top: 30px;
	left: -10px;
}

div#quotation img.right {
	width: 17px;
	position: absolute;
	top: 55px;
	right: 165px;
	border: none;
}
*/
div#quotation .text {
	color: #666666;
	font-size: 14px;
	line-height: 145%;
	font-style:italic;
}

/* ADDRESS */

div#address {
	clear: both;
	padding: 30px 0 0 0;
}

div#address img {
	display: inline;
	margin: 0 2px;
}

div#address p {
	text-align: center;
}

/* HOME PAGE LOWER THREE COLUMNS */

div#three_cols  {
	width: 950px;
	margin: 10px auto;
	padding: 5px;

}

.post_column_1 p {
	line-height: 175%;
}

element.style  {
	line-height: 175%;
}	

.wide {
	clear: both;
}
	

/* FOOTER */

div#footer {
	clear: left;
	background: none;
	width: 950px;
	padding: 25px 0 0 0;
	color: #666666;
	font-size: 12px;
}

div#footer li {
	display: inline;
	padding: 5px;
}

div#footer a {
	text-decoration: none;
}

/* RIGHT GALLERY */

.gallright {
	display: block;
	float: right;
	width: 150px;
	text-align: center;
	background: #ffffff;
}

.gallright a.two_border {
	border-left: 5px solid #cc6633;
	border-right: 5px solid #cc6633;
	background: #e3ecfd;
	width: 130px;
	color: #cc6633;
	display: block;
	margin: 10px 0 30px 4px;	
}

.gallright a.captions {
		margin: 10px 0 30px 0;
		display: block;
}

.gallright .ngg-singlepic {
	width: 137px;
	height: 98px;
	margin: 0;
	padding: 0;
}

.gallright img {
	width: 137px;
	height: 98px;
	border: 3px solid #E3E3E3;
	margin:0;
	padding: 0;
}

a#residential {
	background: url(../../gallery/hp_projects/Residential.jpg);
	border: 3px solid #e3e3e3; 
	display: block;  
    width: 137px;  
    height: 98px;  
	overflow: hidden;  
    text-indent: -10000px;  
	margin-bottom: 10px;
}


div.link_text {
	height: 125px;
	text-align: center;
}

div.link_text img {
	margin: 0;
}

div.link_text a {
	color: #cc6633;
	margin-bottom: 30px;
}

/* CONTACT PAGE */

div#contact_col_left {
	width: 420px;
	float: left;
	margin: 10px 15px 0 0;
	text-align: left;
	padding-bottom: 0;
}

div#contact_col_left p {
	margin-bottom: 20px;
}


div#contact_col_left img {
	border: none;
}

div#contact_col_right {
	width: 410px;
	float: left;
	margin: 0 0 0 90px;
	text-align: left;
}

div#contact_form {
	margin-top: 75px 
}

div#contact_col_left ul {
    font-family:Arial, Helvetica, sans-serif;
	list-style-type: none;
}

div#contact_col_left li {
	margin-bottom: 0;
}


/* ABOUT PAGE */

#about_left {
	width: 380x;
	float: left;
	margin: 10px 10px 0 0px;
}
	
#about_left img {
	margin: 0 0 10px 0;
}

div#about_center {
	width: 390px;
	float: left;
	margin: 10px 0 0 5px;
	text-align: left;
}

div#about_center p {
	padding: 0 0 10px 0;
	line-height: 175%;
	font-weight: normal;
}

div#about_center ul {
	margin: 10px 20px;
	padding: 0;
}

dov#about_center li {
	margin: 10px 20px;
	padding: 0;
}

div#about_center ul li {
	list-style-type: disc;
	margin: 0 10px;
	line-height: normal;
	margin-bottom: 0px;
}

div#about_center ul ul li {
	list-style-type: circle;
	margin: 0 10px;
	margin-bottom: 0px;
	line-height: normal;
}

div#about_right {
	width: 160px;
	float: right;
	border: none;
	margin: 10px 5px 0 0;
}
 
a#henry  {
 	background: url(../../gallery/about_gallery/henry.jpg);
	border: 3px solid #e3e3e3; 
	display: block;  
    width: 137px;  
    height: 98px;  
	overflow: hidden;  
    text-indent: -10000px;  
	margin-bottom: 10px;
}

a#henry:hover, a#jonathan:hover, a#naomi:hover, a#mark:hover, a#ian:hover  {
	background-position: 0 -98px;
}	

a#jonathan  {
	background:url(../../gallery/about_gallery/jonathan.jpg);
	border: 3px solid #e3e3e3; 
	display: block;  
    width: 137px;  
    height: 98px;  
	overflow: hidden;  
    text-indent: -10000px;  
	margin: 10px 0;
}

a#naomi  {
	background:url(../../gallery/about_gallery/naomi.jpg);
	border: 3px solid #e3e3e3; 
	display: block;  
    width: 137px;  
    height: 98px;  
	overflow: hidden;  
    text-indent: -10000px;   
    line-height: 0px; 
	margin: 10px 0; 
}

a#mark  {
	background:url(../../gallery/about_gallery/mark.jpg);
	border: 3px solid #e3e3e3; 
	display: block;  
    width: 137px;  
    height: 98px;  
	overflow: hidden;  
    text-indent: -10000px;  
    line-height: 0px;
	margin: 10px 0;
}

a#ian  {
	background:url(../../gallery/about_gallery/ian.jpg);
	border: 3px solid #e3e3e3; 
	display: block;  
    width: 137px;  
    height: 98px;  
	overflow: hidden;  
    text-indent: -10000px;  
    line-height: 0px;
	margin: 10px 0;   
}

/* RESIDENTIAL PAGE */

div#res_left_column {
 width: 750px;
 float:left;
 margin: 10px 0 0 0;
}


div#res_left_column img {
	border: 3px solid #e3e3e3;
	margin-right: 10px;
}

div#res_right_column {
	width: 160px;
	float: right;
	border: none;
	margin: 10px 5px 0 0;
}

div#res_right_column img {
	border: 3px solid #e3e3e3;
}

.post {
	margin:0px;
	padding:0px;
	}
	

	
.post h2{
	font:normal 15pt georgia, times;
	}
	
.post h2 a{
	color: #000;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #777;
	text-decoration: none;
	}


.entry p{margin:0 0;
 padding: 0;}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}
.no_border .ngg-singlepic {
	border: none;
}

div#sitemap ul {
line-height:50%;
margin:0;
}

div#sitemap li {
	display: block;
	line-height: 50%;
	font-size: 10px;
}
div#sitemap a {
	line-height: 50%;
	padding: 0;
	margin: 0;
	text-decoration: underline;
}

div#site_left {
 width: 200px;
 float:left;
 border: none;
 margin-right: 15px;
}

div#site_middle {
	width: 200px;
	float: left;
	border: none;
	margin-right: 15px;
}

div#site_right {
	width: 200px;
	float: left;
	border: none;
	margin:
}
