/* Whole page
   -------------------------------------------- */

body {
	background-color: #C9C1B8;
	color: black;
}

body.alt {
	background-image: url("../images/gradient.gif");
	background-attachment: fixed;
	background-position: bottom;
	background-repeat: repeat-x;
}

#content {
	margin-right: 1px;
	margin-left: 1px;
	text-align: left;
	background-color: #F4D9A9;
	padding: 0.5em;
	margin-top: 11px;
	border: 1px #00549F solid;
        width: 624px;
}

/* Image from sxc.hu (http://www.sxc.hu/browse.phtml?f=view&id=16710)
   Thanks bradleym! */

#header {
	position: absolute;
	top: 40px;
	left: 0px;
	background-position: top right;
	background-repeat: no-repeat;
	width:80%;
	margin: 0;
	height: 150px;

	padding-left: 45px;

	font-family: Georgia;
	font-weight: normal;
	font-size: 3em;
}

div#chatonline {
	margin: 0;
	border: 2px #eee solid;
	color: #000;
	background-color: #CCCCCC;
	font-size: 9px;
	float: left;
	position: absolute;
	left: 140px;
	width: 140px;
	visibility: hidden;
}

h1 {
	font-size: 18px;
}

#content h1 {
	font-size: 16px;
}

table.table1 {
	border: 1px solid #000;
	background-image: url("sunset.jpg");
	background-repeat: repeat-x;
}

td.content {
	border: 0px #00549F solid;
	background-color: transparent;
}

td.full {
	background-color: black;
}

td.search {
	background-color: black;
	padding-top: 14px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

td.header {
	background-color: transparent;
	color: white;
}

td.block {
	background-color: transparent;
	font-size: 0.9em;
}

td.footer {
	background-color: transparent;
	font-size: 0.8em;
}

a.header, a.header:link, a.header:visited {
	text-decoration: none;
	background-color: transparent;
	border: 0;
}
a.header:hover {
	text-decoration: none;
	background-color: transparent;
	border: 0;
}

ol.comment {
	border-top: 1px solid #D7E2ED;
}

ul.lightbox {
	border: 1px solid #00549F;
	background-color: #F4D9A9;
	padding-top: 3px;
	margin-top: 11px;
	margin-right: 3px;
	margin-left: 3px;
	width: auto;
	list-style: square;
}

ul.whitebox {
	background-color: #fff;
	border: 1px dotted #00549F;
	padding-top: 3px;
	margin-right: 3px;
	margin-left: 3px;
}

li.feed {
	margin-left: 8px;
}

div.gallerycomments {
        background-image: url("gallery-comments-bg.jpg");
	background-position: top;
	background-repeat: repeat-x;
        border: 1px #83685E solid;
        margin: 0 0 5px 0;
}

div.gallerycomments hr {
        visibility:hidden;
}

.feedTitle h3 {
	font-size: 1.2em;
}

li.comment {
	border-bottom: 2px solid #D7E2ED;
}

p.comment {
	background-color: #eee;
	font-size: 0.8em;
}

/* Content & menu
   -------------------------------------------- */

#menu {
	width: 14em;
	position: absolute;
	float: right;
	top: 100px;
	right: 5em;

	font-size: 90%;
}
* html #menu { /* make IE put it in the right place */
	right: 5em;
}


#menu ul {
	margin-top: 0;
	padding-left: 0;
	margin-left: 0;
	list-style: none;
	background-color: #B54141;
	color: #000000;
	}

	ul li {
	margin-left: 8px;
	list-style: square;
	padding-left: 0.5em;
	text-indent: 5px;
	color: black;
	}

	ul {
	margin-left: 8px;
	list-style: none;
	padding-left: 0.5em;
	text-indent: 0;
	color: black;
	}

	li {
	margin-left: 8px;
	list-style: none;
	padding-left: 0.5em;
	color: black;
	}

#menu a:link, #menu a:visited {
	color: #2A577B;
	border: none;
}

#menu ul ul {
	margin-left: 0;
	list-style: square;
	list-style-position: inside;
	padding-left: 0.5em;
	text-indent: 0;
	background-color: #B54141;
	color: black;
}


#menu form{
	margin: 0;
}
#menu form br {
	display:none;
}
input {
	font-family: Verdana, Tahoma, Arial, sans-serif;
}


/* Posts and other specials like feeds
   -------------------------------------------- */


#content h2 {
	font-size: 0.9em;
	color: #666;
	margin-bottom: 0;
	margin-top: 0;
}

#recentcomments {  /*- The ID of the div that contains or wraps the whole list. */
	font-size: 1.1em;
}
#recentCommentsTitle { /*- The ID of the span that contains the title (�Recent Comments:�). */
	font-size: 1.0em;
}
#recentcommentsList { /* - The ID of the �outer� ul that contains the list of post titles. */
	padding-left: 0px;
	font-size: 0.9em;
}
.recentCommentsPostTitle { /* - The class of the spans that contain the post titles. */
	padding-left: 0px;
	font-size: 1.0em;
	font-color: #00F;
	list-style: square;
}
#recentcommentsList li ul li { /* - This will give you the comment excerpts themselves (list items in the �child� lists under the post title list items). */
	padding-left: 0px;
	font-size: 0.9em;
	list-style: circle;
	font-style: italic;
}
.commentAuthor { /* - The class of the spans that contain the comment author names. */
}

.feedDescription h2 {
	font-size: 0.9em;
	color: #666;
	margin-bottom: 0;
	margin-top: 0;
}

.feedDescription {
	font-size: 1.6em;
	color: #666;
	margin-bottom: 5px;
	margin-top: 5px;
}

.feedItemTitle {
	font-size: 1.0em;
	font-weight: normal;
	}

.feedItem {
	font-size: 1.0em;
	font-weight: normal;
	margin-left: 0px;
	}

li.feedItem {
	list-style: square;
	margin-left: 8px;
	}

h3 {
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 0.33em;
}

.storytitle {
	margin-top: 0.25em;
}

.post-categories {
	display: inline;
	margin: 0;
	padding: 0;
}
.post-categories li {
	display: inline;
	margin-left: 0 3px 0 0;
	padding: 0;
}

.post .meta {
	font-size: 0.85em;
	color: #666;
}
.post .meta * {
	margin-top: 0;
}

.post .feedback {
	margin-bottom: 3em;
	border-bottom: 1px solid #ccc;
	padding-bottom: 1px;
}


/* Credit
   -------------------------------------------- */

p.credit {
	margin-right: 20em;
	margin-left: 40px;
	padding: 0.5em;
	font-size: 90%;
}
p.credit a:visited, p.credit a:link {
	border: none;
}


/* Basic typography
   -------------------------------------------- */

body {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 80%;
}

p, td, th, li {
	font-size: 1em;
	line-height: 1.65em;
}


a:link, a:visited {
	text-decoration: none;
	color: #2A577B;
	border: 0px solid white;
}
a:hover {
	background-color: #989EC2;
	border: 0px solid #ccc;
}

