/*   
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.1
*/

html, body {
	background-color: #2a2f31;
	color: #3d3d3d;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	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: #90B3DE;
}

.hidden {
	display: none
}

#wrapper {
	background-color: #ffffff;
	background-image: url('http://www.self-learner.com/images/wrapperbg.png');
	background-repeat: repeat-y;
	width: 870px;
	margin: auto;
	-moz-box-shadow: 0 0 30px 5px #000000;
	-webkit-box-shadow: 0 0 30px 5px #000000;
	box-shadow: 0 0 30px 5px #000000;
}

#navi {
	background: -webkit-gradient(linear, left top, left bottom, from(#911d2d), to(#69363d));
	background: -moz-linear-gradient(top,  #911d2d,  #69363d);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#911d2d', endColorstr='#69363d');
	height: 40px;
}

#main-navigation {
	list-style: none;
	padding: 0;
	padding-left: 5px;
	margin: 0;
	float: left;
}

#main-navigation li {
	height: 40px;
	float: left;
	border-right: 0px solid #9d636b;
	font-size: 13px;
	text-transform: uppercase;
	text-shadow: 0px 2px 0px #324537;
	color: #f3dee1;
}
 
#main-navigation li a {
	height: 27px;
	padding-top: 13px;
	padding-right: 20px;
	padding-left: 20px;
	border-right: 0px solid #3c2629;
	display: block;
	color: #f3dee1;
}

#main-navigation li a:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#B0415D), to(#851833));
	background: -moz-linear-gradient(top,  #B0415D,  #851833);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#B0415D', endColorstr='#851833');
	text-decoration: none;
}

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

input.search-text {
	width: 200px;
	padding: 4px;
	border: 0px solid #b37d7d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin-right: 25px;
	margin-top: 7px;
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
	background-color: #ffffff;
	color: #323B34;
}

#header {
	width: inherit;
	background-color: #fff;
	height: 155px; /* 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: 470px;
	margin-top: 10px;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 30px;
	line-height: 1.6em;
	float: left;
}

#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	margin-top: 0.5em;
	margin-bottom: 3px;
	letter-spacing: -1px;
	line-height: 1.2em;
}

#content h1 a {
	text-decoration: none;	
}

#content h1 a:hover {
	color: #727272;
}

#content h2 {
	font-size: 20px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #323B34;
	margin-top: 1.7em;
	margin-bottom: 1em;
}

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

#post-content a {
	text-decoration: underline;	
}

#post-content a:hover {
	text-decoration: none;	
}

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

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

#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;
	padding-left: 10px;
	border-left: solid 3px #edc7c9;
}

#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 {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -1px;
}

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

#social-bookmarking a {
	text-decoration: none;	
}

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

#content-footer {
	height: 280px;
	margin-top: 50px;
	position: static;
}

#content-footer {
	text-decoration: none;	
}

#related-posts {
	width: 250px;
	font-size: 13px;
	float: left;
	position: static;
}

#related-posts a {
	text-decoration: none;	
}

#footer-adsense {
	float: right;
	width: 200px;
	height: 200px;
	position: static;
}

#footer-adsense a {
	text-decoration: none;	
}

#comments {
	margin-bottom: 2em;
}

#comments a {
	text-decoration: none;	
}

#comment-box-individual {
	width: 470px;
	margin: auto;
	background-color: #f1f1f1;
	margin-bottom: 20px;	
}

#comment-box-author {
	width: 470px;
	margin: auto;
	background-color: #f0e8e4;
	margin-bottom: 20px;
	border: 1px solid #dbbeaf;
}
#comment-box-left-side {
	width: 170px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
}

#comment-box-right-side {
	width: 260px;
	padding-left: 20px;
	padding-right: 20px;
	float: right;
}

#comment-box-separator {
	height: 1px;
	width: 470px;
	clear: both;	
}

#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-box-details {
	height: 48px;
	margin-left: 10px;
}

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

#comment-authorlink {
	font-weight: bold;
}

#comment-time {
}

#comment-text {
	font-size: 13px;
	line-height: 1.4em;
}

#sidebar {
	width: 350px;
	font-size: 13px;
	margin-right: 0;
	margin-bottom: 50px;
	float: right;
	vertical-align: baseline;
	line-height: 1.3em;
}

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

#sidebar h2 {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	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: -webkit-gradient(linear, left top, left bottom, from(#363636), to(#171717));
	background: -moz-linear-gradient(top,  #363636,  #171717);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#363636', endColorstr='#171717');
	color: #A8A8A8;
	font-size: 12px;
	clear: both;
	padding: 25px;
	line-height: 1.2em;
}

#footer-stretch {
	clear: both;
}

#footer a {
	color: #9ebdc7;
}

#footer a:hover {
	color: #7d8d93;
}

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

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

#footer-first-column {
	width: 220px;
	margin-right: 30px;
	float: left;
}

#footer-second-column {
	width: 220px;
	margin-right: 30px;
	float: left;
}

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

.contact_field {
	width: 250px;
	padding: 4px;
	border: 2px solid #d5d5d5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
	background-color: #f2f2f2;
	color: #797979;
}

.contact_textarea {
	width: 360px;
	padding: 4px;
	border: 2px solid #d5d5d5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
	background-color: #f2f2f2;
	color: #797979;
}

.contact_sendbutton {
	color: #ffffff;
	font-size: 0px;
	width: 96px;
	height: 27px;
	border: none;
	margin: 0;
	padding: 0;
	background: #ffffff url('/images/send.png') 0 0 no-repeat;
	cursor: pointer;
}

.sidebar_field {
	width: 150px;
	padding: 2px;
	border: 1px solid #d5d5d5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
	background-color: #ffffff;
	color: #797979;
	margin-left: 10px;
}

