/*  
Theme Name: Blogsolid
Theme URI: http://blogsolid.com/
Description: The official Blogsolid theme
Version: 2.1
Author: Imar Krige
Author URI: http://abovethemedia.com/
*/



/* Reset */
html, body, 
h1, h2, h3, h4, h5, h6, 
form, fieldset,
p, ol, ul, li, 
blockquote, em, q, cite, code,
dt, dd, dl,
button,
code,
table, th, tr, td { 
	margin: 0; 
	padding: 0; 
}
h1, h2, h3, h4, h5, h6 { 
	font-weight: bold; 
}
img, fieldset, input, textarea, select { 
	border: 0; 
	margin: 0; 
}


/* Basics */
body {
	background-color: #211102;
	background-image: url(media/bg-main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
h1, h2, h3, h4, h5, h6, p, ol, ul, li {
	color: #fdf0ae;
}
h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 24px;
	letter-spacing: 0.005em;
}
h3 {
	font-size: 22px;
	letter-spacing: 0.05em;
}
h4 {
	font-size: 14px;
	letter-spacing: 0.1em;
	padding-top: 10px;
}
h5 {
	font-size: 11px;
	letter-spacing: 0.1em;
}
p, ol, ul, li {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	white-space: normal;
	line-height: 24px;
}
p {
	text-align: justify;
	padding-top: 5px;
	padding-bottom: 5px;
}
.nodisplay {
	display: none;
}
small {
}
.pullquote {
	padding: 10px;
	float: right;
	width: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #694e1c;
	border-bottom-color: #694e1c;
	font-size: 16px;
	text-align: center;
	line-height: 36px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: normal;
}
blockquote {
	background-image: url(media/q-open.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 30px;
	font-style: italic;
}
blockquote span {
	background-image: url(media/q-close.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	display: block;
	padding-right: 30px;
}
code {
	display: block;
	padding: 5px;
	border: 1px solid #694e1c;
	font-size: 12px;
	line-height: normal;
	text-align: left;
}

.clear{
clear: both;
}
/* Content */
#wrapper {
	width: 770px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}



/* Links */
a:link {
	color: #c88200;
	text-decoration: none;
}
a:visited {
	color: #98875b;
	text-decoration: none;
}
a:hover {
	color: #c88200;
	text-decoration: underline;
}
a:active {
	color: #c88200;
	text-decoration: none;
}


/* Header */
#header {
	width: 770px;
	height: 370px;
	background-repeat: no-repeat;
	background-position: center 160px;
	background-image: url(media/loading.gif);
}
#header-image-, #header-image-uncategorized, #header-image-basics, #header-image-growth, #header-image-power, #header-image-info {
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 370px;
	width: 770px;
}
#header-image-, #header-image-uncategorized, #header-image-info {
	background-image: url(media/headerpic-all.jpg);
}
#header-image-basics {
	background-image: url(media/rotator-basics.php);
}
#header-image-growth {
	background-image: url(media/rotator-growth.php);
}
#header-image-power {
	background-image: url(media/rotator-power.php);
}
#logo {
	height: 90px;
	width: 340px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(media/logo.gif);
	float: left;
}
#logo a {
	display: block;
	height: 100%;
	overflow: hidden;
	width: 100%;
	text-indent: -1000em;
}
#searchandsubscribe {
	clear: none;
	float: right;
	height: 90px;
	width: 430px;
	padding-top: 15px;
}
#searchform {
	float: right;
	padding-bottom: 15px;
	padding-left: 35px;
	padding-top: 32px;
}
#s {
	border: 1px solid #553e14;
	background-color: #311902;
	vertical-align: middle;
	height: 18px;
	width: 88px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fdf0ae;
	margin: 0px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}
