/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #000 url(images/img01.jpg) repeat-x;
	font: normal 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #000;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #7B0C26;
}

h2 {
	text-transform: uppercase;
	font-size: 18px;
}

h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
}

p, blockquote, ul, ol {
	line-height: 18px;
	text-align: justify;
}

blockquote {
	padding-left: 20px;
	background: url(images/img05.gif) repeat-y;
}

hr{	padding: 7px 10px;
	background: url(images/img06.gif) repeat-x left bottom;
}

a {
	color: #7B0C26;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 769px;
	height: 180px;
	margin: 0 auto;
	background: url(images/img02.jpg);
}

#header h1, #header h2 {
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 120px 0 0 20px;
	font-size: 36px;
}

#header h2 {
	float: right;
	padding: 134px 20px 0 0;
	font-size: 22px;
}

/* Menu */

#menuback 
{
	width: 767px;
	height: 50px;
	margin: 0 auto;	
	background-color: #ffffff;
}


#menu {
	width: 767px;
	height: 50px;
	margin: 0 auto;
	background: url(images/menubkground.jpg) repeat-x;
	border: solid 0px #000000;

}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 17px 20px 0 20px;
	background: url(images/img03.jpg) no-repeat;
	text-transform: uppercase;
	text-decoration: none;
	font: bold 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
}

#menu a:hover {
	/*color: #3F0C10;*/
	color: #800000;
}

#menu .first a {
	background: none;
}

/* Content */

#content {
	width: 727px;
	margin: 0 auto 10px auto;
	padding: 0px 20px 0px 20px;
	background: #ffffff url(images/img04.jpg) repeat-x left bottom;	
	min-height: 680px;
}

#contentbg
{	
	background: transparent url(images/bgcolumns.jpg) no-repeat right top;	
}

#contentbody
{
	padding: 10px;
}


/* Posts */

#posts {
	float: left;
	width: 480px;
}

/* Links */

#links {
	float: right;
	width: 200px;
	padding-left: 20px;
	background: url(images/img05.gif) repeat-y;
	
}

#links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#links li ul {
	padding: 5px 0 30px 0;
}

#links li li {
	padding: 7px 10px;
	background: url(images/img06.gif) repeat-x left bottom;
}

#links li a {
	text-decoration: none;
}

#links li a:hover {
	text-decoration: underline;
}

#links li i {
	font-style: normal;
	font-size: 11px;
}

#links li h2 {
	font-size: 16px;
}
	.sl_badge_120 {width:120px;text-align:center;background-color:rgb(255,255,255);font-family:arial;font-size:12px;border:1px solid rgb(191,191,191); border-bottom:4px solid rgb(86,131,154);}
	.sl_badge_120 .profile {padding:2px;}
	.sl_badge_120 a {color:rgb(131,7,30);text-decoration:none;}
	.sl_badge_120 a:hover {text-decoration:underline;}
	.sl_badge_120 .outstanding {width:100%;text-align:center;font-family:arial,sans-serif;font-style:italic;font-weight:bold;font-size:10px;color:rgb(148,0,37);}
	.sl_badge_120 .only {width:100%;text-align:center;font-family:arial,sans-serif;font-style:italic;font-size:9px;color:rgb(100,100,100);}
	.sl_badge_120 .visit { text-align:center; font-size:9px; }

/* Footer */

#footer 
{


	height: 175px;
	padding: 5px;
	background: #45494D url(images/img08.jpg) repeat-x;
	color: #999999;
}

#footer p {
	margin: 0 auto;
	width: 760px;
	text-align:center;
	
}

/*
Classes used in DIV wrapped version of news feed
Copy and paste these classes into your own Cascading Style Sheet (CSS)
*/

/* table container for feed news */
.fd_bordertable { 
	background-color: transparent; 
	border-style: solid; border-width: 1px; border-color: #CCCCCC; 
	padding: 0; 
	width: 200px;
}

/* table container for feed news */
.fd_maintable { border-width: 0; background: transparent }

/* header cell with feed title text and xml button */
.fd_header { 
	padding: 5px; 
	background: #FFF; color: #7B0C26; 
	text-align: left; vertical-align: top 
}

/* header title link (leading to rss) */
.fd_headerlink, .fd_headerlink:visited, .fd_headerlink:hover {
	font-size: 11px; font-weight: bold; 	
	color: #7B0C26;	text-decoration: none;
}

/* item link properties, such as text-decoration and etc */
.fd_itemlink { color: #7B0C26; text-decoration: none; }
.fd_itemlink:visited { color: #7B0C26; text-decoration: none }
.fd_itemlink:hover { color: #7B0C26; text-decoration: underline }

/* item descriptions */
.fd_itemcell { 
	padding: 10px; 
	line-height: 16px; 
	background: #FAFAFA; color: black; 
	font-size: 12px 
}

/* item post date */
.fd_postdate { 
	color: #666666;	font-style: italic;	
}

/* item author */
.fd_author { 
}