/**
 *  HTML ELEMENTS
*/

a {
  font-weight: bold;
  text-decoration: none;
  color: #333333;
}

a:hover {
  text-decoration: underline;
}

/**
 *  MAIN LAYOUT
 *  NOTE: Additional styles for layout can be found within includes/layout.php
*/

body {
  margin: 0;
  padding: 0;
  line-height: 1.2em;
  text-align: center; /*Centering for IE */
  background: #000000;
  color: #444444;
}

#body-inner {
  background: url(../images/style3/background.png);
}

#body-inner-inner {
  background: url(../images/style3/background-shadow.png) center repeat-y;
}

h1, h2, h3, h4, h5 {
  color: #111111;
  font-family: Arial, Helvetica,Verdana, sans-serif;
  font-weight: bold;
}

a {
  color: #111111;
  font-family: Arial, Helvetica, Verdana, sans-serif;  
}

.block ul, .item-list ul {
  margin: 0;
  padding: 0 0 0 0;
  list-style-type:square;
}

.item-list ul li {
  list-style-position: inside;
}

#page-wrapper { 
  text-align: left; /* Reset text alignment */
  margin: 0 auto; /* Center on Page */
  background: #ffffff;
}

.width-wrapper { 
  text-align: left; /* Reset text alignment */
  margin: 0 auto; /* Center on Page */
}

#header-wrapper {
}

#middle-wrapper {
}

#middle-wrapper .sidebar-first, #middle-wrapper .sidebar-second  {
  float: left;
  z-index: 1;
}

.middle-wrapper-inner {
}

#main-content {
  float: left;
}

#main-content-inner {
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

.sidebar-first-inner, .sidebar-second-inner {
  margin: 0 10px;
}

.user-region {
  float: left;
}

.user-region-inner {
  margin: 0 10px;
}

#footer {
  background: #000000 url(../images/style3/footer-regions-bg.png) top repeat-x;
  color: #ffffff;
  font-family:Arial, Helvetica, sans-serif;
}
#footer a:link a:visited{
  color: #ffffff;
  font-family:Arial, Helvetica, sans-serif;
}

.width25 { width: 24.9% }
.width33 { width: 33.3% }
.width50 { width: 49.9% }
.width100 { width: 99.9% }

/**
 *  HEADER BANNER
*/

#header-banner {
  padding: 10px 0;
  text-align: center;
}

/**
 *  MASTHEAD
*/

.header-wrapper-inner {
  margin: 0 10px;
  line-height: 60px;
}

#site-logo {
  float: left;
  padding-top: 5px;
  padding-right: 5px;
}

#site-logo img {
  display: block;
}

#site-name {
  float: left;
  padding-right: 10px;
}

#site-name a:hover {
  text-decoration: none;
}

#site-name h1 {
  padding: 0;
  margin: 0;
  line-height: 60px;
  font-size: 3.0em;
}

h1.name span {
  color: #6f9c00;
}

#site-slogan {
  float: left;
}

#site-slogan h3 {
  margin: 0;
  padding: 0;
  color: #666666;
  font-size: 1.2em;
  line-height: 60px;

}
#masthead-banner {
}

/**
 *  SEARCH BOX
*/

#search-box {
  float: right;
}

#search-box label {
  display: none;
}

#search-box .form-item {
  margin: 0;
  padding: 0;
}

#search-box .form-text {
  background: #666666;
  border: 0;
  color: #ffffff;
  width: 200px;
}

#search-box .form-submit {
  margin: 0;
  padding: 2px;
  font-size: 0.8em;
  border: 0;
  color: #bbbbbb;
  background: #444444;
  text-shadow: 0 0 #ffffff;
}


/**
 *  SIDEBARS
*/

.sidebar-first {
  padding-top: 10px;
  border-top: 1px solid #cccccc;
  color: #666666;
}

.sidebar-second {
  padding-bottom: 10px;
  border-top: 1px solid #cccccc;
  background: #eeeeee;
}

.sidebar-second .block-inner {
}

.sidebar-first-inner .block-inner {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #999999;
}

.sidebar-first-inner h3 {
  display: block;
  margin: 0;
  font-size: 1.3em;
  margin-bottom: 5px;
  padding-top: 2px;
  padding-left: 5px;
  height: 24px;
  background: url(../images/style3/sidebar-first-h3.png) right no-repeat;
  color: #ffffff;
}

.sidebar-second-inner h3 {
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #6f9c00;
  font-size: 2.0em;
  border-bottom: 3px solid #111111;
  text-align:center;
}

.sidebar-second-inner h3 span  {
  color: #111111;
}

.sidebar-second-inner .content  {
  margin: 0px 0;
  padding: 5px;
  background: #f9f9f9 url(../images/style3/stripe.png);
}

.sidebar-first-inner .content {
  padding: 5px;
}

.sidebar-first-inner .content h3, .sidebar-second-inner .content h3  {
  padding: 5px 0 0 0;
  font-size: 1.2em;
  text-align: left;
  color: #333333;
  border: 0;
  background: 0;
}

/**
 *  BOTTOM USER REGIONS
*/

#bottom-user-regions {
  background: #dddddd;
  border-top: 10px solid #cccccc;
}

#bottom-user-regions a {
  color: #6f9c00;
}


.bottom-user-regions-inner {
  padding: 20px 10px;
  padding-bottom: 0;
}

#bottom-user-regions .block-inner {
  padding: 10px;
  margin-bottom: 20px;
  font-size:1.5em;
  border: 1px solid #cccccc;
  border-bottom: 2px solid #cccccc;
  border-right: 2px solid #cccccc;
  background: #ffffff;
  text-shadow: 1px 1px #ffffff;
}

#bottom-user-regions .user-region-inner h3 {
  margin: 0;
  padding-bottom: 5px;  
  font-size: 1.2em;
}

/**
 *  FOOTER USER REGIONS
*/

#footer-user-regions {
  padding: 20px 0;
  line-height: 1.5em;
  color: #bbbbbb;
}

#footer-user-regions a {
  color: #dddddd;
  font-weight: normal;
}

.footer-user-regions-inner {
  padding-bottom: 0;
}

#footer-user-regions .user-region-inner {

}

#footer-user-regions .block-inner {
  padding: 10px;
  margin-bottom: 20px;
  text-shadow: 1px 1px #333333;
}

#footer-user-regions .user-region-inner h3 {
  margin: 0;
  color: #ffffff;
  padding-bottom: 5px;  
  font-size: 2.5em;
}

#footer-user-regions .user-region-inner h3 span {
  color: #6f9c00;
}

#footer-user-regions .divider {
  border-right: 1px solid #222222;  
}

/**
 *  MENUS
*/


ul.menu, ul.menu li, li.expanded, li.collapsed, li.leaf {
  margin: 0;
  padding: 0;
  padding-left: 0;
  background: 0;
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
}

/* Sidebar Menu */

.sidebar-first-inner ul.menu ul, .sidebar-second-inner ul.menu ul {
  padding: 10px;
  padding-left: 20px;
  color: #999999;
}

.sidebar-first-inner ul.menu ul li, .sidebar-second-inner ul.menu ul li {
  list-style-type: disc;
  list-style-position: inside;
}

/* Navigation Menu */

#navigation-menu h3 {
  display: none;
}

#navigation-menu {
  margin: 0 0 0px 0px;
  height: 40px;
  line-height: 40px;
  background: #f9f9f9 url(../images/style3/nav-menu-bg.png) repeat-x;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #dddddd;
}

#navigation-menu ul.menu li {
  float: left;
}

#navigation-menu ul.menu li a {
  display: block;
  padding: 0 10px;
  color: #666666;
  font-size: 0.9em;
  text-shadow: 1px 1px #ffffff;
  border-right: 1px solid #eeeeee;
  border-left: 1px solid #ffffff;
}

#navigation-menu ul.menu li a:hover {
  text-decoration: none;
  color: #111111;
  text-shadow: 0 0 #ffffff;
}

/* Main Menu */

#main-menu h3 {
  display: none;
}

#main-menu {
}

#main-menu ul.menu  {
  float: right;
}

#main-menu ul.menu li {
  float: left;
  padding: 0 20px;
  background: url(../images/style3/main-menu-divider.png) left no-repeat;
}

#main-menu ul.menu li.first {
  background: 0;
}

#main-menu ul.menu li a {
  display: block;
  font-weight: bold;
  font-size: 18px;
}

