/*
Theme Name: NorthShore Hardscapes
Theme URI: http://postcardmania.com
Description: custom WordPress theme 
Version: 1.0
Author: PostcardMania
Author URI: http://postcardmania.com
*/


html, body {
	margin: 0;
	padding: 0;
	font-family: Georgia, Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #FFF;
	text-align: center;
	background: url(images/Layout_SubBg.jpg) #000 no-repeat center top;
}

input, select, textarea {
	font-family: Georgia, Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #000;
}

form {
	margin: 0;
	padding: 0;
}

a {
	color: #FFD800;
	text-decoration: underline;
}
a:hover {
	color: #FFED88;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, pre {
	margin: 0;
}

p {
	margin: 0 0 1em 0;
	line-height: 20px;
}

ul {
	margin: 0;
	padding-left: 3em;
}
ul li {
	margin-bottom: 4px;
}

* :focus {
	outline: 0;
}


/* Headings */
h1 {
	font-size: 26px;
	color: #AA7F4A;
	margin-bottom: 10px;
}

h2 {
	font-size: 20px;
	color: #AA7F4A;
	margin-bottom: 10px;
}

h3 {
	font-size: 22px;
	font-weight: bold;
	color: #AA7F4A;
}

.Heading1 {
	color: #3366FF;
	font-size: 14px;
}


/* Highlights */
.Highlight1 {
	color: #CC0000;
}


/* Images */
.ImageLink {
	background-color: #292929;
	border: 1px solid #464646;
	padding: 5px;
	margin: 2px 0px 10px 10px;
}
a .ImageLink {
	border: 1px solid #C1C1C1;
}
a:hover .ImageLink {
	background-color: #E6EEF7;
	border: 1px solid #538CC6;
}


/* Buttons */


/* Navigation */
#nav {
	position: relative;
	float: left;
	margin: 0 0 0 -6px;
	padding: 40px 0 0 0;
}
#nav a {
	display: block;
	height: 28px;
	text-indent: -9999px;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav ul li { 
	margin: 0;
	padding: 0;
	list-style: none; 
	float: left; 
}

#nav a.home { 
	background: url(images/Nav_Home.jpg) no-repeat; 
	width: 86px;
}
#nav a:hover.home { 
	background: url(images/Nav_Home.jpg) no-repeat 0 -28px;
}

#nav a.about { 
	background: url(images/Nav_About.jpg) no-repeat; 
	width: 138px;
}
#nav a:hover.about { 
	background: url(images/Nav_About.jpg) no-repeat 0 -28px;
}

#nav a.services { 
	background: url(images/Nav_Services.jpg) no-repeat; 
	width: 368px;
}
#nav a:hover.services { 
	background: url(images/Nav_Services.jpg) no-repeat 0 -28px;
}

#nav a.portfolio { 
	background: url(images/Nav_Portfolio.jpg) no-repeat; 
	width: 154px;
}
#nav a:hover.portfolio { 
	background: url(images/Nav_Portfolio.jpg) no-repeat 0 -28px;
}

#nav a.contact { 
	background: url(images/Nav_Contact.jpg) no-repeat; 
	width: 160px;
}
#nav a:hover.contact { 
	background: url(images/Nav_Contact.jpg) no-repeat 0 -28px;
}

/* Navigation (Footer) */


/* Layout */
#container {
	margin-left: auto;
	margin-right: auto;
	width: 906px;
	text-align: left;
}

#body {
	position: relative;
	float: left;
	padding: 390px 0 0 0;
	width: 906px;
	min-height: 573px;
}

#flashhome {
	margin: -67px 0 210px 0;
}

#footer {
	float: left;
	padding: 0 0 20px 0;
	width: 906px;
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: bold;
	text-transform: uppercase;
	color: #818080;
}

#footer a {
	color: #818080;
	text-decoration: none;
}

#footer a:hover {
	color: #FFF;
}

#footer_email {
	float: left;
	width: 200px;
}

#footer_phone {
	float: right;
	width: 200px;
	text-align: right;
	font-size: 26px;
	/*margin-top: -2px;*/
}

#googlemapcontainer {
	float: right;
	color: black;
}

#googlemapcontainer a {
	color: #88663C;
}

#googlemapcontainer a:hover {
	color: #AA7F4A;
}

