/*
Theme Name: Bells
*/

@import url("header.css");
@import url("sidebar.css");
@import url("calender.css");
@import url("post.css");
@import url("footer.css");

body { 
 background:#000000;
 margin:60px 0px 0px 0px;
 text-align:center;
 color:#D4B55F;
 padding-bottom:20px;
 font-family:Geneva, Arial, Helvetica, sans-serif;
 font-size: 70%; /* Resets 1em to 10px */ 
 }

p, blockquote {
	text-align:justify;
}

a {
	color:#D4B55F;
	text-decoration:none;
}
a:hover {
	color:#D4B55F;
	text-decoration:underline;
}

h1, h2, h3, h4, h5, h6 {
	color:#CCBE94;
}

blockquote {
	color:#CCBE94;
	font-size:0.9em;
	padding:0.2em 2em;
}
blockquote blockquote {
	background:none;
	margin:0;
	font-size:1em;
}

input {
	font-size:1.2em;
}

input[type=text], textarea{
	background:transparent;
	border:1px inset #aaa;
}
input[type=submit] {
	background:#eee;
	border:1px outset #aaa;
}

input[type=text]:focus, textarea:focus {
	background:#ffc;
}

pre, code, textarea {
	font-size:12px;
}

code {
	color:#000;
}

img {
	border:0;
}


/* Layout */
#container {
	clear:both;
	width:960px;
	margin:0 auto;
	text-align:left;
}
#wrapper {
	clear:both;
	padding:40px 0px 0px 0px;
}
#contents {
	width:500px;
	float:left;
	padding:0px;
	margin:0px;
   overflow:inherit;
}




h2.archive-title {
	font-size:1.4em;
	color:#D4B55F;
}
h2.pagetitle {
	font-size:2em;
}








/* Comments */
#comments {
	margin:0 7%;
}
#comments h3 {
	font-size:1.6em;
}
.commentlist {
	list-style:none;
	margin:0;
	padding:0;
	text-indent:0;
}

.commentlist li {
	padding:2em 0;
	overflow:auto;
	border-bottom:1px solid #f8f8f8;
}

.commentlist p {
	margin:0.5em 0;
	font:1.1em/1.5em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align:left;
}
.commentlist p a, .commentlist h4 a {
	border-bottom:1px solid #eee;
}
.commentlist h4 {
	font-size:1.3em;
	margin:0;
}
.commentlist cite {
	font-style:normal;
}
.commentlist img.avatar {
	float: right; margin: 0 0 0 10px; padding: 3px; border:1px solid #eee;
}
textarea#comment {
	width:100%;
	font-size:1.6em;
}
/* Comment ends */


/* Search results */
.searchresult {
	clear:both;
}
.searchresult h3 {
	font-size:1.2em;
	margin:0;
	padding:1em 0 0 0;
}
.searchresult p {
	margin:0;
	padding:0 0 1em 0;
}
/* Search ends */
 
.navigation {
	display: block;
	text-align: left;
	margin: 10px 0px 10px 0px;
	clear:both;
	}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   text-align: left;
   padding-top: 4px;
   margin: 0px;
}

.wp-caption img,.wp-caption img a {
   margin: 0;
   padding: 0;
   border:none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 120% ;
   padding: 0px 0px 0px 4px;
   margin: 3px 0px 0px 0px;
   border-left:solid 2px #D4B55F;
}