#main-menu ul.menu li a:hover, #main-menu ul.menu li a.active  {
  text-decoration: none;
  background: url(../images/style3/main-menu-hover.png) repeat-x;
}

/* Main Menu Drop Down */

#main-menu ul.menu li ul {
  position: absolute;
  padding: 0;
  margin: 0;
  width: 200px;
  left: -999em;
  z-index: 100;
  background: #ffffff;
  line-height: 20px;
  border: 2px solid #111111;
  -moz-box-shadow: 2px 2px 2px #333;
  -webkit-box-shadow: 2px 2px 2px #333;
  box-shadow: 2px 2px 2px #333;
}


#main-menu ul.menu li ul li {
  padding: 0;
}

#main-menu ul.menu li:hover ul, #main-menu ul.menu li.sfHover ul {
  left: auto;
}

#main-menu ul.menu li li a {
  margin: 0;
  line-height: 25px;
  font-size: 1.2em;
  width: 190px;
  padding: 0 5px;
  background: url(../images/style3/dropdown-bg.png) 95% 50% no-repeat;
}

#main-menu ul.menu li li a:hover {
  color: #6f9c00;
  background: url(../images/style3/dropdown-hover.png) 95% 50% no-repeat;
}

#main-menu ul.menu li ul ul {
  margin: -32px 0 0 170px;
}

#main-menu ul.menu li:hover ul ul, #main-menu ul.menu li.sfHover ul ul, #main-menu ul.menu li:hover ul ul ul, #main-menu ul.menu li.sfHover ul ul ul, #main-menu ul.menu li:hover ul ul ul ul, #main-menu ul.menu li.sfHover ul ul ul ul {
  left: -999em;
}

#main-menu ul.menu li li:hover ul, #main-menu ul.menu li li.sfHover ul, #main-menu ul.menu li li li:hover ul, #main-menu ul.menu li li li.sfHover ul, #main-menu ul.menu li li li li:hover ul, #main-menu ul.menu li li li li.sfHover ul {
  left:auto;
}

#main-menu ul.menu li li.expanded, #main-menu ul.menu li li li.expanded  {
  background: 0;
}

/* User Menu */

#user-menu h3 {
  display: none;
}

#user-menu {
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  background: #111111 url(../images/style3/user-menu-bg.png) bottom repeat-x;
}

#user-menu ul.menu {
  float: right;
}

#user-menu ul.menu li {
  float: left;
}

#user-menu ul.menu li a {
  display: block;
  margin: 0 10px;
  color: #ffffff;
  font-size: 0.8em;
}

#user-menu ul.menu li a:hover {
   text-decoration: none;
   color: #6f9c00;
}

#user-menu ul.menu li:hover {
  background: #111111;
}

#user-menu ul.menu li.expanded {
  padding-right: 6px;
  background: url(../images/expanded.png) 95% 50% no-repeat;
}

/* User Drop Down */

#user-menu ul.menu li ul {
  position: absolute;
  padding: 0;
  margin: 0;
  width: 200px;
  left: -999em;
  z-index: 100;
  background: #111111;
  line-height: 20px;
  border: 2px solid #ffffff;
  border-top: 0;
  -moz-box-shadow: 2px 2px 2px #333;
  -webkit-box-shadow: 2px 2px 2px #333;
  box-shadow: 2px 2px 2px #333;
}

#user-menu ul.menu li ul ul {
  border-top: 2px solid #ffffff;
}

#user-menu ul.menu li ul li {
}

#user-menu ul.menu li:hover ul, #user-menu ul.menu li.sfHover ul {
  left: auto;
}

#user-menu ul.menu li li a {
  margin: 0;
  line-height: 30px;
  width: 170px;
  padding: 0 15px;
  background: url(../images/style3/dropdown-bg.png) 95% 50% no-repeat;
}

#user-menu ul.menu li li a:hover {
  color: #6f9c00;
  background: url(../images/style3/dropdown-hover.png) 95% 50% no-repeat;
}

#user-menu ul.menu li ul ul {
  margin: -32px 0 0 170px;
}

#user-menu ul.menu li:hover ul ul, #user-menu ul.menu li.sfHover ul ul, #user-menu ul.menu li:hover ul ul ul, #user-menu ul.menu li.sfHover ul ul ul, #user-menu ul.menu li:hover ul ul ul ul, #user-menu ul.menu li.sfHover ul ul ul ul {
  left: -999em;
}

