/*
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: 2
Author: C. Harwick
Author URI: http://thri.ca/
*/


/* Begin Typography & Colors */
* { line-height: 140%; }
body {
	background: #606370;
	font: 12px 'lucida grande',calibri, sans-serif;
	color: rgba(255, 255, 255, 0.8);
	margin: 0; padding: 0;
}
a, a:visited {
	color: rgba(0,0,0,0.6);
	text-decoration: none;
}
a:hover { color: rgba(0,0,0,0.9); }
hr { height: 0; border: none; border-bottom: 1px solid rgba(255,255,255,0.3); clear: both; }

#head {
	margin: 0 auto 25px;
	width: 960px;
}
h1.description { margin: 0; }
h1.description a {
	text-indent: -9999em;
	display: block;
	height: 163px; width: 350px;
	background: url(images/logo.png);
	margin: 15px auto 0;
	opacity: 0.6
}
div.description { display: none; }

.menu {
	margin: 25px 0 0; padding: 0;
	list-style: none;
	text-align: center;
	border-bottom: 1px solid rgba(255,255,255,0.6);
}
.menu li { display: inline-block; }
.menu li a {
	display: block;
	padding: 10px 20px;
	font-size: 18px;
	color: rgba(255,255,255,0.6);
	-webkit-transition: 0.2s color;
	-moz-transition: 0.2s color;
	transition: 0.2s color;
	position: relative;
}
.menu li a:hover { color: #FFF; text-decoration: none; }
.menu .current_page_parent a, .menu .current-menu-item a, .menu .current-page-ancestor a { color: white; }

.current-menu-item a:before, .current-menu-item a:after,
.current_page_parent a:before, .current_page_parent a:after,
.current-page-ancestor a:before, .current-page-ancestor a:after {
	display: block;
	position: absolute;
	content: "";
	height: 0; width: 0;
	border: 10px solid transparent;
	left: 50%;
	margin-left: -10px;
}
.current-menu-item a:before, .current_page_parent a:before, .current-page-ancestor a:before {
	border-top-color: rgba(255, 255, 255, 0.6);
	bottom: -21px;
}
.current-menu-item a:after, .current_page_parent a:after, .current-page-ancestor a:after {
	border-top-color: #606370;
	bottom: -20px;
}

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

#content, #comments {
	float: left;
	width: 650px;
	padding: 0 60px 25px 0;
	border-right: 1px solid rgba(255, 255, 255, 0.3);
}

#sidebar, #reply {
	width: 190px;
	float: right;
}

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: rgba(255,255,255,0.1);
	padding: 15px;
	border: 1px solid rgba(0,0,0,0.3);
}
.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;
	padding-bottom: 0px;
	text-decoration: none;
	color: #CCC;
}
.postunder { border-bottom: 1px solid rgba(255,255,255,0.1); margin-top: -8px; padding-bottom: 5px; }

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

/* End Structure */



/*	Begin Headers */

h2.pagetitle { margin-bottom: 20px; }

h2, h3 {
	font-weight: normal;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding-bottom: 10px;
	text-transform: uppercase;
	text-align: center;
	font-size: 1.5em;
}
#sidebar h2, h3 { 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: 5px;
	margin: 5px;
	background: rgba(255, 255, 255, 0.5);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
#sidebar img { padding: 2px; border: 1px solid #777; margin: 3px; }

img.alignright { margin: 0 0 5px 20px; }
img.alignleft { margin: 0 20px 5px 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;
	background: none;
	box-shadow: 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;
}

#content label, #content input { 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 */

#footer {
	clear: both;
	border-top: 1px solid rgba(255, 255, 255, 0.6);
	width: 960px;
	margin: 25px auto 0;
	padding: 10px 0;
}

.footericon {
	height: 32px; width: 32px;
	display: inline-block;
    vertical-align:middle;
	margin: 5px;
	background-image: url(images/footericons.png);
	opacity: 0.6;
	-webkit-transition: 0.2s opacity;
	-moz-transition: 0.2s opacity;
	transition: 0.2s opacity;
}
.footericon:hover { opacity: 1; }
.footericon span, #vpe span { display: none; }

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

/* Social */
#social a { display: block; font-size: 14px; line-height: 32px; }
#social a:before {
	content: "";
	display: inline-block;
	height: 24px; width: 24px;
	background: url(images/social.png);
	margin: 0 15px -6px 0;
}
#social .myspace a:before { background-position: 0 0; }
#social .facebook a:before { background-position: -24px 0; }
#social .lastfm a:before { background-position: -48px 0; }
#social .rss a:before { background-position: -72px 0; }