/* CHRONON: $Id$ */

body {
  margin: 0;
  padding: 0;
  font-family: Verdana, sans-serif;
  font-size: small;
  background: #666;
  color: #333;
  text-align: center;
}

a {
    color: #ccc;
    text-decoration: none;
}
a:hover {
    color: #666;
}
h2 {
    margin: 2px;
    font-size: 150%;
    color: #003300;
}
h3 {
    color: #003300;
    font-size: 120%;
}
h1 {
    margin: 0 0 10px 0;
    background: #666;
    color: #ccc;
    padding: 5px;
    font-size: 180%;
}
p {
    margin: 0;
    padding: 5px 0 5px 0;
    font-size: 100%;
}
hr {
    height: 0;
    border-top: 0;
    background-color: #666;
}

#wrap {
   background: #333;
   margin: 0 auto;
   width: 900px;
   text-align: left;
   background: url(../img/background_main.gif) repeat-y;
   border-left: 4px solid #333;
   border-right: 4px solid #333;
   border-bottom: 4px solid #333;
}
#header {
    background: url(../img/head_background.jpg) top right no-repeat;
    height: 221px;
}

#right {
    width: 640px;
    float: right;
}

#left {
    width: 248px;
    float: left;
    margin-top: 50px; /* clear the roots */
    
}
.content {
    padding: 10px 20px 0 20px; 
}
.content a {
    color: #cc3300;
}
.content a:hover {
    color: #ff3300;
}
.content h2 {
    margin: 0;
    font-size: 130%;
}
.content p.created {
    font-size: 90%;
    color: #666;
    padding: 3px 0 0 0;
}
.content.who img {
    float: left;
    margin: 0 10px 10px 0;
}
.content.who h2 {
    clear: left;
    margin: 15px 20px 0 0;
    text-align: right;
    border-top: 1px dotted #ccc;
    padding: 5px;
    font-size: 140%;
}
.content.posts h2 {
    clear: left;
    margin: 15px 0 0 0;
    border-top: 1px dotted #ccc;
    padding: 5px 0 0 0;
    font-size: 140%;
}
.content.contact img {
    float: right;
    margin: 0 0 0 10px;
}
.content.grants li {
    font-weight: bold;
}
.content.decisions h4 {
    margin: 10px 0 0 0;
    padding: 15px 0 0 0;
    color: #003300;
    border-top: 1px dotted #ccc;
}
/*.content.links div {
    font-weight: bold;
}*/
.content .casepic {
    float: left;
    width: 300px;
    margin: 10px 10px 5px 0;
}
.content .casepic img {
    width: 300px;
}
.content .casepic p {
    color: #003300;
    font-weight: bold;
    font-size: 95%;
}
.content.downloads h2 {
    margin: 10px 0 0 0;
    padding: 10px 0 0 0;
    border-top: 1px dotted #ccc;
}
.content.donate input {
    border: 1px solid #333;
    padding: 3px;
    background: #ddd;
}
.content.mailinglist input, .content.mailinglist textarea {
    border: 1px solid #666;
    padding: 4px;
    margin: 3px;
    background: #ddd;
}
.content.mailinglist .mlright {
    text-align: right;
    font-weight: bold;
}
.content.mailinglist .mlright.req {
    color: #990000;
}
.content.mailinglist .error-message {
    color: #cc9933;
    font-weight: bold;
}
.content #flashMessage {
    font-weight: bold;
    font-size: 120%;
    background: #cc9933;
    color: #003300;
    padding: 7px;
}
#cases li {
    font-weight: bold;
}
#cases li div {
    font-weight: normal;
    padding: 5px;
    margin: 0 0 10px 0;
    border-bottom: 1px dotted #ccc;
}

.title {
    background: transparent url(../img/title_background.gif) no-repeat top;
    margin: 20px 17px 0 10px;
    height: 40px;
    clear: both;
}
.title h2 {
    padding: 7px 0 0 15px;
}


.navmenu {
    text-align: center;
    width: 210px;
    margin: 0 auto;
}

#nav a.head, #nav a.direct {
    background: transparent url(../img/menu_back.gif) no-repeat top;
    margin: 10px 0 0 0;
    padding: 10px 0 10px 0;
    display: block;
    color: #003300;
    font-weight: bold;
    font-size: 120%;
}
#nav {
    padding: 0;
    margin: 0;
}
#nav a:hover {
    color: #660000;
}
#nav ul {
    padding: 0;
    margin: 5px 0 0 0;
}
#nav li {
	list-style-type: none; 
	display: inline;
}
#nav li li a {
	color: #003300;
    font-weight: bold;
	display:block;
	text-align: left;
	margin-left: 40px;
}


.titlebox { 
    text-align: center;
    width: 210px;
    margin: 20px auto 10px auto;
    background: #cc9933;
}
.titleboxtop { 
    background: url(../img/ne.gif) no-repeat top right; 
}
.titleboxtop div { 
    height: 16px; 
    background: url(../img/nw.gif) no-repeat top left; 
}
.titleboxbottom { 
    background: url(../img/se.gif) no-repeat bottom right; 
}
.titleboxbottom div { 
    height: 16px; 
    background: url(../img/sw.gif) no-repeat bottom left; 
}
.titleboxcontent {
    padding: 0;
}


#newsletter, .search {
    text-align: center;
    margin: 0 auto 0 auto;
    color: #ccc;
    font-size: 90%;
    background: #cc9933;
    width: 80%;
    padding: 0;
}
#newsletter h3, .search h3, .homecon h3 {
    margin: 0;
}
#newsletter .inp, .search .inp {
    border: 1px solid #000;
    background: #ccc;
}
#ymlp, #searchbox {
    padding: 2px;
}

#footer p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 85%;
    padding: 20px 0 5px 0;
    clear: both;
    text-align: center;
    color: #666;
}
#footer a {
    color: #666;
}
#footer a:hover {
    color: #ccc;
}

.active {
    color: #666;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

.fleft {
    float: left;
    margin: 0 10px 15px 0;
}
.frame {
    margin-top: 10px;
    border: 1px solid #999;
}
.fright {
    float: right;
    margin: 0 5px 10px 10px;
}

.line {
    border-bottom: 1px dotted #666;
    margin: 10px 0;
}
.mini {
    font-size: 80%;
    color: #333;
}
.normal {
    color: #666;
    font-weight: normal;
}