#user-menu ul.menu li li:hover ul, #user-menu ul.menu li li.sfHover ul, #user-menu ul.menu li li li:hover ul, #user-menu ul.menu li li li.sfHover ul, #user-menu ul.menu li li li li:hover ul, #user-menu ul.menu li li li li.sfHover ul {
  left:auto;
}

#user-menu ul.menu li li.expanded, #user-menu ul.menu li li li.expanded  {
  background: 0;
}


/**
 *  NODES
*/

/* General Node */

.content-top {
  margin-bottom: 10px;
  padding: 10px;
  font-family:Arial, Helvetica, sans-serif;
  background: #eeeeee;
}

.center-content {
  margin-bottom: 20px;
}

.content-bottom {
  margin-bottom: 10px;
  padding: 10px;
  font-family:Arial, Helvetica, sans-serif;
}

.unpublished {

}

.field-field-image img {
  display:block;
  padding-bottom: 10px;
}

.field-name-field-image img {
  display:block;
  padding-bottom: 10px;
}

.field-field-subtitle {
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 1.1em;
}

.field-name-field-subtitle {
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 1.1em;
}

/* Node Teaser */

.teaser {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #999999;
}

.teaser:hover {
  background: #f9f9f9;
}

.teaser .title {
  padding: 0;
  margin: 0;
  font-size: 2.0em;
}

.teaser .title a {
  display: block;
}

.teaser .title a:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #dddddd;
}

.teaser .submitted {
  padding-bottom: 1.0em;
  font-size: 0.8em;
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
}

.teaser .content {
}

.teaser .taxonomy {
}

.teaser .links {
  float: left;
}

.comment_add a, .comment_comments a, .comment_forbidden a, .node_read_more a {
  color: #6f9c00;
  font-size: 0.8em;
}

.comment_add a:hover, .comment_comments a:hover, .comment_forbidden a:hover, .node_read_more a:hover {
  text-decoration: none;
  color: #666666;
}

.teaser .field-field-image img {
  display:block;
  float: left;
  padding-top: 2px;
  padding-right: 10px;
  padding-bottom: 2px;
}

.teaser .field-name-field-image img {
  display:block;
  float: left;
  padding-top: 2px;
  padding-right: 10px;
  padding-bottom: 2px;
}


/* Full Node */

h1.title {
  margin-bottom: 10px;
  padding: 0;
}

.full-node .submitted {
  padding-bottom: 10px;
  font-size: 0.9em;
}

.full-node .content {
}

.full-node .taxonomy {
}

.full-node div.links {
  float: none;
  margin-bottom: 10px;
  padding: 3px 0;
  font-size: 1.0em;
  border-top: 1px dotted #999999;
  border-bottom: 1px dotted #999999;
}

.full-node div.links a {
  display: block-inline;
}
.full-node .field-field-image {
  float: left;
  margin: 5px 20px 0 0;
}
.full-node div.links .comment_forbidden {
  float: right;
}

/**
 *  COMMENTS
*/

#comments .comment {
  padding: 10px 0;
  border-bottom: 1px solid #dddddd;
}

#comments .title {
 margin: 0;
 font-size: 2.0em;
 padding-bottom: 3px;
 border-bottom: 3px solid #111111;
}

#comments .submitted {
  padding-bottom: 1.0em;
  font-size: 1.1em;
}

#comments .picture img {
  display: block;
  width: 50px;
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
  border: 1px solid #666666;
  -moz-box-shadow: 2px 2px 2px #ccc;
  -webkit-box-shadow: 2px 2px 2px #ccc;
  box-shadow: 2px 2px 2px #ccc;
}

#comments .content {
}

#comments .taxonomy {
}

#comments .user-signature {
  font-size: 0.8em;
  color: #666666;
  border-top: 1px solid #dddddd;
}

#comments .links {
}

#comments .links a {
  color: #6f9c00;
  font-size: 0.8em;
}

#comments .box {
  padding: 20px;
  font-family:Arial, Helvetica, sans-serif;
  background: #f9f9f9;
  border: 0px solid #dddddd;
  border-top: 0;
}

