﻿/*****************************/
/*** Core html setup stuff ***/
/*****************************/
input.button { 
	border: 1px solid #f2e5dc;
	background:#704931;
	color:#f2e5dc;
}

.inputbox {
	border: 1px solid #f2e5dc;
	background:#704931;
	color:#f2e5dc;
}

.inputbox:hover { background:#523624; }

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

a:hover {
	color: #ff7800;
}

body {
	background: #c97745 url(../images/cinnamon/bkg_body.jpg) top center no-repeat;
}

body, td, div, p {
	color: #f2e5dc;
}

td, div, p {text-align: left;}


/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/
#topline{
	background: url(../images/bkg_top.gif) top left no-repeat;
}

#header{
	background: url(../images/bkg_header.jpg) top left no-repeat;
}

#title {
	color: #cd7629;
}

/**********************/
/*** Top Navigation ***/
/**********************/
#topnavi {
	background: url(../images/bkg_topnav.gif) top left no-repeat;
}

#topnavi ul li a {
	color: #000;
}

#topnavi ul li a:hover{
	color: #d06200;
	background: url(../images/bkg_but_on.gif) top left repeat-x;
}

#topnavi ul li a#active_menu-nav{
	color: #d06200;
	background: url(../images/bkg_but_on.gif) top left repeat-x;
}

/**********************/
/*** User 4 (Search menu) ***/
/**********************/
#search div.search .inputbox{
	border: 1px solid #000;
	background:#fff;
	color:#000;
}

/**********************/
/*** Top (Newsflash) ***/
/**********************/

/**********************/
/*** Main Body ***/
/**********************/
#main{
	background: url(../images/cinnamon/bkg_content1.gif) top left repeat-y; 
}

/**********************/
/*** Left Column ***/
/**********************/
#leftcol h3{
	color: #fff;
	background: url(../images/cinnamon/bkg_sideheader.gif) top left no-repeat; 
}

#leftcol div.module_menu , #leftcol div.module, #leftcol div.moduletable_menu, #leftcol div.moduletable, #leftcol div.moduletable_text {
	background: url(../images/cinnamon/bkg_sidemenu.gif) center bottom no-repeat;
} 

#leftcol a:link, #leftcol a:visited {
	color:#ff7800;
}

#leftcol a:hover, #leftcol a:active {
	color:#ff7800;
}

/**********************/
/*** Right Column ***/
/**********************/
#rightcol h3{
	color: #fff;
	background: url(../images/cinnamon/bkg_sideheader.gif) top left no-repeat; 
}

#rightcol div.module_menu , #rightcol div.module, #rightcol div.moduletable_menu, #rightcol div.moduletable, #rightcol div.moduletable_text {
	background: url(../images/cinnamon/bkg_sidemenu.gif) center bottom no-repeat;
} 

#rightcol a:link, #rightcol a:visited {
	color:#ff7800;
}

#rightcol a:hover, #rightcol a:active {
	color:#ff7800;
}

/******************************************************************/
/* Controls Link Icon appearance in side modules */
/******************************************************************/
ul.menu li a,
ul.menu li ul li a,
ul.mostread li a,
ul.latestnews li a,
.moduletable ul li a {
	background: url(../images/cinnamon/bkg_listicon.gif) left no-repeat;
}

/**********************/
/*** Main Content Menu ***/
/**********************/
.componentheading {
	color: #ff7800;
	background: url(../images/cinnamon/bkg_componenticon.gif) top left no-repeat;
}

.contentheading {
	color: f2e5dc;
}

.contentpaneopen h3  {
	color: #f2e5dc;
}

#pathway {
	color:#f2e5dc;
}

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

a.readon, a.readon:hover, a.readon:visited{
	color:#f2e5dc;
	background: url(../images/cinnamon/bkg_readmore.gif) top left no-repeat;
}

/**************************/
/*** Advertisement Menu ***/
/**************************/
.bannerfooter_text {
	background: #65422c;
}

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

/*************/
/***  Polls  ***/
/*************/
td.sectiontableheader {
  border-right: 1px solid #704931;
  color: #f2e5dc;
  background: #65422c;
}

/******************/
/***  Copyright  ***/
/******************/
#copyright {
	color:#3d3d3d;
	background: url(../images/bkg_copyright.gif) top left no-repeat; 
}

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