/* @override 
	http://beckism.com/wp-content/themes/beckism_v3/style.css
*/

/*
Theme Name: Beckism.com Site Theme
Theme URI: http://beckism.com/
Description: The default layout for Beckism.com.
Version: 3.0
Author: One Crayon
Author URI: http://onecrayon.com/

Written using CSSEdit 2.5
www.macrabbit.com/cssedit
*/

/* @group Generic */

* {
	margin: 0;
	padding: 0;
}

body {
	font: 100% Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0.3em 0em 0.3em;
	font-family: "Gill Sans", Helvetica, sans-serif;
}

h1 {
	font-size: 2.0em;
}

h2 {
	font-size: 1.7em;
}

h3 {
	font-size: 1.4em;
	line-height: 1.4em;
}

h4 {
	font-size: 1.2em;
	padding: 0;
	margin: 1.2em 0 .3em 0;
}

h5 {
	font-size: 1.0em;
}

h6 {
	font-size: 0.8em;
}

ul, ol {
	padding-left: 2em;
}

li {
	line-height: 1.5em;
}

p, li {
	font-size: 1em;
}

p {
	line-height: 1.8em;
	margin: 1.2em 0;
}

pre {
	
}

code pre {
	font: .9375em Consolas, Courier, monospace;
	background: #F8FCF0;
	padding: 1em;
	overflow: auto;
}

hr {
	height: 0;
	border: none;
	width: 85%;
	color: #294F00;
	border-bottom: 1px solid #294F00;
	margin: 1em auto;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

blockquote {
	border-left: 2px solid #294F00;
	margin: 0 0 0 2.5em;
	padding: 0 0 0 1.0em;
	font-size: 0.8em;
	background: #f5f5f5;
}

blockquote blockquote {
	font-size: 1em;
}

a {
	text-decoration: none;
}

a:link, a:visited {
	color: #405E80;
	border-bottom: 1px dotted #405E80;
}

a:hover, a:active {
	border-bottom: 1px solid #405E80;
}

/* @end */

/* @group Universal Classes */

.left {
	float: left;
}

.right {
	float: right;
}

img.left {
	margin: 0 0.5em 0.5em 0;
}

img.right {
	margin: 0 0 0.5em 0.5em;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

.error {
	color: #732;
	background: #FFF3F5;
}

.caption {
	font-size: 0.8em;
	color: #039;
	text-align: center;
	font-family: "Gill Sans", Helvetica, sans-serif;
}

.musicbox {
	font: 0.8em "Gill Sans", Helvetica, sans-serif;
	margin: 0 0 1.0em 1.0em;
	padding: .5em;
	width: 14em;
	text-align: center;
	float: right;
	background: #F8FCF0;
	border: 3px double #294F00;
}

.dirt_location {
	font-style: italic;
	color: #294F00;
}

span.code, code {
	background: #F8FCF0;
	font-family: Consolas, Courier, monospace;
}

.standout {
	background: #F8FCF0;
	border: 3px solid #294F00;
	padding: 5px 10px;
	font-size: 1.25em;
}

a.standout {
	border: 3px solid #294F00;
	color: #405E80;
}

a.standout:hover {
	color: #294F00;
}

a.noborder {
	border: none;
}

.column {
	width: 17em;
	margin-right: 1em;
	float: left;
}

.grid {
	padding: 0;
	list-style-type: none;
}

.grid li {
	width: 11.5em;
	margin: 0 .5em .75em 0;
	float: left;
}

.wp-tag-cloud {
	padding: 0;
	list-style-type: none;
}

.wp-tag-cloud li {
	float: left;
	padding: 0;
	margin: 0 .5em .75em 0;
}

.wp-tag-cloud a {
	border: none;
}

.wp-tag-cloud a:hover {
	text-decoration: underline;
}

/* @group Tabs */

ul.tabs {
	text-align: left;
	font-size: .75em;
	margin: 0;
	list-style-type: none;
	border-bottom: 2px solid #294F00;
	padding: 4px 10px 3px 1.5em; /* THIRD number changes (X) */
}

ul.tabs li {
	display: inline;
	line-height: normal;
}

ul.tabs li a {
	padding: 3px 4px; /* FIRST changes (X) */
	border: 2px solid #294F00;
	margin-right: .5em;
	background-color: #fff;
	text-decoration: none;
	border-bottom: none;
}

ul.tabs a:hover {
	background: #F8FCF0;
}

.active {
	border-bottom: 2px solid #fff;
}

ul.tabs li.active a {
	background: #fff;
	color: #000;
	position: relative;
	top: 2px;
	padding-top: 4px; /* changes with respect to padding (X+1) */
}

/* @end */

/* @end */

/* @group Specific Layout */

#page {
	width: 55em;
	margin: 0 auto 1em auto;
}

#header {
	text-align: left;
	padding: 1em 0 0 1em;
}

