/*
Theme Name: Misty Morning
Theme URI: http://www.refueled.net/misty-morning/
Description: Simple, 2 column, widget-ready Wordpress theme.
Author: Refueled
Author URI: http://refueled.net
Version: 2.2
Tags: two-column, fixed-width
*/



/* Basics */

* { padding: 0; margin: 0; }

body {
	background: #989898 url(images/body.jpg) repeat-x fixed;
	color: #393939;
	font:normal 13px arial, verdana;
	margin: 20px;
  }

  

pre, code {
	font-family: Courier New, Courier;
	background-color: #F7F7F7;
	padding:0;
	color: #797979;
	overflow: hidden;
	}
	
blockquote {
	color: #000; 
	margin: 0 30px 2px 30px; 
	border-left: 1px dotted #989898;
	background: #fff;
	padding: 0 10px 0 10px;
	font-size: 11px;
	font-family: Lucida, Verdana, Arial, Helvetica, sans-serif;
  }
  
  

/* Links */


a {
	color: #676767;
	text-decoration: none;
	border-bottom:1px solid #ccc;
  }

a:hover {
	color: #000;
	text-decoration:none;
	border-bottom: 1px solid #999898;
  }

  
	

/* Container */

#container {
	margin: 0 auto;
	width: 900px;
	background: #fff url(images/bg.jpg) repeat-y;
	border:8px solid #fff;
	-moz-border-radius:6px;
	-khtml-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	}
	
	
	
/* Header */

#header {
	width: 900px;
	background: #fff url(images/misty-morning.jpg) top center no-repeat;
	height: 180px;
	color: #fff;
	}

#header h1 {
	font:normal 42px georgia, arial, times;
	padding: 90px 0 0 18px;
	margin:0;
	color: #fff;
	letter-spacing:-2px;
	}
	
#header h1 a {
	color: #fff;
	text-decoration: none;
	border-bottom:none;
	}
	
#header h1 a:hover {
	color: #D2D1CC;
	text-decoration: none;
	}
	
#header h2 {
	font:normal 14px arial, times;
	padding: 4px 0 0 18px;
	margin:0;
	color: #fff;
	}
	
	

/* Navigation */

.page-navi {
	padding: 0;
	margin: 0;
	width: 100%;
	background:#919191 url(images/menu.jpg) top left repeat-x;
	border-top: 1px solid #fff;
	overflow:hidden;
	text-transform:uppercase;
	font-size:12px;
}

.page-navi {
	padding: 0;
	margin: 0;
}

.page-navi ul li {
	float: left;
	list-style-type:none;
	padding: 6px 9px 6px 9px;
}

.page-navi ul li a {
	display: block;
	padding: 0;
	color:#fff;
	text-decoration: none;
	border-bottom:none;
}

.page-navi ul li a:hover {
	color: #c4c4c4;
}

.page-navi ul li.current_page_item a {
	color: #c4c4c4;
}


/* RSS Widget */

.rsswidget img {
	display: none;
	}

#sidebar h2 a.rsswidget{
	padding: 0;
	margin: 0;
	text-decoration: none;
}

#sidebar h2 a.rsswidget a:hover{
	color:  #797979;
	text-decoration: none;
}



/* content */

#content {
	width: 620px;
	float: left;
	color: #000;
	padding: 30px;
	text-align: justify;
	overflow: hidden;
  }
  
.pagetitle {
 	font:bold 32px georgia, Lucida, Arial, sans-serif;
	color: #4B4B4B;
	letter-spacing: -1px;
	text-align: left;
	font-weight: normal;
	margin-bottom: 8px;
	}

.post {
	margin-bottom: 40px;
  }

.post strong {
	color:#4D4D4D;
	}

.post p {
	margin-bottom: 15px;
	line-height:14pt;
  	text-align: left;
  	}

.post p a {
	text-decoration: none;
  }

.post p a:hover {
	text-decoration: none;
  }

.post p.center {
	text-align: center;
  }

.post ul{
  margin: 12px;
  padding: 0;
  }

.post ul li{
  list-style-type: square;
  list-style-position: inside;
  line-height: 16px;
  }
  
.post ul ul{margin:0 0 0 24px; padding:0;}

.postmetadata {
	background:#fafafa;
	padding:6px 12px;
	border-left: 1px solid #989898;
  }
  
.postmetadata p {
	font:normal 11px arial, verdana, times;
	line-height:18px;
	margin:0;
	padding:0;
  }

.post h1 {
 	font:normal 32px georgia, Lucida, Arial, sans-serif;
	color: #4B4B4B;
	letter-spacing: -1px;
	margin-bottom: 8px;
	text-align:left;
	}

.post h1 a{
	color: #4B4B4B;
	text-decoration: none;
	border:none;
  }
  
