/* ----------------------------------------------
	Template Name : Unbound
	Template Code : S-0023
	Version : 1.0   
	Author : Erwin Aligam
	Author URI : http://www.styleshout.com/       
	Last Date Modified : April 17, 2008	
	
	Updated for Twaweza by Babak Fakhamzadeh, http://babakfakhamzadeh.com
 ------------------------------------------------ */
/* 
 	Colors
 	Dark purple: #3E1E45
 	Purple: 68196A
 	Dark red: #982127
 	Red: #BE2C32
 	Dark Orange: #764B2E
 	Orange: F88A21
 	Dark grey: #3C4143
 	Lighter grey: #5C5E60
 	Grey: #6C6E70
 	light grey: #BCBCBE
 
*/ 
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	font: 11px/165% "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
/*	font: 11px/165% "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif; */
	color: #3C4143; 	
	margin: 0; padding: 0 0 50px 0; 
/*	background: #070707 url(bg.jpg) repeat-x; */
	background: #F6F5F5 url(../images/bg.jpg) repeat-x;
	text-align: center;
}

/* Links */
a {
	text-decoration: none;
/*	color: #ab2e35; */
	color: #68196A;	
	
	font-weight: bold;
}
a:hover {
	background: #F0f0f0; 
	color: #000;
}

.col-one-wide-right a:hover, #footer-wrapper .col-three a:hover, #footer-wrapper .col-two a:hover {
	border-bottom: 1px dotted #000;
}

/* Headers */
h1, h2, h3 {
	font: bold 1em/1.5em "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
/*	color: #111; */
/*	color: #6c6e70;
	padding: 15px 10px 5px 10px; */
	color: #BE2C32;	
	padding: 15px 10px 0px 10px;
	margin: 0;
}

.col-one-wide-right h3, .col-one-wide-center h3, .col-one-wide h3 {
	font-weight: bold;
}

h1 {
	font-size: 345%;	
	font-weight: normal;
	letter-spacing: -2px;	
}
h2 {
/*	font-size: 200%; */
	font-size: 150%;	
/*	color: #6c6e70;	*/
	color: #BE2C32;	
}
h3 {
/*	font-size: 170%;	*/
	font-size: 130%;	
	font-weight: normal;	
}

p, dl, .likep { 
	padding: 5px 10px 10px 10px; 
	margin: 0; 
}

h1, h2, h3, p, ul, ol, dl, .likep {
	text-align: left;
}

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul { list-style: none; }

dt {
  font-weight: bold;
  color: #895F30;
}
dd {
  padding-left: 25px; 
}

/* Images */
img {
/*	background: #fafafa; */
   border: 1px solid #dcdcdc;
	padding: 5px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	border: 1px solid #EBEBEB;
	background: #F0F0F0;  
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote {
	margin: 15px 10px;
 	padding: 10px 10px 10px 35px;  
   border: 1px solid #F0F0F0;
	background: #F0F0F0 url(../images/quote.jpg) no-repeat 10px 10px;
	font-weight: normal;
	font-size: 17px;
	line-height: 1.5em;
	font-style: italic;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;	
	color: #555;	
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 15px 10px;	
}
th {
	color: #555;
	background: #E6E6E6;
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;
	text-align: left;	
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #ebebeb #d4d4d4 #d4d4d4 #ebebeb;	
}
tr {
	height: 34px;	
	background: #fff;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border: 1px solid #ECECEC;	
}	
/* end - table */

/* form elements */
form {
	margin: 15px 10px; padding: 5px 10px 20px 10px;
	border: 1px solid #f1f1f1; 
	background: #fdfdfd; 	
}
label {
	display: block;
	font-weight: bold;
	margin: 8px 0 5px 0;
	color: #895F30;
}
input, select {
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	color: #666666;
	background: #fff;  	
}
textarea {
	width: 350px;
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	height: 100px;
	display: block;
	color: #666666;
}
input, textarea, select {
	background: #fff;
  	border-width: 1px;
  	border-style: solid;
  	border-color: #D4D4D4 #ebebeb #ebebeb #d4d4d4; 
}

input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 5px;
	padding: 2px 5px; 
	color: #555;
	background: #E6E6E6;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #ebebeb #d4d4d4 #d4d4d4 #ebebeb;
  	
  	cursor: pointer;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 12px 0 15px 8px;	
	width: 190px;	
}
.searchform p { margin: 0; padding: 0 0 10px 0; }
.searchform input.textbox { 
	width: 115px;
	color: #666666; 
	height: 18px;
	padding: 2px;	
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 
#header-wrap {
	position: relative;
	background: #fff url(../images/wrap-bg.jpg) no-repeat;
	margin: 0 auto;
	width: 940px;
/*	height: 150px; 
	height: 200px; */
	height: 150px;
	text-align: left;	
}
#header-photo {
	position: absolute;
	top: 90px; left: 24px;	
	padding: 0;		
