/*
Created by Tjobbe Andrews of www.sitecreative.net - the author must be creditted when using this work
*/

body	{
	text-align:center;
	margin:0;
	padding:0;
	background:#864D22;
	color:#864D22;
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
}
p		{
	margin:0;
	padding:0 0 15px 0;
	line-height:120%;
}
h1		{margin:0; padding:0 0 5px 0; font-weight:normal; font-size:150%; }

a		{
	color:#FFF;
	text-decoration:underline;
}
a:hover	{text-decoration:none; }

/*structural*/
#all			{margin:80px auto 10px auto; padding:1px; width:778px; background:#FFFFFF; text-align:left; }
#content		{
	float:left;
	padding:20px 10px 5px 20px;
	width:480px;
}
#rightColumn	{
	float:right;
	padding:20px 25px 5px 10px;
	width:210px;
	background:#BCAC8B;
	border:1px solid #FFFFFF;
	color:#FFFFFF;
	margin-top: -100px;
	margin-right: 16px;
	margin-bottom: 0;
	margin-left: 0;
}
#footer			{
	clear:both;
	padding:20px 20px 20px 20px;
	font-size:90%;
	background:#BCAC8B;
	color:#FFFFFF;
}
#footer span	{float:right; }
#footer a		{color:#FFFFFF; }

/*custom heading*/
h1#intro	{
	background:url('../images/name.gif') no-repeat 0 0;
	color:#FFFFFF;
	margin:0;
	padding:20px 0 160px 20px;
	font-size:200%;
	font-weight:normal;
	display:block;
}
h1#intro a	{
	text-decoration:none;
	color:#333;
	display:block;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left center;
}

/*navigation*/
ul#nav			{margin:0 0 1px 0; padding:10px 0; background:#BCAC8B; }
#nav li			{margin:0; padding:0; list-style:none; display:inline; }
#nav a			{color:#FFFFFF; text-decoration:none; padding:10px 20px; text-transform:uppercase; background:#BCAC8B; }
#nav a:hover	{
	color:#864D22;
}

/**CLEARFIX - ICE**/
.clearfix:after 	{content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix 			{display:inline-block; }
/* Hides from IE-mac \*/
* html .clearfix 	{height:1%; }
.clearfix 			{display:block; }
/* End hide from IE-mac */
