/******************************************  
 CUSTOM STYLESHEET
*******************************************/

/*
* You can place your custom CSS statements in this file, after this message.
* It is better to write everything custom here
* because this file won't be replaced during updates.
* 
* Simply copy an existing style from style.css to this file, 
* and modify it to your liking.
*/

#main {
  width: 600px;
}

#sidebar {
  width: 320px; 
}

#sidebar .featcat {
  width:320px;
}

#main .home_widgets_full .widget {
  width: 600px;
}
a {
  color: #006633;
}
#navigation {
  background: #006633 url("images/back_menu_green.png") repeat-x top left; 
}

#nav li:hover {
  background: #FFCC33 url("images/back_menu_hover_gold.png") repeat-x top left;
}
#nav a:hover {
  color: #FFFFFF;
}

#nav ul li:hover, #nav ul li.current-menu-item, #nav ul li.current-menu-ancestor, #nav ul li.current-menu-parrent {
  background: #FFCC33 url("images/back_menu_hover_gold.png") repeat-x top left;
}

div.navigation a { 
  color: #006633; 
}
div.navigation a:hover {
  background-color: #006633;
  color: #fff;
}
div.navigation span.current { 
  background-color: #006633;
  color: #FFFFFF;
}

/* Search Form in Menu */
#nav_search_form { float: right; margin: 7px 0 0 0; width:253px; clear: right; border: 1px solid #c7c7c7; color: #919191; }
#nav_search_form input { border: none; height: 23px; padding: 0 6px; font-style: italic; }
#nav_search_form #s { border-right: 1px solid #c7c7c7; -webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1); -moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1); box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1); width: 180px; float:left; }
#nav_search_form #searchsubmit { background: url(images/search_bg.jpg) repeat-x; border: none; cursor: pointer; color: #5b5b5b; text-shadow: 0 1px 0 rgba(255,255,255,0.8); text-transform: uppercase; font-size: 10px; font-weight: bold; font-family: Arial, sans-serif; float: right; display: block; font-style: normal; width:60px;}
#nav_search_form #searchsubmit:hover { background: #DCDCDC; }

h3.title {
  background: #FFCC33 url("images/back_title_green.png") repeat-x top left;
}
.archiveposts h3 {
  color: #006633;
}
#postsSmall {
  width: 220px;
}
#postsBig {
  width: 380px;
}
#slides {
  width: 380px;
}
.slides {
  width: 380px;
}
#slider_nav {
  width: 220px;
}

.tabberlive .tabbertab
{
  width: 300px;
}

.tabberlive ul.tabbernav {
  background: url("images/back_title_green.png") repeat-x;
}

ul.tabbernav li.tabberactive, ul.tabbernav a:hover {
  background: url("images/back_title_gold.png") repeat-x; /* active tab */
}

#banner_ad {
  text-align: center;
}