/* Rocky Pro Rodeo CSS Layout

 

 	Author: Roberta Murray

	Author Website: uncommondepth.com

	Date: February 2009

 */



/* ------------------------------

			Structure 

	----------------------------- */



body {
	color:#000000;
	background-color: #584D3C;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;

}



#wrapper {

	width:990px;

	background-color: #FFFFFF;

	margin-top: 0;

	margin-right: auto;

	margin-bottom: 0;

	margin-left: auto;

}



#logo {

	background-color: #FFFFFF;

	text-align: center;

	vertical-align: middle;

	height: 125px;

	width: 250px;	

}



#announce {
	font-size: 24px;
	font-weight: bold;
	width: 740px;
	text-align: center;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #482400;
	letter-spacing: .3em;




	text-transform:

}



/* 	-----------------------------

		Menu Styles

	----------------------------- */



#menu {

	width: 990px;

	height: 35px;

	background-color: #FFFFFF;

}



	

#navigation {

	width: 100%;

	background-color: #584D3C;

	text-align: center;

	vertical-align: top;

	height: 35px;

	padding-top: 5px;

}

	

 	#navigation a {

	color: #FFFFFF;

	text-decoration: none;

	font-size: 12px;

	font-weight: bold;

	background-color: #927E63;

	text-transform: lowercase;

	letter-spacing: 0.1em;

	padding-right: 20px;

	padding-left: 20px;

	padding-top: 5px;

	padding-bottom: 5px;

}



#navigation a:visited {

	color: #C4BAAC;

	background-color: #927E63;

	padding-top: 5px;

	padding-right: 20px;

	padding-bottom: 5px;

	padding-left: 20px;

}

	#navigation a:hover {
	color: #000;
	background-color: #DED8CF;
	text-decoration: underline;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;

}



#navigation ul {

	list-style-type: none;

	display: inline;

}

#navigation li {

	display: inline;

	margin: 10px;

}



/* ------------------------------

			Content Styles

	----------------------------- */

	

#content {

	background:#FFFFFF;

	padding-top: 10px;

	padding-right: 50px;

	padding-bottom: 10px;

	padding-left: 50px;

}



h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #000;
	background-color: #927E63;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	border: medium double #B0A28C;
	width: 80%;

}



h2 {

	font-size: 16px;

	color: #3F3832;

	background-color: #B4976B;

	padding: 5px;

	width: 60%;

	letter-spacing: 1px;

}



.news {

	color: #FFFFFF;

	background-color: #957D71;

	padding: 10px;

	border: thin solid #4A4438;

	font-size: 12px;

	width: 60%;

	vertical-align: middle;

	margin-top: 5px;

	margin-bottom: 5px;

}



.smallright {

	font-size: 12px;

	text-align: right;

}



#footer {
	background-color: #927E63;
	color: #000;
	font-size: small;
	text-align: center;

}



/* ------------------------------

			Table Center Styles

	----------------------------- */



#tablecenter {

	width: 70%;

	padding: 5px 5px 5px 10px;

	background-color: #C4BAAC;

}

tr.altRow {

	background-color: #FFFFFF;

}

tr.date {

	font-size: 16px;

	color: #3F3832;

	background-color: #B4976B;

	padding: 5px;

	width: 60%;

	letter-spacing: 1px;

	text-align: left;

	font-weight: bold;

}







#tablecenter th{

	text-align: left;

	color: #4A4438;

	font-size: 14px;

	font-weight: normal;

	padding-left: 5px;

}





#tablecenter td {

	font-size: 12px;

	color: #624825;

	padding-left: 5px;

}



.tablerow {

	font-weight: bold;

	color: #FFFFFF;

	background-color: #C4BAAC;

}
