﻿
body
{
	background-color: #ffffff;
	color: #444444;
	font-family: Sans-Serif;
	font-size: 14px;
	margin: 0 0px;
	letter-spacing: 0px;
	line-height: 1.5;
}

/* establish min width to prevent left float from "dropping off" when browser width decreased 
suggestion from: http://stackoverflow.com/questions/1182147/how-to-prevent-left-post-section-from-dropping-off/1182151#1182151 */
#main-container
{
	min-width: 940px;
}

#main-container .header-background
{
	margin-top: -7px;
	padding-bottom: 0px;
	background-color: Black;
}

h1
{
	letter-spacing: 1px;
	color: #666666;
	font-size: 35px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
}

h2
{
	color: #666666;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	margin-bottom: 0px;
}

h4
{
	font-size: 14px;
	margin-bottom: -14px;
}

a
{
	text-decoration: none;
	color: #5C80B1;
}

a:hover
{
	text-decoration: underline;
}

a#subscribe
{
	position: absolute;
	top: 151px;
	right: 27px;
	padding-right: 18px;
	background: url(../../pics/rssButton.gif) no-repeat right;
}

img
{
	border: none;
}

blockquote
{
	border-left: solid 1px black;
	padding-left: 10px;
	font-style: italic;
	margin: 15px 20px 15px 60px;
}

#content-window
{
	background-color: white;
	margin: 0 0 0 0;
}

#content
{
	float: left;
	width: 70%;
	margin: 0 10px;
}

.hilite
{
	background-color: #ff0;
}

.loginbox
{
	margin: 0 auto;
}

#postnavigation
{
	margin-bottom: 10px;
	text-align: center;
	color: Gray;
	background: white;
	border: 1px solid;
	border-color: #999999;
	padding: 3px;
}

#search
{
	font-size: 9pt;
	background-color: white;
	border: 1px solid silver;
	padding: 3px 10px;
	line-height: 16px;
	margin-bottom: 10px;
	color: #666666;
}

*.place
{
	font-weight: bold;
}

*.race
{
	color: #999999;
	font-weight: bold;
}

.paypaldonate
{
	margin-top: 20px;
}

/* Twitter */
ul#twitter_update_list
{
	font-size: 8pt;
}

ul#twitter_update_list a
{
	display: block;
	margin-bottom: 10px;
	font-size: 7pt;
}

ul#twitter_update_list li
{
	text-indent: 0pt;
}
/* list-style: url(http://www.scottmarlowe.com/images/twitter/twitter_icons_16_t.png) disc inside; */
/* end Twitter */

/*----------------------------
					 Header
----------------------------*/

#header
{
	background-color: #000000;
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
	margin-top: -25px;
	padding-bottom: 2px;
}

#header .hdrsearch
{
	position: relative;
	top: 40px;
	margin-left: 800px;	/* use margin-left rather than left b/c ff/ie display horizontal scrollbar unnecessarily otherwise */
}

#header h1
{
	font-family: Arial;
	font-size: 65px;
	font-weight: bold;
	margin: 0px;
	letter-spacing: 8px;
	line-height: 1.1;
}

#header h2
{
	font-weight: normal;
	letter-spacing: 4px;
	color: black;
	margin: 0px;
	line-height: 1.2em;
}

#header a
{
	text-decoration: none;
	color: white;
}

/*----------------------------
	Twitter landing page
----------------------------*/

#twitterlp .master-box
{
	line-height: 16px;
	color: #666666;
	height: 100%;
	width: 850px;
	margin: 0 auto; /* center */
	border: 2px dotted;
	border-color: #999999;
	background-color: White;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 40px;
}

#twitterlp .box
{
	line-height: 16px;
	color: #666666;
	height: 100%;
	width: 850px;
	margin: 0 auto; /* center */
	margin-bottom: 20px;
	border: 2px dotted;
	border-color: #999999;
	background-color: White;
}

#twitterlp .box-p
{
	margin-top: 40px;
}

#twitterlp h1
{
	font-family: Tahoma, Arial, Times New Roman;
	font-size: 16pt;
	margin-bottom: 20px;
}

#twitterlp h2
{
	font-family: Tahoma, Arial, Times New Roman;
	font-size: 15pt;
	margin-left: 30px;
}