#header h1 {
	text-align: right;
	font-size: 1.5em;
	line-height: .7em;
	padding: 0;
	position: relative;
	right: -2px;
	bottom: -2px;
	text-transform: uppercase;
}

#header h1 a {
	color: #294F00;
	border: none;
}

#main {
	text-align: left;
	border-top: 3px solid #294F00;
	border-bottom: 3px solid #294F00;
	padding-bottom: 2em;
}

#content {
	float: left;
	width: 36em;
	padding: 1em 1.5em 1em 1em;
}

/* @group Posts */

/* @group In Series */

.series_toc {
	width: 10em;
	padding: .75em 1em;
	float: right;
	margin-left: 1em;
	background: #F8FCF0;
	border: 3px double #294F00;
}

.series_toc ol {
	padding-left: 2.5em;
	margin-top: .5em;
	font-size: .75em;
}

.series_toc h4 {
	margin: 0;
	color: #294F00;
	font-size: .8125em;
}

.series_links {
	margin-bottom: 1em;
	text-align: center;
}

/* @end */

.post {
	margin: 0 0 2em 0;
}

.fiction .entry {
	background: url(images/fiction_label.png) no-repeat left 6px;
}

.tags {
	font-size: .75em;
	color: #294F00;
	padding: 1.4em 0;
	float: right;
	margin: 0 0 0 1.45em;
}

.tags a {
	border: none;
}

.tags a:hover, .tags a:active {
	text-decoration: underline;
}

.post h3 a, .post h3 a:link, .post h3 a:visited {
	border: none;
}

.post h3 a:hover {
	text-decoration: underline;
}

.entry, .excerpt {
	padding: 0 0 0 1em;
	margin: 0;
}

.entry p, .excerpt p {
	margin: 0 0 1.0em;
}

.entry ul, .excerpt p {
	margin-bottom: 1em;
}

.entry li, .excert li {
	margin-bottom: .5em;
}
}

.excerpt p {
	font-style: italic;
}

.postmetadata {
	margin: -1em 0 0 0;
	padding: 0;
	text-align: right;
	color: #294F00;
	font: .75em "Gill Sans", Helvetica, sans-serif;
	line-height: 1.6em;
}

/* @end */

.nav {
	margin: 0 auto;
	text-align: center;
}

.nav .left, .nav .right {
	width: 45%;
	margin: 0;
	font-size: .8125em;
}

.nav .left {
	text-align: left;
}

.nav .right {
	text-align: right;
}

#sidebar {
	width: 16em;
	float: right;
	background: #F8FCF0;
	border: 3px solid #294F00;
	border-top: none;
	padding: 0 0 1em 0;
}

#sidebar h4 {
	color: #294F00;
	padding: 0;
	margin: 1em 0 0 0;
	font-size: 1em;
}

#sidebar a:link, #sidebar a:visited {
	color: #405E80;
	font-family: "Gill Sans", Helvetica, sans-serif;
	border-bottom: none;
}

#sidebar a:hover, #sidebar a:active {
	text-decoration: underline;
}

#subscription {
	margin-top: .75em;
	text-align: center;
}

#supplement {
	text-align: center;
	padding: 1em 3px 0 3px;
	width: 16em;
	clear: right;
	float: right;
}

/* @group Unordered Lists */

#sidebar ul, #supplement ul {
	list-style-type: none;
	padding: 0;
}

#sidebar ul {
	padding: 0 1em;
}

#sidebar li {
	line-height: 1.25em;
}

#supplement ul {
	padding-top: 1em;
}

#supplement li {
	float: left;
	width: 8em;
	height: 25px;
	margin-bottom: 10px;
}

#supplement li.centered {
	width: 100%;
	text-align: center;
}

/* @end */

/* @group Search form */

