/*
Theme Name: 1024px mod
Theme URI: http://harpojaeger.com
Description: Based on Andreas Viklund's <a href="http://andreasviklund.com/templates/1024px/">1024px XHTML/CSS template</a>.
Version: n/a
Author: Harpo Jaeger
Author URI: http://harpojaeger.com

*/

	
/* Body */
body {
	background:#fff url(background.gif) top center repeat-y;
	color:#404040;
	font:76% Verdana,Tahoma,Arial,sans-serif;
	line-height:1.3em;
	padding:20px 0;
}

* {
	margin:0;
	padding:0;
}


	
/* Main wrap */
#wrap {
	color:#404040;
	margin:0 auto;
	width:970px;
}

#slogan {
	color:#808080;
	font-size:1.5em;
	font-weight:bold;
	letter-spacing:-1px;
	line-height:1.2em;
	margin:15px 0 20px 35px;
}

#toplinks {
	padding:5px 2px 2px 3px;
	text-align:right;
}


	
/* Headers */
h1 {
	color:#4088b8;
	font-size:3.2em;
	line-height:.8em;
	letter-spacing:-2px;
	margin:10px 0 0 25px;
}

h1 a {
	color:#4088b8;
}

h1 a:hover {
	text-decoration:none;
}

h2,table#wp-calendar caption {
	border-bottom:4px solid #dadada;
	text-align:left;
	font-weight:bold;
	color:#4088b8;
	font-size:1.4em;
	letter-spacing:-1px;
	margin:0 0 8px;
	padding:0 2px 4px 5px;
}

h3 {
	border-bottom:1px solid #dadada;
	color:#4088b8;
	font-size:1.2em;
	font-weight:bold;
	margin:10px 0 8px;
	padding:1px 2px 2px 3px;
}


	
/*These are custom style definitions I created for the Breadcrumb NavXT plugin.  Since it is currently deactivated, they are deactivated.
div.breadcrumb {
margin-left:225px;
margin-bottom:5px;
font-size:8pt;
}
span.breadcrumbLast{
font-style:italic;
font-weight:100;
}
*/

	
/* Sidebar */
#sidebar {
	float:left;
	margin:0 0 5px;
	padding:0;
	width:195px;
}

#sidebar p,#sidebar ul,#sidebar .textwidget {
	margin:0 0 15px 10px;
}

#sidebar li {
	list-style:none;
	margin:0 0 6px;
}

#sidebar li a {
	font-size:1.2em;
	font-weight:bold;
	padding:2px;
}

#sidebar ul ul {
	margin:5px 0 5px 10px;
}

#sidebar ul ul li {
	margin:0 0 5px;
}

#sidebar ul ul li a {
	font-weight:normal;
}

#sidebar h2,#sidebar h2 a {
	font-size:15px;
	padding:0;
}


	
/*#sidebar li.page_item {text-shadow: 0px 0px 10px #96bbd7;} Drop shadow for pagenav */
#sidebar .reader-publisher-module a {
	font-weight:normal;
}

#sidebar h3 a {
	font-size:13px;
}

#sidebar a.category-link {
	font-weight:normal;
	margin-right:10px;
}

#sidebar ul li span.category-count {
	font-size:10px;
}

#sidebar img.link-image {
	width:20px;
	height:20px;
	vertical-align:baseline;
}


	
/*Twitter classes */
.twitter-timestamp {
	font-style:italic;
}

#sidebar ul li p.twitter-message a {
	font-weight:normal;
	font-size:11px;
	word-wrap:break-word;
}


	


	
/* Content */
#content {
	float:right;
	line-height:1.5em;
	margin:-2px 0 10px;
	text-align:left;
	width:750px;
}

#content ul,#content ol {
	margin:0 0 18px 30px;
}

#content ul li,#content ol li {
	margin:0 0 3px;
}

#content ul ul,#content ol ol {
	margin:5px 0 5px 15px;
}

#content img {
	margin:5px;
}

#content p {
	margin:0 0 15px 10px;
}

#content p.timestamp {
	font-size:1.2em;
	margin:-5px 0 15px 10px;
}

#content p.timestamp a {
	font-weight:normal;
}

#content p.postmeta {
	border-top:2px solid #dadada;
	line-height:1.8em;
	font-size:11px;
}

#content p.postmeta span.meta-comment {
	float:right;
}

#content p.postmeta p.meta-date-categories {
	float:left;
}

#content #postnav {
	padding:5px;
	margin:5px 0 18px;
}

#content #postnav p {
	margin:0;
	padding-left:5px;
}

#content #postnav p.right {
	text-align:right;
	padding-right:5px;
	margin-top:-18px;
}

#content .introtext p {
	margin:-5px 0 15px 10px;
}


	
/*Adding this stuff to correct previous/next post link overlap 11/1/09 */
#content #postnav #previous-post {
	float:left;
}

#content #postnav #next-post {
	float:right;
}


	
/* Added for the Exquisite Corpse page */

	
/*Revision 11/8/08: button classes extended to contact page*/

	
/*12/5/09: removed input type selector before "button" class selector, since i'm now using the <button> tag, not <input>, with ajax*/

	
/*3.5.10: added selector for text reassembler*/
#content span.exquisite_corpse .button,#content span.contact_form input.button,#content span.text-reassembler form button#reassemble.button {
	padding:2px;
	width:75px;
	background-color:#A5A5A5;
}

