/*
Theme Name: Cleverness version 3
Version: 3.0
Author: C.M. Kendrick
Author URI: http://www.cleverness.org
*/

@import "css/reset.css";


/** Colors
Pink: #d20560
Dark Pink: #951047
Lime: #dbff52
Blue: #52a9e0
Off-White: #f7f7f6
Grey: #4f5458
Dark Grey: #0c0d0f
end Colors **/

body {
	background: #0c0d0f;
	color: #0c0d0f;
	font: 100%/1.2 arial, helvetica, sans-serif;
}

a {
	color: #2877a9;
 }

a:visited {
	color: #346586;
}

/** Layout **/
#container {
    width: 946px;
	margin: auto;
	overflow: hidden;
	background: #f7f7f6;
	position: relative;
}

.home h1 a, #header a {
	display: block;
	text-indent: -9999px;
	background: url(images/logo.jpg) no-repeat;
	width: 946px;
	height: 240px;
}

.home h1 a:focus, #header a:focus {
	outline: 0;
}

#menu {
	background: url(images/menubg.jpg) no-repeat;
	width: 946px;
	height: 50px;
	position: absolute;
	left: 0px;
	top: 240px;
}

#menu ul li {
	display: inline;
}

#menu ul li a {
	display: inline-block;
	padding: 10px 25px 10px 25px;
	text-transform: uppercase;
	text-decoration: none;
	color: #f7f7f6;
	font-weight: bold;
}

#menu ul li a:hover {
	background: #efeeec;
	color: #000;
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}

#content {
	width: 700px;
	float: left;
	margin-top: 60px;
}

#sidebar, #home-sidebar {
	width: 246px;
	float: right;
	margin-top: 55px;
}

ul#home-feeds {
	margin: 10px 20px;
	font-size: 0.9em;
}

ul#home-feeds li {
	float: left;
	width: 312px;
	padding: 3px;
}

ul#home-feeds li ul li {
	border: none;
	margin-left: 18px;
	width: 290px;
	font-size: 1.1em;
	padding: 2px;
	line-height: 1.3em;
}

#footer {
	clear: both;
	text-align: center;
	font-size: 0.8em;
	line-height: 1.4em;
	padding: 10px;
	background: url(images/footer.jpg) left bottom;
}
/** end Layout Styles **/


/** Post **/
.post {
    font-size: 0.8em;
	line-height: 1.4em;
	margin: 0 20px;
}

.post h1 {
    color: #d20560;
	text-decoration: none;
	font-size: 1.8em;
	font-weight: bold;
}

.post h1 a, .post h2 a, .post h3 a {
    color: #d20560;
	text-decoration: none;
}

.post h2.pagetitle {
    margin-bottom: 5px;
}

.home h2.pagetitle {
	display: none;
}

.post h2, .post h3 {
    margin-top: 10px;
	font-size: 1.4em;
	color: #951047;
}

.post h3 {
	font-size: 1.2em;
}

.post h4 {
	font-size: 1.2em;
}


.post p {
    margin: 1.0em 0;
}

p.postdate {
    color: #4f5458;
	margin: 0;
	text-align: right;
}

.entry {
	overflow: hidden;
}

.post ol li {
    margin-left: 40px;
	list-style: decimal outside;
}

.post ul, .post ol {
	margin: 10px;
}

.post ul ul, .post ul ul ul, .post ul ul ul ul, .post ol ol, .post ol ol ol, .post ol ol ol ol {
	margin: 0 10px;
}

.post ul li {
    margin-left: 40px;
	list-style: disc outside;
}

.post blockquote {
    border: 1px solid #ccc;
	margin: 10px;
	padding: 5px;
}

.post cite {
    text-align: right;
	margin-right: 10px;
	margin-bottom: 10px;
	display: block;
}

.post img {
    margin: 10px;
	padding: 2px;
	background: #fff;
	border: 1px solid #52a9e0;
}

#home-sidebar img, #sidebar img {
	margin: 10px;
}

.postmetadata {
    clear: both;
	text-align: right;
	font-size: 0.9em;
	color: #4f5458;
}

.navigation {
	margin: 20px;
	font-size: 0.8em;
	overflow: auto;
}