#twitterlp .img-site
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-color: White;
	width: 800px;
	padding-bottom: 20px;
}

#twitterlp #footer
{
	margin-top: 100px;
}

/*----------------------------
	end Twitter landing page
----------------------------*/

/*----------------------------
						Menu
----------------------------*/

#menu
{
	background: #A52A2A;
	padding: 5px;
	margin-bottom: 10px;
}

#menu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu ul li
{
	display: inline;
}

#menu li
{
	margin-right: 5px;
}

#menu ul li a
{
	padding: 5px;
	font-size: 11px;
	font-weight: bold;
	color: White;
}

#menu ul li a.feed img
{
	position: relative;
	top: 2px;
	margin-right: 3px;
	color: White;
}

/*----------------------------
				Side Panel
----------------------------*/

#sidebar
{
	float: right;
	width: 26%;
	margin: 0 10px 10px 0;
	border-left: dotted 1px silver;
}

#sidebar h2
{
	margin: 5px 0 7px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid silver;
	color: #999999;
}

#sidebar .copyright
{
	background-color: white;
	border: 1px dashed #999999;
	padding: 3px 15px;
	margin-top: 33px;
}

#sidebar .box
{
	background-color: white;
	border: 0px dashed;
	border-color: #999999;
	padding: 3px 15px;
	line-height: 16px;
	margin-bottom: 25px;
	color: #666666;
	height: 100%;
}

#sidebar .box ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-transform: capitalize;
}

#sidebar .box ul li
{
	margin-bottom: 3px;
}

#sidebar img.rssButton
{
	margin-right: 3px;
}

#sidebar .tabbox
{
	margin-left: 15px;
	line-height: 16px;
	margin-bottom: 25px;
	color: #666666;
}

#sidebar .tabbox h1
{
	margin: 5px 0 7px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #999999;
	color: #999999;
}

#sidebar .tabbox ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sidebar .tabbox ul li
{
	margin-bottom: 3px;
	margin-top: 3px;
	border-bottom: dotted 1px black;
	padding-bottom: 5px;
}

#sidebar .tagcloud ul li
{
	border-bottom: none;
}

/*----------------------------
					 Blogroll
----------------------------*/

/*#blogroll ul
{
	list-style-type: none;
	margin: 0 0 3px 0;
	padding: 0px;
}

#blogroll ul li ul li a
{
	margin-left: 25px;
	color: #666666;
}

#blogroll ul li a img
{
	border: none;
	margin-right: 3px;
}*/

/*----------------------------
			Fiction
----------------------------*/

table.center
{
	margin-left: auto;
	margin-right: auto;
}

.fiction
{
	padding: 3px 10px;
	background-color: white;
	line-height: 1.2;
}

.fiction table
{
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	border-bottom: solid 1px black;
}

.fiction h1
{
	margin: 0 0 20px 0;
	position: relative;
	top: 5px;
	border-bottom: 1px dashed silver;
}

.fiction h2
{
	border-bottom: 1px solid black;
	font-size: 18px;
	letter-spacing: 2px;
}

.fiction p
{
	line-height: 1.5;
}

.fiction .fictionitem img
{
	border: solid 3px black;
}

.fiction .fictiontype
{
	font-size: 11px;
	font-family: Verdana;
	letter-spacing: 3px;
}

.thankYouForYourPurchase
{
	border: dotted 1px black;
	width: 95%;
	background-color: #ffffcc;
	padding: 10px 5px 10px 10px;
	margin: 0 auto;
	font-size: 10pt;
	margin-top: 20px;
}

/*----------------------------
					 Posts
----------------------------*/

div.post, .mceContentBody
{
	border: 0px solid #999999;
	padding: 3px 10px 30px;
	margin-bottom: 0px;
	background-color: white;
	line-height: 1.2;
}

div.post h1, .mceContentBody h1
{
	margin: 0 0 7px 0;
	position: relative;
	top: 5px;
	font-size: 13pt;
}

div.post .author
{
	color: #666666;
	font-size: 11px;
	float: left;
}

div.post .pubDate
{
	color: #666666;
	font-size: 10px;
	float: right;
	font-weight: bold;
}

div.post .text
{
	margin-top: 30px;
	line-height: 20px;
}

div.post .retweet
{
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-top: 4px;
}

