/*
	Theme Name: Clarity Blog Theme
	Theme URI: http://www.clarityharp.ca
	Description: 3 Column Blog Theme for Clarity Harp modified from Christine Rondeau's 3 Column Blog Theme.
	Version: 1.0
	Author: Angela Kwong 
	Author URI: http://www.angelakwong.com
*/

/*----Global Reset Courtesy of Eric Meyer----*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}

.hide {display:none;}

/* Images
----------------------------------------------*/
.alignright {float:right; padding:0 0 10px 10px;}
.alignleft {float:left; padding:0 10px 10px 0;}
.aligncenter {margin: 0 auto 0 auto;}
a img {border:0;}

.wp-caption {
      text-align:center;  
      font-size:10px;
}

.wp-caption p.wp-caption-text {font-size:10px;}

/* Main Layout
-----------------------------------------------*/

body {
	margin: 0px; padding: 0px;
	background:#000;
	color: #bbb;
	font: 15px/20px Georgia, Times, "Times New Roman", serif;
}

#wrap {
	position:relative;
	width: 1024px;
	margin: 0px auto 0px auto; padding:0;
	background: url(images/bg.jpg) no-repeat;
	overflow-x: hidden;	
}

#wrap2 {
	position:relative;
	width: 1024px;
	margin: 0px auto 0px auto; padding:0;
	background: url(images/bg_alt.jpg) no-repeat white;
	overflow-x: hidden;	
}

a{
	text-decoration: none;
	color: #bbb;
}

a:hover, a.on-state, a:active{
	color: #a21536 ;
}




/* Header Area 
-----------------------------------------------------------*/
#header {
	float:left;
	width:1024px; height:200px;
	padding:0 10px 10px 10px;
	/*background:url(images/header.gif) 50% top  no-repeat; */
}

#logo a {
	display: inline-block;
	width: 305px; height: 85px;
	float:left;
	margin:15px 0 0 180px;
	background: url(images/logo.png) no-repeat;
	text-indent: -999em;
}

#logo2 a{
	display: inline-block;
	width: 305px; height: 85px;
	float:left;
	margin:15px 0 0 180px;
	background: url(images/logo_black.png) no-repeat;
	text-indent: -999em;	
}

#tagline {
	width:400px;
	float:right; text-align:right;
	font-size: 14px;
	color:#5C5C5C;
	padding:130px 40px 0 0;
}


/* Top Navigation 
-----------------------------------------------------------*/

#top_nav, #top_nav2 {
	float:left;
	width:;
	padding:64px 10px 0 10px;
	font-size:12px;
}

#top_nav ul, #top_nav2 ul {
	list-style-type:none;
}

#top_nav ul li, #top_nav2 ul li {
	display: inline-block;
	padding: 5px 0;
	width: 71px;
	zoom: 1;
	*display: inline;
}

#top_nav ul li a, #top_nav2 ul li a {
	display: inline-block;
	height: 23px;
	text-indent: -9999em;
	*display: block;
}

/*#top_nav ul li a:hover, #top_nav ul li.current_page_item a {
	color:#000;
}


*/
/* Navigation Styles
-----------------------------------------------------------*/


#nav_blog a{
	background: transparent url(images/clare_nav.png) no-repeat scroll  0 -44px ;
	height: 23px;	width: 71px;	
}

#nav_about a{
	background: transparent url(images/clare_nav.png) no-repeat scroll -72px -44px;
	height: 23px; width: 71px;	
}

#nav_media a{
	background: transparent url(images/clare_nav.png) no-repeat scroll -154px -44px;
	height: 23px; width: 91px;	
}

#nav_events a{
	background: transparent url(images/clare_nav.png) no-repeat scroll -244px -44px ;
	height: 23px; width: 95px;	
}

#nav_novel a{
	background: transparent url(images/clare_nav.png) no-repeat scroll -339px -44px;
	height: 23px; width: 76px;	
}

#nav_blog2 a{
	background: transparent url(images/clare_nav.png) no-repeat scroll 0 1px;
	height: 23px; width: 71px;	
}

#nav_about2 a{
	background: transparent url(images/clare_nav.png) no-repeat scroll -72px 1px;
	height: 23px; width: 71px;	
}

#nav_media2 a{
	background: transparent url(images/clare_nav.png) no-repeat scroll -154px 1px;
	height: 23px; width: 91px;	
}

#nav_events2 a{
	background: transparent url(images/clare_nav.png) no-repeat scroll -244px 1px ;
	height: 23px; width: 95px;	
}

#nav_novel2 a{
	background: transparent url(images/clare_nav.png) no-repeat scroll -339px 1px ;
	height: 23px; width: 76px;	
}

#nav_blog a:hover, #nav_blog a.active, #nav_blog2 a:hover{
	background: transparent url(images/clare_nav.png) no-repeat scroll 0 -21px ;
	height: 23px; width: 71px;	
}

#nav_about a:hover, #nav_about2 a:hover, #nav_about a.active, #nav_about2 a.active{
	background: transparent url(images/clare_nav.png) no-repeat scroll -72px -21px ;
	height: 23px; width: 71px;	
}

