/*
Theme Name: Russell Herder
Theme URI: http://blog.russellherder.com
Description: Russell Herder Blog Theme
Author: Faster Solutions
Author URI: http://fastersolutions.com/
Tags: 

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
* {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
.clear {
	clear: both;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
body {
	background: #fff;
	color: #4e4e4e;
	font: 12px/1.75em Arial, Helvetica, sans-serif;
}
h1, #sidebar h2 {
	font: normal 24px/1em Arial, Helvetica, sans-serif;
	color: #4e4e4e;
	text-transform:uppercase;
	padding-bottom: 15px;
	border-bottom: 3px solid #cacaca;
	text-decoration:none;
}
h1, h1 a {
	color: #4e4e4e !important;
	text-decoration:none;
}
h1 a:hover {
	text-decoration:none !important;
}
#sidebar h2 {
	color: #bf2e1a;
	font-size: 18px;
	border: none;
	padding: 0;
	margin-bottom: 10px;
}
h3 {
	color: #4e4e4e;
	font: 12px/1.75em Arial, Helvetica, sans-serif;
}
h3 a {
	font-weight: bold;
}
h4 {
	color: #4e4e4e;
	font: bold 16px/1.75em Arial, Helvetica, sans-serif;
}
p, h1, h2, h3 {
	margin-bottom: 15px;
}
#page {
	width: 891px;
	margin: 0 auto;
}
.header {
	width: 891px;
}
.logo {
	margin: 0 0 20px 0;
}
.nav {
	width: 450px;
	margin-left: 168px;
}
.nav a {
	display: block;
	font: 16px Geneva, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	background: #ebebeb;
	color: #bf2e1a;
	text-transform:uppercase;
	text-decoration:none;
	margin: 0 0 0 2px;
	width: 145px;
	height: 28px;
	text-align: center;
	padding-top: 6px;
}
.nav a:hover {
	background: #bf2e1a;
	color: #fff;
}
.nav a.currentlink {
	background: #bf2e1a;
	color: #fff;
}

#tagline{
	color:#bf311a;
	font:22px/1em Arial,Helvetica,sans-serif;
	margin:66px 0 0 145px;
	position:absolute;
	width:600px;
}

#tagline:first-line{
	font:26px/1em Arial,Helvetica,sans-serif;
	text-transform:uppercase;
	}

a.blogger, .blogger-author {
	display: block;
	margin: 0 5px 5px 0; 
	border: 2px solid #4e4e4e;
	width: 185px;
	height: 185px;
}
a.blogger:hover {
	background-position: 0 -185px;
}
.blogger-author {
	margin: 0 0 20px 20px; 
}
.header-right {
	width: 180px;
}
.social {
	width: 180px;
	height: 32px;
	margin: 5px 0 0 0;
}
.social ul, .nav ul, .footer-nav {
	list-style: none;
}
.social ul li, .nav ul li, .footer-nav ul li {
	float: left;
	display: inline;
}
.social a {
	display: block;
	background-image: url(images/social-media.png);
	background-repeat:no-repeat;
	width: 30px;
	height: 31px;
}
a.facebook:hover {
	background-position: 0 -32px;
}
a.delicious {
	background-position: -30px 0;
}
a.delicious:hover {
	background-position: -30px -32px;
}
a.flickr {
	background-position: -60px 0;
}
a.flickr:hover {
	background-position: -60px -32px;
}
a.linkedin {
	background-position: -91px 0;
}
a.linkedin:hover {
	background-position: -91px -32px;
}
a.twitter {
	background-position: -122px 0;
}
a.twitter:hover {
	background-position: -122px -32px;
}
a.rss {
	background-position: -152px 0;
}
a.rss:hover {
	background-position: -152px -32px;
}
.social a * {
	display: none;
}
.address {
	width: 180px;
	margin: 0 12px 0 0;
	font: 11px/1.5em Geneva, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	color: #a1a1a1;
	text-align: right;
}
.address a {
	color: #a1a1a1;	
	text-decoration: none;
}
.address a:hover {
	color: #000;
}
.narrowcolumn ul, ol {
	margin: 0 0 15px 20px;
}
.thread-alt {
}
.thread-even {
}
.depth-1 {
}
.even, .alt {
}
.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
}
.sticky h2 {
	padding-top: 10px;
}
ol.commentlist {
	margin: 0;
	padding: 0;
}
.commentlist li, #commentform input, #commentform textarea {
}
.commentlist li ul li {
}
.commentlist li {
	font-weight: bold;
}
.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}
.commentlist a {
	text-decoration:none;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	text-decoration:none;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}
#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.comment-body {
	padding: 0 20px;	
}
.commentmetadata {
	font-weight: normal;
}
small, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}
#wp-calendar a {
	text-decoration: none;
}
#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
/* End Typography & Colors */



/* Begin Structure */
.narrowcolumn {
	width: 587px;
}
.widecolumn {
	width: 890px;
}
.post hr {
	display: block;
}
.widecolumn .post {
	margin: 0;
}
.narrowcolumn .postmetadata {
	padding-top: 5px;
}
.widecolumn .postmetadata {
	margin: 30px 0;
}
.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}
.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}
.postmetadata {
	clear: both;
}
.content_area {
	border: 1px solid #afafaf;
	width: 867px;
	padding: 30px 12px;
	min-height: 600px;
	height: auto !important;
	height: 600px;
}
.content_area a {
	color: #bf2e1a;
	text-decoration:none;
}
.content_area a:hover {
	color: #000;
	text-decoration:none;
}
.wordpress {
	margin: 20px 0 0 0;
}
.wordpress a, .footer-nav a {
	color: #626262;
	text-decoration:none;
	font: bold 14px/2em Arial, Helvetica, sans-serif;
}
.wordpress a:hover, .footer-nav a:hover {
	color: #000;
}
.wordpress img {
	float: left;
	padding: 0 10px 0 0;
}
.footer-nav {
	margin: 15px 0 0 0;
}
.footer-nav a {
	display: block;
	padding: 5px;
	margin-left: 20px;
}
/* End Structure */



