/*
Theme Name: IARP
Theme URI: http://reconciliationproject.org
Description: A custom theme for the Iraqi and American Reconciliation Project
Author: Chris Prendergast
Author URI: http://atomicconcept.com
*/


/* basics */

*{margin:0; padding:0;}


.clear {
	clear: both;
}

.hidden {
	display: none;
}



body {
	background:#436a30 url('images/background.png') top center repeat-y;
	font-family: verdana, arial, tahoma, sans-serif;
	color: 000;
	font-size: 9pt;
	margin:0px;
	}

	
h1 {font-size: 18pt;}
h2 {font-size: 14pt;}
h3 {font-size: 12pt;}
h4 {font-size: 9pt;}


img{ border: none; padding:0 0 1px 0; }
img a{border:none;}



img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
        background: #c0d5be;
        margin: 15px;
        padding: 10px;
        font-family: verdana, arial, times, serif;
	font-size: 10pt;
        width:300;
        }

code{
	font-family:"Courier New", Courier, monospace;
	}


/* links */

a{
	color:#000;
	
	}

a:hover{text-decoration: underline;}


/* container */


#container {
	width: 760px;
	margin: 0 auto;
	padding:0;
	background:#eaf9ee;
	color:#333;
	overflow: hidden;
	}
	
/* header */

#header {
	background:#eaf9ee url('images/iarp_header.png') top center no-repeat;

  	width: 760px; 
  	height: 120px;
	color: #fff; 
	}

#header h1{
	font:normal 20pt georgia, times;
        padding:20px 0 0 16px;
	margin:0;	
	}
	
#header h1 a{color: #000; text-decoration: none;}
#header h1 a:hover{color: #811515; text-decoration: none;}


#header h2{
        font:normal 10pt georgia, times;
	color:#333;
	padding: 0 0 0 18px;
	margin:0;	
	}

#header h1, #header h2 {
	text-indent: -9999px;
}
	
#doves {
float: left;
padding-top: 4px;
padding-left: 15px;
}

#mptlogo {
float: right;
padding-right: 10px;
padding-top: 50px;
}
	
/* main menu */


#menu {
	background:#811515;
	font-family: verdana, arial, times, serif;
	font-size: 11pt;
	font-weight: bold;
	width:760px; 
	overflow:hidden;
}


#menu ul {
	margin:0;
	padding:0;
	width: 100%
}

#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	padding: 10px 15px;
	margin: 0;
	color: #eaf9ee;
	display:block;
	text-decoration: none;
}

#menu ul li a:hover, #menu ul li a:active, #menu ul li a:focus {
	background: #000;
	color:#eaf9ee;
}




#submenu {
	background:#000;
	font-family: verdana, arial, times, serif;
	font-size: 10pt;
	font-weight: bold;
	width:760px; 
	overflow:hidden;
	display:none;
}


#submenu ul {
	margin:0;
	padding:0;
	width: 100%
}

#submenu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
}

#submenu ul li a {
	padding: 6px 15px;
	margin: 0;
	color: #eaf9ee;
	display:block;
	text-decoration: none;
}

#submenu ul li a:hover {
	background: #000;
	color:#eaf9ee;
	text-decoration: underline;
}

.donatebutton {
	padding:12px;
}



/* page menu */


#pagemenu {
	background:#811515;
	font-family: verdana, arial, times, serif;
	font-size: 10pt;
	font-weight: bold;
	width:524px; 
	overflow:hidden;
}


#pagemenu ul {
	margin:0;
	padding:0;
	width: 100%
}

#pagemenu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
}

#pagemenu ul li a {
	padding: 10px 15px;
	margin: 0;
	color: #eaf9ee;
	display:block;
	text-decoration: none;
}

#pagemenu ul li a:hover {
	background: #811515;
	color:#eaf9ee;
	text-decoration: underline;
}


/* page menu 2*/


#pagemenu2 {
	background:#811515;
	font-family: verdana, arial, times, serif;
	font-size: 10pt;
	font-weight: bold;
	width:508px; 
	overflow:hidden;
}


#pagemenu2 ul {
	float:left;
        text-align: center;
        margin:0;
	padding:0;
	width: 33.33%
}