.post p.download {
	background: #C0F000;
	padding: 6px;
	font-weight: bold;
}

.post p.download .date {
	color: #666;
	font-weight: normal;
}

.home .post .entry {
	border: 1px solid #C0F000;
	background: #fff;
	font-size: 2.0em;
	padding: 0 30px;
	line-height: 1.4em;
	font-family: georgia, serif;
	color: #52a9e0;
}

.home .post .entry a {
	color: #d20560;
}

.page-id-21 img {
	vertical-align: middle;
}

table th {
	text-align: left;
	color: #52a9e0;
	font-size: 1.2em;
}

table td {
	padding: 5px;
	color: #333;
}

table tr {
	border-bottom: 1px solid #dbff52;
}
/** end Post Styles **/

/** Sidebar **/
.widget {
    font-size: 0.8em;
	padding: 5px;
	margin: 5px 10px 10px 0;
	line-height: 1.3em;
}

.widgettitle {
	font-size: 1.3em;
	margin-bottom: 5px;
	color: #52a9e0;
}

.widget_paypal_donations p {
	text-align: center;
	color: #D20560;
	padding: 5px 0 15px 0;
	font-size: 1.3em;
}

.paypal-donations {
	text-align: center;
	margin: auto;
}

.paypal-donations img {
	border: 0;
}
/** end Sidebar Styles **/

/** Links **/
.post ul li.linkcat {
	list-style: none;
}
.post ul li ul li {
	list-style: disc;
	line-height: 1.6em;
}
/** end Link Styles **/

/** Gallery **/
.gallery {
	margin: auto;
}
.gallery .gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 33%;
}
.gallery img {
	border: 1px solid #52a9e0;
}
.gallery .gallery-caption {
	margin-left: 0;
}
/** end Gallery Styles **/

/** Comment **/
.post .commentlist img {
	border: 0;
	margin: 0;
	padding: 0;
}

.thread-even, .thread-alt {
	background-color: white;
}
.post .depth-1 {
	border: 1px solid #ddd;
	padding: 10px;
}

#comments-area cite {
    text-align: left;
	display: inline;
	margin: 0;
}
.commentlist li ul li {
	font-size: 1em;
}
.post .commentlist li {
	font-weight: bold;
	list-style: none;
	margin: 10px 0;
}

.commentlist li .avatar {
	float: right;
	padding: 2px;
	background: #fff;
	}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	}
.commentlist p {
	font-weight: normal;
	line-height: 1.3em;
	text-transform: none;
	}
.commentmetadata {
	font-weight: normal;
	}
h3.comments, #respond h3 {
	padding: 10px 0;
	}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}
#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}

.commentlist {
	padding: 0;
	text-align: justify;
}
.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 0px 10px 20px;
	list-style: none;
}
.commentlist li ul li {
	margin-right: 0px;
	margin-left: 10px;
}
.commentlist p {
	margin: 10px;
}
.post ul.children {
	padding: 0;
	margin: 0;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0 10px;
	display: block;
}

.comment-author {
	font-size: 1.5em;
	line-height: 1.8em;
	background: #CCCCCC;
	padding: 5px;
	margin-bottom: 5px;
}

.comment-author a {
}

.comment-author-admin > div > .comment-author {
	border-bottom: 3px solid #dbff52;
	background: #52A9E0;
	color: #fff;
}

.reply {
	margin: 0 10px;
}
/** end Comment Styles **/

/** Caption **/
.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;
}
/** End Caption Styles **/

/** Miscellaneous **/
.breadcrumbs {
	text-align: right;
	font-size: 0.8em;
}

hr {
	border: 0;
	background: #dbff52;
	height: 2px;
	margin: 40px 0;
	clear: both;
}

.home hr {
	height: 1px;
	margin: 20px;
}

.entry hr {
	background: #d20560;
	margin: 20px;
	clear: both;
	height: 1px;
}

small {
	font-size: 0.9em;
}

.clear {
    clear: both;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

.aligncenter {
    margin: auto;
	display: block;
}

.txtaligncenter, .center {
    text-align: center;
}

/* Sets the Visual editor background to white */
body.mceContentBody {
  background: #FFF url() !important;
}
/** end Miscellaneous Styles **/