/*	height:290px; */
	width: 890px;
	clear: both;
	/* border: 1px solid #F0F0F0; */
}
#header-photo img {
	border: none;
	margin: 0; padding: 0;
} 

#logo-blurb {
	position: absolute;
	height: 16px;
	text-align: left;
	top: 130px; left: 20px;
	width: 890px;
	font-size: 90%;
	padding: 0;
}

/*  Navigation  */
#nav {
	position: absolute;
	margin: 0; padding: 0;		
/*	width: 880px;	*/
	right: 25px;	
	top: 0px;
	text-transform: lowercase;
}
#nav ul.topnav {
	float: left;
	list-style: none;
/*	width: 880px;		*/
	height: 40px;
	margin: 0; padding: 0;	
	display: inline;
}
#nav ul.topnav li.topnav-li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul.topnav li.topnav-li a.topnav-a {
	float: left;
/*	margin: 0;	padding: 18px 11px 0 11px; */
	margin: 0;	padding: 18px 8px 0 8px;
	font: bold 14px/35px 'Trebuchet MS', Tahoma, Helvetica, Arial, Geneva, Sans-serif;
	text-decoration: none;	
/*	color: #070000; */
	color: #333333;
}
#nav ul.topnav li.topnav-li a.topnav-a:hover, 
#nav ul.topnav li.topnav-li a.topnav-a:active {
/*	color: #663333; */
	color: #ab2e35;
	background: none;
	border: none;

/*	background: #d5d3d6 url(../images/nav-hover.jpg) repeat-x; */
	border-bottom: 1px solid #efefef;
}
#nav ul.topnav .current a.topnav-a {	
	color: #000;	
	background: #d5d3d6 url(../images/nav-current.jpg) repeat-x;
	border-bottom: 1px solid #CECECE;
}

.navigation .current {
	border-right: 2px solid silver;
}

#header-wrap h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 62px "Trebuchet MS", Tahoma, Arial, sans-serif;
	letter-spacing: -1.5px;
	color: #070000;
	text-decoration: none;
		
	/* change the values of top and left to adjust the position of the logo*/
/*	top: 135px; left: 48px;
	top: 25px; left: 48px;	*/	
	top: 50px; left: 20px;	
/*	top: 30px; left: 28px; */
}
#header-wrap h1#logo-text a:hover {
	background: none;	border: none;
}
#header-wrap p#intro {
	position: absolute;
	margin: 0; padding: 0;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.6em;
	font-style: italic;
	text-transform: none;
	color: #663333;
	width: 400px;
	
	/* change the values of top and left to adjust the position */
	top: 205px; left: 60px;		
}

/* header language switcher
#header-wrap #switch {
	position: absolute;
	top: 130px; right: 25px;
	padding: 0; margin: 0;
	width: 260px; height: 26px;
	background: #fff;	
	z-index: 999999;
	text-align: right;
} */

#switch {
	float: right;
	padding-right: 25px;
}

/* header quick search */
#header-wrap form#cse-search-box {
	position: absolute;
/*	top: 25px; right: 25px; */
	top: 53px; right: 20px;
	padding: 0; margin: 0;
	width: 260px; height: 26px;
	background: #fff;	
	z-index: 99;
	border: 1px solid #D8D8D8;		
/*	background: #F5F4F3 url(../images/search.gif) no-repeat;	*/
	background-position: right;
}
#header-wrap form#cse-search-box p {
	margin: 0; padding: 0;		
}
#header-wrap form#cse-search-box .tbox {
	margin: 2px 0 0 4px !important; 
	width: 220px !important;
	background: none;
	border: none !important;
	color: #ABABAB !important;
}
#header-wrap form#cse-search-box label,
#header-wrap form#cse-search-box .btn {
	display: none;
}

#header-wrap form#cse-search-box .imgbtn {
	padding: 3px 0 0 0;
	border: 0;
	margin: 0;
}

#content-outer {
	background: #fff;
	width: 100%;
}
#content-wrapper {
	width: 940px;
	margin: 0 auto;	
	text-align: left;
}
#content {
	float: left;
	width: 100%;
	background: #fff url(../images/content-bg.jpg) no-repeat;		
}

