/*
Theme Name: Simple Blue
Theme URI: http://www.pixert.com
Description: An Upgrade from So Simple Wordpress Theme created by Kate Mag (Pixel Insert)
Author: Kate Mag
Author URI: http://www.nineteenlabs.com
Version: 3.0
Tags: fixed width, two columns, widget, white
*/

body, h1, h2, h3, h4, h5, h6, blockquote, p, form {
  margin: 0;
  padding: 0;
}
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: top;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
a:link {
	color: #336699;
	 font-weight: bold;
 text-decoration: none;
}
a:visited {
	color: #336699;
	 font-weight: bold;
 text-decoration: none;
}
a:hover {
	color: #ff0000;
	 font-weight: bold;
 text-decoration: none;
}
h1#title {
  float: left;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 2em;
  letter-spacing: 2px;
}
h1#title a {
  text-decoration: none;
}
h2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.3em;
  padding: 0 0 10px 0;
}
p {
  padding: 10px 0 0 0;
}
#wrapper {
  margin: 0 auto 0 auto;
  width: 850px;
  text-align: left;
}#top { width: 800px; background: url(images/header.jpg) no-repeat top center; height: 114px; margin: 0px; padding: 0; }
#feed { text-align: right; margin: 0px 0 10px 0; font-size: 90%; margin-right:60px;}
#header { float: left; margin: 10px 0 0 10px; padding: 0; }
#header h1 { font-family: Tahoma, Verdana; margin: 0; padding: 0; color: #003366; font-size: 32px; font-weight: normal; clear: both; }
#header h1 a, #header h1 a:link { color: #003366; }
#header h1 a:hover { color: #990000; text-decoration: none; }
#description { font-family: Tahoma, Verdana; color: #003366; font-size: 12px; margin: 10px 0 0 10px; padding: 0; clear: both; }


#navbox { background: url(images/nav.jpg) no-repeat top left; height: 28px; margin: 5px 0 0 0;  padding-top: 7px; }

#nav { width: 800px; height: 28px; float: left; padding: 0; }

ul.nav { float: left; list-style: none; font-size: 10px; text-transform: uppercase; margin: 0; padding: 0; }

ul.nav li { float: left !important; list-style-type: none; margin: 0; padding: 0; }
ul.nav li ul { float: left; margin: 0; padding: 0; }

ul.nav li a, ul.nav li a:link, ul.nav li a:visited { border-left: 0; color: #f1f1f1; float: left; display: block; text-decoration: none; padding: 0 10px; }
ul.nav li a:hover, ul.nav li a:active { color: #f7941d; text-decoration: none; }

ul.nav li.current_page_item a { text-decoration: none; color: #f7941d; }




.menu {
  background: #e7f1fe;
  border-bottom: double 1px #cccccc;
}
.menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.menu ul li{
  display: inline;
  padding: 0 8px;
  font-family: Arial,Tahoma,Helvetica,Sans-Serif;
  font-size: 1.1em;
  font-weight: bold;
  border-right: 1px solid #cecece;
}
.menu ul li a {
  text-decoration: none;
}
.menu ul li a:hover {
  text-decoration: underline;
}
#container {
  float: left;
  width: 560px;
  margin-top: 10px;
}
.post {
  padding: 10px 0 10px 0;

}

.post  a:link {
	color: #336699;
	text-decoration: bold;
}
.post  a:visited {
	color: #336699;
	text-decoration: none;
}
 .post  a:hover {
	color: #ff0000;
	text-decoration: none;
}

.post h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #006699;
	padding: 10px 0 10px 0;
}
.post h3 a{ 
  text-decoration: none;
}
.post h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #006699;
	
}
.post h4 a{ 
  text-decoration: none;
}
#post_title {
	padding-top: 10px;
	font-size: 1.1em;
}
.entry {
  line-height: 18px;
}
p.postmetadata {
  background: #FFFFFF url(images/postborder.png) repeat-x;
  margin: 10px 0 0 0;
  font-size: 0.9em;
}.post blockquote { font-size: 1.0em; }
	
.post blockquote.right { width: 200px; font-style: normal !important; font-size: 1.3em !important; margin: 0.3em 0 0.3em 15px !important; padding: 0.3em 0 !important; border: 3px double #aaa; border-width: 3px 0; text-align: center; float: right; }
		
.post blockquote.left { width: 200px; font-style: normal !important; font-size: 1.3em !important; margin: 0.3em 15px 0.3em 0 !important; padding: 0.3em 0 !important; border: 3px double #aaa; border-width: 3px 0; text-align: center; float: left; }
	
.post blockquote.right p, .entry blockquote.left p { margin: 0 !important; line-height: 1.4em !important; }

.post img { }

		.post img.left { padding: 3px; margin: 0.5em 15px 0.5em 0;  float: left; clear: left; }
		
		.post img.right { padding: 3px; margin: 0.5em 0 0.5em 15px;  float: right; clear: right; }
		
		.post img.center { display: block; padding: 3px; margin: 0 auto 1.5em auto; float: none; clear: both; }
	
		.post img.off { padding: 0 !important; border: none !important; }
		
		.post img.stack { clear: none !important; }

.navigation {
	padding: 10px 0 0 0;
	font-size: 1em;
	font-weight: bold;
	line-height: 18px;
	font-family: "Times New Roman", Times, serif;
}
.sidebar {
  float: left;
  width: 240px;
  margin: 0 0 0 10px;
  display: inline;
}
#rss_box {
  background: url(images/rss.png) no-repeat;
  width: 200px;
  height: 29px;
  margin-top: 5px;
  border-bottom: solid 1px #F5F5F5;
}
#rss_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #FF3300;
	padding-left: 30px;
}
#searchsubmit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: #CCCC99;
	padding: 1px;
	border: 1px solid #000033;
	margin-top: 8px;
}
.sidebar ul {
  list-style-type: none;
  margin: 0;
  padding: 0 10px 0 30px;
}
.sidebar ul li {
  padding: 5px 0 5px 0; 
}
.sidebar ul li h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #006699;
}
.sidebar ul ul{
  margin: 0;
  background: #f2f8ff;
}
.sidebar ul ul li {
  padding-left: 10px;
  background: #e7f1fe;
}
.sidebar ul ul li a {
  text-decoration: none;
}
#footer {
	clear: both;
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#footer p {
  padding: 5px 0 5px 10px;
  line-height: 18px;
  background: #f7faff;
  border-top: 1px solid #759FBD;
  font-size: 0.75em;
}
.comments-template {
  margin: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  padding: 10px 0 0 0;
}
.comments-template ol {
  margin: 0;
  padding: 0 0 20px 0;
  list-style: none;
}
.comments-template ol li {
  margin: 10px 0 0 0;
  line-height: 18px;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #cccccc;  
}
.comments-template ol li p {
  padding: 0 0 10px 0;
}
.comments-template h2, .comments-template h3 {
  font-family: Georgia, Sans-serif;
  font-size: 1.1em;
}
.commentmetadata {
  font-size: 0.9em;
}
.commentmetadata p.gravatar img {
  margin-right: 5px;
  padding: 2px;
  border: solid 1px #F5F5F5;
  vertical-align: middle;
}
.comments-template p.nocomments {
  padding: 0;
}
.comments-template textarea {
  font-family: Arial, Helvetica, Georgia, Sans-serif;
  font-size: 0.9em; 
}
.alignright {
	float: right;
	margin-left: 10px;
}	
.alignleft {
	float: left;
	margin-right: 10px;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  -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-dd {
  font-size: 0.9em;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}
