/*
Theme Name: Misty Morning
Theme URI: http://www.refueled.net/wordpress-themes/
Description: Simple, 2 column, widget-ready Wordpress theme. Please report any bugs in the <a href="http://www.refueled.net/forum/">forums</a>. 
Author: refueled
Author URI: http://refueled.net
Version: 1.0


Header photo by mordoc from Stock.Xchng. You can download the original here: http://www.sxc.hu/photo/658877

*/


/* Basics */

* { padding: 0; margin: 0; }

body {
	background: #989898 url(images/body.jpg) repeat-x fixed;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 20px;
  }

img {
	padding: 0;
	border: none;
  }

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 8px;
  }

img.right {
	padding: 0 0 12px 12px;
	background: #fff;
	margin: 10px;
	float: right;
  }

img.left {
	padding: 0 12px 12px 0;
	float: left;
  }
  

/* Links */


a {
	color: #676767;
	text-decoration: none;
  }

a:hover {
	color: #000;
	text-decoration: underline;
  }

a:visited {
	color: #676767;
  }
  
code {
	font-family: Courier New, Courier;
	font-size: 8pt;
	background-color: #F7F7F7;
	padding: 4px;
	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;
  }
	

/* Container */

#container {
	display: block;
	margin: 0 auto;
	width: 900px;
	position: relative;
	background: #fff url(images/bg.jpg) repeat-y;
	border: 6px solid #fff;
	}
	
	
	
/* Header */

#header {
	width: 900px;
	background: #fff url(images/sfinge.jpg) top center no-repeat;
	height: 300px;
	color: #fff;
	}

#header h1 {
	font-family: palatino linotype, georgia, arial, times;
	font-size: 20pt;
	font-weight: 300;
	padding: 20px 0 0 18px;
	margin:0;
	color: #fff;
	}
	
#header h1 a {
	color: #fff;
	text-decoration: none;
	}
	
#header h1 a:hover {
	color: #D2D1CC;
	text-decoration: none;
	}
	
#header h2 {
	font-family: palatino linotype, georgia, arial, times;
	font-size: 10pt;
	font-weight: 300;
	font-style: italic;
	padding: 0 0 0 18px;
	margin:0;
	color: #fff;
	}
	
	

/* Navigation */

#nav {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 25px;
	background: #797979 url(images/menu.jpg);
	font-family: verdana, arial, tahoma;
	font-size: 8pt;
	list-style: none;
	line-height: 1;
	border-top: 1px solid #fff;
}

#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	line-height: 14pt;
	padding: 4px 9px 2px 9px;
	color:#fff;
	text-decoration: none;
}

#nav a:hover {
	background-color:#fff;
	color: #797979;
}

#nav li { /* all list items */
	float: left;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #919191;
	width: 180px;
	left: -999em; 
	margin: 0;
	padding: 0;
}

#nav li:hover, #nav li.hover {
    position: static;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li ul a{
	background: #919191;
	list-style: none;
	font-family: tahoma, verdana, serif;
	font-size: 8pt;
	font-weight: 300;
	text-align: left;
	padding: 6px;
	width: 180px;
	letter-spacing: 1px;
}

#nav li ul a:hover{
	background: #fff;
	color: #5B5B5B;
}


#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}



/* Sidebar */

#sidebar {
	width: 220px;
	float: left;
	color: #000;
	padding: 0;
	list-style-type: none;
	border-top: 1px solid #fff;
  }

#sidebar h2 {
	font-family: arial, verdana, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: left;
	padding: 8px;
	margin: 0;
	text-transform: uppercase;
	border-bottom: 1px #fff solid;
	color: #fff;
	background: #A0A0A0;
  }


#sidebar a {
	color: #676767;
	text-decoration: none;
	padding: 0;
  }

#sidebar a:hover {
	color: #000;
	text-decoration: underline;
  }

#sidebar ul { 
	background-color: #fff;
	list-style-type: none;
	margin: 0; 
	font-size: 11px;
	padding: 12px;
	border-right: 1px solid #E3E3E3;
  }

#sidebar li { 
	margin: 0;
	line-height: 14pt; 

	padding: 0;
  }
  
#sidebar li a{ 
	margin: 0;
	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{
	font-family: verdana, arial, times;
	font-size: 8pt;
	padding: 12px;
	color: #797979;
	}
	
#sidebar .textwidget{
	font-family: verdana, arial, times;
	font-size: 8pt;
	padding: 12px;
	background-color: #fff;
	color: #797979;
	}
	
#sidebar .ctc {
	background-color: #fff;
	padding: 12px;
	border-right: 1px solid #F0F0F0;
	}

	
/* Calendar Widget */

#calendar_wrap {
	font-family: verdana, arial, times;
	font-size: 8pt;
	background-color: #fff;
	padding:12px;
	color: #313131;
	}

#wp-calendar {
	margin: 0 auto;
	text-align: left;
	}
	