#nav_media a:hover, #nav_media a.active, #nav_media2 a:hover{
	background: transparent url(images/clare_nav.png) no-repeat scroll -154px -21px ;
	height: 23px; width: 91px;	
}

#nav_events a:hover, #nav_events a.active, #nav_events2 a:hover{
	background: transparent url(images/clare_nav.png) no-repeat scroll -244px -21px ;
	height: 23px; width: 95px;	
}

#nav_novel a:hover, #nav_novel a.active, #nav_novel2 a:hover{
	background: transparent url(images/clare_nav.png) no-repeat scroll -339px -21px ;
	height: 23px; width: 76px;	
}




/* Main Body Content Area 
-----------------------------------------------------------*/

#main, #main2{
	float:left;
	width:1024px;
	padding:10px;
}

#content{
	float: left; 
	width:575px;
	padding: 20px;
	color: #bbb;
}

img{
	float: left;
	padding: 5px;
}

p{
	padding: 5px 5px 25px 5px;
}

/* Main body content formatting
--------------------------------------------------------------*/

.entry {padding:0 0 30px 0;}

.entry p {padding:6px 0;}

.entry a {color:#bbb;}

.entry a:hover {color:#a21536;}

.entry ul, .entry ol {	margin: 5px 20px; padding:5px 20px;}

.h2_caps{
	font-variant: small-caps;
}

h1, h1 a {
	margin:0 0 8px 0;
	font-size:18px; line-height:24px;
	color:#bbb;
	font-weight: normal;
}

h2, h3, h4, h5, h6 { 
	margin:0 0 8px 0;
	color:#bbb;
	font-size:16px;
	font-weight: normal;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration:none; }

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {text-decoration:none; }

blockquote{
	color: #bbb;
	border-left:5px solid #bbb;
	padding:10px 20px 10px 20px; margin-left:20px;
	font-size:14px;
}

.comment_link{
	text-align: right;
}

.entrymeta {
	margin:10px 0; padding:6px;
	color: #999;
}

.entrymeta p {
	padding:3px 0; 
	font-size:11px;
}

.post-navigation {padding:10px 0;}

.navigation-previous {
	float:left;
	width:50%;
	text-align:left;
}

.navigation-next {
	float:right;
	width:50%;
	text-align:right;
}


/* Sidebar Area 
-------------------------------------------*/

#sidebar {
	float:left;
	width:150px;
	padding: 40px 0 0 30px;
}

#sidebar2 {
	float:right;
	width:175px;
	padding: 40px 0 0 0px;
	
}

#sidebar h2, #sidebar2 h2 {
	margin: 12px 0 5px 0; padding: 0 0 4px 0;
	text-transform: uppercase;
	color:#bbb;
}

#sidebar ul, #sidebar2 ul {list-style: none; padding-bottom: 10px;}

#sidebar ul ul, #sidebar2 ul ul {margin-bottom:30px;}

#sidebar ul li, #sidebar2 ul li {padding:2px ;}

#sidebar a, #sidebar2 a {
	color: #bbb;
}

#sidebar a:hover, #sidebar2 a:hover {color: #a21536;}

#search {margin: 8px 0 15px 0;}


/* Footer area
------------------------------------------------------------*/

#footer {
	clear: both;
	text-align: center;
	width:1023px;
	padding-top: 10px;
	margin: 2px auto;
	border-top: 1px solid red;	
}

#footer p {	
	font-size:13px; 
	float: right;
}

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

#footer a:hover {
	text-decoration:underline;
	color:#666;
}

/* Comments													
-----------------------------------------------------*/
h3#comments { margin:30px 0 10px 0; }
		
		
.avatar {
		float: left;
		display:block;
		padding: 0 20px 10px 0px;
	}
			
.commentlist {padding: 20px 0px;}
.commentlist p {padding:6px 0;}
.commentlist a {color:#666;}
.commentlist a:hover {color:#000;}		
.commentmetadata {margin-top: 0;}
ol.commentlist, ol.commentlist li {	list-style: none;}
ol.commentlist li {padding:10px 0; border-bottom:1px solid #e6e6e6;}
#commentform {padding:20px 0;}
#commentform p {margin-bottom:10px;}

#commentform input, #commentform textarea {
		width:147px;
		border:1px solid #e6e6e6;
		background:#bbbbbb;
		font-size:11px;
		padding:2px 3px 3px;
}

#commentform textarea {width:450px;}

#commentform #submit {
		width:150px;
		border:none;
		background:#343434;
		padding:0;
		color:#fff;
		font-size:12px;
		cursor:pointer;
		padding:2px 0 3px;
	}

/************ABOUT PAGES********/

#about_content2{
	color: #666;
	padding-top: 108px;
	padding-left: 100px;
}

.about_entry{
	width:390px;
	text-align: right;
	float: left;
	margin-left: 100px;
	
}

.about_entry2{
	width:810px;
	text-align: left;
	float: left;
	font-size: 15/25px;
	
}

.about_entry2 p{
	padding-left: 10px;
}

#about_img{
	width: 395px;
	height: 591px;
	float:left;
}

.about_nav{
	margin-left: 100px;
}

#about_navigation{
	color: #666;
	float: left;
	margin-left: 100px;
}