/*
Theme Name: Arts Theme
Theme URI: s
Description: 
Version: 1.9
Author: Snowpiper Solutions
Author URI: http://www.snowpiper.com/
Tags: yellow, tan, white, light, two-columns, fixed-width, left-sidebar
*/

/* generic styles */

body {
	font-size: 16px;
	font-family: Verdana, Arial, Sans-Serif;
	background: #fff url('images/img_bg.png') repeat-x 0 0;
	color: #666666;
	margin: 0;
	padding: 0;
	width: 100%
	height: 100%;
}

a {
	color: #0645AD;
	text-decoration: none;
}

a img {
	border: none;
}

a:hover {
	text-decoration: underline;
}

p{
	margin:0 0 10px 0;
	font-size: 16px;
}
h1{
	margin-top:0;
}

h2 {
	margin: 15px 0 2px 0;
	padding-bottom: 2px;
	font-size:19px;
	font-weight: normal;
	color:#878787;
}

h3 {
	margin-top: 0;
}

ol#comments li p {
	font-size: 1em;
}

p, li, .feedback {
	line-height:1.5em;
}

/* ============================================================================ HEADER ========== */

#div_header{
	float: left;
	width: 100%;
	height: 30px;
	padding: 5px 0px 0px 0px;
	background: #3f8090;
}

#div_header .title{
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	margin-left: 5px;
}
#div_searchBox{
	float: right;
	margin-right: 5px;
	color: #ffffff;
}
#div_searchBox input{
	color: #000000;
}


/* ============================================================================ MENU ============ */

#div_menu {
	background: #fff url(images/sidebar.jpg) no-repeat right 0;
	padding: 20px;
	left: 0px;
	top: 35px;
	width: 160px;
	position: fixed;
	z-index: 10;
}

#div_menu ul {
	font-weight: normal;
	list-style-type: none;
	margin: 0;
	padding-left: 0;
}

#div_menu ul li {
	margin-bottom: 8px;
	color: #a9ac99;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

#div_menu ul li a{
	display: block;
	padding: 5px 5px;
	text-decoration: none;
	font-size: 14px;
}

#div_menu ul li a:hover{
	text-decoration: none;
	background: #a9beda;
}


/* ============================================================================ MAIN CONTENT ==== */


#div_maincontent{
	width: 100%;
	background: url('images/img_bg_swirl.png') no-repeat 198px 0px;
	float: left;
	clear: left;
	position: relative;
}
#div_maincontent_content{
	padding-left: 220px;
}

#header {
	margin: 0;
	padding: 25px 0 0 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 33px;
	color: #ffffff;
	margin: 0px 0px 5px 0px;
}
#header a, #header a:hover{
	color: #333333;
	text-decoration:none;
}
#description{
	font-size: 14px;
	color: #333;
	font-style:italic;
	font-weight: normal;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

/* ============================================================================ FOOTER ========== */

#div_bottombar{
	float: left;
	width: 100%;
	height: 25px;
	padding: 5px 0px 5px 0px;
	background: #a9beda;
	text-align: right;
	color: #ffffff;
}

#div_bottombar a{
	color: #ffffff;
	margin-right: 15px;
}


/* top bar styles */

#topHeader{height: 93px; min-width: 990px;}
#topContainer{ padding: 4px;}

ul#web2{margin:0; padding:0; list-style:none;}
ul#web2 li{float: left; margin-right:5px;}

#topHeader #searchBox{
	float: right;
	padding-top:2px;
	padding-left:3px;
}

#topHeader #searchBox form{margin:0; padding:0;}
#topHeader #searchBox input{
	font-size: 12px; 
	font-family: Verdana, Arial, Sans-Serif;
}

.hidden{display: none;}

/* content container styles */
form{margin:0;}


/* header styles */


/* content styles */
#content { width:990px;}
#contentContainer { padding: 35px 50px 0 250px;}


/* menu styles */



/* classes used by the_meta() */

.post{margin-bottom: 25px;}

ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.credit {
	font-size: 1em;
	margin: 10px 0 0 0;
	padding: 3px;
	text-align: center;
}

