/* Whole page
   -------------------------------------------- */

body {
	background-color: #AAAAAA;
	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;
	background-color: #E5B6A5;
	padding: 0.5em;
	margin-top: 11px;
	border: 1px #00549F solid;
}

/* 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;
}

table.table1 {
	border: 1px solid #000;
	background-image: url("sunset.jpg");
	background-repeat: repeat-x;
}

td.content {
	border: 0px #00549F solid;
	background-color: none;
}

td.full {
	background-color: black;
}

td.search {
	background-color: black;
	padding-top: 14px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

td.header {
	background-color: none;
	color: white;
}

td.block {
	background-color: none;
	font-size: 0.9em;
}

td.footer {
	background-color: none;
	font-size: 0.8em;
}

a.header, a.header:link, a.header:visited {
	text-decoration: none;
	background-color: none;
	border: 0;
}
a.header:hover {
	text-decoration: none;
	background-color: none;
	border: 0;
}

ol.comment {
	border-top: 1px solid #D7E2ED;
}

ul.lightbox {
	border: 1px solid #00549F;
	background-color: #E5B6A5;
	padding-top: 3px;
	margin-top: 11px;
	margin-right: 3px;
	margin-left: 3px;	
}

ul.whitebox {
	background-color: #fff;
	border: 1px dotted #00549F;
	padding-top: 3px;
	margin-right: 3px;
	margin-left: 3px;
}

li.feed {
	margin-left: 8px;
}

li.comment {
	border-bottom: 2px solid #D7E2ED;
}

p.comment {
	background-color: #eee;
	font-size: 0.8em;
}

/* Simple PHP Gallery */

#spg {
	margin-right:16em;
	font:13px verdana, sans-serif;
}

#spg a:link {
	color: #577058;
}
#spg a:visited {
	color: #333;
}
#spg a:hover, #spg a:active, #spg a:focus {
	color: #bbcbbc;
}
#spg h1 {
	/*-moz-border-radius:20px 20px 0 0;*/
	font:bold 18px Georgia, garamond, times, serif;
	margin:0;
	padding:2px 0 2px 10px;
	background:#036;
	color:#fff;
}
#spg #spgprev, #spgnext {
	display:block;
	padding:5px;
	border:1px solid #bbb;
	/*-moz-border-radius:5px;*/
	background:#ddd;
	text-decoration:none;
	margin:0 10px 10px;
}
html body #spg div #spgprev:hover, html body #spg  #spgnext:hover {
	border-color:#888;
	background:#ccc;
	color:#000;
}
#spg #spgprev {
	float:left;
}
#spg #spgnext {
	float:right;
}
#spg #image {
	text-align:center;
}
#spg .imgwrapper {
	float: left;
	margin: 0 0 15px 25px;
	padding: 2px;
	height:113px;
}
#spg .imgwrapper span {
	display:block;
	font:9px verdana, sans-serif;
	text-align:center;
}
#spg .imgwrapper img {
	background-color: #fff;
	border: 1px solid #ddd;
	/*-moz-border-radius:5px;*/
	padding: 4px;
}
#spg .imgwrapper a:visited img {
	background-color:#fff;
}
#spg .imgwrapper a:hover img, #spg .imgwrapper a:focus img {
	background-color: #036;
}
#spg .imgwrapper a:hover, #spg .imgwrapper a:focus {
	color:#000;
}
#spg #single {
	padding:3px;
	border:1px solid #aaa;
	/*-moz-border-radius:5px;*/
	background:#ddd;
}
#spg #desc {
	border-color:#ddd;
	border-style:solid;
	border-width:1px;
	text-align:center;
	clear:both;
	margin:5px 40px;
	padding:5px;
}
#spg #credit {
	background:#036;
	border-top:4px solid #333;
	/*-moz-border-radius:0 0 20px 20px;*/
	color:#fff;
	font-size:9px;
	margin:10px 0 0;
	padding:3px 0 3px 10px;
	clear:both;
}
#spg #credit a {
	color:#fff;
}
#spg #directories, #spg #breadcrumb {
	border-bottom:1px solid #ddd;
	margin:0;
}
#spg #breadcrumb {
	padding:5px;
	border-bottom:1px solid #ddd;
	background:#666;
	color:#fff;
	margin-bottom:10px;
}
#spg #breadcrumb a, #spg #breadcrumb a:hover, #spg #breadcrumb a:active {
	color:#fff;
}
#spg #dirdesc {
	padding:4px;
	border-bottom:1px solid #ddd;
}
#spg #gallery {
	margin:10px 5px 5px;
}
#spg #directories ul {
	list-style:circle;
	padding-bottom:5px;
}
#spg #directories li {
	margin:2px 0;
}
#spg #directories h2 {
	font:14px georgia, garamond, times, serif;
	font-weight:bold;
	text-indent:15px;
	margin:0;
}
#spg #directories h3 {
	font:12px georgia, garamond, times, serif;
	font-weight:bold;
	text-indent:20px;
	margin:0;
}

/* Content & menu
   -------------------------------------------- */

#menu {
	width: 14em;
	position: absolute;
	float: right;
	top: 200px;
	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;
	/*text-indent: 1000em;*/
	}

	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;
}



/* Temporary & testing
   -------------------------------------------- */


/* Backup of coloured menu headings

#menu ul {
	margin-top: 0;
	padding-left: 0;
	margin-left: 0;
	list-style: none;

	background-color: #B54141;
	color: #fff;
	padding: 1px;

}

#menu ul ul {
	background-color: white;
	margin-left: 0;
	list-style: square;
	list-style-position: inside;
	padding-left: 0.5em;
}

#menu ul ul * {

	background-color: white;
	color: #000;
	width: 100%;
}

#menu table, #menu form, #menu caption {
	background-color: #fff;
	color: black;
	width: 100%;
}
*/