#pagemenu2 ul li {
	list-style-type: none;
        text-align: center;
	margin: 0;
	padding: 0;
}

#pagemenu2 ul li a {
	padding: 10px 15px;
	margin: 0;
	text-align: center;
        color: #ffffff;
	display:block;
	text-decoration: none;
}

#pagemenu2 ul li a:hover {
	background: #000;
	color:#ffffff;
	text-decoration: none;
}

/* gallerycaption */

#gallerycaption{
	background:#eaf9ee;
	font-family: verdana, arial, times, serif;
	font-size: 11pt;
	font-weight: bold;
        font-color:#000000;
	width:100%; 
}

/* content */


#content {
	float:left;
	width:530px;
	overflow: hidden;
	padding:14px;
	background: #eaf9ee;
	}

#featured {
padding-bottom: 16px;

}
	
.post {
	margin:0 0 20px 0;
	padding:0px;
	line-height: 14pt;
	border: 3px solid #c0d5be;
	}

.post2 {
	margin:0 0 0px 0;
	padding:0px;
	line-height: 14pt;
	border: 3px solid #c0d5be;
	}

.apage .post {
	border: 3px solid #811515;
}

.apage2 .post {
	border: 3px solid #811515;
}

.apage .post2 {
	border: 3px solid #811515;
}

.apage2 .post2 {
	border: 3px solid #811515;
}
	
.post h2{
	font:normal 15pt georgia, times;
	background: #c0d5be;
	padding:6px
	}

.post2 h2{
	font:normal 15pt georgia, times;
	background: #c0d5be;
	padding:0px
	}
	
.apage .post h2 {
	background: #811515;
	color: #eaf9ee;
}

.apage2 .post h2 {
	background: #811515;
	color: #eaf9ee;
}

.apage .post2 h2 {
	background: #811515;
	color: #eaf9ee;
}

.apage2 .post2 h2 {
	background: #811515;
	color: #eaf9ee;
}

.aprogram .post h2 {
	background: #811515;
	color: #eaf9ee;
}

.aprogram .post2 h2 {
	background: #811515;
	color: #eaf9ee;
}

	
.post h2 a{
	color: #000;
	text-decoration: none;
	}

.post2 h2 a{
	color: #000;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #000;
	text-decoration: none;
	}

.post2 h2 a:hover{
	color: #000;
	text-decoration: none;
	}

.post ul {
	margin:0 0 6px 0;
}

.post2 ul {
	margin:0 0 0px 0;
}

#linkpage {
	list-style-type: none;
}

#linkpage a {
	font-weight: bold;
}

.post li {
	margin-bottom: 4px;
	margin-left: 27px;
	margin-right: 27px;
}

.post2 li {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.entry {
	padding:8px 8px 0;
	line-height: 20px;

}

.entry2 {
	padding:0px 0px 0;
	line-height: 20px;

}



.post a {
	text-decoration: underline;
}

.post2 a {
	text-decoration: underline;
}

.entry p{
	margin:0 0 12px 0;

}

.post small {
	background: #c0d5be;
	display: block;
	padding: 0 10px 6px;
}

.post2 small {
	background: #c0d5be;
	display: block;
	padding: 0 0px 0px;
}

.apage .post small {
	background: #811515;
	color: #eaf9ee;
}

.apage2 .post small {
	background: #811515;
	color: #eaf9ee;
}

.apage .post2 small {
	background: #811515;
	color: #eaf9ee;
}

.apage2 .post2 small {
	background: #811515;
	color: #eaf9ee;
}

.aprogram .post small {
	background: black;
	color: #eaf9ee;
}

.aprogram .post2 small {
	background: black;
	color: #eaf9ee;
}


.postmetadata{
	clear: both;
	background: #c0d5be;
	padding:6px;
	margin: 15px 0 0 0px;
	font-size: 8pt;
	
	}

.post2metadata{
	clear: both;
	background: #c0d5be;
	padding:6px;
	margin: 15px 0 0 0px;
	font-size: 8pt;
	
	}
	
.apage .postmetadata{
	background: #811515;
	color: #eaf9ee;
}

.apage2 .postmetadata{
	background: #811515;
	color: #eaf9ee;
}

.apage .post2metadata{
	background: #811515;
	color: #eaf9ee;
}

.apage2 .post2metadata{
	background: #811515;
	color: #eaf9ee;
}

.aprogram .postmetadata{
	background: black;
	color: #eaf9ee;
}

.aprogram .post2metadata{
	background: black;
	color: #eaf9ee;
}

.postmetadata a {
	text-decoration:none;
}

.post2metadata a {
	text-decoration:none;
}

.postmetadata a:hover {
	text-decoration: underline;
}


.post2metadata a:hover {
	text-decoration: underline;
}

/*
.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	*/
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}