#wp-calendar a{ 
	margin: 0;
	padding: 0;
	}


/* 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;
}



/* Page - Post Formatting */

#content {
	width: 640px;
	float: right;
	color: #000;
	padding: 20px;
	text-align: justify;
	overflow: hidden;
  }

.post {
	margin-bottom: 20px;
  }

.post strong {
	color:#4D4D4D;
	}

.post p {
	margin-bottom: 15px;
	line-height: 1.6em;
  font-size: 9pt;
  text-align: left;
  }

.post p a {
	border-bottom: 1px solid #ccc;
	text-decoration: none;
  }

.post p a:hover {
	border-bottom: 1px solid #999898;
	text-decoration: none;
  }

.post p.center {
	text-align: center;
  }

.post ul{
  margin: 12px;
  padding: 0;
  }

.post ul li{
  font-family: verdana, arial, times;
	font-size: 9pt;
  list-style-type: square;
  list-style-position: inside;
  line-height: 13pt;
  }
  
.post ul ul{margin:0 0 0 24px; padding:0;}

.postmetadata {
	background: #F5F5F5;
	padding: 3px 3px 3px 6px;
	font-family: verdana, arial, times;
	font-size: 8pt;
	border-left: 1px solid #989898;
  }
  
.postmetadata p {
	font-family: verdana, arial, times;
	font-size: 8pt;
  }

.postmetadata a {
	border-bottom: none;
	font-size: 8pt;
  }

.postmetadata a:hover {
	border-bottom: none;
  } 

.small {
	font-size: 7pt;
  }

.post h1 {
  font-family: palatino linotype, Lucida, Arial, sans-serif;
	font-size: 15pt;
	color: #4B4B4B;
	letter-spacing: -1px;
	text-align: left;
	font-weight: normal;
	margin-bottom: 8px;
	}

.post h1 a{
	color: #4B4B4B;
	text-decoration: none;
  }
  
#content h1 {
  font-family: palatino linotype, Lucida, Arial, sans-serif;
	font-size: 15pt;
	color: #4B4B4B;
	letter-spacing: -1px;
	text-align: left;
	font-weight: normal;
	margin-bottom: 8px;
	}
  
#content h2 {
	font-size: 15pt;
	letter-spacing: -0.8px;
	text-align: left;
	font-weight: normal;
	margin-bottom: 8px;
	font-family: palatino linotype, Lucida, Arial, sans-serif;
	color: #4B4B4B;
  }
  
h4 {
	margin: -5px 0 10px 0;
	padding: 0;
	font-weight: normal;
	font-size: 10px;
	color: #424040;
  }


/* Search */

#searchform{
	padding: 10px;
	font-family: verdana, arial, times;
	background: #fff;
	border-right: 1px solid #E3E3E3;
}

#searchform input#s{
	width: 70%;
	font-family: verdana, arial, times;
	font-size: 8pt;
	padding: 2px;
	border: 1px solid #B7B7B7;}

#searchform input#searchsubmit{
	width: 24%;
	font-family: verdana, arial, times;
	font-size: 7pt;
	padding: 2px;
	border: 1px solid #B7B7B7;
	background-color: #fff;
	color: #797979;
}

/* Comments */

.comment{margin-top: 22px;}
.comment p{font-size: 8pt}

h3 {
	font-size: 12pt;
	letter-spacing: -1px;
	text-align: left;
	font-weight: normal;
	margin: 30px 0 8px 0;
	font-family: palatino linotype, Lucida, Arial, sans-serif;
	color: #4B4B4B;
  }
  
  
#commentform input, #commentform textarea {
	font: 8pt Verdana, Arial, Sans-Serif;
	border: 1px solid #818181;
	background-color: #fff;
	padding: 4px;
	}

.commentlist li {
  font: 8pt Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 8pt;
	}


.commentlist p {
	line-height: 13pt;
	padding: 8px;
	font-weight: 300;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
	
.alt {
	margin: 0;
	padding: 22px 14px 22px 14px;
	background: #F7F7F7;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 0 0;
	padding: 5px 10px 0 0;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	

/* Footer */

#footer {
	clear: both;
	width: 100%;
	height: 30px;
	background: #A0A0A0 url(images/footer.jpg);
	color: #fff;
	text-align: left;
	padding: 0;
	margin: 0;
	}
	
#footer .left{
	float:left;
	}

#footer .left p {
	padding: 8px;
	font-size: 7pt;
	}


#footer .left a {
	color: #E5E5E5;
	text-decoration: none;
	border:none;
}

#footer .left a:hover {
	color: #f5f5f5;
  text-decoration: underline;
  border:none;
}

#footer .right{
	float:right;
	}
	
#footer .right p {
	padding: 8px;
	font-size: 7pt;
	}

#footer .right a {
	color: #E5E5E5;
	text-decoration: none;
	border:none;
	}

#footer .right a:hover {
	color: #f5f5f5;
	text-decoration: underline;
	border:none;
	}
