/*  

Theme Name: Simplicity
Theme URI: http://www.wordpressthemespark.com
Description: Just a Wordpress theme.
Version: 1.0
Author URI: http://www.wordpressthemespark.com
Author mail: wordpressthemespark@gmail.com

*/

/* DO NOT REMOVE THE CREDITS AND FOOTER LINKS */

/* Links */

* {
	padding: 0;
	margin: 0;
}

body {
	font: 0.8em Arial, Helvetica, sans-serif;
	color: #fff;
	line-height: 1.6em;
	background-color: #3d3d3d;
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

h1 a {
	color: #fff;
	text-decoration: none;
	font: 1.5em Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#sidebar h2 {
	font: 1.7em Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	padding: 40px 0 0 0;
}

h2 a {
	color: #fff;
	text-decoration: none;
	font: 1.2em Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}

h3 a {
	color: #fff;
	text-decoration: none;
	font: 1.2em Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}

h3#comments {
	font: 1.4em Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: bold;
}

h3#respond {
	font: 1.4em Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: bold;
	padding: 40px 0 0 0;
}

p {
	padding: 10px 0 0 0;
}

.post ul {
	padding: 10px 0 10px 40px;
	list-style-type: square;
}

blockquote {
	padding: 10px 0 10px 15px;
	font-style: italic;
}

.post ol {
	padding: 10px 0 10px 15px;
}

#header {
	width: 100%;
	height: 150px;
	background: #53ABD5 url(images/header.png) bottom repeat-x;
}

#headerimg {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 32px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}



#container {
	width: 800px;
	margin: 0 auto;
}

#content {
	float: left;
	width: 550px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 55px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-color: #2B2B2B;
	background-image: url(images/contentbg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.post {
	padding: 10px 0 50px 0;
}

.entry a {
	color: #53ABD5;
	text-decoration: underline;
}

.entry a:hover {
	text-decoration: none;
}

.postmetadata a {
	color: #ccc;
	text-decoration: none;
	border-bottom: 1px solid #999;
}

.postmetadata a:hover {
	color: #fff;
	border-bottom: none;
}

.commentlist {
	padding: 15px 0 15px 20px;
	list-style-type: none;
}

.commentlist li {
	padding: 10px 0 15px 0;
	border-bottom: 1px solid #333;
}

.commentlist a {
	color: #53ABD5;
	text-decoration: underline;
}

.commentlist a:hover {
	text-decoration: none;
}

#sidebar {
	float: right;
	width: 150px;
	padding: 90px 40px 100% 0;
	background-color: #2B2B2B;
	background-image: url(images/sidebar-top.gif);
	background-repeat: no-repeat;
}

#sidebar ul {
	list-style-type: none;
	padding: 0 0 0 20px;
}

#sidebar a {
	color: #ccc;
	text-decoration: none;
	border-bottom: 1px solid #333;
}

#sidebar a:hover {
	color: #fff;
	border-bottom: none;
}

#footer {
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 30px;
}

#footer a {
	color: #ccc;
	text-decoration: none;
	border-bottom: 1px solid #333;
}

#footer a:hover {
	color: #fff;
	border-bottom: none;
}

.clearing {
	height:1px;
	margin:0 0 -1px 0;
	clear:both;
	overflow:hidden;
}

#searchsubmit {
	margin-top:5px;
}