/*
Theme Name: ChristChurch
Theme URI: http://www.wpdesigner.com
Description: This is my theme for a tutorial.
Version: 1.0
Author: Heidi Dobbs, Chrysalis Business Services
Author URI: http://www.chrysalisbs.com/

*/
@import 'layout.css';
@import 'sidebars.css';
@import 'header.css';
@import 'footer.css';
@import 'body.css';



/* Defaults */
body,h1,h2,h3,h4,h5,h6,blockquote,p,form{
	margin:0;
	padding:0;
}

body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	vertical-align:top;
	background: url(images/bk.gif) repeat-x;
	color: #000;
}

h1{
	font-family:Georgia,Sans-serif;
	font-size:24px;
	padding:0 0 10px 0;
}

a:link, a:visited{
	text-decoration: underline;
	color: #336699;
}

a:hover{
	text-decoration:none;
}

p{
	padding:10px 0 0 0;
}

/* Search */
#search {
	position:absolute;top:25px;right:50px;
	float:left;
}

#search ul li {
	list-style-type:none;
}

/* Calendar */
table#wp-calendar{
	width:80%;
}

/* Comments */
.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

.floatleft {
	float: left;
	padding: 0 5px 0 0;
}

.floatright {
	float: right;
	padding: 0 0 0 5px;
}


.entrybutton:hover {
   border-top-color: #eda413;
   background: #eda413;
   color: #c40e0e;
   }
.entrybutton:active {
   border-top-color: #780505;
   background: #780505;
   }
   
.entrybutton a {
   border-top: 1px solid #edd11d;

   background: #F7EFB2;

   padding: 12px 24px;
   -webkit-border-radius: 16px;
   -moz-border-radius: 16px;
   border-radius: 16px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #800404;
   font-size: 23px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   }
.entrybutton a:hover {
   border-top-color: #780505;
   background: #780505;
   color: #ffaa00;
   }
   
/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.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 captions & aligment */

