/*
Theme Name: Anapol Blog Default Theme
Theme URI: http://www.envoca.com/anapol-theme/
Description: The Default Wordpress theme for Anapol Foundation Blog v1.0
Author: Envoca Design
Author URI: http://www.envoca.com/
Tags: blue, custom header, fixed width, two columns, widgets

*/

body{
	width:940px;
	margin:0px auto;
	background:#f2f1ec;
	border-top:8px solid #000000;
	border-bottom:5px solid #242423;
	
	font-family: "verdana", "arial", san serif;
	font-size:13px;
}
#header{
	width:100%;
	height:98px;
	overflow:auto;
	background:#779466;
}
	#logo{
		float:right;
		margin:18px 28px 0px 0px;
	}
	#header h1{
		float:left;
		padding:18px 0px 0px 28px;
		margin:0px;
		line-height:40px;
		font-family: Garamond, "Times New Roman", Times, Serif;
		font-size:40px;
		color:#d8e3d1;
	}
	#header h2{
		clear:left;
		float:left;
		width:400px;
		padding:0px 0px 0px 28px;
		margin:0px;
		line-height:21px;
		font-family: Arial, Verdana, sans-serif;
		font-size:21px;
		font-weight:normal;
		color:#f4f5f0;
	}
.nav{
	width:912px;
	height:35px;
	overflow:auto;
	margin:0px;
	padding:0px 0px 0px 28px;
	list-style-type:none;
	background:#a8bc9c;
        overflow:hidden;
}
	.nav li{
		float:left;
		padding:0px 28px 0px 0px; margin:0; height 35px;
	}
	.nav li.last{
		padding:0px !important;
	}
		.nav li a:link,.nav li a:visited{
			line-height:35px;
			font-family: "Arial Narrow", Tahoma, Sans-serif;
			font-size:18px;
			font-weight:bold;
			color:#ffffff;
			text-decoration:none;
			margin:0; padding:0;
		}
		.nav li a:hover{
			color:#779466;
		}
#contents{
	width:940px;
	padding:20px 0px;
	overflow:auto;
}
	#contents p{
		line-height:21px;
	}
	#contents a:link,#contents a:visited{
		color:#779466;
		font-weight:bold;
	}
	#contents a:hover{
		text-decoration:none;
	}
	#contents h1{
		margin:0px;
		padding:0px;
		line-height:28px;
		color:#bc590b;
		font-family: Garamond, "Times New Roman", Georgia, Serif;
		font-size:28px;
	}
	#contents h2{
		margin:0px;
		padding:0px;
		line-height:28px;
		color:#bc590b;
		font-family: Garamond, "Times New Roman", Georgia, Serif;
		font-size:28px;
	}
	#contents h3{
		margin:0px;
		padding:5px 0px 10px 0px;
		line-height:21px;
		color:#000000;
		font-family: Garamond, "Times New Roman", Georgia, Serif;
		font-size:21px;
		border-bottom:1px solid #779466;
	}
	#contents h1 a,#contents h2 a,#contents h3 a{
		color:#bc590b !important;
		text-decoration:none;
	}


#content{
	float:left;
	width:600px;
	padding:10px;
	background:#ffffff;
	overflow:hidden;
}
	#content h1,#content h2{
		padding:10px 0px 0px 20px !important;
	}
	#content h3{
		margin:0px 0px 0px 20px !important;
	}
	#content p{
		margin-left:20px;
	}
	#content .intro{
		font-family: Garamond, "Times News Roman", serif;
		font-size:21px;
		font-weight:bold;
		border-bottom:1px solid #779466;
		padding-bottom:15px;
	}
	#content .special{
		width:100%;
		margin:20px 0px;
		overflow:auto;
		background:#e6e3da;
	}
		.special img{
			float:left;
			margin:0px 10px 0px 0px;
		}
		.special p{
			margin:0px;
			padding:10px 10px 10px 0px;
			font-weight:bold;
			font-style:italic;
		}
#sidebar{
	float:right;
	width:300px;
	overflow:hidden;
}
	#sidebar ul.widgets{
		list-style-type:none;
		margin:0px;
		padding:0px;
	}
	#sidebar .box{
		padding:20px 28px 20px 25px;
		margin:0px 0px 20px 0px;
		background:#ffffff;
	}
	#sidebar .last{
		margin:0px !important;
	}
		.box .FloatRight{
			clear:right;
			float:right;
			margin:0px 0px 10px 10px;
		}
		.box .border{
			border:5px solid #e6e3da;
		}
#footer{
	padding:20px 28px 5px 28px;
	margin:0px;
	background:#e6e3da;
	color:#242423;
	font-family: Arial, Tahoma, sans-serif;
	font-size:11px;
}
	#footer ul{
		width:100%;
		overflow:auto;
		list-style-type:none;
		margin:0px;
		padding:0px;
	}
		#footer ul li{
			float:left;
			margin:0px 8px 0px 0px;
			padding:0px 8px 0px 0px;
			background:url('../images/fnavsep.png') no-repeat center right;
		}
		#footer ul li.last{
			background:none !important;
		}
			#footer a:link,#footer a:visited{
				color:#242423;
			}
			#footer a:hover{
				text-decoration:none;
			}

a{
	outline:none;
}
.underline{
	text-decoration:underline;
}
img{
	border:none;
}




.page small,.post small,ol.commentlist,#commentform{
	padding-left:20px;
}





/* Begin Typography & Colors */





.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

small {
	font-size: 13px;
	line-height: 1.5em;
	}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 16px;
	}

.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;

	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}


small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	letter-spacing: .07em;
	}



#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 */

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: left;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}


/* End Structure */




/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	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 20px;
	line-height: 21px;
	}

.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;
	}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* 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;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	width:600px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow:auto;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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;
}
/* End captions */

.nomform textarea, .nomform input{margin-top:10px;}
.nomform textarea{width:320px; height:70px;}
.nomform .nomtxt{width:220px;}