div.post .text h2
{
	margin-bottom: -10px;
}

div.post .text h3
{
	font-size: 11px;
	margin-bottom: -10px;
	padding: 0;
}

div.post .footer
{
	text-align: right;
	border-top: 1px dashed silver;
	border-bottom: 1px solid black;
	padding-top: 8px;
	padding-bottom: 8px;
}

div.post .bottom
{
	margin-bottom: 45px;
}

div.post .categories
{
	margin-bottom: 5px;
	float: right;
}

div.post .tags
{
	float: left;
	margin-bottom: 5px;
}

/* This will add that link icon next to each link in the posts. Removing for now b/c it also adds the link icon next to images */
/*div.post .text a[href^="http:"]
{
	background: url(../../pics/remote.gif) right top no-repeat;
	padding-right: 10px;
	white-space: nowrap;
}*/

/*----------------------------
			Related Posts
----------------------------*/

#postnextsteps
{
	background: white;
	padding: 5px 10px 10px 10px;
	border: 1px solid #999999;
}

#postnextsteps p
{
	display: block;
	margin-top: 5px;
	font-size: 10pt;
}

#postnextsteps a
{
	display: block;
	margin-top: 5px;
	font-size: 10pt;
}

#postnextsteps h2
{
	margin: 0px;
}

#postnextsteps span
{
	color: #666666;
	text-indent: 10px;
	font-size: 9px;
}

/*----------------------------
				Recent posts
----------------------------*/

ul.recentPosts li
{
	padding-bottom: 10px;
}

ul.recentPosts li a
{
	font-weight: bold;
}

ul.recentPosts li span
{
	display: block;
	text-indent: 10px;
	text-transform: none;
}

/*----------------------------
			Recent comments
----------------------------*/

ul.recentComments li
{
	padding-bottom: 10px;
	text-transform: none;
	font-size: 8pt;
}

ul.recentComments li a.postTitle
{
	font-weight: bold;
}

/*----------------------------
			Social bookmarks
----------------------------*/

.bookmarks
{
	float: left;
}

/*----------------------------
					Comments
----------------------------*/

.comment
{
	border: 1px solid #999999;
	background-color: white;
	padding: 3px 10px;
	margin-bottom: 10px;
}

.comment .date
{
	font-size: 10px;
	color: #666666;
	text-align: right;
	margin: 0;
	padding: 3px 0px;
	border-bottom: 1px dashed silver;
}

.comment .author
{
	margin: 0;
	padding: 3px 0px;
	border-top: 1px dashed silver;
}

/* comment preview window */
.self
{
	border: 1px dashed black;
}

.comment .gravatar
{
	float: left;
	clear: both;
	margin: 5px 10px 5px 0;
}

.comment .gravatar img
{
	height: 80px;
	width: 80px;
}

.comment .content
{
	min-height: 85px;
	margin: 5px;
	margin-left: 85px;
}

.comment cite
{
	font-family: Monospace;
	font-style: normal;
}

.comment img.flag
{
	position: relative;
	top: 2px;
}

/*----------------------------
					Archive
----------------------------*/

#archive
{
	background-color: white;
	padding: 10px;
}

#archive h1
{
	margin: 0;
	border-bottom: 1px dashed silver;
	padding-bottom: 9px;
}

#archive h2
{
	border-bottom: 1px solid silver;
	padding-bottom: 4px;
	font-size: 12px;
	margin-bottom: 10px;
}

#archive h2 img
{
	margin-right: 3px;
}

#archive ul
{
	list-style-type: square;
	margin: 0 10px;
	padding: 10px;
}

#archive ul li
{
	margin-right: 20px;
}

#archive table
{
	width: 100%;
	border-collapse: collapse;
}

#archive table td, #archive table th
{
	text-align: left;
}

#archive table td
{
	text-align: left;
	border-bottom: 1px solid #D8D8D8;
	padding: 2px 0;
}

#archive .date
{
	width: 85px;
}

#archive .comments
{
	width: 70px;
	text-align: center;
}

#archive .rating
{
	width: 70px;
	text-align: center;
}

/*----------------------------
					 Search
----------------------------*/

#searchbox
{
	margin-top: 5px;
	font-size: 12px;
}

/* this is the font size of the search input field */
#searchbox input
{
	font-size: 14px;
}

