/*
Theme Name: Turn Peace Around
Theme URI: http://www.theworkinggroup.ca
Description: 3-column theme for turnpeacearound.org
Version: 1.0
Author: The Working Group
Tags: three columns

*/

@import url("reset.css");
@import url("fonts.css");

.clearfloat {
  clear: both;
  height: 0px;
  font-size: 0px;
}

body {
  background: url(images/bg.jpg);
}

#wrapper {
  width: 880px;
  margin: auto;
}

#banner {
  background: url(images/banner.gif) no-repeat;
  height: 200px;
  margin-top: 20px;
}
#banner a {
  width: 100%;
  height: 200px;
  display: block;
  text-decoration: none;
}

/* MAIN MENU
   ------------------------------------------------*/

#main_menu {
  background: #144D33;
  margin-bottom: 5px;
}

#main_menu ul {
  margin-left: 10px;
}

#main_menu ul li {
  width: 120px;
  padding-top: 5px;
  float: left;
  color: #fff;
}

#main_menu a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  display: block;
  padding-bottom: 15px;
}

#main_menu li span.small {
  font-size: 95%;
  font-weight: normal;
}

a.yellow {
  background: url(images/yellow_line.jpg) no-repeat 0px 30px;
}

#main_menu a.yellow.over, #main_menu a.yellow:hover, #main_menu a.yellow.active {
  color: #ffd24e;
}

a.orange {
  background: url(images/orange_line.jpg) no-repeat 0px 30px;
}

#main_menu a.orange.over, #main_menu a.orange:hover, #main_menu a.orange.active {
  color: #f08e30;
}

a.violet {
  background: url(images/violet_line.jpg) no-repeat 0px 30px;
}

#main_menu a.violet.over, #main_menu a.violet:hover, #main_menu a.violet.active {
  color: #946fad;
}

a.green {
  background: url(images/green_line.jpg) no-repeat 0px 30px;
}

#main_menu a.green.over, #main_menu a.green:hover, #main_menu a.green.active {
  color: #61b850;
}

a.red {
  background: url(images/red_line.jpg) no-repeat 0px 30px;
}

#main_menu a.red.over, #main_menu a.red:hover, #main_menu a.red.active {
  color: #ef3a41;
}

a.cyan {
  background: url(images/cyan_line.jpg) no-repeat 0px 30px;
}

#main_menu a.cyan.over, #main_menu a.cyan:hover, #main_menu a.cyan.active {
  color: #70cef5;
}

a.pink {
  background: url(images/pink_line.jpg) no-repeat 0px 30px;
}

#main_menu a.pink.over, #main_menu a.pink:hover, #main_menu a.pink.active {
  color: #eb71a6;
}

/* CONTAINER
   ------------------------------------------------*/

#container {
  background: #fff;
  padding: 10px 0 10px 0;
}

.left_column, .content, .right_column {
  float: left;
}

.left_column, .right_column {
  width: 185px;
}

.content {
  width: 490px;
  margin: 0 10px 0 10px;
}

#socio_bookmarks {
  width: 170px;
  background: #d6effb;
  border-top: 3px solid #97d9f7;
  border-bottom: 3px solid #97d9f7;
}

#socio_bookmarks a {
  clear: both;
  border-top: 2px solid #97d9f7;
  width: 125px;
  display: block;
  color: #636466;
  text-decoration: none;
  padding: 10px 10px 10px 35px;
  font-size: 90%;
}

a#flickr { background: url(images/flickr_icon.jpg) no-repeat 10px; }
a#rss { background: url(images/rss_icon.jpg) no-repeat 10px; }
a#facebook { background: url(images/facebook_icon.jpg) no-repeat 10px; }

#newsletter {
  margin: 10px 0 10px 10px; }
  input#email_field {
    margin-bottom: 10px; }

/* CONTENT BOX STYLES
   ------------------------------------------------*/

.content div.post {
  border-bottom: 2px solid #e5f1df;
  margin-bottom: 20px;
  color: #164c34;
}

h1, h2, h3, h4, h5,h6 {
  color: #63b64f;
  font-weight: bold;
}