/* sidebar */

#sidebar {
	font-family: verdana, arial, tahoma;
	font-size:8pt;
	width:190px;
	float:right;
	margin:0;
	padding: 0;
	border-left: 1px solid #c0d5be;
	background: #eaf9ee;
	}

#sidebar h2{
	font:normal 11pt georgia, times;
		font-weight: bold;
	color: #000;	
	margin: 0;
	padding: 2px 0 6px;
}

#sidebar h2 a {
	text-decoration: none;
	color: #811515;
}

#sidebar h2 a:hover {
	text-decoration: underline;
}

#sidebar label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

.social {
	background: #c0d5be;
}

.social li {
	padding: 0px;
}

.social img {
	position: relative;
	top: 3px;
}


#sidebar #sidequote {
	text-align: center;

	font: normal 9pt georgia, times, serif;
}

#sidebar #sidequote li {
	padding-bottom: 8px;
}

#sidebar p {margin:0; padding: 0 6px 0 12px;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin:20px 20px 0px;
	padding:0;
	}

#sidebar ul li {
	margin: 0;
	padding-bottom: 20px;
	line-height: 0pt;
	list-style-type: none;
	}
	

#sidebar ul ul {
	margin:0px 0;
	padding:7px 10px;
}

#sidebar ul ul li {
	list-style-type: none;
	padding-bottom: 0px;
	line-height: 12pt;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}



#wp-calendar .nav {
	font-size: 12px;

}


#wp-calendar caption {
	font-size: 18px;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 12px;
}

#wp-calendar table tbody tr td{
	padding: 20px 25px;
	font-size: 10pt;

}




.ec3_eventday {
	background-color: #c0d5be;
}

.ec3_events {
	padding: 15px;
}

.ec3_events li {
	list-style-type: none;
}

.ec3_list_month {
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 14px;
	padding-left: 10px;
	}

.ec3_list_month ul li {
	font-weight: normal;
	padding-left: 20px;
	padding-top: 7px;
}




/* comments */


#commentform{
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: underline; line-height: 14pt;}
	
#comments, #respond h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #000;
	margin:0;
	padding:5px;
	}
	


	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:3px;

	}
	
input, textarea {
background: white;
border: 2px solid #c0d5be;
}
	

	
#submit{margin:5px 5px 0 0;
	background: #811515;
	color: white;
}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #c0d5be;
	margin:10px 0;
	padding:10px;
	list-style-type:none;
}

/*
ol.commentlist li.alt {
	background: #eaf9ee;
}
*/

ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000; text-decoration: underline;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none;}

.comment .comment-body .comment-author a, .comment .comment-body .comment-meta a {
	text-decoration: none;
}

.comment .comment-body .comment-author a:hover, .comment .comment-body .comment-meta a:hover {
	text-decoration: underline;
}


#calendarpage {
	list-style-type:none;
}


/* search */

#searchform{
	padding:0;
	margin:14px 0 0;
	}

#searchform input#s{
	margin:0;
	padding:2px;

	}

#searchform input#searchsubmit{

	color:#fff;
	text-transform:lowercase;
	}


	
/* misc */

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
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

.gallery-caption {
   background-color:#eaf9ee;
   margin: 5px;
   border: 2px solid #c0d5be;
   font-family: verdana, arial, times, serif;
   font-style: italic;
   font-size: 10pt;
   font-color:#000000;
} 



/* footer */

#footer {
	background:#811515;
	clear: both;
	width: 100%;
	padding-bottom:20px;
	}
	
#footer p{padding:14px 0; color: #fff; text-align:center;}
#footer a{color: #fff;text-decoration: underline;}
#footer a:hover{color: #fff;text-decoration: underline;}

