/*
Theme Name: Peacebuilder
Theme URI: http://www.emu.edu
Description: Wordpress theme for Peacebuilder blog
Version: 0.1
Author: Mike Eberly
Author URI: 

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

.post hr {
	display: block;
	}

.postmetadata {
	clear: both;
}

/* End Structure */

/*	Begin Headers */
h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.commentlist {
	padding: 0;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

/* End Various Tags & Classes*/




/**********************EMU BLOG STYLES***************************** */


body {
	background: #c5c2b7 url("images/background.gif") top center repeat-y;
	margin:0px auto;
	text-align:center;
}
a {
	color: #DF6707;
}
a:hover {
	color: #FF7608;
}
h3 a {
	color: #2d5d2b;
}
h3 a:hover {
	color: #31772d;
}
h2 {
	color:#999999;
}
h2.pagetitle {
	font-size:200%;
	margin-top:0;
	padding-top:0;
}
#wp_content h3 {
	margin-top:1em;
}
#wp_content h3.single {
	margin-top:0;
}
h4 {
	font-size: 120%;
}

h5 {
	font-size: 110%;
}
#main {
	background: #fff url(images/content-bg2.gif) top right repeat-y;
	margin:0px auto;
	position: relative;
	text-align:left;
	width:900px;
}
#header {
	background: transparent url(images/peacebuilder-header3.jpg) top left no-repeat;
	height:141px;
	width:900px;
}
#homelink {
	left:25px;
	height:90px;
	position:absolute;
	top:10px;
	width:510px;
}
#emulink {
	left:430px;
	height:16px;
	position:absolute;
	top:107px;
	width:35px;
}
#subline {
	color:#fff;
	left:297px;
	position:absolute;
	text-align:right;
	top: 107px;
	width:470px;
}
#subline a {
	border-bottom:#fff solid 1px;
	color:#fff;
}
#subline a:hover {
	border-bottom: #f0bb01 solid 1px;
	color:#fff;
}
#cjplink {
	left:731px;
	height:16px;
	position:absolute;
	top:107px;
	width:27px;
}
#cjplink,
#emulink {
	border-bottom:#fff solid 1px;
}
#cjplink:hover,
#emulink:hover {
	border-bottom:#f0bb01 solid 1px;
}
#wp_sidebar {
	color:#666;
	float:right;
	margin: 0 0 20px 0;
	padding:0;
	text-align:left;
	width: 220px;
}
#wp_sidebar h3 {
	background-color: #685747;
	color: #f1efe9;
	font-size: 110%;
	padding: 0 5px;
}
#wp_sidebar ul {
	margin:0;
	padding:0;
}
#wp_sidebar ul .block {
	margin:10px;
	}
#wp_sidebar ul .block img,
#wp_sidebar ul .book img {
	border:1px solid #333;
	}
#wp_sidebar ul .issue {
	text-align:center;
	margin:10px;
}
#wp_sidebar ul .issue img {
	border: 1px #666 solid;
}
#wp_sidebar li {
	list-style-type:none;
	list-style:none;
	list-style-image:none;
	padding: 0;
}
#wp_sidebar li ul li{
	background: none;
	list-style:none;
	margin: 0;
	padding:0;
	text-align:left;
}
#wp_sidebar li ul li a {
	background-color:#d3d1c7;
	border-bottom:1px solid #fff;
	color:#354c34;
	display:block;
	margin: 0 1px;
	padding: 3px 5px;
}
#wp_sidebar li ul li a:hover {
	background-color:#dfddd6;
	color:#202820;
}

/* photo album widgets */
#wp_sidebar ul#photo-albums-widget {
  margin-top: 5px;
  text-align: center;
}
#wp_sidebar #photo-albums-widget li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}
#wp_sidebar #photo-albums-widget li a {
	height:40px;
	overflow:hidden;
}
#wp_sidebar #photo-albums-widget li img{
	float:left;
	height:40px;
	margin-right:3px;
	width:40px;
}
#wp_content {
	float:left;
	padding:30px 0px 20px 70px;
	width: 550px;
}
#wp_content h1 a,
#wp_content h1 a:visited {
	color:#ccc;
	border:none;
	text-decoration:none;
}
#wp_content h1 a:hover {
	color:#e3e3e3;
	border:none;
}


.navigation {
	border:#e3e3e3 1px solid;
	color:#DF6707;
	margin-bottom:30px;
	padding:5px;
}
.navigation a {
	color:#999;
}
.navigation a:hover {
	text-decoration:underline;
}
.navigation .previouslink {
	float:left;
}
.navigation .nextlink {
	float:right;
}

#footer  {
	border: solid #ada697;
	border-width: 1px 0 1px 0;
	margin: 0px auto;
	padding-top:15px;
	width: 900px;
}

.postmetadata {
	margin-top: 10px;
}
div.clear {
	clear:both;
}
.wp-caption {
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	background-color:#F3F3F3;
	border:1px solid #DDDDDD;
	margin:10px;
	padding-top:4px;
	text-align:center;
}
.wp-caption-text {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

div#footer .info { font-size:75%; margin:0 50px 0 50px; }
