﻿/*****************************/
/*** Core html setup stuff ***/
/*****************************/
.button, .inputbox { 
	border: 1px solid #773a0f;
	background:#c9803d;
	color:#fff; 
}
.button:hover, .inputbox:hover { background:#7a3a0e; color:#fed9b7; }

a:link, a:visited {color: #840303;}
a:hover {color: #3b0101;}

body {background: #75360b;}
#wrapper1 { background: #fed9b7  url(../images/bkg_body1.jpg) top center repeat-x;}
#wrapper2 { background: #75360b;}
body, td, div, p {color: #000;}

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/

#header{background: url(../images/bkg_top.jpg) top left no-repeat;}
#header2{background: url(../images/bkg_header.jpg) top left no-repeat;}
#title {color: #000; text-shadow:1px 1px #a05b24;}

/**********************/
/*** Top Navigation ***/
/**********************/
#topnavi {background: url(../images/bkg_topnavi.png) top left no-repeat;}
#topnavi ul {}
#topnavi ul li {}
#topnavi ul li a {background: url(../images/bkg_but_l.jpg) top left no-repeat;}
#topnavi ul li a span{color: #000; text-shadow: 1px 1px #8e4916; background: transparent url(../images/bkg_but_r.jpg) top right no-repeat;}
#topnavi ul li a:hover, #topnavi li#current a {background: url(../images/bkg_but_l.jpg) bottom left no-repeat;}
#topnavi ul li a:hover span, #topnavi li#current a span{color: #fff; text-shadow:1px 1px #000; background: transparent url(../images/bkg_but_r.jpg) bottom right no-repeat;}

/**********************/
/*** User 4 (Search menu) ***/
/**********************/
#search {background: url(../images/bkg_search.png) top left no-repeat;}
#search div.search .inputbox{
	border: none;
	background:transparent;
	color:#000;
}

/**********************/
/*** Top (Newsflash) ***/
/**********************/
/**********************/
/*** Main Body ***/
/**********************/
#main {}
/**********************/
/*** Left Column ***/
/**********************/
#leftcol h3{
	color: #fff;
	text-shadow:1px 1px #5a2501;
	background: url(../images/bkg_sidetitle.jpg) top right no-repeat; 
}

#leftcol div.module_menu div div, #leftcol div.module div div, #leftcol div.module_text div div{
}
#leftcol div.module_menu div div div, #leftcol div.module div div div, #leftcol div.module_text div div div{
}
#leftcol div.module_menu div div div div, #leftcol div.module div div div div, #leftcol div.module_text div div div div {background: transparent;}

#leftcol div.module_menu , #leftcol div.module, #leftcol div.moduletable, #leftcol div.module_text {
} 

#leftcol a:link, #leftcol a:visited {color:#840303;}
#leftcol a:hover, #leftcol a:active {color:#3b0101;}
/**********************/
/*** Right Column ***/
/**********************/
#rightcol h3{
	color: #fff;
	text-shadow:1px 1px #5a2501;
	background: url(../images/bkg_sidetitle.jpg) top right no-repeat; 
}
#rightcol div.module_menu div div, #rightcol div.module div div, #rightcol div.module_text div div{
}
#rightcol div.module_menu div div div, #rightcol div.module div div div, #rightcol div.module_text div div div{
}
#rightcol div.module_menu div div div div, #rightcol div.module div div div div, #rightcol div.module_text div div div div {background: transparent;}
#rightcol div.module_menu , #rightcol div.module, #rightcol div.moduletable, #rightcol div.module_text {
} 
#rightcol a:link, #rightcol a:visited {color:#840303;}
#rightcol a:hover, #rightcol a:active {color:#3b0101;}
/**********************/
/*** Top Column ***/
/**********************/

/******************************************************************/
/* Controls Link Icon appearance in side modules */
/******************************************************************/
#leftcol ul.mod-menu li a,
#leftcol ul.mod-menu li ul li a,
#rightcol ul.mod-menu li a,
#rightcol ul.mod-menu li ul li a,
#leftcol ul#mainlevel li a,
#leftcol ul#mainlevel li ul li a,
ul.mostread li a,
ul.latestnews li a,
.moduletable ul li a {
	border-bottom:1px solid #ffe9d5;
}

#leftcol ul.mod-menu li a:hover,
#leftcol ul.mod-menu li#current a,
#leftcol ul.mod-menu li ul li a:hover,
#rightcol ul.mod-menu li a:hover,
#rightcol ul.mod-menu li#current a,
#rightcol ul.mod-menu li ul li a:hover,
#leftcol ul#mainlevel li a:hover,
#leftcol ul#mainlevel li a#active_menu,
#leftcol ul#mainlevel li ul li a:hover,
ul.mostread li a:hover,
ul.latestnews li a:hover,
.moduletable ul li a:hover {
	border-bottom:1px solid #c69c76;
	background:#e0b38a;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

/**********************/
/*** Main Content Menu ***/
/**********************/
.componentheading {color: #8e4c1a;}
.contentheading {color: #000;}
.contentpaneopen h3  {color: #000;}
#pathway {color:#000;}
.small, .createdate, .modifydate {color:#735942;}
a.readon, a.readon:hover, a.readon:visited{
	color:#000;
	text-shadow:1px 1px #764825;
	background: url(../images/bkg_readmore.gif) left no-repeat; 
}

/**************************/
/*** Advertisement Menu ***/
/**************************/

/*******************/
/***  Login Form  ***/
/*******************/

/*************/
/***  Polls  ***/
/*************/
td.sectiontableheader {
  border-right: 1px solid #fed9b7;
  color: #000;
  background: #e0b38a;
}

/******************/
/***  Copyright  ***/
/******************/
#copyright {
	color:#fed9b7;
}

#copyright a:link, #copyright a:active, #copyright a:visited {
	color:#ec9100;
}