/*	Begin Headers */

h3.comments {
	padding: 0;
	margin: 40px auto 20px;
}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	border: 2px solid #4e4e4e;
}
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	margin: 0 0 5px 5px;
	display: inline;
}
img.alignleft {
	margin: 0 5px 5px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}
html>body .entry li {
	margin: 7px 0 8px 10px;
}
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}
.entry ol li {
	margin: 0;
	padding: 0;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
.postmetadata a, .sharethis, a.more-link, .navigation a {
	display: block;
	background-color: #cacaca;
	color: #fff;
	padding: 7px 15px;
	font: bold 12px/1em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0 3px 0 0;
	height: 16px;
}
.sharethis {
	text-transform: none;	
}
.postmetadata a, .sharethis, a.more-link {
	float: left;
}
.postmetadata a, a.more-link, .navigation a {
	padding: 9px 15px 7px 15px;
	height: 14px;
}
.bubble a {
	padding: 9px 15px 7px 40px;
	background-image: url(images/bubble.png);
	background-repeat:no-repeat;
	background-position: 10px 6px;
}
.sharethis a {
	color: #fff;
	text-decoration: none;
}
.postmetadata a:hover, .sharethis:hover, .sharethis a:hover, .navigation a:hover, a.more-link:hover, #sidebar #searchsubmit:hover, a.viewmorelink:hover, #respond #submit:hover {
	background-color: #bf2e1a;
	color: #fff;
	text-decoration:none;
	cursor:pointer;
}
div.hr {
	height: 1px;
	background: url(images/hr.png) repeat-x 0 0;
	border: none;
	margin: 40px 0 25px 0;
}
div.hr hr {
	display: none;
}
select,option {
	font-size: 11px;	
}
a.viewmorelink {
	display: block;
	background: #fff;
	text-align: center;
	color: #cacaca;
	padding: 5px 0;
	text-transform:uppercase;
	font-weight: bold;
	text-decoration: none;
}
#sidebar #searchsubmit, #sidebar #s {
	display: block;
	background-color: #fff;
	color: #cacaca;
	padding: 5px !important;
	font: bold 14px/1em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	border: none;
	display: inline;
}
#sidebar #s {
	text-transform: none;
	height: 18px;
}
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}
#sidebar #searchform #s {
	width: 145px;
	float: left;
}
#sidebar #searchsubmit {
	width: 70px;
}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	background-color: #ebebeb;
	border-bottom: 3px solid #fff;
	padding: 20px 10px;
}
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}
#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	border: none;
}
.widget_flickrRSS ul {
	list-style-type: none !important;
	list-style-image: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
.widget_flickrRSS li {
	margin: 0 !important;
	padding: 0 !important;
	float: left;
	display: inline;
}
.widget_flickrRSS img {
	border: 2px solid #4e4e4e;
	margin: 0 2px 2px 0;
}
.aktt_tweets ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.aktt_tweets li {
	padding-bottom: 10px !important;
}
.widget_googlereader a {
	color: #000;
	text-decoration: none;
}
.widget_googlereader a:hover {
	color: #bf2e1a;
}
.widget_archive {
	width: 111px;
	float: left;
	font-size: 12px;
}
li.widget_archive, li.widget_categories {
	border: none !important;
}
.widget_archive a {
	color: #a6a6a6;
	font-weight: bold;
	display: block;
	padding: 0 0 0 10px;
	background: url(images/arrow.png) no-repeat 0 6px;
	text-decoration:none;
}
.widget_categories {
	width: 111px;
	float: right;
	border: none !important;
	font-weight: bold;
}
.widget_tag_cloud {
	clear: both;
	border-top: 3px solid #fff;	
}
.widget_tag_cloud a {
	color: #a6a6a6;
	text-decoration:none;
}
/* End Entry Lists */



/* Begin Form Elements */
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}
#respond {
	background: #ebebeb;
	padding: 20px;
}
#respond h2 {
	color: #bf2e1a;
	font: normal 18px/1em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	margin-bottom: 15px;
	border-bottom: 2px solid #b0b0b0;
}
#respond label {
	float: left;
	color: #bf2e1a;
	text-transform:uppercase;
	font-size: 14px;
	width: 110px;
	display: block;
	text-align: right;
	padding: 0 10px 0 0;
}
#respond p {
	color: #bf2e1a;
}
#respond textarea, #respond input {
	width: 390px;
	border: none;
	font-size: 14px;
	padding: 10px;
	margin: 0;
}
#respond textarea {
	height: 60px;
}
#respond #submit {
	text-transform:uppercase;
	background: #cacaca;
	color: #fff;
	width: 120px;
	font-weight: bold;
	text-align: center;
	margin-right: 4px;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}
.commentlist {
	padding: 0;
}
.commentlist li {
	margin: 25px 0 0 0;
	padding: 25px 5px 0 10px;
	list-style: none;
	background-image: url(images/hr.png);
	background-repeat: repeat-x;
	background-position: top;
}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
.children {
	padding: 0;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */



/* Begin Sidebar */
#sidebar {
	width: 265px;
	background-image:url(images/sidebar.png);
	font-size: 11px;
}
#sidebar form {
	margin: 0;
}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	display: block;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff;
}
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.center {
	text-align: center;
}
.hidden {
	display: none;
}
.screen-reader-text {
	position: absolute;
	left: -1000em;
}
hr {
	display: none;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

