/*  
Theme Name: MistyLook
Theme URI: http://wpthemes.info
Description: A real clean template by <a href="http://wpthemes.info" title="Sadish">Sadish Bala</a> , influenced by <a href="http://reorganize.ca" target="_blank">ReOrganize</a>. Support is available at <a href="http://forums.wpthemes.info/" title="Forums">Forums</a>.
Version: 3.0
Author: Sadish
Author URI: http://simpleinside.com

********** 4/2/09  modified for Zimbabwe PHR/Amnesty petition site - gk ************

TOC:
Navigation:  ~112
Header: ~167
Content: ~225
Sidebar: ~316
Footer: ~358
*/

* {
	padding: 0; 
	margin:0;
}
body  {
	background-image:url(img/bkgnd_vert.gif);
	background-repeat:repeat-x;
	background-color:#D3EEFF;
	margin: 0; 
	font: 90%/1.5em trebuchet ms, sans serif;
	text-align: center;
}
p {
	margin: 0.7em 0;
	line-height:1.5em;
}
dl {
	margin:1em 0;
}
dt {
	font-weight:bold;
}
dd {
	margin:0.5em;
	padding:0;
}
img {
	/*background:url(img/shadow.gif) no-repeat right bottom;*/
	margin-left:7px;
	padding:4px 10px 10px 4px;	
	border:none;
	/*border-top:#eee 1px solid;
	border-left:#eee 1px solid;	*/
}
a img {
	border:none;
	background:none;
	padding:none;
	background:url(img/shadow.gif) no-repeat right bottom;
	padding:4px 10px 10px 4px;	
	border-top:#eee 1px solid;
	border-left:#eee 1px solid;	
}

/* ********  Captions (from phrblog.org) ********* */
.wp-caption {
	padding: 6px 1px 0 1px;
	/* background: #f9f9f9;
	background: #3c738c; */
	text-align: center;
	}
.wp-caption .wp-caption-text {
	margin: 0;
	padding: 0 5px;
	text-align: left;
	font-size: .8em;
	color:#666666;
}
.wp-caption img {
	margin: 0 auto;
	padding: 0;
	border: 1px solid #666;
}
/* end caption */


.clear {
	clear:both;
	height:20px;
}

blockquote {
	/*color: #444444;
	margin: 1em; */
	padding: 0 0 10px 50px;
	background: url(img/blockquote.gif) no-repeat left top;
}
fieldset  {
	border:0;
}

a {
    text-decoration:underline;
}
a:link, {
	color: #43697F;	
}
a:visited {
	color: 993333;
	text-decoration:none;
}
a:hover, a:active {
	border-bottom:#963 1px dashed;
}
h1, h2, h3, h4, h5, h6 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:normal;
}

#container {
	border: #000000 2px solid; 
	background: #f3faff; 
	margin: 0 auto; 
	width: 806px;
	position: relative; 
	text-align: left;
}
.posttitle{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:1.15em;
	font-weight:bold;
	margin-bottom:12px;
	letter-spacing:normal;
	line-height:1.25;
}
.posttitle a{
	color:#265767;
	text-decoration:none;
	font-weight:normal;
}
iframe {
	width:750px;
	height:1360px;
	border:none;
	position:relative;
}

/************   NAVIGATION   ***************/
#navigation {
	background: transparent; 
	margin: 20px auto 0; 
	overflow: hidden; 
	width: 760px; 
	position: relative; 
	text-align: left;
	font-family:Arial, sans-serif; 
	/*letter-spacing:1px;*/
}
/* html #navigation {  (*** commenting this code out corrected the petition nav tabs in IE; seemed to have no effect in FF, neg or otherwise - 4/20/09, gk ***)
	height: 1%;
} */
#navigation ul li {
	float: left; 
	margin: 0 5px 0 0; 
	list-style-type: none;
}
#navigation ul li a {
	border: #000000 1px solid; 
	border-bottom:none;
	padding: 2px 10px; 
	display: block; 
	font-weight:bold;
	color:#43697F;		
	text-decoration: none;
	background:#ededed;
}
#navigation ul li a:hover,   {
	background: #fff;
	color: #333;	
	border: #000000 1px solid; 
	border-bottom:none;		
}
/*#navigation ul li a:active,*/
#navigation ul li.current_page_item a{
	font-style:italic;
	color:#999999;
}
#navigation ul li.search {
	font-size: 0.9em; 
	right: 0; 
	position: absolute; 
	top: 0;
}
#navigation ul li.search input#searchsubmit {
	border: #999 1px solid; 
	font-size: 0.9em; 
	background: #ddd; 
	margin: 0 0 0 2px; 
	color: #265e15; 
	padding: 2px; 		
}