#searchbox #searchbutton
{
	margin-left: 5px;
}

#searchbox #searchfield
{
	width: 200px;
}

/*----------------------------
			Search on search
----------------------------*/

#searchonsearch
{
	background: white;
	padding: 5px 10px;
	margin-bottom: 20px;
	border: 1px solid silver;
}

#searchonsearch h3
{
	margin: 3px;
	font-size: 13px;
}

#searchonsearch ol li
{
	margin: 2px 0;
}

/*----------------------------
				Month list
----------------------------*/

ul#monthList
{
	font-weight: bold;
}

ul#monthList ul li
{
	margin-left: 20px;
	font-weight: normal;
}

ul#monthList li.year
{
	cursor: pointer;
}

ul#monthList ul
{
	display: none;
}

ul#monthList ul.open
{
	display: block;
}

/*----------------------------
				 Tag cloud
----------------------------*/

#tagcloud
{
	margin-bottom: 10px;
	white-space: normal;
}

#tagcloud li
{
	display: inline;
}

#tagcloud a
{
	margin-right: 3px;
	display: inline;
}

#tagcloud a.biggest
{
	font-size: 20px;
}

#tagcloud a.big
{
	font-size: 17px;
}

#tagcloud a.medium
{
	font-size: 13px;
}

#tagcloud a.small
{
	font-size: 12px;
}

#tagcloud a.smallest
{
	font-size: 10px;
}

/*----------------------------
					 Page
----------------------------*/

#page
{
	border: 1px solid silver;
	padding: 3px 10px;
	margin-bottom: 20px;
	background-color: white;
	line-height: 17px;
}

#page h1
{
	margin: 3px 0 10px 0;
}

#page #admin
{
	border-top: 1px solid silver;
	margin-top: 10px;
	padding: 5px 0;
}

/*----------------------------
				Search page
----------------------------*/

#searchpage
{
	margin-bottom: 30px;
}

#searchpage input#q
{
	width: 300px;
}

#searchpage input#comment
{
	clear: both;
}

.searchresult
{
	margin-bottom: 20px;
}

.searchresult a
{
	font-weight: bold;
}

.searchresult span.text
{
	clear: both;
	display: block;
	margin: 3px 0;
}

.searchresult span.type
{
	display: block;
}

.searchresult span.url
{
	color: Gray;
}

.searchpage ul.paging
{
	list-style-type: none;
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
}

.searchpage ul.paging li
{
	display: inline;
	border: 1px solid gray;
	background: #f1f1f1;
	margin-right: 5px;
}

.searchpage ul.paging li a
{
	padding: 5px 8px;
}

.searchpage ul.paging li.active
{
	background: #f1f1f1;
	border: 1px solid black;
}

/*----------------------------
				Contact page
----------------------------*/

#userpage
{
	background: white;
	padding: 10px;
}

#userpage h1
{
	margin-top: 0;
	margin-bottom: 5px;
	border-bottom: 1px dashed silver;
}

#userpage label
{
	display: block;
	padding-top: 5px;
}

#userpage input.field
{
	width: 200px;
}

#userpage textarea
{
	display: block;
	overflow: auto;
	width: 75%;
	height: 150px;
	margin: 0;
}

#userpage .aboutimage
{
	margin-top: 15px;
	margin-left: 20px;
}

/*----------------------------
			Syntax highlighter
----------------------------*/

.code
{
	font-size: 12px;
	color: black;
	font-family: Consolas, "Courier New" , Courier, Monospace;
	background-color: #F1F1F1;
	line-height: normal;
}

.code p
{
	padding: 5px;
}

.code .rem
{
	color: #008000;
}

.code .kwrd
{
	color: #0000ff;
}

.code .str
{
	color: #006080;
}

.code .op
{
	color: #0000c0;
}

.code .preproc
{
	color: #0000ff;
}

.code .asp
{
	background-color: #ffff00;
}

.code .html
{
	color: #800000;
}

.code .attr
{
	color: #ff0000;
}

.code .alt
{
	background-color: #f4f4f4;
}

.code .lnum
{
	color: #606060;
}

/*----------------------------
					XFN tags
----------------------------*/

