/*   
Theme Name: Self-Learner
Theme URI: http://www.self-learner.com/
Description: A simple, neat and effective theme for WordPress.
Author: Eric Nishio
Author URI: http://www.self-learner.com/
Version: 2.0
*/

html, body {
	background-color: #332323;
	color: #000000;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	height: 100%;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

h1 a {
	color: #000000;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

p {
	margin-bottom: 1.5em;
	padding: 0;
}

a {
	color: #5b7390;
	text-decoration: none;
}

a:hover {
	color: #7c7c7c;
}

.hidden {
	display: none
}

#wrapper {
	background-color: #ffffff;
	background-image: url('http://www.self-learner.com/img/wrapperbg.png');
	background-repeat: repeat-y;
	width: 950px;
	margin: auto;
}

#navi {
	background-image: url('http://www.self-learner.com/img/navbg.png');
	background-repeat: repeat-x;
	height: 40px;
}

#navi ul {
	padding: 0;
	margin: 10px 0px 10px 35px;
}

#navi li {
	margin-right: 30px;
	display: inline;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#navi a {
	color: #facad4;
	text-decoration: none;
}

#navi a:hover {
	color: #fff;
}

#searchbox {
	margin: 0;
	float: right;
}

input.search-text {
	width: 242px;
	padding: 3px;
	border: 1px solid #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin-right: 25px;
	margin-top: 7px;
}

#header {
	width: inherit;
	background-color: #fff;
	height: 154px; /* Change this when logo.png changes */
}

#header-menu {
	width: 250px;
	font-size: 14px;
	line-height: 1.5em;
	margin-top: 33px;
	margin-right: 50px;
	float: right;
}

#header-adsense {
	margin-top: 55px;
	margin-right: 25px;
	/* background-color: #f1f1f1; */
	float: right;
}

#header input {
	width: 242px;
	padding: 3px;
	border: 1px solid #c49494;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	float: right;
}

#content {
	width: 580px;
	margin-top: 20px;
	margin-left: 35px;
	margin-right: 30px;
	margin-bottom: 30px;
	line-height: 1.5em;
	float: left;
}

#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 0;
	line-height: 1.3em;
}

#content h2 {
	font-size: 20px;
	font-weight: normal;
	color: #5b7390;
	margin-top: 1.7em;
	margin-bottom: 1em;
}

#content h3 {
	font-size: 17px;
	font-weight: normal;
	color: #000000;
	margin-bottom: 1em;
}

#post-content {
	margin-top: 2em;
}

#read-more {
	margin-left: 60px;
	margin-bottom: 2em;
	font-size: 17px;
}

#post-content ol {
	margin-top: 2em;
	margin-bottom: 2em;
}

#post-content ol p {
	margin-left: 1em;
}

#post-content ul {
	list-style-type: square;
	margin-top: 2em;
	margin-bottom: 2em;
}

#post-content ul p {
	margin-left: 1em;
}

#post-content li {
	margin-bottom: 1em;
	line-height: 1.3em;
	padding-left: 1em;
}

#post-content ol.nospace {
}

#post-content ol.nospace li {
	margin: 0;
	line-height: 1.3em;
}

#post-content ul.nospace {
}

#post-content ul.nospace li {
	margin: 0;
	line-height: 1.3em;
}

#post-content blockquote {
	line-height: 1.3em;
	margin-left: 50px;
	margin-top: 2em;
	margin-bottom: 2em;
}

#tweetmeme {
	float: left;
	margin-right: 20px;
}

#post-details {
	height: auto;
	font-size: 13px;
	line-height: 1.2em;
	margin-bottom: 2em;
}

#post-details-linebreak {
	border-bottom: solid #d8d8d8 1px;	
}

p.post-date {
	font-weight: normal;
	font-size: 13px;
	color: #a9a9a9;
	margin-bottom: 0;
}

p.posts-navi {
	font-size: 17px;
	text-align: center;
}

#social-bookmarking {
	position: center;
	font-size: 12px;
	font-weight: bold;
	color: #444444;
	margin-top: 2em;
	margin-left: 15px;
	text-align: center;
}

#social-bookmarking img {
	margin-right: 15px;
}

#content-footer {
	height: 250px;
	margin-top: 50px;
}

#related-posts {
	width: 300px;
	font-size: 13px;
	float: left;
}

#footer-adsense {
	float: right;
}

#comments {
	margin-bottom: 2em;
}

#comments input {
	padding: 3px;
	border: 1px solid #d4d7c6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

#comments textarea {
	padding: 3px;
	border: 1px solid #d4d7c6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

#comments input.button {
	border: 0;
}

#comment-details {
	background-color: #f1f1f1;
	height: 48px;
}

#comment-avatar {
	margin-right: 10px;
	width: 48px;
	height: 48px;
	float: left;
}

#comment-authorlink {
	font-size: 13px;
}

#comment-time {
	font-size: 13px;
}

#comment-text {
	font-size: 15px;
	line-height: 1.3em;
	clear: both;
}

#sidebar {
	width: 300px;
	font-size: 13px;
	margin-right: 0;
	margin-bottom: 50px;
	float: right;
	vertical-align: baseline;
}

#sidebar-in {
	padding-top: 30px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 30px;
}

#sidebar h2 {
	font-size: 18px;
	font-weight: normal;
	/* color: #5b7390; */
	color: #000;
	margin-top: 1.5em;
	margin-bottom: 1em;
	border-bottom: solid #d2d2d2 1px;
	line-height: 1.2em;
}

img.centered {
	vertical-align: middle;
}

#footer {
	background-color: #f1f1f1;
	color: #000000;
	font-size: 12px;
	clear: both;
	padding: 50px;
	line-height: 1.2em;
}

#footer-stretch {
	clear: both;
}

#footer a {
	color: #7c7c7c;
}

#footer a:hover {
	color: #3f3f3f;
}

#footer h2 {
	font-size: 16px;
	font-weight: normal;
	color: #5b7390;
	margin-bottom: 1em;
	border-bottom: solid #d2d2d2 1px;
	line-height: 1.2em;
}

#footer ul {
	list-style-type: square;
}

#footer-first-column {
	width: 250px;
	margin-right: 50px;
	float: left;
}

#footer-second-column {
	width: 250px;
	margin-right: 50px;
	float: left;
}

#footer-third-column {
	width: 250px;
	float: right;
}

#adsense-square {
	background-color: #f1f1f1;
	width: 250px;
	height: 250px;
}