.content p {
  margin: 10px 0 10px 0;
  line-height: 20px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.content ul {
  list-style: disc;
  margin: 5px 0 5px 30px;
}

.content ol {
  list-style: decimal;
  margin: 5px 0 5px 30px;
}

.content blockquote {
  margin-left: 30px;
}

.content a {
  color: #63b64f;
  text-decoration: none;
}

.content a:hover, .content a.over {
  text-decoration: underline;
}

#bottom_nav {
  background: #d7ecdd;
  padding: 10px;
  color: #5b7f6a;
  text-align: center;
  width: 95%;
  margin: auto;
}

#bottom_nav a {
  color: #5b7f6a;
  text-decoration: none;
}

#bottom_nav a:hover, #bottom_nav a.over {
  text-decoration: underline;
}

#footer {
  padding: 10px;
  color: #5b7f6a;
  line-height: 15px;
}

#footer a {
  color: #5b7f6a;
  text-decoration: none;
}

#footer a:hover, #footer a.over {
  text-decoration: underline;
}

/* RIGHT SIDEBAR
   ------------------------------------------------*/

.right_column_box, .textwidget {
  margin-bottom: 20px;
}

.right_column_box .green_header {
  border-top: 3px solid #cce7d4;
  border-bottom: 3px solid #cce7d4;
  background: #ecf6ef;
  padding: 5px 10px 5px 10px;
  font-family: Georgia, Arial, sans-serif;
  color: #164c34;
}

.textwidget {
  border-top: 3px solid #cce7d4;
  border-bottom: 3px solid #cce7d4;
  font: 120% georgia;
  padding: 10px 10px 0px 10px;
  background: #ecf6ef url(images/statement_of_intent_bg.gif) no-repeat;
  color: #164c34;
  height: 95px;
}


/* DOWNLOADS PAGE 
   ------------------------------------------------*/

#downloads_sidebar h2 {
  background-color: #eb71a6;
  padding: 5px;
  color: #fff;
  display: block;
}

#downloads_sidebar ul {
  background-color: #fcecf6;
}

#downloads_sidebar li a {
  color: #52424c;
  text-decoration: none;
  display: block;
  border-bottom: 1px dotted #52424c;
  padding: 5px;
  margin-left: 10px;
}

#downloads_sidebar li.current_page_item a {
  color: #eb71a6;
  font-weight: bold;
}

#downloads_sidebar li.last_item {
  padding: 5px;
  border-bottom: 2px solid #eb71a6;
}

#downloads_content a, #downloads_content h1.post_title, #downloads_content h1, #downloads_content h2, #downloads_content h3, #downloads_content h4,#downloads_content h5, #downloads_content h6 {
  color: #eb71a6;
}


/* GET STUFF TEMPLATE 
   ------------------------------------------------*/

#getstuff_sidebar h2 {
  background-color: #70cef5;
  padding: 5px;
  color: #fff;
  display: block;
}

#getstuff_sidebar ul {
  background-color: #ecf7f9;
}

#getstuff_sidebar li a {
  color: #52424c;
  text-decoration: none;
  display: block;
  border-bottom: 1px dotted #768082;
  padding: 5px;
  margin-left: 10px;
}

#getstuff_sidebar li.current_page_item a {
  color: #70cef5;
  font-weight: bold;
}

#getstuff_sidebar li.last_item {
  padding: 5px;
  border-bottom: 2px solid #70cef5;
}

#getstuff_content a, #getstuff_content h1.post_title, #getstuff_content h1, #getstuff_content h2, #getstuff_content h3, #getstuff_content h4, #getstuff_content h5, #getstuff_content h6 {
  color: #70cef5;
}

/* PRODUCTS STYLING 
   ------------------------------------------------*/

.product {
  border-bottom: 2px solid #70cef5;
  padding: 10px;
  clear: both;
}

h3.product_title {
  color: #70cef5;
}

.product_image {
  float: left;
  margin-right: 10px;
  width: 170px;
}

.product_description {
  float: left;
  width: 250px;
}

.product_payment table {
  float: left;
  margin-right: 10px;
}

.product_payment input[type=image] {
  margin-top: -2px;
}