/*
	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
{
	background:#0d0d0d url(../images/page_bg.jpg) repeat-x top center;
	height: auto;
	color: #fff;
}

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

/* ========== Headers ========== */
h1
{
	border:0;
	margin:0 auto;
}

h1 img
{
	border:0;
	margin:0 auto;
}

h2
{
	font:20px "Century Gothic", Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	color:#1c63d4;
	text-transform:uppercase;
}

h3
{
	margin:10px;
	font:16px "Century Gothic", Arial, Helvetica, sans-serif;
	letter-spacing:2px;
	text-transform:capitalize;
	color:#c1c9d6;
}

h4
{
	margin:-5px 15px;
	color:#aaa;
}


/* ========== Sections ========== */
div#container
{
	margin:0 auto 25px auto;
	background:#0d0d0d url(../images/shine.jpg) top center no-repeat;
	width:920px;
	height:400px;
	border:0;
}

div.clear
{
	clear:both;
}

#footer
{
	margin:5px auto;
	color:#555;
	background:url(../images/global/footer_bg.jpg) repeat-x top center;
	font:10px "Century Gothic", Arial, Helvetica, sans-serif;
	text-align:right;
	width:900px;
	height:25px;
}

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

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

/* ========== Navigation ========== */
ul#navigation
{
	margin:0 auto;
	padding:0;
	font: 20px "Century Gothic", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-align: center;
	list-style: none;
	width:250px;
	height:20px;
	color:#fff;
	float:left;
}

ul#navigation li
{
	display: block;
	margin:5px 0;
	padding:25px 10px 0 0;
	width:240px;
	height:50px;
	list-style: none;
	color:#fff;
	background:#4c4c4c;
	opacity:.5;
	text-align:right;
	border-right:0 #1c63d4 solid;
}

ul#navigation li:hover
{
	cursor:pointer;
}


div.content
{
	width:550px;
	padding:10px;
	float:right;
	background:url(../images/content_bg.png) repeat;
	text-align:left;
	border-bottom:5px #1c63d4 solid;
}


p
{
	margin:10px 25px;
	color:#fff;
	font: 14px/18px Arial, Helvetica, sans-serif;
}

div#about_content, div#services_content, div#location_content
{
	display:none;
}

