/*
Theme Name: Kanon Clarity
Theme URI: http://kanonclarity.com/
Description: The WordPress theme for Kanon Clarity.
Version: 2.0
*/


* {
	margin:0;
	padding:0;
}

body {
	background:url(images/background.jpg) repeat-x top left;
	text-align:center;
	margin:0 auto;
	font:13px arial, sans-serif;
	color:#555555;
}

#wrapper {
	background:url(images/background-header.jpg) no-repeat top left;
}


/* Header
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#header {
	width:1009px;
	height:161px;
	overflow:hidden;
	margin:0 auto;
	text-align:left;
}

#navbar {
	width:1009px;
	height:79px;
	overflow:hidden;
	margin:0 auto;
}

.logo {
	float:left;
	margin:0;
}
	
#nav {
	float:right;
	font-size:16px;
	padding:33px 0;
}

#nav li {
	list-style-type:none;
	float:left;
	display:block;
	padding:0px 10px 10px 10px;
}

#nav a {
	text-decoration:none;
	color:#8f9194;
}

#nav a:hover, #nav li.current_page_item a {
	color:#c12125;
}


/* Layout
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#content {
	background:url(images/background-content.jpg) repeat-y top;
	width:891px;
	margin:40px auto 30px auto;
	text-align:left;
}

#main {
	width:528px;
	float:left;
}

	#main .summary {
		margin:0 0 20px;
	}

#sidebar {
	width:297px;
	float:right;
}

	#sidebar p {
		margin:0;
	}

#bottom {
	/* background:url(images/background-footer.jpg) repeat-x top; */
}

#bottom-interior {
	width:891px;
	margin:0 auto;
	text-align:left;
	padding:20px 0;
}

#bottomnav {
	float:left;
	font-size:16px;
	margin:0;
	padding:20px 20px;
}

#bottomnav li {
	list-style-type:none;
	float:left;
	display:block;
	padding:0px 20px;
}

#bottomnav a {
	text-decoration:none;
	color:#8f9194;
}

#bottomnav  a:hover, #bottomnav li.current_page_item a {
	color:#c12125;
}

#features {
	margin:0 0 20px 0;
}

#feature {
	background:url(images/background-feature.jpg) no-repeat;
	width:277px;
	height:77px;
	overflow:hidden;
	margin:10px 0;
	padding:10px;
	color:#555;
}


/* Formatting
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.post {
	margin: 0 0 20px;
        padding: 0 0 20px;
        border: 1px solid #bbbbbb;
        border-width: 0 0 1px;
}

.postmetadata {
	display:block;
	height:25px;
	margin:0 0 5px;
	font-size:12px;
}

span.comments {
	background:url(images/icon-comments.jpg) no-repeat;
	display:block;
	float:left;
	width:15px;
	height:24px;
	overflow:hidden;
	margin:0 10px 0 0;
	padding:1px 0 0 10px;
}

span.comments a {
	color:#fff;
	font-size:11px;
}

.copyright {
	float: left;
	margin: 10, auto;
	padding: 10px;
}

.description {
	float:right;
	color:#fff;
	width:475px;
	padding:30px 20px 0 0;
	text-align:left;
}

.quotescollection_randomquote {
	font-size:14px;
	line-height:150%;
}

.quotescollection_nextquote {
	font-size:12px;
	padding:10px 0 0;
}

#navigation {
	margin:10px 0 0;
}

	.alignleft {
		float:left;
	}
	
	.alignright {
		float:right;
	}
	
.commentlist {
	margin:0;
	border-top:1px solid #dcdada;
	border-bottom:1px solid #dcdada;
	margin:0 0 20px 0;
}	
.commentlist li {
	list-style-type:none;
	margin:0;
	padding:10px 0;
}

.commentlist li.odd {
	list-style-type:none;
	background:#dcdada;
	margin:0;
	padding:10px;
}

.commentlist p {
	margin:10px 0 0;
}

.commentlist p.postmetadata {
	margin:0;
}

.commentlist p.author {
	margin:0;
}

.commentlist .avatar {
	float:left;
	margin:0 10px 0 0;
}

input, textarea {
	border:1px solid #dcdada;
	padding:5px;
}

textarea {
	width:518px;
}


/* Widgetized Sections
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#sidebar #widgets {
	margin:0;
}
	
#sidebar #widgets li, #footer #widgets li {
	list-style-type:none;
	margin:0 0 20px;
}
	
#sidebar #widgets li ul, #footer #widgets li ul {
	margin:10px 0;
}
	
#sidebar #widgets li ul li, #footer #widgets li ul li {
	margin:5px 0;
}

#footer {
	padding:20px 0 0;
	text-align:center;
	background:#c0bebf;
}

#footer-interior {
	width:931px;
	margin:0 auto;
	text-align:left;
}

#footer-left, #footer-lmiddle, #footer-rmiddle, #footer-right {
	display:block;
	float:left;
	width:232px;
}


/* Typography
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

p {
	margin:10px 0;
	line-height:150%;
}

h1 {
	font-size:20px;
	color:#c12125;
	font-weight:normal;
}

h2, h2 a {
	font-size:26px;
    margin: 0 0 5px;
	color:#282420;
	font-weight:normal;
}

h2.pagetitle {
	margin:0 0 20px;
}

h3 {
	font-size:18px;
        margin: 10px 0 10px;
	color:#282420;
	font-weight:normal;
}

h4 {
}

h5 {
	display:block;
	font-size:34px;
	color:#fff;
}

h6 {

}

a {
	color:#c12125;
	text-decoration:none;
}

a img {
	border:none;
}

ul, ol {
	margin:0 20px;
	line-height:150%;
}


/* Browser Adjustments
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}          
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */