/*
Theme Name: Roeland
Theme URI: http://wordpress.org/
Description: Roeland Construction Theme
Version: 1.6
Author: Tim McMahan
Author URI: http://www.graphicdesignhero.com/


	Roeland Construction Theme

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family:  Arial, 'Lucida Grande', Verdana, Sans-Serif;
	background: #a49670 url('images/top_bg.jpg') top center;
	text-align: center;
	}

#page {
	text-align: left;
background:  url('images/page-bg.png') repeat-y top center;
	}

.narrowcolumn {
	float: left;
	padding: 0 120px 20px 80px;
	margin: 0px 0 0;
	width: 770px;
	}

#header {
	}

#headerimg 	{
	margin: -45px 0px 0px 00px;

	}

.award {
float: left;
margin: -75px 0px 0px 665px;
}

#content {
	font-size: 1.2em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}


#footer {
	
	}

h1, h2, h3 {
	font-family: Georgia, Times, "Times New Roman", Serif;
	font-weight: bold;
	}

h1 {
	font-size: 18pt;
	text-align: left;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.4em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #533b09;
padding: 0px 0px 0px 10px;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #533b09;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #361129;
	}

.sticky {
	
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #361129;
	text-decoration: none;
	}

a:hover {
	color: #361129;
	text-decoration: underline;
	}

/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 00px 0;
	padding: 0;
	}

#page {
	
	margin: 00px auto ;
		width: 932px;
	padding: 0px 0px 300px 0px;
	}




.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}


.clear {
	clear: both;
}

#footer {
	padding: 0 ;
	margin: 0 auto 0 -20px;
	width: 980px;
	clear: both;
background:  url('images/footer.png') no-repeat top center;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
        font-size: 8pt;
         line-height: 16pt;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 60px;
	margin: 0;
	}

h2 {
	margin: 10px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: left;
}


h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 0px 6px 0 0;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */


/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

.entry li {
	margin: 7px 0 8px 10px;
	}

/* End Entry Lists */


/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:left;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */





/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	
	text-align: center;
	
	padding-top: 0px;
	margin: 0px 0px 0px 10px;
	
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Header Styles */
.header{padding:18px 0px 50px 00px; height: 20px; }

.ie7 .header{padding:18px 0px 50px 00px; height: 25px; }

#navigation  {
margin: -25px -999px 0px -999px;    
background:  url('images/nav-border.png') repeat-x;
padding: 0px 0px 0px 1185px;
height: 40px;
}

.ie7 #navigation  {
padding: 0px 0px 0px 1175px;
}

.header .logo {float:left; padding: 0px 0px 0px 75px;}





#navigation ul {list-style: none; position:relative; left:-6px;  padding: 5px 0px;}

.ie7 #navigation ul {margin: 0px 0px 0px 8px;}

#navigation ul li {display: inline; }
#navigation a { padding:3px 7px 4px 7px; 
color: #533b09; 
text-decoration: none; 
text-transform: uppercase; 
font-family:Arial, Verdana, Tahoma, sans-serif;  
font-size:9pt; 
font-weight: bold; 
overflow:hidden;}
#navigation a:hover{background:#cbe4ee;}



#brucequote {
background: #cbe4ee; 
width: 151px;
height: 223px;
padding: 10px;
float: right;
margin: 0 0 0 20px;
font-family: Georgia, Times, "Times New Roman", Serif;
text-align: left;
font-size: 9pt;
line-height: 16pt;
clear: both;
        -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
        border-radius: 10px;

}

.ie7 #brucequote {
background: #cbe4ee;
height: 238px;
margin: 30px 0 0 20px;
}

#testimonyquote {
background: #cbe4ee;
padding: 5px 10px ;
width: auto;
margin: 10px 0px;
font-family: Georgia, Times, "Times New Roman", Serif;
text-align: justify;
clear: both;
        -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
        border-radius: 10px;
}

.ie7 #testimonyquote {
background: #cbe4ee;
padding: 5px 10px 15px;
width: auto;
margin: 10px 0px;
font-family: Georgia, Times, "Times New Roman", Serif;
text-align: justify;
clear: both;
}

#testimonyquote2 {
padding: 10px 30px;
float: left;
text-align: justify;
clear: both;
}


#servicequote {
float: left;
background: #cbe4ee;
padding: 10px;
width: 400px;
margin: 10px 20px 10px 0px;
font-family: Georgia, Times, "Times New Roman", Serif;
text-align: left;
        -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
        border-radius: 10px;

}
#contractquote {
background: #cbe4ee;
padding: 10px;
width: 400px;
margin: 10px 20px 10px 0px;
font-family: Georgia, Times, "Times New Roman", Serif;
text-align: left;
        -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
        border-radius: 10px;

}

