/*  
Theme Name: Wailuku
Theme URI: http://wp-themes.webjive.org/
Description: This is a two column theme, that is XHTML and CSS verified.  The theme is named after the city (Wailuku, HI) where the starfish photo was taken.
Version: 1.0
Author: Jason Schwanz
Author URI: http://jasonschwanz.com/

	This theme was designed and built by Jason Schwanz,
	whose blog you will find at http://jasonschwanz.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

	The CSS and XHTML are fully validated.

	Have fun, and don't be afraid to contact me if you have questions.
*/

body {
	background-color: #F0F0F0;
	padding: 0;
	margin: 0;
}

a {
	color: #025C25;
}

a:hover {
	color: #6F1B1B;
}

a:active {
	color: #6F1B1B;
}

#page {
	width: 800px;
	margin: auto;
	background: url(images/bgbody.jpg) repeat-y;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 11px;
}

#header {
	height: 216px;
	background: url(images/bgheader.jpg) no-repeat top;
	font-family: 'Lucida Sans', 'Lucida Sans Unicode', serif
}

#header .title {
	text-align: left;
	padding: 75px 0 0 65px;
	color: #FFF;
	font-size: 36px;
	font-weight: bold;
}

#header .title a {
	color: #FFF;
	text-decoration: none;
}

#header .subtitle {
	text-align: left;
	padding: 10px 0 0 65px;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
}

#toplinks {
	background: url(images/bgtop.jpg) no-repeat top;
	height: 67px;
	padding-left: 50px;
	padding-top: 5px;
}

#toplinks a {
	font-family: 'Lucida Sans', 'Lucida Sans Unicode', serif;
	font-size: 16px;
	padding-right: 20px;
	text-decoration: none;
}

#footer {
	height: 70px;
	background: #F0F0F0 url(images/bgfooter.jpg) no-repeat top;
	clear: both;
	text-align: center;
	color: #000;
	padding-top: 40px;
	font-size: 9px;
}

#container {	
	clear: both;
}

#content {
	float: left;	
	clear: left;
	margin-left: 19px;
	width: 535px;
	padding-bottom: 25px;
}

html>body #content {
	margin-left: 37px;
}

.post-top .post-title .post-entry .post-bottom {
	width: 534px;
}

.post-top {
	background: url(images/posttop.jpg) no-repeat left top;
	margin: 0 0 30px 0;
	position: relative;
	clear: both;
}

.post-title {
	background: url(images/postheader.jpg) repeat-y left;
	margin: 9px -9px 0px -10px;
	padding: 0px 10px 3px 10px;
}

.post-title h2, small {
	margin: 0px;
}

.post-title h2 {
	font-family: 'Lucida Sans', 'Lucida Sans Unicode', serif
}

.post-title h2 a {
	text-decoration: none;
}

.post-entry {
	background: url(images/postbody.jpg) repeat-y left;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	bottom: 11px;
	position: relative;
}

.post-entry img {
        border : 1px solid #999999;
        background-color : #F0F0F0;
        padding : 8px;
}

.post-entry img a {
	text-decoration: none;
}

.post-entry blockquote {
        margin : 16px 30px;
        padding : 8px;
        border : 1px solid #999999;
        background-color : #F0F0F0;
        line-height : 14px;
}

.post-entry ul {
        list-style-image: url(images/ul-star.jpg);
}

.more a {
        text-decoration: none;
}

.post-bottom {
	background: url(images/postfooter.jpg) no-repeat left bottom;
	padding: 4px 0px 0px 0px;
	position: relative;
	top: 6px;
}

#sidebar {
	float: right;
	clear: right;
	padding-right: 30px;
	width: 170px;
	padding-bottom: 25px;
	font-size: 9px;
}

#sidebar li ul {
	margin-bottom: 15px;
}

#sidebar li {
	list-style: none;
	margin-left: -30px;
}

#sidebar li li {
	list-style: none;
	margin-left: -30px;
}

#sidebar li li a {
	text-decoration: none;
}

#sidebar h2 {
	font-size: 12px;
	background: url(images/sidebarh2.png) no-repeat top;
	font-family: 'Lucida Sans', 'Lucida Sans Unicode', serif;
	text-align: center;
	color: #FFF;
	height: 20px;
	padding-top: 5px;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

.postmetadata {
	clear: left;
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px;
}

/* Begin Comments*/
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Begin Calendar */
#wp-calendar a {
	text-decoration: none;
	font-weight: bold;
	}

#wp-calendar caption {
	font-weight: bold;
	margin-top: 10px;
	text-align: center;
	width: 100%;
	}

#wp-calendar th {
	font-size: 9px;
	font-style: normal;
	text-transform: capitalize;
	}

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 175px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	font-weight: bold;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	font-weight: bold;
	}

#wp-calendar a {
	display: block;
	font-weight: bold;
	}

#wp-calendar td {
	font-size: 9px;
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */
