/*
Theme Name:Brazeau Home Design
Theme URI:http://www.BrazeauHomeDesign.com/
Description:Custom layout for Brazeau Home Design by Mike at Sandstone Digital.
Version:1.0
Author:Mike McCormick
Author URI:http://www.sandstonedigital.com/
*/
*{
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
}
blockquote,q{
quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after{
content:'';
}
/* tables still need 'cellspacing="0"' in the markup */
table{
border-collapse:collapse;
border-spacing:0;
}
body{
color:#000;
font-family:'Century Gothic',Arial,Verdana,'Sans Serif';
line-height:1;
text-align:center;
background:#e6d09b;
}
p{
padding:10px 0;
}
ul,ol{
margin:5px 5px 5px 20px;
padding:0 0 0 10px;
}
a:link,a:visited{
color:#630101;
}
a:hover,a:focus,a:active{
text-decoration:none;
}
img,a img{
border:0;
}
small{
font-size:12px;
margin:10px 0;
}
h1,h2,h3,h4,h5,h6{
	font-size:200%;
	}
h2{
	font-size:150%;
	}
h3{
	font-size:133%;
	}
h4,h5,h6{
	font-size:108%;
	}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#page{
width:980px;
margin:0 auto;
padding:10px;
text-align:left;
}
#header{
width:978px;
height:130px;
background:#630101 url('images/logo.gif') no-repeat 30px 35px;
}
#header h1,#header h1 a{
float:left;
display:block;
width:353px;
height:130px;
margin:0;
padding:0;
color:#fff;
text-indent:-9999px;
}
#wrapper{
background:#300 url('images/sidebarbg.gif') repeat-y;
float:left;
}
#sidebar{
float:left;
width:248px;
margin:20px 0 0 0;
padding:10px;
color:#fff;
text-align:center;
}
#sidebar a{
color:#fff;
}
#sidebar #arrows{
width:211px;
height:39px;
background:url('images/arrows.gif') no-repeat;
margin:0 auto;
}
#sidebar #gallery{
margin:0 auto;
width:200px;
}
#sidebar a#previous{
width:105px;
height:39px;
display:block;
float:left;
cursor:pointer;
}
#sidebar a#next{
width:105px;
height:39px;
display:block;
float:right;
cursor:pointer;
}
#sidebar #sidebarimage{
min-height:150px;
}
#sidebar #sidebarimage a{
display:none;
}
#sidebar #sidebarimagerow{
height:80px;
}
#sidebar #sidebarimagerow a{
cursor:pointer;
}
#sidebar #sidebarimagerow div{
display:none;
}
#sidebar #sidebarimagerow a img{
padding:10px 0;
margin:0 2px;
}
#content{
float:left;
width:690px;
margin:30px 0 0 0;
padding:10px;
background:#fff;
}
#content textarea{
width:375px;
}
#footer{
float:left;
clear:both;
width:958px;
text-align:right;
padding:10px;
background:#300;
color:#fff;
}
#footer a{
color:#fff;
}