#content span.exquisite_corpse .button:hover,#content span.contact_form input.button:hover,#content span.text-reassembler form button#reassemble.button:hover {
	background-color:#868686;
}

#content span.exquisite_corpse input.text {
	width:300px;
	height:20px;
}


	
/*added for the ajax revisions 12/3/09 */
#content span.exquisite_corpse div#promptline {
	font-weight:bold;
}

img.loader {
	vertical-align:bottom;
	height:11px;
	width:11px;
}


	
/*Added for the completed poems timestamps 11/12/09 */
#content span.exquisite_corpse p span.timestamp {
	font-size:10px;
}


	
/*Added for the contact page */

	
/*2/6/08: added selector definitions for random text page */
#content span.contact_form span.label,#content span.text-reassembler span.label {
	width:30%;
	text-align:right;
	float:left;
	clear:left;
	margin-top:15px;
	padding-top:3px;
	padding-bottom:3px;
	height:auto;
}

#content span.contact_form span.element,#content span.text-reassembler span.element {
	width:69%;
	text-align:left;
	float:right;
	clear:right;
	margin-top:15px;
}

#content span.contact_form span.element input[type=text],#content span.contact_form span.element select,#content span.contact_form span.element textarea {
	width:175px;
	padding:3px;
}

#content span.contact_form span.element textarea {
	width:175px;
	height:200px;
}


	
/*For the random text page */

	
/*
#content span.random_text span.element input.theurl {
	width:175px;
	padding:3px;
	margin-left:10px;
	margin-top:5px;
}

#content span.random_text span.element input.thelength {
	width:30px;
	margin-left:10px;
	margin-top:5px;
	padding:3px;
}

#content span.random_text span.element input[type=radio] {
	display:none;
}

#content span.random_text span.element textarea {
	height:100px;
	width:175px;
	padding:3px;
	margin-left:10px;
	margin-top:5px;
}
*/
#content span.text-reassembler form textarea {
	width:100%;
	height:100px;
	overflow:scroll;
}

#content span.text-reassembler form p input#length {
	height:20px;
	width:40px;
}


	
/* Footer */
#footer {
	border-top:4px solid #dadada;
	clear:both;
	color:#808080;
	font-size:1.1em;
	line-height:1.6em;
	margin:0 auto;
	padding:8px 0;
	text-align:right;
	font-weight:bold;
}

#footer p {
	margin:10px;
	padding:0;
}

#footer a {
	color:#808080;
	font-weight:bold;
}

#footer a:hover {
	text-decoration:underline;
}

#footer span {
	font-weight:normal;
}

#footer #footerlinks a {
	margin-left:10px;
	margin-right:10px;
}


	
/* Comments */
#content div.comment {
	margin-bottom:20px;
}

#content div.comment p {
	margin:0 0 4px 10px;
	padding:3px 0 0;
}

div#respond {
	clear:both;
	margin-top:30px;
}

#respond p {
	margin:0 0 5px 10px;
}

#respond input.button {
	padding:5px;
	width:100px;
	background-color:#A5A5A5;
}

#respond input.button:hover {
	background-color:#868686;
}

#respond textarea#comment {
	width:700px;
}

#respond input#submit {
	width:75px;
	color:#333;
}

#respond input,#respond textarea,form div.searchbox input {
	font:94% Verdana,Tahoma,Arial,sans-serif;
	border:1px solid #ccc;
}

.gravatarside {
	width:48px;
	height:48px;
	float:right;
	margin:0 5px 3px;
}


	
/* Tags */
blockquote {
	border:1px solid #dadada;
	font-size:.9em;
	margin:20px 10px;
	padding:8px;
}

blockquote p {
	padding:2px 0;
	margin:0;
	font-weight:bold;
}

table#wp-calendar {
	width:180px;
	margin:0 0 18px 10px;
}

p {
	margin:0 0 18px 10px;
}

ul,ol,dl {
	font-size:.9em;
	margin:2px 0 16px 35px;
}

ul ul,ol ol {
	margin:4px 0 4px 35px;
}

code {
	font-size:1.1em;
	background-color:#f4f4f4;
	color:#555;
	display:block;
	margin:5px 0 15px;
	padding:5px 5px 5px 7px;
	border:1px solid #ccc;
}


	
/* Links */
a {
	color:#4088b8;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a img {
	border:0;
}


	
/* Float fix */
.contenttext {
	overflow:hidden;
}

* html .contenttext {
	height:1px;
	overflow:visible;
}

* html .contenttext p {
	overflow:hidden;
	width:99%;
}


	
/* Searchbox */
.searchbox {
	margin:8px 0 15px 10px;
}

.searchbox label {
	display:none;
}

.searchbox input {
	font-size:.9em;
	padding:5px;
	width:166px;
	border:1px solid #ccc;
}


	
/* Various classes */
.post {
	margin:0 0 30px;
}

.textright {
	text-align:right;
}

.textcenter {
	text-align:center;
}

.hide {
	display:none;
}


	
/* WP image align classes */
.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.alignleft {
	float:left;
}

.alignright {
	float:right;
}

.wp-caption {
	border:1px solid #ddd;
	text-align:center;
	background-color:#f3f3f3;
	padding-top:4px;
	margin:10px;
	border-radius:3px;
}

.wp-caption img {
	margin:0;
	padding:0;
	border:0 none;
}

.wp-caption-dd {
	font-size:11px;
	line-height:17px;
	padding:0 4px 5px;
	margin:0;
}