/*
	File: 			global.css
	Description:	Stylesheet for all aspects of Stoney River Homes.
	Company: 		Stoney River Homes
	Author:			Captured Living
	Copyright:		Copyright 2008. All Rights Reserved.
*/

/* ========== Page Attributes ========== */
* 
{
	margin: 0;
	padding: 0;
}

html
{
	height: auto;
	background:#0d0d0d;
	color: #fff;
}

body
{
	margin: 0 auto;
	width:100%;
	color: #000;
	text-align:center;
	font:12px "Century Gothic",Arial, Helvetica, sans-serif;
}

/* ========== Headers ========== */
h1
{
	margin:0 auto;
	padding-top:20px;
	text-align:left;
	display:block;
	width:900px;
	height:80px;
	border:0;
}

h1 a, h1 img
{
	border:0;
}

h1 p
{
	margin:60px 0 0 0;
	color:#4f4d46;
	font:24px "Century Gothic", Arial, Helvetica, sans-serif;
	float:right;
}

h2
{
	font:18px "Century Gothic", Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	color:#ffdb6d;
}

h3
{
	color:#ffdb6d;
	font:16px "Century Gothic", Arial, Helvetica, sans-serif;
	text-align:left;
}

h4
{
	margin:5px 0;
	color:#aaa;
	font:14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:left;
}

h5
{
}


/* ========== Sections ========== */
#header
{
	margin:0;
	height:105px;
	background:url(../images/global/h1bg.jpg) repeat top center;
	text-align:center;
	
}

#container
{
	margin:-3px auto 0 auto;
	padding:25px;
	background:#222 url(../images/global/containerbg.jpg) repeat-x;
	width:850px;
	text-align:left;
}

div#main
{
	width:550px;
	float:left;
}

div#side
{
	width:225px;
	float:right;
}

#footer
{
	margin:0 auto;
	padding:25px;
	color:#ffdb6d;
	background:#000 url(../images/global/containerbg.jpg) repeat-x top;
	font:12px "Century Gothic", Arial, Helvetica, sans-serif;
	text-align:center;
	height:50px;
	width:900px;
	clear:both;
}
#footer #address
{
	text-align:left;
	float:left;
}
#footer #copyright
{
	text-align:right;
	float:right;
}

/* ========== Navigation ========== */
div#menu
{
	background:url(../images/global/menubg.jpg) repeat-x;
	width:100%;
	height:50px;
	text-align:center;
}

ul#navigation
{
	background: url(../images/global/menubg.jpg) repeat-x;
	margin:0 auto;
	padding:13px 0 10px 0;
	color: #fff;
	font: 13px "Century Gothic", Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	text-transform:lowercase;
	text-align: left;
	list-style: none;
	width:900px;
	height:30px;
}

ul#navigation li
{
	display: inline;
	height:35px;
	width:300px;
}

ul#navigation li a
{
	background: transparent;
	display:block;
	float:right;
	padding:10px 25px;
	color: #fff;
	text-decoration: none;
}

ul#navigation li a.selected
{
	background:url(../images/global/marker.jpg) no-repeat bottom center;
	color: #ffdb6d;
	display:block;
	float:right;
	padding:10px 25px;
	text-decoration: none;
}

ul#navigation li a:hover
{
	
	background:url(../images/global/marker.jpg) no-repeat bottom center;
	color: #ffdb6d;
}

/* ========== SubNavigation ========== */

ul.sub_navigation
{
	background: url(../images/global/side_bg.jpg) top left;
	margin:25px 0;
	border:1px #fff solid;
	padding:10px 0 15px 0;
	color: #fff;
	text-transform:capitalize;
	text-align: left;
	list-style: none;
	width:300px;
	float:left;
	clear:left;
}

ul.sub_navigation li
{
	display: block;
	height:25px;
	width:300px;
}

ul.sub_navigation li.title
{
	font: 16px "Century Gothic", Arial, Helvetica, sans-serif;
	padding:10px 25px;
}

ul.sub_navigation li a
{
	font: 14px "Century Gothic", Arial, Helvetica, sans-serif;
	background: transparent;
	display:block;
	padding:5px 30px;
	color: #fff;
	text-decoration: none;
}

ul.sub_navigation li a:hover
{
	background:url(../images/global/head_bg.jpg) repeat;
	color: #4f4d46;
}


/* ========== Lists ========== */
div.article ul
{
	margin:5px 15px 10px 25px;
}


/* ========== Links ========== */
#footer a
{
	color:#fff;
	text-decoration:none;
}
#footer a:hover
{
	color:#ffdb6d;
	font-weight:bold;
	text-decoration:underline;
}

#main_content a
{
	color:#ffdb6d;
	font-weight:bold;
	text-decoration:none;
}

#main_content a:hover
{
	color:#fff;
	text-decoration:underline;
}


/* ========== Text Attributes ========== */
div.article
{
	font: 12px/18px Arial, Helvetica, sans-serif;
	padding:10px 10px 15px 10px;
	margin:0 0 15px 0;
	color:#fff;
	text-align:left;
}

div.meta
{
	font:10px Arial, Helvetica, sans-serif;
	width:425px;
	color:#eee;
	padding:5px 0;
	text-align:left;
}


/* ========== Image Properties ========== */
#banner
{
	background:#000;
	margin:0 auto;
	padding:0 15px;
	text-align:center;
}

div.clear
{
	clear:both;
}

.contactform fieldset
{
	background:transparent;
	padding:15px;
	margin-bottom:10px;
}

.contactform fieldset legend
{
	font-weight:bold;
}

.contactform fieldset div label
{
	display: block;
	width:150px;
}