/*
Theme Name: Hamel Parking Lot 
Theme URI: http://hamelparkinglot.com
Description: Hamel Parking Lot Service
Version: 1
Author: Justin Rickman
Author URI: http://www.thestevenscompany.com
Tags: hamel parking lot
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

body {
	background: #111;
}

#page-wrap {
	width: 960px;
	margin: 0 auto;
}
#header {
	width: 960px;
}
#header h1 {
	text-indent: -9999px;
	background: #111  url(images/top.jpg) top left no-repeat;
	width: 960px;
	height: 129px;
}
#navigation {
	width: 960px;
	height: 36px;
	background: #222 url(images/nav_bg.jpg);
	text-align: center;
}
#navigation li {
	display: inline;
	padding-right: 18px;
}
#navigation a:link, #navigation a:active, #navigation a:visited {
	font: bold 15px/36px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
}
#navigation a:hover, #navigation a:focus {
	color: #EED700;
	border-bottom: solid 4px #FFF;
}
#navigation .current_page_item a {
	color: #E70000;
	border-bottom: solid 4px #E70000;
	text-transform: uppercase;
}
#content {
	width: 960px;
	background: #797C86 url(images/main_bg.jpg) top right no-repeat;
	border-bottom: solid 3px #EED700;
}
#footer {
	padding: 10px;
	background: #8F001F;
	color: #FFF;
	font: 10px/20px Verdana, Geneva, sans-serif;
	text-align: center;
	border-bottom: solid 1px #444;
}
#footer a {
	color: #EED700;
	text-decoration: none;
}
#footer li.page_item {
	display: inline;
	padding: 0 5px;
}
#sidebar {
	float: left;
	padding: 20px 10px 0 42px;
	width: 285px;
}
#main-content {
	padding: 105px 42px 0 0;
	float: right;
	width: 550px;
}
#sidebar .widget {
	border: solid 1px #444;
	margin-bottom: 10px;
	-moz-box-shadow: 2px 2px 2px #222;
	-webkit-box-shadow: 2px 2px 2px #222;
}
#sidebar .textwidget {
	background-color: #444;
}
#sidebar .widget h2, #main-content #commercial h3, #main-content #residential h3 {
	color: #EED700;
	background-color: #555;
	padding: 2px;
	font: bold 12px Arial, Helvetica, sans-serif;

}
#sidebar .textwidget p {
	font: 11px/19px Arial, Helvetica, sans-serif;
	color: #FFF;
	padding: 2px;
}
#sidebar .textwidget p a:link, #sidebar .textwidget p a:active, #sidebar .textwidget p a:visited {
	font-weight: bold;
	color: #CCC;
}
#sidebar .textwidget p a:hover, #sidebar .textwidget p a:focus {
	color: #EED700;
	text-decoration: none;
}
#sidebar .textwidget p.right {
	text-align: right;
}

#main-content h2, #main-content h6 {
	font: bold 22px/39px Arial, Helvetica, sans-serif;
	color: #EED700;
	margin-bottom: 19px;
}
#main-content h3 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #EED700;
       
}
#main-content h4 {
	font: bold 13px/19px Arial, Helvetica, sans-serif;
	color: #F9F9F9;
}
#main-content #post-3 h2 {
	display: none;
}
#main-content p {
	font: 13px/23px Arial, Helvetica, sans-serif;
	color: #FFF;
	margin-bottom: 16px;
}
#main-content li {
	font: 13px/23px Arial, Helvetica, sans-serif;
	color: #FFF;
	list-style: square;
	margin-left: 40px;
}
#main-content ul {
	margin-bottom: 28px;
}
#main-content img {
	border: solid 1px #FFE;
	padding: 1px;
	-moz-box-shadow: 0 0 1px #FFE;
	-webkit-box-shadow: 0 0 1px #FFE;
}
#main-content img:hover {
	border: solid 1px #EED700;
}
#main-content a:link, #main-content a:active, #main-content a:visited {
	color: #CCC;
	font-weight: bold;
}
	
#main-content a:hover, #main-content a:focus {
	color: #CF002E;
	text-decoration: none;
}
#main-content #commercial {
	border: solid 1px #444;
	background: #222;
	margin-bottom: 10px;
	-moz-box-shadow: 2px 2px 2px #222;
	-webkit-box-shadow: 2px 2px 2px #222;
	height: 98px;
}
#main-content #residential {
	border: solid 1px #444;
	background: #222;
	margin-bottom: 10px;
	-moz-box-shadow: 2px 2px 2px #222;
	-webkit-box-shadow: 2px 2px 2px #222;
	height: 98px;
}
#main-content #commercial h3, #main-content #residential h3 {
	background-color: #444;
}
#main-content #commercial p, #main-content #residential p {
	padding: 2px;
	background-color: #222;
	margin-bottom: 0;
}
#main-content #residential img, #main-content #commercial img {
	margin-right: 5px;
}
#main-content hr {
	margin: 10px 0 20px 0;
}
.clear {
	clear:both;
}
#main-content input[type=text], #main-content textarea {
	border: solid 1px #CCC;
	background-color: #444;
	padding: 3px;
	font: 12px/21px Arial, Helvetica, sans-serif;
	color: #666;
	-moz-box-shadow: 4px 4px 4px #222;
	-webkit-box-shadow: 4px 4px 4px #222;
}
#main-content input[type=text]:focus, #main-content textarea:focus {
	border: solid 1px #EED700;
	color: #eed700;
	border: solid 1px #CF002E;
}
#main-content input[type=submit] {
	border: solid 1px #CCC;
	background-color: #444;
	color: #FFF;
}
#main-content #contact-info {
	width: 200px;
	float: right;
	text-align: right;
	color: #CCC;
	font: 11px/17px Arial, Helvetica, sans-serif;
}
#main-content iframe {
	padding: 1px;
	border: solid 1px #CCC;
	-moz-box-shadow: 2px 2px 2px #222;
	-webkit-box-shadow: 2px 2px 2px #222;
}
#main-content table.photos td {
	padding: 3px;
}
#main-content table.photos {
	margin-bottom: 20px;
}
#sidebar #text-4 h2, #sidebar #text-5 h2 {
        display: none;
}

