﻿/*
Theme Name: Compassionate Arts
Version: 1.1

*/

/* Reset
-------------------------------------------------------------------*/
* { padding: 0; margin: 0; }
ul li, ol li { list-style: none; list-style-position: inside; }
ol ol, ul ul, ol ul, ul ol { margin-left: 20px; margin-bottom: 0; }
img { border: none; }



/* Body
-------------------------------------------------------------------*/
body { 
    margin: 10px auto;
    font: 12px/18px Arial, Century Gothic, serif; 
	color: #333; 
	background: #654701;
	
}

*:first-child+html body {background: #654701;}

* html body {background: #654701;}

h1, h2, h3, h4, h5, h6 { font-family: Arial, Trebuchet MS, Trebuchet, Helvetica, Serif; color: #414d4c; font-variant: small-caps; }
h1 { font-size: 22px; line-height: 26px; margin-bottom: 30px; font-weight: normal; color: #76481C; text-align:left;}
h2 { font-size: 12px; line-height: 24px; margin-bottom: 7px; font-weight: normal; color: #76481C; }
h3 { font-size: 18px; line-height: 22px; margin-bottom: 0px; font-weight: normal; color: #76481C; text-align:left;}
h3 a:link, h3 a:visited, h3:active { color: #76481C;}
h4 { font-size: 12px; line-height: 20px; margin-bottom: 5px; margin-top: 5px; color: #76481C; }
h5 { font-size: 14px; line-height: 18px; margin-bottom: 0px; font-weight: normal; color: #76481C; }
h6 { font-size: 12px; line-height: 16px; margin-bottom: 5px; }

h1 span { color: #999; }

a:link, a:active, a:visited { color: #76481C; text-decoration:none;}
a:hover { color: #A17D5B; text-decoration:underline;}

p { margin-bottom: 10px; }

input, textarea { font: 12px Verdana, Helvetica, Arial, Geneva, sans-serif; }

blockquote { 
	font: italic 14px/22px arial, Serif; 
	padding: 5px 20px 20px 20px;
	margin-bottom: 30px;
	background: #fff; 
}

.date, .date a:link, .date a:visited, .date a:active {
	text-align:left;
	color: #A17D5B;
	font-family:Arial;
	font-size:10px;
	font-variant: small-caps;
	margin-bottom: 20px;
}

.date a:hover {
	color: #666;
	}




/* Header
-------------------------------------------------------------------*/
#header { 
	width: 960px; 
	height: 200px; 
        margin: 0 auto;
	background: url(images/header.jpg) no-repeat center; 
	position: relative; 
}
#header h1 { 
        width: 230px;
        position: absolute;
        top: 80px;
        left: 160px;
	font: 20px Verdana; 
	padding-top: 10px; 
	margin-bottom: 0; 
	color: #fff; 
}
#header h1 a { 
        color: #333; 
	text-decoration: none; 
}
#header span {
        position: absolute;
        top: 195px;
        left: 150px; 
	padding-left: 10px; 
	font-size: 12px; 
	color: #333; 
}


/* Container
-------------------------------------------------------------------*/
#wrapper { 
	width: 960px; 
	overflow: hidden; 
	background: url(images/centerwrapper.jpg) repeat-y;
        margin: 0 auto; 
}




/* Content
-------------------------------------------------------------------*/
#content { 
	width: 670px; 
	float: left; 
	margin-left: 20px; 
	border: 1px solid #ccc;
	padding: 10px;
}
#content .post { margin-bottom: 15px; margin-top: 30px; display:block; }
#content .post p { margin-bottom: 15px; text-align:justify;}
#content .post h3 a { text-decoration: none; font-size: 18px; padding-left: 0px; }
#content .post h5 a { text-decoration: none; font-size: 14px; padding-left: 0px; }
#content .post-list li { list-style: none; }

.homesmall {
	width: 560px;
	padding-left:50px;
}
#content .post img { 
	border: 1px solid #ccc; 
	padding: 5px;
	}


#content .post .post-info { 
	clear: both; 
	font-size: 11px; 
	color: #A17D5B; 
	padding: 5px 5px 20px 5px; 
	margin-bottom: 40px; 
    text-align: right;
	background: url(images/meta_bg.gif) top center no-repeat; 
	font-variant: small-caps;
}
#content .post .post-info a { color: #A17D5B; text-decoration:none; }
#content .post .post-info a:hover { color: #666; text-decoration:none; }

#content #pages { text-align: center; }
#content #pages a { font: bold 20px "Trebuchet MS"; color: #414d4c; text-decoration: none; }
#content #pages a:hover { color: #666; text-decoration:underline; }

#content ul, ol, dl { margin-bottom: 20px; }
#content ul { 
	list-style: disc;
	list-style-position: inside; 
}
#content ol { 
	list-style: decimal; 
	list-style-position: inside; 
	text-align:justify;
}
#content dl dt { 
	font-weight: bold;
}
#content dl dd { 
	font-style: italic;
	margin: 0 0 5px 20px;
	color: #555;
}

.line {
	border-bottom: 2px dotted #ccd7cc;
}

.aligncenter { margin-left: auto; margin-right: auto;}
.alignleft { float: left; margin: 5px 15px 10px 0; }
.alignright { float: right; margin: 5px 0 10px 15px; }

.profilewrap { width:650px; height:80px; margin-bottom: 20px; }
.profileleft { float: left; vertical-align:top; width: 160px; margin-top:20px; padding-bottom: 30px;}
.profileright { float: right; vertical-align:top; width: 480px; margin-top:20px; padding-bottom: 30px;}

#post-excerpt {
	margin-bottom: 50px;
}

#post-excerpt h3, #post-excerpt .date {
	text-align:left;
}
#post-excerpt .date {
	background: url(images/meta_bg.gif) bottom center no-repeat;
}

#post-excerpt .thumb {
	float:left;
	text-align:left;
	margin-right:10px;
}

#post-excerpt .desc-excerpt {
	float: right;
	text-align: left;
	width: 650px;
}
.division {
	width:500px;
	height: 1px;
	}



/* Home Page
-------------------------------------------------------------------*/
.hometop {
	width:650px;
	height:257px;
	background: url(images/hometop.jpg) top center no-repeat;
}

.homecenter {
	width:650px;
	background: url(images/homecenter.jpg) repeat-y center;
}

.homebottom {
	width:650px;
	height:32px;
	background: url(images/homebottom.jpg) top center no-repeat;
}




/* Sidebar
-------------------------------------------------------------------*/
#sidebar { 
	width: 200px;
	float: right;
	font-size: 11px; 
	margin: 0 10px 10px 5px;
	color: #555;
	border: 1px solid #ccc;
	padding: 5px;
}

#sidebar h3 { 
        font: normal 16px arial, Arial, Sans-Serif; 
        font-variant: small-caps;
        color: #76481C; 
        padding-left: 0px;
        text-align:left;
}

#sidebar a { color: #76481C; text-decoration: none; text-transform: uppercase; }
#sidebar a:hover { color: #666; text-decoration:underline; }

#sidebar .block {
	width: 200px;
	padding-left: 5px; 
	padding-top: 20px; 
	padding-bottom: 15px; 
	/*border-bottom: 1px solid #bfccbf; */
	overflow: hidden;
	color: #555;
	text-align:left;
}
#sidebar .block li ul { 
	padding-left: 5px;
}
#sidebar .block a:hover { color: #666; }

.cat-item, .page-item {
	padding-top:5px;
	padding-left:5px;
}


/* Calendar */
#sidebar .block #calendar_wrap a { }
#sidebar .block #calendar_wrap .pad { background: none; }
#sidebar .block #calendar_wrap #prev { background: none; }
#sidebar .block #calendar_wrap #next { background: none; }
#sidebar .block #calendar_wrap table { width: 100%; margin: 0;padding: 0;}
#sidebar .block #calendar_wrap table th { width: 14.2%; }
#sidebar .block #calendar_wrap table td { width: 14.2%; background: #d6ded4; text-align: center; color: #888; }