.credit a:link, .credit a:hover {
	color: #fff;
}

.feedback {
	color: #ccc;
	text-align: right;
	clear: both;
}

.meta{
	font-size: 1em;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {
	font-weight: normal;
	color: #878787;
}
.meta{margin-left: 8px;}
.meta a {text-decoration:underline;}

.storytitle {
	margin: 0;
	font-size: 1.3em;
	font-weight: normal;
}

.storytitle a {
	text-decoration: none;
	color: #333;	
}

.storytitle span.titleDate{
	color: #333;
	background-color:#ffffff;
	display:block;
	float:left;
	font-size:0.55em;
	margin-right:7px;
	margin-top:2px;
	padding:3px 5px 6px;
}
.storyheader{
	margin-bottom: 30px;
}
.storytitle span.comment{ display:block; float: right; margin-top: -23px; background-color:#e5e5e5;}

.storytitle{color:#feba04;}
.storytitle span.postDate{padding-left:27px;}

.ispage .nocomments{display:none;}
.ispage .postcomments{padding-top:25px;}
.postcomments{padding-top:10px;}


.page .postDate, .singlepost .postDate{padding-left:0px !important;}
.page .meta, .singlepost .meta{margin-left:0px;}
.storytitle span.titleName{color:#333333;}
.storytitle span.authorname{color:#a9ac99;}
.storytitle span.storyComment{position:relative; color:#999;}
.storytitle span.storyComment .on{ display:block; background: url(images/comment.gif) no-repeat 0 0; height:20px; width:22px; font-size:16px;text-align:center;padding-top:1px; position:relative; letter-spacing: -1px; margin-left: 0px; position:absolute;top:-15px; left:0;}
.storytitle span.storyComment span span{color: #a9ac99; margin-left:-2px; letter-spacing: 0;}

h2#comments, h2#postcomment, p.sorry{font-size:16px; font-weight:bold; color:#878787;}
.nocomments{font-style: italic;}

.storycontent{color: #333333; padding-left: 8px;margin-top: 15px; font-size:16px;}
.storycontent ul, .storycontent ol{padding-left: 20px; margin-left:0;}
.singlepost {padding-left:0;}

.navi{font-size: 16px; margin-top:20px; display:block; padding-bottom:30px;}
.searchtitle{margin-top:0; margin-bottom: 10px;}
.queryBlog{ margin-bottom: 20px;}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #ccc;
	padding: .2em;
}

#commentform textarea {
	width: 60%;
	height:100px;
}

.comment {border-top:solid 3px #f3f3f3; padding-top: 5px;}
.comment p {font-size: 1em; padding-left: 45px;}
.comment p.comHeader {padding-left: 0px;}
.comHeader a{color: #666; text-decoration: underline;}
.comHeader .editH a{color: #0645AD; }

#commentlist{list-style: none; margin:5px 0 10px; padding:0;}
p.commentfeed{margin-bottom:25px;}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}

#commentlist li .avatar {
	float: left;
	margin-right: 10px;
	border: 1px solid #ccc;
	padding: 2px;
}

/* more styles */

#wp-calendar {
	border: 1px solid #ddd;
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	width: 100%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #eee;
	text-decoration: none !important;
	color: #333;
}

#wp-calendar caption {
	color: #999;
	font-size: 16px;
	text-align: left;
}

#wp-calendar td {
	color: #666;
	font: normal 11px Georgia, "Times New Roman", Times, serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar #today {
	background: #eee;
	color: #333;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #e5e5e5;
	text-align: center;
	background-color: #fff;
	padding: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 3px;
	border: 1px solid #e5e5e5;
}

.wp-caption p.wp-caption-text {
	font-size: 16px;
	line-height: 17px;
	padding: 3px 4px 0;
	margin: 0;
	color: #666;
}
/* End captions & aligment */

.navigation {
	display: block;
	text-align: center;
	margin-bottom:  30px;
	font-size: 16px;
	margin-top: -20px;
	}
#bottombar{
	float: right;
	clear: both;
	margin-top: 20px;
	height: 33px;
	color: #666666;
	text-align: right;
	padding: 0px 10px;
}