#comments .box .resizable-textarea {
  width: 99%;
}

/**
*  LINKS
*/

ul.links li {
  display: inline;
  list-style-type: none;
  padding: 0;
}

/**
*  BREADCRUMB
*/

.breadcrumb {
  font-size: 0.8em;
  margin-bottom: 0;
}

.feed-source {
  margin-bottom: 10px;
  padding: 10px;
  background: #eeeeee;
}

.more-link a {
  padding: 0 5px;
  display: block-inline;
  background: #ffffff url(../images/style3/more-link.png) bottom repeat-x;
  border: 1px solid #cccccc;
  color: #444444;
  text-shadow: 1px 1px #ffffff;
}

.more-link a:hover {
  background: #ffffff;
  text-decoration: none;
}

/**
 *  POLL
*/

.block-poll .content {
  background: url(../images/style3/stripe-dark.png);
  color: #ffffff;
}

.poll {
  font-family: Arial, Helvetica, sans-serif;
}

.poll .title {
  padding: 10px 0;
  font-weight: bold;
}

.poll .bar {
  background-color: #333333;
  height: 10px;
  margin: 1px 0;
  -moz-border-radius: 5px;
  border-radius: 5px;  
}

.poll .bar .foreground {
  background-color: #6f9c00;
  height: 10px;
  -moz-border-radius: 5px;
  border-radius: 5px;  
}

.poll .total {
  font-size: 0.8em;
  font-weight: bold;
  padding-bottom: 10px;
}

/**
*  PAGER
*/

.item-list .pager li {
  display: inline;
  padding: 0;
  margin: 0;
  font-weight: bold;
}

.item-list .pager li.pager-current {
  line-height: 25px;
  padding: 0 5px;
  margin: 0 5px 0 0;
  border: 1px solid #000000;
  background: #111111;
  color: #ffffff;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.item-list .pager li a {
  line-height: 25px;
  padding: 0 5px;
  margin: 0 2px 0 0;
  border: 1px solid #dddddd;
  -moz-border-radius: 2px;
  border-radius: 2px;
}  

.item-list .pager li a:hover {
  color: #ffffff;
  background: #999999;
  text-decoration: none;
  border: 1px solid #666666;
}  

/**
 *  SLIDESHOW
*/

#slideshow {
  margin-bottom: 10px;
  border-top: 3px solid #111111;
  background: #eeeeee;
  text-align: center;
}

#slideshow img {
  display: block;
}

.views-field-title {
  padding: 10px 0;
  line-height: 0.8em;
  font-size: 1.4em;
  color: #111111;
  font-weight: bold;
}

.views-field-title a:hover {
  text-decoration: none;
}


.views-field-body {
  text-decoration: 1px 1px #ffffff;
}

.views-field-view-node {
  padding-bottom: 10px;
  font-size:12px;
}

/* Slideshow Controls */

.views-slideshow-controls-bottom {
  text-align: center;
  background: #111111;
  line-height: 20px;
}

.views-slideshow-controls-bottom a {
  color: #ffffff;
  padding-left: 10px;
  font-size: 0.8em;
}
.full-node img {
float: left;
margin: 5px 20px 0 0;
}
.inline{
float:left;
padding:3px;}
#box{
	background-color:#6f9c00;
	font-size:9px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	float:right;
	width:250px;
	border: 1px;
	border-color:339900;
	margin: 5px;
	padding: 5px;
	}
.lead{
font-size:12px;
font-style:italic;
font-weight:bold;
}
	#picturebox { width:260px; 
	float:right;}
.picture { background-color: #F9F9F9;
border: 1px solid #CCCCCC; padding: 3px;
font: 11px/1.4em Arial, sans-serif; }
.imagecache-60x60thumb {float:left;}
.pane-title{font-size:2.5em;}
strong {
 font-weight: bold;
}

em {
 font-style: italic;
}

u {
 text-decoration: underline;
}
.views-field-name {
font-size:12px;}

.views-field-created {
font-size:11px;}
.views-field-field-lead-value{
font-size:12px;
font-weight:bold;
font-style:italic;}
.views-field-field-teaser-value {
font-size:12px;
}
.views-field-tid {
font-size:12px;
}
.imagecache imagecache-230wide {
display:inline; }