.col-one {
	margin-right: 480px;
	padding-left: 25px;
}
.col-one-wide {
	margin-right: 260px;
	padding-left: 25px;
}
.col-one-wide-right {
	margin-right: 15px;
	float: right;
/*	width: 670px; */
	width: 710px;
}
.col-one-wide-center {
/*	margin-right: 250px; */
	float: left;
/*	width: 445px; */
	width: 475px;
}
.col-two {
	float: left;
	width: 210px;
	margin-left: -455px;
	margin-top: 12px;
}
.col-three {
	float: left;
/*	width: 210px;
	margin-left: -235px;
	margin-top: 12px; */
	
/*	position: absolute;
	margin-left: 705px; */
	margin-top: 12px;
	margin-left: 6px;
/*	width: 220px;*/
	width: 220px;
}
.col-three-left {
	float: left;
/*	width: 210px;
	margin-left: 25px; */
	width: 200px;
	margin-left: 15px;
	margin-top: 12px;
}

.col-one, .col-one-wide, .col-one-wide-right,  .col-two, .col-three, .col-three-left, .col-one-wide-center {
	padding-bottom: 20px;
}

#content .col-one h2, #content .col-one-wide h2, .col-one-wide-right h2, .col-one-wide-center h2 {
	padding-bottom: 3px;
/*	font: normal 3.4em "Trebuchet MS", Tahoma, Arial, Sans-serif; */
	font: normal 2em "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
/*	color: #000; */
	color: #ab2e35;	
	letter-spacing: 0px;	
	text-transform: none;
	border-bottom: 1px solid #ebebeb;	
	margin-left: 5px;
	padding-left: 5px;
	font-weight: bold;
}
#content .col-one h2 a, #content .col-one-wide h2 a, .col-one-wide-right h2 a, .col-one-wide-center h2 a {
/*	color: #6c6e70; */
	color: #ab2e35;	
	text-decoration: none;	
	background: none; 
	border: none;
	font-weight: normal;
}
#content .col-one h2.summary a, #content .col-one-wide h2.summary a, .col-one-wide-right h2.summary a, .col-one-wide-center h2.summary a {
	color: #333333;
	font-weight: normal;
	font-size: smaller;
}

#content .col-one ul li, #content .col-one-wide ul li, #content .col-one-wide-right ul li, #content .col-one-wide-center ul li {
	list-style-image: url(../images/bullet.gif);
}
#content-wrapper .col-two h3, 
#content-wrapper .col-three h3, #content-wrapper .col-three-left h3 {
/*	color: #6c6e70; */
	color: #ab2e35;	
/*	font: normal 1.8em "Trebuchet MS", Tahoma, Arial, sans-serif; */
	font: normal 1.6em "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	letter-spacing: -0.5px;
	padding: 5px 10px;
/*	margin: 15px 0 5px 0; */
	margin: 15px 0 0 0;
}

#content-wrapper .col-three h3 {
/*	color: #333333; */
}

#content-wrapper .col-three-left h3 a, #content-wrapper .col-three-left h3 a:hover, #content-wrapper .col-three h3 a, #content-wrapper .col-three h3 a:hover {
	font-weight: normal;
	color: #AB2E35;
	text-decoration: none;
	background-color: white;
} 

#content-wrapper .col-two h3.first, 
#content-wrapper .col-three h3.first, #content-wrapper .col-three-left h3.first {
	padding-top: 0px;
	margin-top: 5px;
}


/* sidebar menu and navigation */
ul.sidemenu, ul.navigation {
	text-align: left;
/*	margin: 7px 5px 8px 0px; */
	margin: 0px 5px 8px 0px; 
	padding: 0;
	text-decoration: none;		
	background: url(../images/dots.gif) repeat-x left top;
}
ul.navigation ul {
	text-align: left;
/*	margin: 7px 5px 8px 0px; */
	margin: 0px 5px 8px 10px; 
	padding: 0;
	text-decoration: none;		
/*	background: url(../images/dots.gif) repeat-x left top; */
}

ul.sidemenu li, ul.navigation li {
	list-style: none;
	margin: 0;		
}
ul.sidemenu li {
	padding: 6px 10px 0 10px;
}
ul.navigation li {
	background: url(../images/dots.gif) repeat-x left bottom;
/*	text-align: right; */
}
* html body ul.sidemenu li, * html body ul.navigation li {
	height: 1%;
}
ul.sidemenu li a, ul.navigation li a {
	text-decoration: none;	
/*	background-image: none;	
	background-color: transparent; */
	border: none;
	color: #68196A;	
}
ul.navigation li a {
	padding: 6px 10px 6px 20px;
	display: block;
	background: url(../images/menubullet.png) no-repeat 0 5px;
}
ul.navigation li a:hover {
	background: url(../images/menubullet.png) no-repeat 0 -165px;
	color: #aa8fa8;	
}
ul.sidemenu li a span, ul.navigation li a span {
	color: #989898;	
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-style: italic;
	font-weight: normal;	
	font-size: 1em;
}
ul.sidemenu li a:hover {	
/*	color: #000; */
	color: #aa8fa8;	
	background: none;
	border: none;
}
ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
ul.sidemenu ul li { background: none; }


/* footer */
#footer-wrapper {
	clear: both;
	width: 940px;
	margin: 0 auto;
	text-align: left;
	font: normal 1em/1.6em 'Trebuchet MS', Tahoma, Sans-serif;			
	background: url(../images/footer-bg.jpg) no-repeat;		
}
.footer-col-one {
	float: left;
	width: 330px;
	margin-left: 12px;
}

.footer-col-two {
	width: 360px;
	float: left;
}

.footer-col-three {
	width: 200px;
	float: left;
}

#footer-wrapper h3, #footer-wrapper p {
	padding-left: 0;
}
#footer-wrapper h3 {
/*	font: normal 1.6em/1.6em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	color: #ABABAB;	*/
	font: normal 1.6em/1.6em "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #6c6e70; 
}
#footer-wrapper a {
/*	color: #fff; */
	color: #111;
/*	background: transparent; */
}

#footer-wrapper ul.footer-list, #readerpublishermodule0 ul {
/*	border-top: 1px solid #111;
	border-top: 1px dashed #ccc; */
	border-top: 0;
	list-style: none;
	padding: 0;	
	margin-left: 0;	
}
#footer-wrapper ul.footer-list li, #readerpublishermodule0 ul li {
/*	border-bottom: 1px solid #111; 
	border-bottom: 1px dashed #ccc; */
	border-top: 0;
/*	min-height: 25px; */
	min-height: 20px;
}
#footer-wrapper ul.footer-list li a, #readerpublishermodule0 ul a {
	width: 98%;
/*	line-height: 2em; */
	line-height: 1.5em;
	font-weight: bold;
	padding: 4px 0;
	border: none;
	margin-left: 0;
	padding-left: 0;
	color: #666666;
}
#footer-wrapper ul.footer-list li a {
	display: block;
	}
#footer-wrapper ul.footer-list li a span, #readerpublishermodule0 ul li a span {
	color: #444;
	font-style: italic;
	font-weight: normal;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
}
#footer-wrapper ul.footer-list li a:hover,
#footer-wrapper ul.footer-list li a:hover span, #readerpublishermodule0 ul li a:hover span {
/*	color: #fff; */
	color: #111;
	text-decoration: none;	
}

#readerpublishermodule0 ul li a:hover {
	border-bottom: 1px dotted #000;
}

#readerpublishermodule0 .f {
	display: none;
}
#footer {
	float: left;	
	width: 100%;	
	padding: 0;				
	margin-left: 5px;	
	margin-top: 10px;
}
#footer-bottom {
	clear: both;
	border-top: 1px solid #111;
	width: 880px;
	margin: 0 auto;	
}
#footer-bottom .bottom-left {
	float: left;
	padding-left: 5px;	
}
#footer-bottom .bottom-right {
	text-align: right;
	padding-right: 0;
}

/* postmeta */
.postmeta {	
	padding: 5px; margin: 20px 0px 15px 10px;	
	font-size: 1em;	
	color: #777;
	border: 1px solid #EBEBEB;
	background: #F5F5F5;
	clear: both;
}

.summary-postmeta {
	background: none;
	border: 0;
	border-bottom: 1px solid #EBEBEB;
}

h2.summary {
	border: 0; !important
}

.postmeta a { background: transparent; }
.postmeta .date{ margin: 0 10px 0 5px;	}
.postmeta a.comments { margin: 0 10px 0 5px;	}
.postmeta a.readmore { margin: 0 10px 0 5px;	}
.postmeta .other { margin: 0 10px 0 5px;	}

.post-info { font-size: .95em; padding-top: 3px; margin-left: 5px; color: #bababa; }
.post-info a { color: #000; }

/* thumbnails */
.thumbs{ padding: 12px 0 0 10px; }

.thumbs img { 
	position: relative;
	padding: 4px;
	margin: 5px;
   	border: 1px solid #dcdcdc;	
    background-position: center center;
    background-repeat: no-repeat;

}
.thumbs img:hover	{
	border: 1px solid #8E8E8E;
    background-position: center center;
    background-repeat: no-repeat;
}
.thumbs a:hover { background-color: transparent; border: none; text-decoration: none; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* clearing */
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}

/* ----------------------------------------------
   CUSTOM ELEMENTS
------------------------------------------------- */ 

#logo-text img {
	padding: 0;
	border: 0;
}

.wrap-inside #header-wrap {
	height: 110px;
}

.alpha {
	float: left;
	width: 49%;
}

.omega {
	float: right;
	width: 49%;
}

	.col-one-wide-center p {
		line-height: 16px;
	}
