﻿
/*-- main container -------------------------------------------------------------------------------------------------------*/

/*	#container {	background: url(images/subcontainer2_bg.gif) repeat-y;}	*/

#left_column_container {	background: url(images/left_column_bg2.gif) no-repeat 0 100%;}

#header	{	background: url(images/header_bg2.gif) no-repeat;}*/
#footer {	background: url(images/footer_bg.gif) no-repeat 0 100%;}

/*--- main navigation -----------------------------------------------------------------------------------------------------*/

#main_nav_container {	background: url(images/nav_container_bg2.gif) repeat-y;}
a.main_nav_item {  background-repeat: repeat-x;}
a.main_nav_item:hover {   background-color: #f5cb70;  background-repeat: no-repeat;}  
a.main_nav_active_item {  background-color: #f5cb70;}


/*--- subnavigation items -------------------------------------------------------------------------------------------------*/

a.sub_nav_item {  background-repeat: repeat-x;  background-color: #f3d187;}
a.sub_nav_item:hover {   background-color: #f5cb70;  background-repeat: no-repeat;}
a.sub_nav_active_item {  background-color: #f5cb70;}





/*--- body ---------------------------------------------------------------------------------------------------------------

body#main_body {
	background: url(images/body-bg3.jpg) repeat-x bottom;
	background-attachment: fixed;}*/


/*--- headings -----------------------------------------------------------------------------------------------------------*/

#content_container h4 {	color: #bb5810;}
#content_container h5 {	color: #bb5810;}
#content_container h6 {	color: #bb5810;}


/*--- links --------------------------------------------------------------------------------------------------------------*/

#content_container a:link {	background-color: #ffdcc2;}
#content_container a:visited {	background-color: #ffdcc2;}
#content_container a:hover {	background-color: #fff2c7;}
#content_container a:active {	background-color: #fff2c7;}

#content_container table a:link {	background-color: transparent;}
#content_container table a:visited {	background-color: transparent;}
#content_container table a:active {	background-color: transparent;}
#content_container table a:hover {	background-color: transparent;}

/*--- tables -------------------------------------------------------

#content_container th {	color: #fff;	background-color: #bb5810;}
#content_container tr.odd {	color: #bb5810;	background-color: #ffeadc;}
#content_container tr.even {	color: #bb5810;	background-color: #ffdcc2;}

.weblog_article table, .weblog_article table td, .weblog_article table th {	border: 2px solid #fff;}

.weblog_article th {	background-color: #bd5f1b;	color: #fff;}
*/



/*--- forms --------------------------------------------------------------

#content_container legend {	color: #bb5810;}
#content_container input, textarea {	border-color: #e39555;}
#content_container button {	background-color: #bb5810;}
*/