.searchform {
	text-align: center;
}

#header .searchform {
	margin-top: 5px;
	float: right;
}

.searchform input {
	width: 12em;
	font: .75em "Gill Sans", Helvetica, sans-serif;
	color: #666;
	margin: 0 auto;
}

/* @end */

/* @group Contact forms */

.cform {
	
}

.cform ol {
	list-style-type: none;
	padding: 0;
}

.cform li {
	margin-bottom: 5px;
}

.cf_hidden, .linklove {
	display: none;
}

.cform label {
	display: block;
}

.cform textarea {
	width: 30em;
	height: 15em;
	padding: .2em;
}

.reqtxt, .emailreqtxt {
	display: block;
	font-size: .75em;
	color: #039;
}

.cform .single {
	font-size: .875em;
	width: 15em;
	padding: .2em;
}

.cform p {
	margin: 1em 0 0 0;
}

.cform .secinput {
	width: 3em;
	padding: .2em;
}

/* @end */

/* @group Comments */

#comments {
	margin: 1em 0 .5em 0;
	padding: 0;
}

#commentjump {
	float: right;
	margin: 0 1.5em 0 0;
	font-size: .75em;
}

ol#commentlist, ol#trackbacklist {
	padding: 0;
}

#commentlist {
	display: block;
}

#trackbacklist {
	display: none;
}

.comments {
	padding: 1em 1em 0 1em;
	margin: 0 1em;
}

.comments .citation {
	color: #666;
	font-style: italic;
	font-size: .875em;
	line-height: 1.6em;
	padding: .25em;
	width: 9.5em;
	float: left;
	margin: 0;
}

.comments #trackbacklist .citation {
	float: none;
	width: auto;
}

.comments .alt .citation {
	background: #F8FCF0;
}

.comment {
	font-size: .75em;
	margin-left: 11em;
	padding: .5em .5em 0 .5em;
}

.trackback {
	font-size: .75em;
	padding: 0 .5em 0 .5em;
}

#trackbacklist .alt {
	background: #F8FCF0;
}

.alt .comment {
	background: #F8FCF0;
}

.author {
	min-height: 95px;
	height: auto !important;
	height: 95px;
	background: url(images/author_comment.png) no-repeat 5px 35px;
}

.comment p, .trackback p {
	margin-top: 0;
}

.comment code pre {
	font-size: 1em;
}

.comments .metadata {
	margin: -1em 0 0 0;
	color: #294F00;
	font: .75em "Gill Sans", Helvetica, sans-serif;
	line-height: 1.6em;
	text-align: right;
	padding-right: .5em;
}

.comments ol {
	list-style-type: none;
}

.comments li {
	clear: both;
	margin-bottom: 2em;
}

#respond {
	margin: 1em 0 .5em 0;
	padding: 0;
}

#commentform label {
	font-size: .75em;
	color: #294F00;
	display: block;
	margin-bottom: .5em;
}

#commentform input {
	width: 15em;
	font: 1em "Gill Sans", Helvetica, sans-serif;
	color: #666;
	margin-bottom: .5em;
	vertical-align: top;
}

#commentform .controls input {
	width: auto;
	color: #000;
}

#commentform textarea {
	width: 30em;
	height: 15em;
	font: 1em "Gill Sans", Helvetica, sans-serif;
	margin-bottom: .75em;
}

.subscribe-to-comments {
	margin-top: 0;
}

#commentform .subscribe-to-comments label {
	display: inline;
	vertical-align: baseline;
}

#commentform .subscribe-to-comments input {
	vertical-align: bottom;
	margin-bottom: 7px;
}

/* @end */

#footer {
	clear: both;
	text-align: left;
	background: #F8FCF0;
	padding: 1px 1em;
	margin: 0 1em;
}

#footer p {
	font-size: .7em;
}

p#factoid {
	width: 33em;
	font-size: .8em;
	background: url(images/footer_factoid.png) no-repeat left 10px;
	padding-top: 35px;
	margin-top: 0;
}

#portrait {
	border: 3px solid #294F00;
	border-top: none;
	float: right;
	position: relative;
	top: -1px;
}

#portrait-caption {
	float: right;
	position: relative;
	top: 120px;
	right: 5px;
}

#copyright {
	clear: right;
	float: right;
	text-align: right;
	margin-top: 2.2em;
}

/* @end */