/*
Theme Name: Misty Morning
Theme URI: http://www.baraboointeractive.com
Description: Spring Green - Based on Misty Morning by refueled.net
Author: refueled
Author URI: http://www.baraboointeractive.com
Version: 1.0


*/


/* Basics */

* { padding: 0; margin: 0; }

body {
	background: #343C2D url(images/body-none.jpg) repeat-x fixed;
	color: #000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 8pt;
	margin: 20px;
  }

/* Horizontal Line */

hr {
	color: #EDDBA3;
        height: 1px;
        margin-top: 20px;
	margin-bottom: 20px;
  }
/* Images */

img.centered, .aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 5px;
	margin: 0 0 10px 7px;
	display: inline;
        border:1px;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

/* Links */


a {
	color: #940000;
	text-decoration: none;
  }

a:hover {
	color: #FF0000;
	text-decoration: underline;
  }

a:visited {
	color: #940000;
  }
  
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: 769px;
	position: relative;
	background: #fff url(images/bg.jpg) repeat-y;
	border: 3px solid #9d973c;
	}
	
	
	
/* Header */

#header {
	width: 769px;
	background: #fff url(images/sg-head-home.jpg) top center no-repeat;
	height: 290px;
	color: #fff;
	}

#header h1 {
	font-family: palatino linotype, georgia, arial, times;
	font-size: 20pt;
	font-weight: 300;
	padding: 110px 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;
	}
	
/* Alternate Headers */

#Aheader {
	width: 769px;
	background: #fff url(images/about-head.jpg) top center no-repeat;
	height: 290px;
	color: #fff;
	}
	
#Rheader {
	width: 769px;
	background: #fff url(images/arts-head.jpg) top center no-repeat;
	height: 290px;
	color: #fff;
	}
	
#Eheader {
	width: 769px;
	background: #fff url(images/events-head.jpg) top center no-repeat;
	height: 290px;
	color: #fff;
	}

#Oheader {
	width: 769px;
	background: #fff url(images/recreation-head.jpg) top center no-repeat;
	height: 290px;
	color: #fff;
	}
	
/* Navigation */

#nav {
	width: 100%;
	height: 25px;
	background: #ebe6d0;
        font-size: 7pt;
	font-family: verdana, arial, tahoma;
        text-transform: uppercase;
        font-weight: bold;
	list-style: none;
	line-height: 1;
	border-top: 1px solid #9d973c;
	border-bottom: 1px solid #9d973c;
}

#nav ul { /* all lists */
        padding: 0;
	margin: 0px 0px 0 50px;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	padding: 4px 9px 2px 9px;
	line-height: 14pt;
	color: #6a6d60;
        font-size: 7pt;
	text-decoration: none;
}

#nav a:hover {
	background-color:#f9f6ef;
	color: #853302;
}

#nav li { /* all list items */
	float: left;
	margin: 0px 0px 0 0px;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #8E998A;
	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: #8e998a;
        color:#ffffff;
	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: 210px;
	float: left;
	color: #d4e1b0;
	padding: 5;
	margin: 5px 0px 0px 5px;
	list-style-type: none;
  }

#sidebar h2 {
	background: #d4e1b0 url(images/sg-icon.jpg) no-repeat top left;
        font-family: arial, verdana, sans-serif;
        height: 16px;
	font-size: 9pt;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: left;
	padding: 2px 0px 0px 20px;
        margin:0px;
	text-transform: uppercase;
	color: #71755e;
  }


#sidebar a {
	color: #676767;
	text-decoration: none;
	padding: 0;
  }

#sidebar a:hover {
	color: #000;
	text-decoration: underline;
  }



#sidebar ul { 
	background-color: #d4e1b0;


	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: 535px;
	float: right;
	color: #000;
	padding: 0px;
	border: 0px solid #9d973c;
	margin: 0px 0px 0 0px;
	text-align: justify;
        img.alignright;
	overflow: hidden;

  }
.post {
	margin-bottom: 20px;
  }

.post p {
	margin-bottom: 15px;
	line-height: 1.6em;
  font-size: 8pt;
  text-align: left;
  }

.post p a {
	color: #940000;
	text-decoration: none;
  }

.post p a:hover {
	color: #FF0000;
	border-bottom: 1px solid #343C2D;
	text-decoration: none;
  }

.post p a:visited {
	color: #940000;
  }
  

.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;
	background: url(images/h1bg.gif) no-repeat top left;
	font-size: 18pt;
	color: #4B4B4B;
	letter-spacing: +2px;
	text-align: right;
        text-transform: uppercase;
        font-weight: bold;
	margin-bottom: 8px;
	padding: 2px 0px 0px 40px;
	}

.post h1 a{
	color: #4B4B4B;
	text-decoration: none;
  }
  
#content h1 {
  font-family: palatino linotype, Lucida, Arial, sans-serif;
	background: url(images/h1bg.gif) no-repeat top left;
	font-size: 18pt;
	color: #4B4B4B;
	letter-spacing: +2px;
	text-align: right;
        text-transform: uppercase;
        font-weight: bold;
	margin-bottom: 8px;
	padding: 0px 0px 0px 40px;
	}
  
#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;
  }

#content h8 {
	font-size: 8pt;
	letter-spacing: -0.8px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 0px;
	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: #d4e1b0;

	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: #9d973c;
	color: #ffffff;
}

/* Comments */

.comment{

        margin-top: 22px;
        width: 520px;
}
.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: #9d973c url(images/footer-none.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;
	}
