/*
Theme Name: VoW Theme
Theme URI: http://voiceofwitness.com
Description: Theme for Voice of Witness website.
Version: 1.0
Author: Gabriel Roth
Author URI: http://gabrielroth.com/
*/


/* grid.css should be included before this file. */

.greenborders {
  border-left: 2px solid #4a450d;
  border-right: 2px solid #4a450d;
}
.borders {
  border-left: 1px solid black;
  border-right: 1px solid black;
}

/* Basic layout */

#header { padding-bottom: 10px; }
#header h1 { display: none; }
#content, #header, #footer {
  border-left: 2px solid #4a450d;
  border-right: 2px solid #4a450d;
}
#main_column_content {
  padding: 0 10px;
  margin: 0 5px;
}
.box {
  width: 239px;
  padding-bottom: 14px;
}
.last {
  border-bottom: 1px solid #270000;
  clear: both;
}
#right_column .box { border-left: 1px solid #270000; }
#left_column .box { border-right: 1px solid #270000; }

.single h2 {
  font-size: 15px;
  line-height: 18px;
}
.entry { overflow: hidden; }
.post {
  margin-bottom: 14px;
  padding-bottom: 14px;
}
.post.multiple { border-bottom: solid #270000 1px; }
.navigation {
  display: block;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}
.alignright { float: right; }
.alignleft { float: left; }

/* needed for covers on individual books pages */
.entry img.aligncenter { margin-top: 10px; }
.subhed { padding: 0 0 10px 0; }
.box p { padding: 10px; }
.box ul { padding: 10px; }
.box address { padding: 10px; }
.bookcover { padding: 0 5px; }
#footer {
  text-align: center;
  border-top: 1px solid #270000;
}
#footer p { padding: 10px 0; }
.navigation { padding-bottom: 18px; }
.navigation a {
  text-transform: uppercase;
  font-family: sans-serif;
  font-weight: bold;
  letter-spacing: 4px;
}
.book, .bio {
  clear: both;
  overflow: hidden;
}
.book img, .bio img {
  float: left;
  padding-top: 10px;
  margin-left: 8px;
}
.book_title, .book_text, .bio_text {
  display: inline;
  float: right;
  position: relative;
  margin-top: 10px;
  color: black;
}
.book_title, .title {
  padding-top: 10px;
  width: 120px;
  padding-left: 10px;
  font-weight: bold;
}
.book_text, .bio_text {
  width: 220px;
  padding-right: 10px;
}
.book_text a { color: black; }

.page .book, .page .bio {
  padding: 10px 0;
  border-bottom: solid black 1px;
}

.first_book { padding-top: 0 !important; }
.last_book, .last_bio { border-bottom: 0px !important; }
.title_span { font-weight: bold; }

/* Menubar using CSS image-mapping */ 
#navigation { height: 50px; }
#navigation ul#menubar { height: 50px; }
ul#menubar li { height: 50px; }
ul#menubar a { height: 50px; }
#navigation {
  width: 960px;
  clear: both;
}
#navigation ul#menubar {
  float: left;
  width: 960px;
  position: relative;
  background-image: url(images/menubar.jpg);
}
#navigation ul#menubar li {
  list-style: none;
  position: absolute;
  top: 0;
  width: 120px;
}
ul#menubar li { display: block; }
ul#menubar a { display: block; }
#navigation ul#menubar li a {
  text-indent: -9999px;
  text-decoration: none;
  overflow: hidden;
}
#home { left: 0; }
#about { left: 121px; }
#books { left: 241px; }
#projects { left: 361px; }
#events { left: 481px; }
#volunteer { left: 601px; }
#donate { left: 721px; }
#teachers { left: 841px; }
#menubar li a:hover { background-image: url(images/menubar.jpg); }
#home a:hover { background-position: 0 -50px; }
#about a:hover { background-position: -121px -50px; }
#books a:hover { background-position: -241px -50px; }
#projects a:hover { background-position: -361px -50px; }
#events a:hover { background-position: -481px -50px; }
#volunteer a:hover { background-position: -601px -50px; }
#donate a:hover { background-position: -721px -50px; }
#teachers a:hover {
  background-position: -841px -50px;
  width: 119px; /* Not sure why we need this but an extra pixel keeps popping up */
}

