/*
THEME NAME: Hoylman Constuction
THEME URI: http://www.hoylmanconstruction.com.com/
DESCRIPTION: Hoylman Constuction
VERSION: 1.0
AUTHOR: Jared Hoylman
AUTHOR URI: http://www.hoylmanconstruction.com/
*/

/* reset styles - props eric meyer */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
:focus{outline:0;}
body{line-height:1;color:black;background:white;}
table{border-collapse:separate;border-spacing:0;}
caption,th,td{text-align:left;font-weight:normal;}
blockquote:before,blockquote:after,
q:before,q:after{content:"";}
blockquote,q{quotes:"" "";}
/* end reset */


body {
	background:#333;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:; 
}
p, td {
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:13px;
	margin-bottom:13px;
	line-height:1.5em;
}

li {
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:13px;
	line-height:1.5em;
        margin-bottom: 4px;
}

a {
	font-style:normal;
	color:#002BB8;
}
a:link {
	color:#002BB8;
	text-decoration:none;
}
a:visited {
	color:#002BB8;
	text-decoration:none;
}
 a:hover {
	color:#0c8ead;
	text-decoration:underline;
}
h2 {
	font-family:Georgia, Times, serif;
	color:#52b026 ;
	font-size:24px;
	text-transform:none;
        margin-bottom: 4px;
        font-weight: normal;
}
h3 {
	font-family:Georgia, Times, serif;
	color:#528026 ;
	font-style:italic;
	font-size:24px;
	text-transform:none;
}

table {
        margin-bottom: 13px;
}

ul, ol {
        margin-bottom: 13px;
}

li {
        margin-left: 30px;
}

hr {
        border: none;
        border-bottom: 1px dashed #ccc;
        margin-bottom: 20px;
        clear: both;
}

/* LAYOUT */
#wrapper {
	width:962px; 
	margin:0px auto 0px auto;
	border:solid 8px #121212;
	border-top:none;
	border-bottom:none; 
}

#header {
	background:#111 ;
}

#content-wrapper {
	margin:0px;
	padding:0px;
	background:#fff;
	clear:both;
}

#content {
	float: left;
	width: 600px;
	padding: 31px 31px 31px 31px; 
	background: #fff;
	color: #333;
	clear:both;
}

#content-wide {
	float:left;
	width:900px;
	padding: 31px; 
	background: #fff;
	color: #333;
	clear:both;
}

#sidebar {
	float: right;
	width: 300px;
	background: #eee;
        padding-top: 6px;
}

#navbar {
	clear: both;
	background: #528026 url('images/navbar_bg.png') repeat-x top left;
	margin: 0px;
	padding: 0px;
}

#footer {
	clear: both;
	background: #232323;
	padding: 20px;
}	

#logo {
	float: left;
	width: 220px;
	height: 158px;
	background: #111 url('images/logo_bg.png') repeat-x top left;
	margin-top: 8px;
}

#logo img {
	margin-top: 25px;
}

#header-pic {
	float: right;
	height: 158px;
	width: 740px;
	background: #111;
}

#header-pic img {
	margin-top: 8px;
}

.gallery .gallery-item img {
	padding: 4px;
	background: #eee;
	border: 1px solid #aaa!important;
}


div.widget {
        padding: 20px;
}
 
.alignleft {
        float: left;
}

img.alignleft {
        border: 1px solid #999;
        margin: 0px 8px 8px 0px;
}

.alignright {
        float: right;
}

img.alignright {
        border: 1px solid #333;
        margin: 0px 0px 8px 8px;
}
.postmetadata {
        font-size: 10px;
        color: #666;
}

.navigation-top {
	margin-bottom: 20px;
}

.entry_thumb {
	float: left;
	margin-right: 16px;
	margin-bottom: 16px;
}

.post_box {
	border: 1px solid #ccc;
	padding: 10px;
	background: #eee;
        margin-bottom: 10px;
}

.nextprevimg img {
	margin-bottom: 4px;
	text-align: center;
}