/*
Theme Name: Christ Church
Theme URI: http://hollisbartlett.com/
Description: Theme developed for Christ Church, Amherst Nova Scotia.
Version: 1.0
Author: Hollis Bartlett
Author URI: http://hollisbartlett.com/
*/
@charset "utf-8";
/* CSS Document */

/* Resets */
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}
del,ins{text-decoration:none;}

body {
	background-color: #CCCCCC;
	background-image: url(images/body.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
}
#containerbg {
	background-image: url(images/content.jpg);
	background-repeat: repeat-y;
	background-position: center;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#container {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
	width: 960px;
}
#header {
	height: 280px;
}
#header h1, #header h2 {
	text-indent: -9000px;
}

#sidebar {
	float: left;
	width: 220px;
	font-size: 12px;
	line-height: 18px;
	color: #ddd;
	padding-left: 70px;
}
#content {
	width: 520px;
	margin-left: 370px;
}
#sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
p.plugin-support {
	display: none;
}

#sidebar li {
	padding-bottom: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#sidebar li ul li {
	padding-bottom: 5px;
}
#sidebar a {
	color: #C6AAFF;
	text-decoration: none;
}
#sidebar a:hover {
	color: #FFFFFF;
}
h2.widgettitle, #sidebar h2 > a {
	font-size: 24px;
	padding-bottom: 10px;
	color: #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-variant: small-caps;
	font-style: oblique;
	letter-spacing: 2px;
	border-bottom-width: 2px;
	border-bottom-style: groove;
	border-bottom-color: #999999;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
a {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #000000;
}
#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 130px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#footercontent {
	margin-right: auto;
	margin-left: auto;
	padding-right: 70px;
	text-align: right;
	font-size: 10px;
	font-style: oblique;
	color: #333333;
	padding-top: 80px;
	line-height: 20px;
	padding-left: 370px;
}

#content h3, #calendar_wrapLarge h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	font-variant: small-caps;
	letter-spacing: 2px;
	padding-bottom: 10px;
	line-height: 30px;
}
#content p, #content td {
	font-size: 12px;
	padding-bottom: 10px;
	line-height: 18px;
}
#content li {
	font-size: 12px;
	padding-bottom: 5px;
	line-height: 18px;
	padding-left: 5px;
	margin-left: 30px;
	list-style-type: disc;
}
#content ul {
	padding-bottom: 10px;
}
#post {
	padding-bottom: 20px;
	float: left;
}
#post img {
	padding: 4px;
	border: 4px solid #CCCCCC;
}
.alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.alignright {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
#searchbox {
	height: 32px;
	text-align: right;
	padding-right: 70px;
	padding-top: 8px;
}
#searchbox input {
	padding: 2px;
	width: 140px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border: 2px solid #ccc;
	font-size: 12px;
	font-style: italic;
	color: #666666;
	background-color: #eee;
}
#searchbox input:focus {
	border: 2px solid #CC6600;
}
#searchform {
	display: inline;	
}
.homelink {
	height: 120px;
	width: 220px;
	display: block;
	margin-left: 70px;
}
.ang-crest {
	height: 100px;
	width: 110px;
	display: block;
	margin-left: 70px;
	margin-top: 10px;
	float: left;
}
.diocese-crest {
	height: 100px;
	width: 110px;
	margin-top: 10px;
	display: block;
	float: left;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
.wp-caption-text {
	font-style: italic;
	color: #666666;
	text-align: center;	
}
#calendar_wrap {
	color: #333333;	
}