﻿﻿/**********************************************************
CSS by willr. Please if you have any questions email me @ rossi_will@hotmail.com
Thanks,
**********************************************************/
body {
	background: #AFCAF2;
	font-family:"Times New Roman", Times, serif;
	font-size: 18px;
	color: #b0b0b0;
	background-repeat: url(back.gif) repeat;
}

*{
	margin: 0px;
	padding: 0px;
	color: #000;
	list-style-type: disc;
}

#sitebox {
	width: 1000px;
	height: 100%;
	margin-top: 10px;
	background: #f4f4f4;
	color: #000;
	border: 1px solid #c0c0c0;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}

/*******Header Tags*********/

*top {
width: 750px;
position:absolute;
background:none;	
}

#header {
	background: #f4f4f4 url(headgradient.png) repeat-x;
	width: 1000px;
	height: 60px;
}

#header h1 {
	float: left;
	background: inherit;
	margin-left: 0px;
	color: #96B766;
	text-transform: lowercase;
	font-weight: 100;
	font-family:"Times New Roman", Times, serif;
	font-size: 24px;
}

#header .subtitle {
	float: right;
	color: #FF9900;
	font-size: 20px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	text-transform: none;
	font-family:"Times New Roman", Times, serif;
	margin-left: 250px;
}

#header .subtitle span:hover {
	color: #000;
}

/******Navigation*******/

#navigation {
clear: both;
margin-top: 8px;
height: 20px;
background: #f4f4f4;}

#navigation a {
font-family:"Times New Roman", Times, serif;
margin-left: 30px;
background: #f4f4f4;
text-transform: lowercase;
color: #666666;
font-size: 1.1em;
text-decoration: none;
letter-spacing: 0.1em;}

#navigation a:hover {
color: #F26F29;}

/*****Picture Tag*****/

#picture {
width: 100%;
margin-top: 10px;
height: 150px;
background: #000;}

#picture .sorry{
color: #fff;
margin: 10px;
font-size: 0.8em;
text-align: center;
background: inherit;
margin-left: 5px;}

#picture .sorry a{
color: #fff;
text-decoration: underline;}

/****Left content*****/

#lcontent  {
	margin-top: 10px;
	margin-left: 5px;
	padding: 5px;
	padding-right: 15px;
	line-height: 22px;
	width: 400px;
	float: left;
	color: #FFF;
}

#lcontent h1	   {
	margin: 5px;
	margin-left: 10px;
	color: #FF9933;
	width: 300px;
	text-transform: none;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 26px;
	line-height: 36px;
}

#lcontent h3	   {
margin: 5px;
margin-left: 10px;
color: #F26F29;
width: 300px;
text-transform: uppercase;
font-family:"Times New Roman", Times, serif;
font-size: 24px;
background: #f4f4f4 url(h1bg.png) repeat-x bottom;}

#lcontent h4	{
	margin-top: 0px;
	margin-left: 5px;
	padding: 5px 5px;
	padding-right: 5px;
	line-height: 28px;
	width: 470px;
	float: left;
	color: #333;
	background: #F4F4F4;
}

p {
	color: #000;
	font-family:Verdana, Geneva, sans-serif;
	margin-top: 5px;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 24px;
	margin-left: 10px;
}

a {
	color: #FF6600;
	text-decoration: none;
}

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

.date {
color: #000;
margin-left: 40px;
margin-top: 5px;
text-decoration: lowercase;
font-size: 0.8em;}

.date a{
color: #000;}

.date a:hover{
color: #000;
text-decoration: underline;}

/****Right Cotent*****/

#rcontent {
margin-right: 10px;
width: 250px;
float: right;
line-height: 17px;
margin-left: 0px;
text-align: left;
background: #f4f4f4;}

#rcontent h2	   {
	margin-left: 0px;
	color: #000;
	width: 200px;
	text-transform: uppercase;
	font-family:"Times New Roman", Times, serif;
	font-size: 26px;
	line-height: 38px;
	text-align: center;
	padding: 8px 0px;
}

#rcontent p{
width: 250px;
color: #666666;
font-family:"Times New Roman", Times, serif;
margin-top: 5px;
font-size: 18px;
margin-left: 0px;}


/****Footer Tags***/

#footer{
	clear: both;
	margin-top:5px;
	width: 100%;
	font-size: 12px;
	background: #f4f4f4 url(h1bg.png) repeat-x bottom;
	height: 100%;
	color: #b0b0b0;
	text-align: center;
}
 
