/*
Theme Name: The StyleSheet
Theme URI:
Description:
Version:
Author:
Author URI:
*/



* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333;
	line-height: 1.4;
}

/* --- General links --- */
a {
	color: #ff2400;
	text-decoration: none;
}

a:hover {
	color: #8b1409;
	text-decoration: none;
}

a img {
	border: none;
}
img.image-right, img.alignright {
	float: right;
	margin: 0 0 10px 10px;
}
img.image-left, img.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

/* --- Layout --- */
#container {
	width:970px;
}

#header {
	background-image: url("/images/site/bkgrd_header.jpg");
}

#header #logo {
	height: 92px;
	background: url("/images/site/logo_thestylesheet.gif") 15px no-repeat;
	border-bottom: 3px solid #ff2400;
}

#header #logo h1 {
	text-indent: -9999px;
}

#header #logo h1 a {
	display: block;
	width: 310px;
	height: 92px;
}

#content {
	width:970px;
}

#main {
	float: left;
	width: 675px;
	padding: 0 20px 10px 20px;
	margin-top:20px;
	border-right: solid 1px #f5efc5;
}

/* Formatting */
#content h1 {
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	font-size: 1.5em;
	line-height: .9;
}

#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.0em;
	color: #222;
	font-weight: normal;
	letter-spacing: -1px;
	margin-bottom: 6px;
	line-height:1.2;
}
#content h2 a {
	color: #222;
}

#content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	line-height: 1.2;
	color: #222;
	font-weight: normal;
	letter-spacing: -1px;
	margin-top:10px;
	margin-bottom:2px;
}

#content h3 a {
	color: #222;
	text-decoration: underline;
}
#content div.post h3 {
	margin-bottom: 0;
}

#content h4 {
	font-size:1.4em;
	font-weight:normal;
	margin-top:10px;
	margin-bottom:2px;
}

#content #home h3 {
	margin:10px 0 10px 0;
}
#content #home h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	color: #222;
	font-weight: normal;
	letter-spacing: 0;
	margin-bottom: 0px
}
#content #home h4 a {
	color: #222;
	text-decoration: underline;
}

#content p, #content ul, #content li {
	padding-bottom: 8px;
}

#content p.byline, #content cite {
	text-transform: uppercase;
	font-style: normal;
	font-size: .8em;
	color: #999999;
}
.align-right {
	text-align: right;
}

#content ol {
	padding-left: 50px;
}

#content ul {
	padding-left: 25px;
	list-style-type: square;
}

#content .author {
}

#content .author h3 {
	border-top: dotted 1px #ddd;
	padding-top: 10px;
	margin-top: 10px;
}

#content .author img {
	float: left;
	border: 5px solid #f1f1f1;
	padding: 1px;
	margin: 0 10px 10px 0;
}

.sign-up-button {
	margin: 4px 0 0 52px;
	padding: 2px;
	color: #222;
}

#content blockquote.pullquote {
	background: none;
	float: right;
	text-align: center;
	line-height: 1.2;
	margin: 30px;
	padding: 0;
	width: 250px;
}

.pullquote p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	color: #ff2500;
	font-weight: normal;
	font-style: italic;
	text-transform: lowercase;
	letter-spacing: -1px;
	margin-bottom: 10px;
}
#content blockquote {
	padding: 0 36px 0 60px;
	background:url(/images/icons/quotes.gif) 20px 5px no-repeat;
	color:#777;
	min-height: 40px;
  	height: auto !important;
  	height: 40px;
}

#sidebar {
	float: left;
	width: 234px;
	padding:0 10px 10px 10px;
	margin-top:20px;
	font-size: .85em;
}

.posts-by-author {
	padding-left:10px;
}

.accessory_item {
	border-top: solid 1px #f5efc5;
	padding: 10px;
	margin: 10px 0px;
}

#sidebar .first {
	border:none;
	padding-top:0;
}


.accessory_item form fieldset {
	border: none;
	margin:0;
}

.accessory_item form fieldset button {
	margin-left:5px;
	padding:0;
	height:22px;
	font-weight:bold;
	text-transform:uppercase;
	font-size:.9em;
	border:1px solid #ccc;
}

.accessory_item form fieldset input {
	height: 1.25em;
}

.accessory_item form fieldset label {
	display: block;
	font-size: 1.1em;
}

.accessory_item form fieldset legend, #content .accessory_item h3 {
	font: 1.5em Georgia, Verdana, Arial, Helvetica, sans-serif;
	padding:0;
	margin-left: -8px;
	line-height: 1.25;
	color: #222;
}

.accessory_item form fieldset legend span {
	color: #ff2400;
	font-style: italic;
}

.divider {
	border-top: 1px solid #f5efc5;
	margin-top: 20px;
	padding-top: 20px;
}
#footer {
	margin: 20px 0 0 0;
	padding: 20px;
	font-size: .9em;
	border-top: 3px solid #ff2400;
	background-color:#fdfbee;
}

/* - Posts - */
div.post, #content ol.commentlist li {
	border-top: 1px #d1d1d1 dashed;
	margin: 10px 0 5px 0;
	padding-top: 5px;
}
img.author-pic {
	margin:0px 10px 10px 0px;
	padding:2px;
	border: 1px solid #F5EFC5;
	background:#FDFBEE;
	float:left;
}
div.wrapper {
	margin: 1em 0;
}
div.wrapper img {
	margin:0px 10px 10px 0px;
	float:left;
	padding: 2px;
	border: 1px solid #000;
}

.related-entries {
	margin: 0 0 1.5em 0;
}
/* - Comments - */
#content ol.commentlist {
	padding-left: 0;
	list-style-type: none;
}
#content ol.commentlist li.my-comment{
	background:#f4f4f4;
	padding: 10px;
}
form#commentform {
	border-top: solid 4px #f5efc5;
	border-bottom: solid 4px #f5efc5;
	background-color:#fdfbee;
	padding: 10px;
	margin-top:10px;
} 

form#commentform textarea {
	width: 98%;
}
/* --- Navigation --- */
#navigation {
	padding:10px;
	margin:0;
	background-color: #fdfbee;
	border-bottom:1px solid #f5efc5;
}

#navigation ul {
	width:970px;
}

#navigation li {
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	color: #ccc;	
	font-size: 2.0em;
	display: inline;
	text-transform: uppercase;
	margin:0;
}

#navigation a {
	padding: 3px 5px 3px 10px;
	font-size: .7em;
	color:#222;
	border-left:1px solid #f5efc5;
}

#navigation .first {
	border:none;
}
	
#navigation a:hover {
	color: #ff2400;
}

#comment-on-article {
	border-top: solid 4px #f5efc5;
	border-bottom: solid 4px #f5efc5;
	background-color:#fdfbee;
	padding: 10px;
	margin-bottom:10px;
}

#published-by {
	text-transform: uppercase;
	font-size: .8em;
	color: #999999;
}

/* --- Special --- */
#skip-navigation {
	position: absolute; 
	left: -1000em; 
	width: 20em;
	z-index: 2;
}

/* Clear fix */
.clear:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clear{
    display: block;
}
/*  \*/
.clear{
    min-height:1%;
}
* html .clear{
    height:1%;
}
/*  */		

/* -- TABLES -- */
table {
	border-collapse: collapse;
	border-spacing: 5px;
        margin: 1.5em 0 1.5em 0;
	width: 100%;
}

caption {
	text-align: left;
	font-weight: bold;
}
th, td {
	border: 1px #ccc solid;
	padding: .5em;
}
th, thead {
	background-color: #efefef;
        font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	padding-left: 2em;
	text-align: left;
}
td img {
	padding: 10px;
}


