/*
Theme Name: So Simple
Theme URI: http://sosimple.pixert.com
Description: So Simple Wordpress Theme created by Pixert (pixert.com)
Author: Pixert/K
Author URI: http://www.pixert.com
Version: 1.0.0
*/
body, h1, h2, h3, h4, h5, h6, blockquote, p, form {
margin: 0;
padding: 0;
}
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: top;
	margin-top: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
a:link {
	color: #336699;
	text-decoration: underline;
}

a:visited {
	color: #336699;
	text-decoration: underline;
}
a:hover {
	color: #ff0000;
	text-decoration: none;
}
p {
padding: 10px 0 0 0;
}
#wrapper {
margin: 0 auto 0 auto;
width: 650px;
text-align: left;
}
#header_logo {
float: left;
width: 440px;
background: #FFFFFF url(images/logo.gif) no-repeat;
height: 110px;
margin: 0; padding: 0;
}
#header_text {
float: left;
width: 210px;
}
#container {
float: left;
width: 400px;
}
.post {
padding: 10px 0 10px 0;
}
.entry {
line-height: 18px;
}
p.postmetadata {
background: #FFFFFF url(images/postborder.png) repeat-x;
margin: 10px 0 0 0;
}
.navigation {
	padding: 10px 0 0 0;
	font-size: 12px;
	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;
}
.sidebar ul {
list-style-type: none;
margin: 0;
padding: 0 10px 0 30px;
}
.sidebar ul li {
padding: 10px 0 10px 0; 
}
.sidebar ul li h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #660000;
}
.sidebar ul ul li {
padding: 0;
line-height: 20px;
}
#footer {
	clear: both;
	float: left;
	width: 750px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 20px;
padding: 0 0 10px 0;
}
#footer p {
line-height: 18px;
}
.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 15px 0;
  list-style: none;
}
.comments-template ol li {
  margin: 10px 0 0 0;
  line-height: 18px;
  padding: 0 0 10 px 0;
  border-bottom: 1px solid #cccccc;  
}
.comments-template h2, .comments-template h3 {
  font-family: Georgia, Sans-serif;
  font-size: 16px;
}
.commentmetadata {
  font-size: 12px;
}
.comments-template p.nocomments {
  padding: 0;
}
.comments-template textarea {
  font-family: Arial, Helvetica, Georgia, Sans-serif;
  font-size: 12px; 
}
#top_name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #466ea8;
	text-decoration: none;
    padding-top: 35px;
}
#bottom_desc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#post_title {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
.post h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #330000;
	text-decoration: none;
}
.alignright {
	float: right;
}
	
.alignleft {
	float: left;
}
#rss_box {
background: #FFFFFF url(images/rss.png) no-repeat;
width: 200px;
height: 40px;
}
#rss_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF3300;
	padding-left: 30px;
}
#searchsubmit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #CCCC99;
	padding: 1px;
	border: thin dotted #000033;
	margin-top: 8px;
}