.post h1 a:hover{color:#838383;}
  
.post h2 {
  	font: normal 11px arial, sans-serif;
	color: #4B4B4B;
	text-align: left;
	font-weight: normal;
	margin-bottom: 8px;
	border-bottom:1px dotted #9c9c9c;
	padding:0 0 14px 0;
	margin: 0 0 14px 0;
	text-transform:uppercase;
	}
	
.post h2 a{border:none;}
  
  

  
  
/* Sidebar */

#sidebar {
	width: 220px;
	float: left;
	color: #000;
	padding: 0;
	list-style-type: none;
	border-top: 1px solid #fff;
	overflow:hidden;
  }

#sidebar h2 {
	font:normal 13px georgia, arial, verdana;
	padding: 8px;
	margin: 0;
	text-transform: uppercase;
	border-bottom: 1px #fff solid;
	color: #fff;
	background:#a2a2a2;
  }


#sidebar a {
	color: #676767;
	text-decoration: none;
	border-bottom:none;
	padding: 0;
  }

#sidebar a:hover {
	color: #000;
  }

#sidebar ul { 
	background-color: #fff;
	list-style-type: none;
	margin: 0; 
	padding: 12px;
	border-right: 1px solid #E3E3E3;
  }

#sidebar ul li { 
	margin: 0;
	line-height: 20px; 
	padding: 0;
  }
  

#sidebar ul li ul { 
	margin: 0 14px 0 14px;
	padding: 0;
	list-style-type: square;
	list-style-position: inside;
	color: #797979; 
	border-right: none;
  }
  
#sidebar .recentcomments {
	padding: 0;
	}
	
#sidebar .recentcomments a{
	color: #797979;
	}
	
#sidebar p{
	color: #797979;
	line-height:20px;
	}
	
#sidebar p a{
	color: #333;
	}
	
#sidebar p a:hover{
	color: #797979;
	}
	
#sidebar .textwidget{
	padding: 12px;
	background-color: #fff;
	color: #797979;
	border-right: 1px solid #E3E3E3;
	}
	
#sidebar .ctc {
	background-color: #fff;
	padding: 12px;
	border-right: 1px solid #F0F0F0;
	}



/* Comments */



.maincomments{
	padding:0;
}

.maincomments h3{
	font-family: trebuchet ms, georgia, times, verdana;
	font-size: 16px;
	font-weight: 300;
	color: #000;
	margin:0 0 14px 0;
	padding:0;
	}

#respond{margin:20px 0 0 0;}

#commentform{
	margin:20px 0 0 0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #777; text-decoration: none; }
	
#commentform h3{
	font-family: trebuchet ms, georgia, times, verdana;
	font-size: 16px;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:95%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:4px;
	border: 1px solid #ddd;
	}
	
#submit{
	margin:5px 5px 0 0; 
	padding:4px 14px;
	background:#7c7c7c; 
	text-transform:lowercase;
	color:#fff;
	width:150px;
	border:none;
	}
	
#submit:hover{
	background:#a0a0a0; 
	border:none;
	color:#fff;
	}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

ol.commentlist li {
	margin:0 0 12px 0;
	padding:8px;
	list-style-type:none;
	overflow:hidden;
	}

ol.commentlist li.alt {background:#fff;}

ol.commentlist li p{
	margin:12px 0;
	font-size:12px;
	}
	
cite {
	font:normal 14px georgia, arial, verdana, tahoma;
	padding:4px 0;
	font-style:italic;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}

.children{
	margin:8px 0 0 12px;
	padding: 0;
}

.nocomments{background:#2d2d2d; color:#fff; padding:0;}

.comment-meta{font-size:12px; line-height:18px;}

.thread-alt {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}

.thread-even {
	background:#f9f9f9;
	margin: 0px;
	padding: 0px;
	}

.depth-1 {
	border: 1px dotted #E6E6E6;
	margin: 0px;
	padding: 0px;
	}

.even, .alt {
	border-top: 1px solid #E6E6E6;
	margin: 0px;
	padding: 4px;
	}

.avatar{float:none; display:block; margin:0 0 8px 0; padding:1px; border:1px solid #d6d6d6;}
.gravreply{float:left; margin:0 18px 0 0; height:70px; font-size:11px; text-align:center;}







/* Search */

#searchform{
	padding: 10px 0;
	font-family: verdana, arial, times;
	background: #fff;
	border-right: 1px solid #E3E3E3;
}

#searchform input#s{
	width: 85%;
	padding: 2px 2px 2px 4px;
	border: 1px solid #B7B7B7;
	color:#b7b7b7;
	display:block;
	margin: 0 auto;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	}



/* 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;
}





	

/* Footer */

#footer {
	clear: both;
	width: 100%;
	overflow:hidden;
	background: #A0A0A0;
	color: #fff;
	padding: 0;
	margin: 0;
	font-size:11px;
	}


#footer p {
	padding: 14px 12px;
	word-spacing:1px;
	}


#footer a {
	border-bottom:1px dotted #e5e5e5;
	text-decoration: none;
	color:#fff;
}

#footer a:hover {
  	text-decoration: none;
  	border:none;
}

	
#footer .left{
	float:left;
	}

#footer .right{
	float:right;
	}
	


