/*
Theme Name: Vale Garden Houses
Theme URI: http://www.valegardenhouses.com
Description: Custom theme for ValeGardenHouses.com by Shane Brown.
Version: 1.0
Author: Shane Brown

	Bronze Casements v1.0

	This theme was designed and built by Shane Brown,
	for ValeGardenHouses.com

*/


@charset "utf-8";

body{
	margin-top:10px;
	font-family:verdana;
	font-size:12px;
}

#wrapper{
	width:960px;
	margin:auto;
}


#header{
	width:960px;
	float:left;
}

#headergrey{
	width:960px;
	height:25px;
	float:left;
	background-color:#d2dbe1;
	margin-top:2px;
	text-align:center;
}

.headerimages{
	width:960px;
	height:200px;
	margin:7px 0px 7px 0px;
	float:left;
}

.headerimages1{
	width:300px;
	height:200px;
	margin:7px;
	margin-left:0px;
	margin-right:14px;
	float:left;
	border-color:#666666;
	border-width:3px;
	border-style:solid;
}

.headerimages2{
	width:300px;
	height:200px;
	margin:7px;
	float:left;
	border-color:#666666;
	border-width:3px;
	border-style:solid;
}

.headerimages3{
	width:300px;
	height:200px;
	margin:7px;
	margin-right:0px;
	margin-left:14px;
	float:left;
	border-color:#666666;
	border-width:3px;
	border-style:solid;
}

.leftcolumn{
	width:158px;
	margin:10px;
	float:left;
}

.rightcolumn{
	width:760px;
	margin:10px;
	float:left;
	text-align:left;
}

.articles{
	width:958px;
	float:left;
	color:#424242;
	border-width:1px;
	border-style:solid;
	border-color:#DDDDDD;
	margin-bottom:20px;
}

.articles a{
	color:#424242;
}

h1{
	padding:0px;
	margin:0px;
	font-size:20px;
	color:#FFFFFF;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
}

h2{
	padding:0px;
	margin:0px;
	font-weight:normal;
}

h2 a{
	padding:0px;
	margin:0px;
	font-weight:normal;
	color:#424242;
	text-decoration:none;
}

.post-teaser-block a{
	color:#424242;
}

#footer{
	text-align:center;
	font-size:10px;
	margin: 5px 0px 5px 0px;
}

#footer a{
	color:#999999;
}

img{
	border:none;
}