/* Images -- to allow aligning within WordPress */
img.alignright {
  float: right;
  margin: 1em 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 1em 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.bookcover { padding-top: 10px; }

/* Page header images */
.page h2 {
  text-indent: -9999px;
  margin-bottom: 10px;
  padding-bottom: 15px;
  background-image: url(images/red.jpg);
}
#post-13 h2 { background-image: url(images/pageheads/about.jpg); }
#post-14 h2 { background-image: url(images/pageheads/books.jpg); }
#post-16 h2 { background-image: url(images/pageheads/donate.jpg); }
#post-301 h2 { background-image: url(images/pageheads/projects.jpg); }
#post-15 h2 { background-image: url(images/pageheads/volunteer.jpg); }
#post-17 h2 { background-image: url(images/pageheads/lesson_plans.jpg); }
#post-139 h2 { background-image: url(images/pageheads/en_las_sombras_de_estados_unidos.jpg); }
#post-20 h2 { background-image: url(images/pageheads/underground_america.jpg); }
#post-19 h2 { background-image: url(images/pageheads/voices_from_the_storm.jpg); }
#post-21 h2 { background-image: url(images/pageheads/out_of_exile.jpg); }
#post-18 h2 { background-image: url(images/pageheads/surviving_justice.jpg); }
body { background-color: white; }
#content, #header, #footer { background: white; }
#footer, .tan { background-color: #fffeee; }

/* Typography */
body {
  font-family: Georgia, Garamond, Palatino, Baskerville, Georgia, serif;
  font-size: 12px;
  line-height: 16px;
}

a {
  text-decoration: none;
  color: #8c2920;
}

.permalink, h3 { 
	color: gray; 
	font-weight: normal;
}

.post_title {
	color: black;
	}

h2 {
  font-size: 14px;
  font-weight: bold;
}

#main_column_content p { margin-bottom: 8px; }

.post_time { margin-bottom: 8px; }
address {
  font-style: normal;
  text-align: center;
}
#books li a { font-style: italic; }
#donationbox, #mediabox, #mailinglistbox { color: black; }
.redtext { color: #8c2920; }


/* DONATIONS PAGE STYLES */

.img_center {
	display: block;
    margin-left: auto;
    margin-right: auto; }
    
#donate_left_column { 
	width:638px;
	border-right: solid black 2px;
	padding-bottom: 100px;
}  

#donate_widgets { width: 238px; }

#main_hed { margin-top: 20px; padding-bottom: 20px;  }
#second_hed { padding-top: 23px; padding-bottom: 20px; }


#donate_pitch {
	margin: 20px 0 40px 0;
	}

.donate_pitch_box {
	margin: 50px 30px 0 30px;
	padding: 10px;
	border: solid 1px black;
	display:block;
}

#pitch_box_2, #pitch_box_3 {
	margin-top: 80px;
}

#pitch_box_2 { padding-bottom: 30px; }

.blackbox {
float: left;
margin: 16px 8px 4px 28px;
}

.blackbox2 {
float: left;
margin: 46px 8px 4px 28px;
}

.donate_button {
position: absolute;
left: 310px;
top:234px;
}

.donate_button2 {
position: absolute;
left: 310px;
top: 650px;
}


#per_month_10, #per_month_25, #per_month_50 { 
position: absolute;
top: 444px;
}


#per_month_10 { left: 10px; }
#per_month_25 { left: 150px; }
#per_month_50 { left: 280px; }


#quotation { 
	font-size: 14px; 
	width: 180px;
	padding: 25px 0 20px 14px;
	line-height: 18px;
}

author {
	display: block;
	padding-top: 4px;
	font-style: italic;
	text-align: right;
	}


#donation_table tr { border-bottom: black dotted 1px; }

#donation_table tr {
	height: 90px;
	}
	
#donation_table td {
	width: 150px;
	vertical-align: middle;
	}
	

.price {
	font-size: 300%;
	padding-top: 10px;
	text-align: center;
	}

.purchase {
	font-size: 14px;
	text-align: left;
	}

.odd {
	background-color:#FEFDEB;
	}
