/*-- Red Colorfall --*/

/*-- Bacic HTML elements --*/

body {
	background-color: #000;
	color:#F90;
}

h1, h2 {
	color: #F90;
}

a:link, a:visited {
	color: #C60;
}

li {
	/*background: url(../images/red/list_r.gif) 0px 6px no-repeat;*/
}

fieldset {
	border: 1px solid #edcec9;
}

/*-- Template Layout --*/

.width_fixed {
	/*border-left: 1px solid #b6241d;*/
}

.content {
	background: #fff url(../images/red/lmods_bg_r.gif) right repeat-y;
}

.lmods {
	width: 0;
	background: #e39b93 url(../images/red/rmods_bg_r.png) right repeat-y;
}

.rmods {
	
	/*background:url(../images/red/rmods_bg_r.png) repeat-y;*/
	width: 240px;
	margin-right:30px;
	
}

.rmods_bottom {
	/*background: #762a1d url(../images/red/bottomright_r.gif) right bottom no-repeat;*/
	width:180px;
	
}

.content_wide {
	
	width:650px;
	
	
}


#top {
	background: url(../images/red/logo.png) left top no-repeat;
	height: 60px;
	width:400px;
	padding-bottom:30px;
	margin-top:15px;
	margin-left:60px;
}

#copyright {
	/*border-top: 3px solid #b6241d;*/
}

#feeds {
	background: url(../images/red/feed_r.gif) left no-repeat;	
}

#feeds a {
	color: #762a1d;
}

/*-- Joomla Styles --*/

button, .button {
	background-color: #b6241d;
	color: #fcfcfc;
	border-left: 1px solid #e39b93;
	border-top: 1px solid #e39b93;
	border-right: 1px solid #d56457;
	border-bottom: 1px solid #d56457;
}
	
input#email, .inputbox {
	background-color: #f1ddda;
	color: #000;
	border-left: 1px solid #b6241d;
	border-top: 1px solid #b6241d;
	border-right: 1px solid #e39b93;
	border-bottom: 1px solid #e39b93;
}

ul.menu li a:link, ul.menu li a:visited {
	color: #F90;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:.06em;
	font-weight:bold;
}

ul.menu li a:hover {
	color: #F90;
	
	font-family:Georgia, "Times New Roman", Times, serif;
}

ul.menu li ul li {
	background: url(../images/red/submenu_r.gif) 0px 10px no-repeat;
}

ul.menu li ul li a:link, ul.menu li ul li a:visited  {
	color: #F60;
}
	
ul.menu li ul li a:hover {
	color: #FC0;
}

.small, .createdate, .modifydate {
	color: #e39b93;
}

.smalldark {
	color: #b6241d;
}

.readon {
	background: #edcec9 url(../images/red/readon_r.gif) 5px 8px no-repeat;
	border-top: 1px solid #b6241d;
}

a.readon:link, a.readon:visited, a.readon:active {
	color: #b6241d;
	border-bottom: 1px solid #edcec9;
}

a.readon:hover {
	color: #762a1d;
	border-bottom: 1px dotted #b6241d;
}

.contentheading {
	color: #F60;
}

a.contentpagetitle:link, a.contentpagetitle:visited {
	color: #9f201a;
}
	
a.contentpagetitle:hover {
	color: #762a1d;
}

.componentheading {
	display:none;
	color: #e39b93;
	border-bottom: 1px solid #e39b93;
}

table.contenttoc {
	border-top: 1px solid #b6241d;
}

table.contenttoc td {
	border: 1px solid #edcec9; 
	border-top: none;
}

table.contenttoc th {
	background-color: #edcec9;
}

table.contenttoc a:hover {
	color: #9d201a;
}

.sectiontableheader {
	background: #edcec9;
	border-top: 1px solid #b6241d;
	color: #762a1d;
}

.sectiontableentry1 {
	background-color: #f8eeed;
	color: #762a1d;
}

.sectiontableentry2 {
	background-color: #fcf7f5;
	color: #762a1d;
}

div.moduletable_menu, div.moduletable, div.moduletable_text {
	color: #edcec9;
}

div.module h3 {
	background: url(../images/red/leftmodules_bg_r.gif) right 20px no-repeat;
	color: #faf1ef;
}

table.moduletable th {
	color: #faf1ef;
}

div.moduletable h3, div.moduletable_menu h3, div.moduletable_text h3 {
	background: url(../images/red/rightmodules_bg_r.gif) right 20px no-repeat;
	color: #F90;
	font-family:Georgia, "Times New Roman", Times, serif;
}

table.moduletable li a, table.moduletable li a:visited {
	color: #b6241d;
}

div.module a, div.module a:visited, table.moduletable a, table.moduletable a:visited {
	color: #f8eeed;
}

div.moduletable li {
	background: url(../images/red/submenu_r.gif) 0px 6px no-repeat;
}

.pollstableborder {
	border-left: 3px solid #b6241d;
	border-top: 3px solid #b6241d;
	border-right: 3px solid #e39b93;
	border-bottom: 3px solid #e39b93;
	margin: 5px;
}

#xbanner {
	clear:both;
	width:700px;
}


