/*
	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:#e4e4e4;
	color: #fff;
}

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

/* ========== Headers ========== */
h1
{
	margin:25px auto;
	width:310px;
	height:335px;
	border:0;
}

h1 img
{
	border:0;
}

h2
{
	margin-bottom:5px;
	color:#8388a0;
	font:14px;
}

span.green
{
	margin-bottom:5px;
	color:#92a385;
	font-size:14px;
	font-weight:bold;
}

/* ========== Sections ========== */

div#feed
{
	margin:25px auto;
	width:100%;
	padding-top:68px;
	height:207px;
	border-top:1px #a2b594 solid;
	border-bottom:1px #a2b594 solid;
	background:#e9e5de;
}

div#social_links
{
	margin:0 auto;
	width:600px;
	text-align:right;
}

div#social_links a, div#social_links a img
{
	border:0;
}

div#twitter_feed
{
	margin:0 auto;
	padding:15px 60px;
	width:480px;
	height:138px;
	background:url(../images/twitterbg.png) top center no-repeat;
	text-align:left;
	font:24px "Century Gothic", Arial, Helvetica, sans-serif;
	color:#92a385;
}

div#twitter_feed a
{
	color:#8388a0;
	text-decoration:underline;
	font-weight:bold;
}

div#twitter_feed a:hover
{
	color:#92a385;
}

div#clear
{
	clear:both;
}

div#footer
{
	margin:5px auto 50px auto;
	width:590px;
	display:block;
	text-align:right;
	font-size:10px;
	color:#333;
}

div#welcome
{
	margin:0 auto;
	padding:5px;
	width:580px;
	background:#e9e5de;
	border:1px #a2b594 solid;
	font:12px/18px "Century Gothic", Arial, Helvetica, sans-serif;
	text-align:left;
	color:#333;
}

div#experience, div#education, div#achievements, div#contact
{
	margin:0 auto;
	padding:5px;
	width:580px;
	background:#e9e5de;
	border:1px #a2b594 solid;
	display:none;
	font:12px/18px "Century Gothic", Arial, Helvetica, sans-serif;
	text-align:left;
	color:#333;
}


/* ========== Navigation ========== */
ul#navigation
{
	margin:0 auto;
	list-style:none;
	width:600px;
	height:75px;
}

ul#navigation li
{
	margin:5px;
	padding:5px;
	list-style:none;
	background:url(../images/menubg.png) top center no-repeat;
	width:130px;
	height:25px;
	float:left;
	text-align:left;
	font:12px "Century Gothic", Arial, Helvetica, sans-serif;
	font-weight:bold;
	letter-spacing:1px;
	color:#e9e5de;
	cursor:pointer;
}