#searchsubmit {
	border: 1px solid #553e14;
	vertical-align: middle;
	height: 20px;
	width: 48px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fdf0ae;
	background-color: #694e1c;
	margin: 0px;
	padding: 0px;
}
#searchsubmit:hover {
	background-color: #c88200;
	cursor: pointer;
}
#subscribe {
	float: left;
	display: block;
	height: 52px;
	width: 220px;
}
#subscribe a {
	display: block;
	height: 100%;
	overflow: hidden;
	width: 100%;
	text-indent: -1000em;
	background-image: url(media/subscribe.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#subscribe a:hover {
	background-position: center -52px;
}
#content {
	padding-top: 20px;
}


/* Entries */
#leftside {
	padding-right: 35px;
	padding-top: 20px;
	float: left;
	width: 585px;
}
#explained-uncategorized, #explained-basics, #explained-growth, #explained-power, #explained-search, #explained-archive, #explained-info {
	background-image: url(media/explained.jpg);
	background-repeat: no-repeat;
	height: 30px;
	display: block;
	overflow: hidden;
	text-indent: -1000em;
	margin: 0px;
	padding: 0px;
}
#explained- {
	display: none;
}
#explained-uncategorized, #explained-info {
	background-position: center -90px;
}
#explained-search {
	background-position: center -120px;
}
#explained-archive {
	background-position: center -150px;
}
#explained-basics{
	background-position: center top;
}
#explained-growth {
	background-position: center -30px;
}
#explained-power {
	background-position: center -60px;
}
.entry {
	clear: both;
}
.entry-content {
	float: right;
	width: 500px;
	padding-bottom: 40px;
}
.entry-tag-, .entry-tag-uncategorized, .entry-tag-basics, .entry-tag-growth, .entry-tag-power, .entry-tag-info {
	height: 270px;
	width: 60px;
	float: left;
	background-image: url(media/tags.jpg);
	background-repeat: no-repeat;
	padding-right: 5px;
}
.entry-tag-, .entry-tag-uncategorized, .entry-tag-info {
	background-position: -255px top;
}
.entry-tag-basics {
	background-position: left top;
}
.entry-tag-growth {
	background-position: -85px top;
}
.entry-tag-power {
	background-position: -170px top;
}
.entry-tag- {
	text-indent: -1000em;
}
.entry-tag-uncategorized a, .entry-tag-basics a, .entry-tag-growth a, .entry-tag-power a, .entry-tag-info a {
	display: block;
	height: 100px;
	overflow: hidden;
	width: 100%;
	text-indent: -1000em;
}
h3.entrynumber {
	color: #311902;
	text-align: center;
	padding-top: 10px;
	letter-spacing: normal;
	font-size: 18px;
}
h3.entry-title {
	display: block;
	padding-bottom: 5px;
}
h3.entry-title a:link {
	color: #fdf0ae;
	text-decoration: none;	
}
h3.entry-title a:visited {
	color: #fdf0ae;
	text-decoration: none;	
}
h3.entry-title a:hover {
	color: #fdf0ae;
	text-decoration: underline;	
}
h3.entry-title a:active {
	color: #fdf0ae;
	text-decoration: none;	
}
h4.entry-date {
	display: block;
	background-image: url(media/broken-line.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 15px;
}
p.author {
	color: #98875b;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
	font-weight: bold;
	margin: 0px;
}
.more-link {
	display: block;
}
img {
	padding: 5px;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
}
img.alignright {
float: right;
margin: 4px 4px 4px 8px;
border: 1px solid #553e14;
display: block;
}
img.alignleft {
float: left;
margin: 4px 8px 4px 4px;
border: 1px solid #553e14;
display: block;
}
img.wp-smiley{
padding:0;
margin:0;
}
#bottom-actions-container{
border-top: 1px solid #553e14;
border-bottom: 1px solid #553e14;
padding: 5px 0 5px 0;
}
#bottom-actions-container li {
line-height: 16px;
padding: 0 0 3px 0;
}
.email-and-meta-container{
width: 250px;
float: left;
}
.postmetadata, .postmetadata alt {

	border: 1px solid #553e14;
	background-color: #311902;
	color:#FDF0AE;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	clear: both;
	line-height: 14px;
	margin-top: 10px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	white-space:normal;
}
.related-posts-container{
float: right;
width: 250px;
}

.socialbookmarks {
	margin-bottom: 0px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	white-space:normal;
}
.navigation {
	padding-left: 80px;
	clear: both;
}
.floatleft {
	float: left;
	clear: none;
	padding-bottom: 15px;
	width: 48%;
	position: relative;
	text-align: left;
}
.floatright {
	float: right;
	clear: none;
	padding-bottom: 15px;
	width: 48%;
	position: relative;
	text-align: right;
}
.entry-content ul, .entry-content ol {
	padding-left: 30px;
}


/* Menu */
#rightside {
	float: right;
	width: 150px;
	background-image: url(media/nav-swirls.jpg);
	background-position: center bottom;
	padding-top: 20px;
	padding-bottom: 120px;
	background-repeat: no-repeat;
}
#rightside ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#rightside ul li p {
	text-align: right;
}
#rightside a:link {
	color: #98875b;	
	text-decoration: none;
}
#rightside a:visited {
	color: #98875b;	
	text-decoration: none;
}
#rightside a:hover {
	color: #fdf0ae;
	text-decoration: none;
}
#rightside a:active {
	color: #98875b;	
	text-decoration: none;
}
.categories li, .pagenav li, .archive li, .linkcat li, .subs li {
	list-style-type: none;
	text-align: right;
	width: 140px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #694e1c;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 32px;
	clear: both;
	float: right;
	letter-spacing: 0.05em;
	padding-right: 10px;
}
.categories li a, .pagenav li a, .archive li a, .linkcat li a, .subs li a {
	display: block;
	height: 100%;
	overflow: hidden;
	width: 100%;
}
.categories h2, .pagenav h2, .archive h2, .linkcat h2, .subs h2 {
	height: 26px;
	width: 140px;
	background-image: url(media/menu-hd.gif);
	background-repeat: no-repeat;
	text-indent: -1000em;
}
.categories h2 {
	position: relative;
}
.categories h2 a {
	display: block;
	height: 100%;
	overflow: hidden;
	width: 100%;
	text-indent: -1000em;
}
.categories h2, .categories h2 a {
	background-position: right top;
}
.pagenav h2 {
	background-position: right -52px;
}
.subs h2 {
	background-position: right -104px;
}
.archive h2 {
	background-position: right -26px;
}
.linkcat h2 {
	background-position: right -78px;
}
.categories, .pagenav, .archive, .linkcat, .subs {
	list-style-type: none;
	padding-bottom: 20px;
	clear: both;
	float: right;
}
#menu-solid-basics a, #menu-solid-growth a, #menu-solid-power a {
	background-image: url(media/menu-icons.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
}
#menu-solid-basics a {
	background-position: left top;
}
#menu-solid-growth a {
	background-position: left -33px;
}
#menu-solid-power a {
	background-position: left -66px;
}
#menu-solid-basics a:hover {
	background-position: left -99px;
}
#menu-solid-growth a:hover {
	background-position: left -132px;
}
#menu-solid-power a:hover {
	background-position: left -165px;
}
.subs-counter a {
	background-image: url(media/menu-rss-icon.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.subs-counter a:hover {
	background-position: left -33px;
}


/* Comments */
form#commentform {
	padding-top: 5px;
}
input#author, input#email, input#url, input.y_name, input.y_email, input {
	border: 1px solid #553e14;
	background-color: #311902;
	vertical-align: middle;
	height: 16px;
	width: 186px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fdf0ae;
	margin: 0px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}
