/*
Theme Name: SOT
Theme URI: http://www.seaoftreasures.net
Description: Basic Black Photoblog
Author: Kevin A. Lormand
Author URI: http://www.seaoftreasures.net
Version: 1.0

A Basic Black Theme for photobloging.  

*/

/* General Formating */

h1,h2
{
	font-family: cursive;
	font-weight: normal;
	font-style: italic;
}

h1
{
	font-size: 36pt;
}

h2
{
	font-size: x-large;
}

a:link
{
	color: #69BD45;
	text-decoration: none;
}

a:visited
{
	color: #69BD45;
	text-decoration: none;
}

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

a:active
{
	color: #FFAEB1;
	text-decoration: none;
}

/* Format Page page */

body
{
	background-color: black;
	color: #fff;
	text-align: center;
}

#page
{
	display: inline-block;
	text-align: left;
	width: 1024px;
}

/* HEADER */
#header
{
	border-bottom: medium ridge #fff;
	text-align: center;
}

/* CONTENT */

#content
{
	float: right;
	width: 800px;
}

/* SIDEBAR */
#sidebar
{
	border-right: medium groove #fff;
	border-bottom: medium ridge #fff;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 200px;
}

#sidebar ul,li
{
	list-style-type: none;
	margin:0px;
	padding: 0px;
	text-indent: 0px;
}


/* FOOTER */
#footer
{
	border-top: medium groove #fff;
	clear: both;
	font:italic normal normal small serif;
	margin-top: 10px;
	padding-top: 10px;
	text-align: center;
}

/* Comments */
.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}