/*
Theme Name: Waccamaw Morning
Theme URI: http://thri.ca/
Description: Developed by the Thrica Network for Epta Astera, including a nice shot of Lake Waccamaw in the morning
Version: 1.6
Author: C. Harwick
Author URI: http://thri.ca/
*/


/* Begin Typography & Colors */
body {
	background: url(/images/bg.jpg) center 0px;
	font: 12px Helvetica, Arial, sans-serif;
	color: #FFF;
	margin: 0; padding: 0;
}
a, a:visited { color: #9CF; text-decoration: none; }
a:hover { color: #68D; text-decoration: underline; }
p { margin: 0 0 12px 0;}
hr { height: 0; border: none; border-bottom: 1px solid #CCC; clear: both; }

#head {
	margin: 0 auto;
	padding: 0;
	height: 315px;
	width: 900px;
	background: url(/images/head-sal.jpg) top no-repeat;
}
#searchform {
	position: absolute;
	top: 5px;
	left: 50%;
	margin-left: 200px;
}
#navbar {
	position: relative;
	top: 261px;
	left: 5px;
	text-align: center;
	margin: 0 auto; padding: 0;
	width: 793px;
	height: 54px;
}
#navbar a {
	height: 54px;
	display: -moz-inline-block;
	display: -moz-inline-box;
	display: inline-block;
    vertical-align: middle;
	margin: 0; padding: 0;
	background-image: url(/images/head-sal.jpg);
}
#navbar a span, #head .description, #categories span, #archives span, #vpe span { display: none; }

/* Navbar Hovers */
.nav1 { background-position: -140px -261px; width: 97px; }
.nav2 { background-position: -237px -261px; width: 108px; }
.nav3 { background-position: -345px -261px; width: 113px; }
.nav4 { background-position: -458px -261px; width: 175px; }
.nav5 { background-position: -630px -261px; width: 140px; }
.nav1:hover { background-position: -140px -315px; }
.nav2:hover { background-position: -237px -315px; }
.nav3:hover { background-position: -345px -315px; }
.nav4:hover { background-position: -458px -315px; }
.nav5:hover { background-position: -630px -315px; }
/* End Navbar Hovers */

#categories {
	height: 27px; width: 178px;
	background: url(/images/sideitems.png) 0 -27px;
	margin: 10 auto 0 auto;
}
#archives {
	height: 27px; width: 178px;
	background: url(/images/sideitems.png);
	margin: 10 auto 0 auto;
}

#container {
	width: 900px;
	margin: 0 auto;
}

#content {
	background: url(/images/contentbg.jpg) 0 -85px;
	float: left;
	width: 650px;
	padding: 15px; margin: 0;
}

#sidebar {
	width: 190px;
	padding: 15px; margin: 0;
	float: right;
	background: url(/images/sidebg.jpg) 0 -85px;
}

small {
	font-size: 0.9em;
	line-height: 1.5em;
}
strong { color: #FFF; }

h1, h1 a, h1 a:hover, h2 a:hover, h3 a:hover h1 a:visited {
	text-decoration: none;
	color: #FFF;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited { color: #FFF; }

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, cite { text-decoration: none; }

.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;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

.commentmetadata { font-weight: normal; }

.postinfobox {
	list-style: none;
	background: url(/images/sidebg.jpg);
	padding: 15px;
	border: 1px solid #777;
}
.postinfobox li { margin: 0; padding: 0; }
li.related { padding-left: 15px ;}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike { color: #CCC; }
#sidebar ul { list-style: none; padding-left: 10px; }

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}
/* End Typography & Colors */



/* Begin Structure */
.post {
	margin: 0 0 40px;
	text-align: justify;
}

.postmetadata { clear: both; }
.clear { clear: both; }

.date { 
	display: block;
	border-bottom: 1px solid #999;
	padding-bottom: 0px;
	text-decoration: none;
	color: #CCC;
}

.halfwidth { width: 50%; }
.halfwidth textarea { height: 100px; width: 20px; }

/* End Structure */



/*	Begin Headers */

h2.pagetitle { margin-bottom: 20px; }
h2 { margin: 5px 0 0 0; font-size: 1.3em; }
h3 { margin: 5px 0 0 0; font-size: 1.3em; }

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	font-size: 1.2em;
}

/* End Headers */



/* Begin Images */

/*	Using 'class="alignright"' on an image will align the image to the right. And using 'class="centered',
	will of course center the image. */

img.centered {
	display: block;
	margin: 0 auto;
}

img { padding: 2px; border: 1px solid #999; margin: 3px; }
#sidebar img { padding: 2px; border: 1px solid #777; margin: 3px; }

img.alignright { margin: 0 0 2px 7px; }
img.alignleft { margin: 0 7px 2px 0; }
.alignright { float: right; }
.alignleft, .avatar { float: left }
.center { text-align: center; }
.noborder, #sidebar .noborder { border: none; }
img.play { margin: 0; padding: 0; border: none; }

.commentlist p { clear: both; }

/* End Images */

select { width: 130px; }

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#commentform #submit {
	margin: 0;
	float: right;
}
/* End Form Elements */



/* Begin Comments*/

.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 Various Tags & Classes */

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.hidden { display: none; }

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* Footer Icons */

.footericon {
	height: 32px;
	width: 32px;
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
    vertical-align:middle;
	margin: 5px;
	background-image: url(/images/footericons.png);
}

.footericon span { display: none; }

#thrica { background-position: 0 -32px; }
#wordpress { background-position: -32px -32px; }
#nfs { background-position: -64px -32px; }
#commons { background-position: -96px -32px; }
#thrica:hover { background-position: 0 0; }
#wordpress:hover { background-position: -32px 0; }
#nfs:hover { background-position: -64px 0; }
#commons:hover { background-position: -96px 0; }
#vpe { background: url(/images/footericons.png) 0 -64px; height: 5px; width: 92px; margin: 0 auto; }

/* Badges */
.badge {
	display: block;
	height: 20px;
	width: 150px;
	margin: 0 auto;
	background-image: url(/images/badges.png);
}
.badge span { display: none; }
#badge-lastfm { background-position: 0 0; }
#badge-lastfm:hover { background-position: -150px 0; }
#badge-facebook { background-position: 0 -20px; }
#badge-facebook:hover { background-position: -150px -20px; }
#badge-myspace { background-position: 0 -40px; }
#badge-myspace:hover { background-position: -150px -40px; }
#badge-rss { background-position: 0 -60px; }
#badge-rss:hover { background-position: -150px -60px; }