/************  HEADER ******************/
#header {
	clear: both; 
	margin:10px 5px;
	float: left; 
	width: 806px;
}
#header h1 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:2em;
	margin:10px 0 0 10px;
	/*font-variant:small-caps;*/
	letter-spacing:1px;		
}
#header h1 a {
	text-decoration:none;	
	border:none;
	color: #265767;
}
#header h2 {
	margin:5px 0 0 10px;
	font-size:1.25em;
	font-weight:normal;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	/*letter-spacing:1px;		*/
}
#headerimage {
	clear: both; 
	/*background: #fff url(img/misty.jpg) no-repeat 0 0;*/
	margin:0 10px 0 10px;
	height: 297px;
}
html #headerimage {
	margin-top: 0;
}
#feedarea {
	padding:0 10px 0 0; 
	float: right;
	text-align: right;
}
#feedarea a {
	color:#265767;
}
#IEroot #feedarea a, dl, dd{  /*this IE conditional comment makes the petition not push up the feedarea links */
	padding-top: 10px;
}
#IEroot #feedarea dt {
	padding-top: 3px;
}
#feedarea dl dt{
	display: inline; 
	margin-right: 5px; 
	height: 40px;
	}
#feedarea dl dd {
	display: inline; 
	margin-right: 5px; 
	height: 40px;
	background:url(img/icon_feed.gif) no-repeat left center;
	padding-left:16px;
}


/***********   CONTENT   ***************/
#content {
	margin: 10px 10px 10px 30px; 	
}
 html #content {
	height: 1%;
}
#content h1 {
	line-height:1.3em;
	margin-bottom:1em;
}
#content h3 {
	font-size: 1.4em; 
	font-weight:normal;
	margin: 1em 0 0;
	color: #265767;	
	text-decoration:none;
}
#content h4 {
	font-size: 1.1em; 
	margin: 1em 0 0 0;
	text-decoration:none;
}
#content h5 {
	font-size: 1em; 
	margin: 1em 0;
	text-decoration:none;
}
#content-main ul {
    margin:1em;
    padding:0 1em;
    list-style-image:url(img/bullet.png);
}
#content-main ul.asides {
	margin:0;
	padding:2em;
	border-bottom:#ddd 1px dashed;
}
#content ol {
    list-style-type:decimal;
    margin:1em;
    padding:0 1em;
}
#content-main {
	float: left; 
	width: 546px;
	margin-right: 20px;
}
 html #section-index #content-main {
	margin-right: 20px;
}
#content .post {
	padding:0 0 2em 0;
	/* border-bottom: #333333 1px dashed; */
}
#content p img.right {
	float: right;
	margin:10px 0 0 10px;	
}
#content p img.left {
	float: left; 
	margin:0 10px 10px 0;
}
#content .post h2 {
	font-size: 1.4em; 
	margin: 1em 0 0;	
	letter-spacing:1px;
	font-weight:normal;
	color: 265767;
	text-decoration:none;
}
#content .entry {
    margin:1em 0;
    padding-right:1em;    
}
#content .entry a:link, {
	text-decoration:none;
}
#content .entry a:hover {
	text-decoration:none;
}
#content .entry h2 a:visited{
	color:#993333;
}
#content .entry a:visited{
	color:#993333;
    /* border-bottom:#000000 1px dashed;    
}
 #content .entry a:hover, #content .entry a:active{
    border-bottom:#000000 1px dashed; */   
} 
#content .post-info , #content .postmetadata{
	font-size:0.75em;
	margin:0;
	padding:0;	
	font-weight:normal;
	color:#000000;
}
#content .postmetadata a{
	color:#265767;
}
#content .post-info {
	/*background:url(img/underline1.jpg) no-repeat left bottom;*/
	padding:6px 0 12px 0;	
}

/************  SIDEBAR ***********/
#sidebar {
	float: left;
	margin-top:10px;
	width: 200px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.85em;
	line-height:1.3em;
}
#sidebar ul{
	list-style:none;
	margin:0;
	padding:0;
}
#sidebar ul ul{
	list-style:url(img/arrow_bullet.gif);
	margin:0.3em 0 0 1em;
	padding:0;
}
li.sidebox {
	padding:10px;
	background:#f5eff3 no-repeat left bottom url(img/sidebox_bottom.gif);
	border-top:1px solid #6A777F;
	border-right:1px solid #6A777F;
	border-left:1px solid #6A777F;
	margin-bottom: 10px; 	
}
li.sidebox a{
	color: #265767;	
	text-decoration:none;
}
li.sidebox a:visited{
	color: 6A777F;
	text-decoration:none;
	border-bottom:#000000 1px dashed; 
}
html li.sidebox {
	padding-bottom: 10px;
}
li.sidebox h2 {
	font-weight: normal; 
	font-size: 1.2em; 
	text-align: left;
	color: #000000;	
	/*font-variant:small-caps;*/
}
#sidebar li.sidebox p img {
	margin:0;
	padding:3px;
	/*border:#ccc 1px solid;*/
	background:none;
}

/************  FOOTER  ************/
#footer {
	clear: both; 	
	background:none;
	margin:10px auto; 
	/*width: 760px; */	
	text-align: center;
	font-size:.7em;
	line-height:.75em;
}
#contact{
	clear:both;
	text-align:center;
	font-size:.8em;
}
#footer a, #contact a{
	color:#265767;
}
/* html #footer {
	height: 1%;
}
#footer p {
	float: left; 
	width: 50%; 
	line-height: 1.2em;
}
#footer p.right {
	float: right; 
	margin: 1em 0; 
	width: 50%; 
	text-align: right;
	font-size: 0.9em; 
	color:#999;
}*/

/*********  COMMENTS  ************/

#comments, #respond{
	margin: 2em 0 10px 5px;
}
#commentform {
	margin:10px 0;	
	padding:10px;
	/*background:#f9fcfc;
	border-top: #ddd 1px solid;
	border-bottom: #ddd 1px solid;*/
}
.commentnum {
	font-size:1.5em;
	font-weight:bold;	
	margin:0 5px 0 0;
}
#container .commentlist {
	margin: 5px 0 0 15px;
	padding: 0;		
	border-top: #666666 2px solid;
}
.commentlist li {
	list-style:none;
	margin: 0;
	padding: 0.5em;	
	/* background:#fff url(img/shadow_top.gif) repeat-x top; */
	border-bottom: #666666 2px solid;
}
.commentlist li.alt {
    /* background:#f9f9f9; */
}
.commentlist li .cmtinfo {
	font-size:1em;		
}
.commentlist li cite {
	font-style:normal;
	font-weight:bold;
}
.commentlist li .cmtinfo em {
	float:right;
	margin:0;
	padding:0;
	font-style:normal;
	font-size:0.9em;
	/* color:#999; */
}
#content .commentsfeed {
	background:url(img/icon_feed.gif) no-repeat left center;
	padding-left:16px;
}
#content .trackback {
	background:url(img/link.gif) no-repeat left center;
	padding-left:20px;
}
input.textbox{
	border:#ccc 1px solid;
	background:#fff url(img/shadow_top.gif) repeat-x top;
	font:1em Geneva, Arial, Helvetica, sans-serif;
	padding:2px;
	width:150px;
}
textarea{
	width: 90%;
	padding:10px;
	line-height:2em;
	height: 20em;
	border: 1px solid #ccc;	
	background:#fff url(img/shadow_top.gif) repeat-x top;
	font:1em Geneva, Arial, Helvetica, sans-serif;
}
.textbox:focus, textarea:focus
{
	background:#fff url(img/shadow_top.gif) repeat-x top;
	border:#999 1px solid;
}
.post h4 {
	font-size:1em;
	font-weight:normal;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.post h4 em{
	font-style:normal;
	float:right;
	font-weight:normal;
}

/*  ****** OTHER  ***** */
/* this is for 'back to top' link, taken from global.css*/
.totop, .totop a {
	margin: -10px 20px 0 0;
	font-family: trebuchet ms, sans-serif;
	font-size: .8em;
	/* font-variant:small-caps; */
	color: #265767;
	text-align: right;
}
.clearfix:after{ 
	content: "."; 
	display: block;
	height: 0; 
	clear: both; 
	visibility:hidden; 
}
/* end back to top ref */
hr{
	margin: 10px 0 10px 0;
}
#header, #content, #sidebar, #footer, .widget {
    overflow: hidden;
}