div.post .text a[rel]
{
	padding-right: 11px;
	background-repeat: no-repeat;
	background-position: right center;
}
div.post .text a[rel="me"]
{
	background-image: url('../../pics/xfn/me.gif');
}

/*-------- [ These should cascade to pick the correct icon for the contact ]--*/

/*-------- [ Normal contacts ]--*/
div.post .text a[rel~="contact"], div.post .text a[rel~="acquaintance"], div.post .text a[rel~="friend"]
{
	background-image: url('../../pics/xfn/contact.gif');
}
/*-------- [ Normal contacts youve met ]--*/
div.post .text a[rel~="contact"][rel~="met"], div.post .text a[rel~="acquaintance"][rel~="met"], div.post .text a[rel~="friend"][rel~="met"]
{
	background-image: url('../../pics/xfn/contactMet.gif');
}

/*-------- [ Colleague and co worker icon more important than contact ]--*/
div.post .text a[rel~="colleague"], div.post .text a[rel~="co-worker"]
{
	background-image: url('../../pics/xfn/colleague.gif');
}
/*-------- [ Colleague and co worker icon when met ]--*/
div.post .text a[rel~="colleague"][rel~="met"], div.post .text a[rel~="co-worker"][rel~="met"]
{
	background-image: url('../../pics/xfn/colleagueMet.gif');
}

/*-------- [ Sweethearts are more important than work!!! ]--*/
div.post .text a[rel~="muse"], div.post .text a[rel~="crush"], div.post .text a[rel~="date"], a[rel~="sweetheart"]
{
	background-image: url('../../pics/xfn/sweet.gif');
}
/*-------- [ ...and if youve met them thats even better ]--*/
div.post .text a[rel~="muse"][rel~="met"], div.post .text a[rel~="crush"][rel~="met"], div.post .text a[rel~="date"][rel~="met"], div.post .text a[rel~="sweetheart"][rel~="met"]
{
	background-image: url('../../pics/xfn/sweetMet.gif');
}

/* The Page Footer */
#footer
{
	clear: both;
	color: #FFF;
	background: #A52A2A;
	border-top: 2px solid black;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 175px;
	font-size: 95%;
	width: 100%;
}

#footer a
{
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}

#footer p
{
	margin: 10px 0 0 0;
}

#footer img
{
	margin: 10px 0 0 0;
}

#footer .footer-left
{
	float: left;
	width: 50%;
	margin: 0 0 0 10px;
	text-align: left;
	position: absolute;
}

#footer .footer-right
{
	float: right;
	width: 50%;
	text-align: right;
	margin: 0 10px 0 0;
}

/* comment form */
.commentForm
{
	margin: 20px 10px 15px 0px;
	padding: 10px;
	border: 1px solid #f2f2f2;
	background-color: #FAFAFA;
}

.commentForm label
{
	display: block;
	font-weight: bold;
	margin: 2px 0;
}

.commentForm input
{
	padding: 2px;
	border: 1px solid #eee;
	font: normal 1.2em Verdana, sans-serif;
	color: #777;
	width: 300px;
	margin-bottom: 5px;
}

.commentForm .submit-button
{
	margin-top: 20px;
	margin-bottom: 30px;
}

.commentForm textarea
{
	font: normal 1.2em Verdana, sans-serif;
	border: 1px solid #eee;
	height: 150px;
	display: block;
	color: #777;
	width: 100%;
}

.commentForm .bbcode
{
	font-size: 10px;
	float: right;
	position: relative;
	top: -20px;
}

.commentForm #btnSave
{
	background: #FFFFFF none repeat scroll 0%;
	border: 1px solid #CCCCCC;
	color: #4284B0;
	font-family: Arial,Sans-serif;
	font-size: 1em;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: normal;
	margin: 2px 0px 2px;
	padding: 2px 3px;
}

.commentInModerationQueue
{
	border: dotted 1px black;
	width: 85%;
	background-color: #ffffcc;
	padding: 10px 5px 10px 20px;
	margin: 0 auto;
	font-size: 9pt;
	margin-top: 20px;
}

.bookshelf
{
	text-align: center;
}

.bookshelf img
{
	border: solid 4px black;
	height: 252px;
	width: 167px;
}

.bookshelf #amazontracker
{
	width: 1px;
	height: 1px;
	border: none !important;
	margin: 0px !important;
}