/* Search
-------------------------------------------------------------------*/
#search {
	text-align:right;
	margin-right:15px;
	padding-top:4px;	
}

#search input { 
	color: #fff;	
	border: 0px solid #ccc; 
	}

#search #s { 
	width: 120px;
    height: 15px;
	padding: 3px 0 4px 0px;
	vertical-align: top;
	line-height: 0;
	font: normal 12px Verdana;
	vertical-align: top;
	color: #333;
	/*background: url(images/search_bg.jpg) no-repeat;*/
	background: #fff;
	border:1px solid #ccc;
}
#search #searchsubmit { 
	width: 56px; 
	height: 24px;
    text-align: center;
	background: url(images/searchbg.jpg) no-repeat;
    font-weight: bold;
}
.bt{
        cursor: pointer;
}



/* Comments
-------------------------------------------------------------------*/
.comments-title { 
	text-align: center; 
	font: bold 17px "Trebuchet MS", Helvetica, Arial, Geneva; 
	color: #414d4c; 
}
#comments .comment { 
	background: #E7E8EB; 
	margin-bottom: 10px; 
	overflow: hidden; 
	width: 600px; 
	padding-bottom: 5px; 
}
#comments .comment .comment-avatar { 
	float: left; 
	width: 50px; 
	padding: 5px 7px; 
}

#comments .comment .comment-content { 
	float: left; 
	padding: 10px 15px; 
	margin: 5px 5px 0 0; 
	width: 500px; 
	background: #F7F8F9; 
}
#comments .comment .comment-content a { color: #444; }


#comments .comment .comment-info { 
	font-size: 11px;
	color: #777;
	margin-bottom: 5px; 
}
#comments .comment .comment-info span {
	font: bold 16px "Trebuchet MS", Helvetica, Arial, Geneva;  	
	padding-right: 10px; 
	margin-bottom: 5px;
}
#comments .comment .comment-info a { 
	color: #444; 
	text-decoration: none;
}




/* Comment Form
-------------------------------------------------------------------*/
#commentform { 
	background: #F7F8F9; 
	border: 5px solid #E7E8EB; 
	padding: 10px; 
	color: #555; 
}
#commentform p { margin-bottom: 7px; }
#commentform textarea { 
	width: 565px; 
	border: 1px solid #aaa; 
	height: 120px;
}
#commentform input.text { 
	width: 150px; 
	border: 1px solid #aaa; 
	margin-right: 5px; 
	padding: 3px 3px; 
}
#commentform input#submit {
        width: 148px;
        height: 30px;
        background: url(images/submit_bg.gif) no-repeat;
        text-align: center;
        border: none;
}




/* Footer
-------------------------------------------------------------------*/

#footer { 
	width: 960px; 
    height: 144px;
	margin: 0 auto; 
	background: url(images/footer.jpg) no-repeat;
    position: relative; 
}


#footer-inner {
	clear: both;
    text-align: center; 
	width: 900px; 
	margin: 0 auto;
    padding-top: 90px; 
}
#footer p { 
	font-size: 11px; 
	margin: 0; 
}
#footer a { 
	color: #A17D5B; 
	text-decoration: none; 
	}
#footer a:hover { 
	color: #666; 
	text-decoration: underline; 
	}


#footer h3 { 
        font: normal 18px Arial, Verdana, Sans-Serif; 
        color: #76481C; 
        background: url(images/sidetitle_bg.gif) no-repeat;
        padding-left: 23px;
}

.small {
	color:#FF0000;
	font-size:10px;
}

.breadcrumb-trail, .breadcrumb-trail a:link, .breadcrumb-trail a:active, .breadcrumb-trail a:visited, .trail-begin, trail-end   {
	font-family: Arial, Century Gothic, serif, Geneva, Sans-Serif; 
	color: #414d4c;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}

.breadcrumb-trail a:hover {
	font-family: Arial, Century Gothic, serif, Geneva, Sans-Serif; 
	color: #A17D5B;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}

.breadcrumb-trail {
	margin-bottom:10px;
}