.y_error {
	border: 1px solid #c88200;
}
textarea#comment, textarea.y_msg {
	border: 1px solid #553e14;
	background-color: #311902;
	vertical-align: middle;
	width: 486px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fdf0ae;
	margin: 0px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	line-height: 20px;
}
input#submit, input.contact_submit  {
	border: 1px solid #553e14;
	vertical-align: middle;
	height: 20px;
	width: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fdf0ae;
	background-color: #694e1c;
	margin: 0px;
	padding: 0px;
}
input#submit:hover, input.contact_submit:hover {
	background-color: #c88200;
	cursor: pointer;
}
h3#commentstart {
	background-image: url(media/comments-hd.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-indent: -1000em;
	display: block;
	height: 40px;
}
h4#comments, h4#respond {
	background-image: url(media/divider-line.jpg);
	background-position: left bottom;
	width: 100%;
	padding-top: 20px;
	background-repeat: no-repeat;
	display: block;
	color: #98875b;
	display: block;
}
ol.commentlist {
	list-style-type: none;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
ol.commentlist li, ol.commentlist li.alt {
	list-style-type: none;
	padding-right: 20px;
	padding-left: 40px;
	padding-top: 5px;
	padding-bottom: 10px;
}
ol.commentlist li.alt {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #553e14;
	border-bottom-color: #553e14;
}
ol.commentlist li p, ol.commentlist li.alt p {
	padding-top: 5px;
	line-height: 16px;
}
ol.commentlist li, ol.commentlist li.alt {
	background-image: url(media/comment-icon.jpg);
	background-repeat: no-repeat;
	list-style-type: none;
	background-position: left 10px;
}



/* Footer */
#footer {
	background-image: url(media/bg-footer.jpg);
	background-position: center center;
	height: 30px;
	padding-top: 25px;
	padding-bottom: 20px;
	clear: both;
	background-repeat: no-repeat;
}
#footer-content {
	text-align: center;
	float: right;
	width: 515px;
	padding-right: 70px;
}
#footer-content p {
	margin: 0px;
	color: #211102;
	line-height: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 19px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #211102;
}
#footer-content a:link {
	color: #311902;
	text-decoration: none;
}
#footer-content a:visited {
	color: #311902;
	text-decoration: none;
}
#footer-content a:hover {
	color: #311902;
	text-decoration: underline;
}
#footer-content a:active {
	color: #311902;
	text-decoration: none;
}
#footer-logo {
	background-image: url(media/footer-logo.gif);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	height: 30px;
	width: 180px;
}
#footer-logo a {
	display: block;
	height: 100%;
	overflow: hidden;
	width: 100%;
	text-indent: -1000em;
}
#featured-on {
	height: 16px;
	width: 96px;
	padding: 30px 0 5px 0;
	margin: 0;
}
#featured-on span {
	display: block;
	height: 100%;
	overflow: hidden;
	width: 100%;
	text-indent: -1000em;
	background-image: url(media/featured/featured-on.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
ul#featured {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
	height: 36px;
}
ul#featured li {
	height: 16px;
	width: 16px;
	margin: 0px;
	list-style-type: none;
	float: left;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 10px;
}
ul#featured li img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* further adjustments */
#category-listing{
padding: 10px 0 0 60px;
}
.category-entry-title {
font-size: 14px;
font-weight: bold;
padding: 0 0 6px 0;
}
.category-entry-title a{
color: #fdf0ae;
}
.email-submit-button{
background-color:#694E1C;
border:1px solid #553E14;
color:#FDF0AE;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
height:20px;
margin:0;
padding:0;
vertical-align:middle;
width: 90px;
}
.email-submit-button:hover{
background-color:#C88200;
cursor:pointer;
}
#single-post-large-rect{
padding: 5px 0 0 0;
}
#single-post-large-rect-inner{
text-align: center;
padding:0;
margin: 0 auto;
}
.bsa-container{
clear: both;
text-align: center;
display: block;
}
.bsa-container-inner{
text-align: center;
}

/* The day when machines take over may not be far away. Instead of mother waking you up in the morning, the cold metal arm of a robot may shake you into wakefulness. */
