/*
Theme Name: Seaside
Theme URI: http://www.webahead.net
Description: Nice and cool looking theme
Version: 1.0
Author: Terry Bytheway
Author URI: http://www.webahead.net
*/

body {
	margin: 0; padding: 0;
	text-align: center;
	font-family: Arial, san-serif;
	font-size: 10pt;
	background-color: #f0efd3;
	color: #000;
}
#page {
	margin: 0 auto;
	text-align: left;
	width: 772px;
	position: relative;
	background-color: #fff;
	border: #000 1px solid;
}
#header {
	height: 167px;
	background-image: url(images/bckheader.gif);
}
#header #search {
	position: absolute;
	right: 10px;
	top: 15px;
}
#header #search #s {
	border: none;
	vertical-align: middle;
	background-color: #f0efd3;
	border: #000 1px solid;
	margin-right: 10px;
}
#header #search #searchsubmit {
	vertical-align: middle;
}

#header ul {
	margin: 0; padding: 0;
	list-style-type: none;
	margin-left: 75px;		
}
#header ul li {
	display: inline;
	padding-right: 20px;
}
#header ul li a {
	text-decoration: none;
	text-transform: lowercase;
	color: #000;
}

#container {
	padding: 0px 20px;
	padding-top: 20px;
}
#content {
    float: left;
    width: 515px;
}
#sidebar {
	float: right;
	background-color: #edf2f3;
	width: 205px;
}

#sidebar ul {
	list-style-type: none;
	margin: 0; padding: 0;
	margin-left: 5px;
	margin-right: 5px;
}

#sidebar ul li, #sidebar ul li h2 {
	color: #5f8d85;
	font-weight: bold;
	font-size: 10pt;
}

#sidebar ul li h2 {
	background-color: #EBDDE2;
	padding: 2px 2px 2px 5px;
	font-weight: bold;
}

#sidebar ul ul {
	list-style-type: disc;
	margin-left: 20px;
}

#sidebar li li, #sidebar li li a {
	color: #5a8b97;
	font-weight: normal;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 8pt;
}

#loginform {
	margin: 0; padding: 0;
}

#footer {
	height: 75px;
	background: no-repeat url(images/bckfooter.gif);
	clear: both;
	color: #fff;
	font-weight: bold;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

a {
	color: #5f8d85;
	text-decoration: none;
	font-weight: bold;
}

a img {
	border: none;
}

acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
}

acronym, abbr {
	cursor: help;
}

blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}

cite {
	font-size: 90%;
	font-style: normal;
}

h1, h1 a {
	margin: 0; padding: 0;
	padding-top: 25px;
	padding-left: 25px;
	font-family: "Trebuchet MS";
	font-size: 20pt;
	text-decoration: none;
	color: #000;
}

h2 {
	border-bottom: 1px dotted #ccc;
	font: 95% "Times New Roman", Times, serif;
	letter-spacing: 0.2em;
	margin: 15px 0 2px 0;
	padding-bottom: 2px;
}

h3 {
	margin-top: 0;
	color: #629fae;
	font-size: 14pt;
}
h3 a {
	text-decoration: none;
	color: #629fae;
}
h3 small, h3 small a {
	font-size: 8pt;
	font-weight: normal;
	vertical-align: middle;
	margin-left: 10px;
	color: #85845d;
	font-weight: bold;
}

small {
	font-size: 8pt;
}


ol#comments li p {
	font-size: 100%;
}

p, li, .feedback {
	font: 90%/175% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: -1px;
}

/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.feedback {
	color: #ccc;
	text-align: right;
	clear: both;
}

.meta {
	font-size: .75em;
	background-color: #f0efd3;
	padding: 3px;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {
	color: #808080;
	font-weight: normal;
	letter-spacing: 0;
}

.storytitle {
	margin: 5px 0px;
	padding: 0;
}

.storytitle a {
	text-decoration: none;
}

.storycontent {
	color: #7c7b61;
	font-size: 12pt;
	text-align: justify;
}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
	width: 100%;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}

#commentlist {
	background-color: #f6f6f6;
}

#wp-calendar {
	border: 1px solid #ddd;
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	width: 90%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}

#wp-calendar caption {
	color: #999;
	font-size: 16px;
	text-align: left;
}

#wp-calendar td {
	color: #ccc;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}


