/* $Id: green.css,v 1.4 2007/09/11 17:06:34 roopletheme Exp $ */
/* www.roopletheme.com */

/* background colors and images */

body {
  background: #161F1F;
}

#middlecontainer {
  border: solid 1px #397148;
}

div#header {
	background: #169D45 url(../images/green/MastheadBG.png) repeat-x;
}

div#header .mastheadRight {
	background: url(../images/green/MastheadRight.png) 100% 0 repeat-y;
}

div#header .mastheadLeft {
	background: url(../images/green/MastheadLeft.png) 0 0 repeat-y;
}

.topWrapper, .bottomWrapper
{
	background-color: #16592E;
}

.colorsection {
  background: #397148 url(../images/green/ColorBoxBG.png) repeat-x;
}

#topleft1, #bottomleft1, #topright1, #bottomright1 {
  width: 5px; height: 5px; 
} 

#topleft1 {
  background-image: url(../images/green/ColorBoxTopLeft.png);
}
#topright1 {
  background-image: url(../images/green/ColorBoxTopRight.png);
}
#bottomleft1 {
  background-image: url(../images/green/ColorBoxBottomLeft.png);
}
#bottomright1 {
  background-image: url(../images/green/ColorBoxBottomRight.png);
}
#tophorizontal1 {
  background-image: url(../images/green/ColorBoxTop.png);
}
#bottomhorizontal1 {
  background-image: url(../images/green/ColorBoxBottom.png);
}
#leftvertical1 {
  background-image: url(../images/green/ColorBoxLeft.png);
}
#rightvertical1 {
  background-image: url(../images/green/ColorBoxRight.png);
}

.blacksection {
}

#topleft2, #bottomleft2, #topright2, #bottomright2 {
   width: 5px; height: 5px;
} 

#topleft2 {
  background-image: url(../images/blue/BlackBoxTopLeft.png);
}
#topright2 {
  background-image: url(../images/blue/BlackBoxTopRight.png);
}
#bottomleft2 {
  background-image: url(../images/blue/BlackBoxBottomLeft.png);
}
#bottomright2 {
  background-image: url(../images/blue/BlackBoxBottomRight.png);
}
#tophorizontal2 {
  background-image: url(../images/blue/BlackBoxTop.png);
}
#bottomhorizontal2 {
  background-image: url(../images/blue/BlackBoxBottom.png);
}
#leftvertical2 {
  background-image: url(../images/blue/BlackBoxLeft.png);
}
#rightvertical2 {
  background-image: url(../images/blue/BlackBoxRight.png);
}

div#footer-wrapper {
	background: #169D45 url(../images/green/FooterBG.png) repeat-x;
}

div#footer-wrapper .footer-right {
	background: url(../images/green/MastheadRight.png) 100% 0 repeat-y;
}

div#footer-wrapper .footer-left {
	background: url(../images/green/MastheadLeft.png) 0 0 repeat-y;
}


#sidebar-left, #sidebar-right {
  background: #397148;
}

/* typography */

body {
  color: #fff;
}

a:link,
a:visited,
a:hover,
.submitted,
.links,
.node .taxonomy,
#aggregator .news-item .categories, #aggregator .source, #aggregator .age,
#forum td .name {
  color: #AAEDC0;
}

h2.title a:link,
h2.title a:visited {
   color: #fff;
}

div#breadcrumb,
div#breadcrumb a {
  color: #AAEDC0;
}

#footer {
  color:#FFFFFF;
}
  
#footer a {
  color: #254525;
}
  
/* Menu styles */

li a.active {
color:#fff;
}

div#navigation {
  background: #397148;
}
#primary a {
  background: url(../images/green/MenuDiv.png) 100% 0 repeat-y;
  color: #fff;
}

#primary a:hover,
#primary a.active {
  background: #2D4723;
}

#secondary {
  background: #2D4723;
}

#secondary li a {
  color: #fff;
}

#secondary a:hover {
  color: #fff;
  background: #397148;
}

#mission {
  border: solid 1px #397148;
}

#mission a, #mission a:visited {
  color: #AAEDC0;
}

.messages {
  border: 1px solid #397148;
}

.messages a, messages a:visited {
  color: #AAEDC0;
}

/* header elements */

#site-name a, #site-name a:hover {
  color: #fff;
}

#site-slogan {
}

#search .form-text, #search .form-submit {
  border: 1px solid #000;
}

/* comments */

.comment {
  border: 1px solid #AAEDC0;
}

.comment .picture {
  border: 1px solid #AAEDC0;
}

.comment .new {
  color: red;
}

#profile .profile {
  border: 1px solid #AAEDC0;
}

tr.odd {
  background: #397148;
}

tr.even {
  background: #169D45;
}

div.tabs a,
div.tabs a:visited {
   color: #397148;
}

.preview .node {
   background-color:#161F1F;
}

.error {
  border-color: red;
}

/* forum styles */

#forum td.forum, #forum td.posts,
#forum td.topics, #forum td.last-reply {
  background-color: #397148;
}

#forum td.container {
  background-color: #444;
}

#forum td.container a {
  color: #fff;
}

/* admin styles */

div.admin-panel .description {
  color: #fff;
}

div.admin-panel .body {
  background: #397148;
}

div.admin-dependencies, div.admin-required {
  color:#ccc;
}

span.admin-disabled {
font-weight: bold;
color:#ff3333;
}

span.admin-enabled {
font-weight: bold;
color:#33ff33;
}

td.active {
background-color:#397148;
}