/*
Theme Name: Catholic Center
Description: Catholic Center @ UVM by Michael Niggel
Author: Michael Niggel
Author URI: http://twicerisen.ath.cx/
Version: 0.1
*/

body {
	background: #fff url(img/pageborder.gif) center center repeat-y;
	font-family: arial, helvetica, sans-serif;
	font-size: 76%;
	color: #555;
	margin: 0;
	padding: 0;
}

#main {
	margin: 0 auto;
	width: 760px;
	background: url(img/flatgray.gif) top left repeat-y;
}

#header {
	background: #fff;
}

#header img {
	display: block;
}

#nav {
	height: 4em;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0 1em 0 238px;
}

#nav li {
	float: right;
	margin: 0 0 0 2em;
	font-size: 0.9em;
}

#nav a {
	font-weight: bold;
	color: #2B4C8C;
	text-decoration: none;
}

#nav a:hover {
	text-decoration: underline;
}

#nav .current_page_item a {
	text-decoration: underline;
}

#sidebar {
	background: url(img/flatgray.gif) top left repeat-y;
	float: left;
	width: 198px;
	padding: 0 20px 0 10px;
	color: #fff;
}

#sidebar h2 {
	font-weight: bold;
	font-size: 1em;
	color: #F7DBA9;
	margin: 1em 0 0;
}

#sidebar ul {
	margin: 0 0 1em;
	list-style: none;
	padding: 0;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#sidebar a:hover {
	color: #F7DBA9;
	text-decoration: underline;
}

#contentarea {
	float: right;
	width: 502px;
	padding: 0 10px 0 20px;
}

#contentarea h1 {
	margin: 1em 0 0;
	line-height: 1;
	font-weight: bold;
	font-size: 1.5em;
	color: #333;
}

#contentarea h2 {
	margin: 1em 0 0;
	line-height: 1;
	font-weight: bold;
	font-size: 1.2em;
	border-bottom: solid 1px #999;
}

#contentarea h3 {
	margin: 1em 0 0;
	line-height: 1;
	font-weight: bold;
	font-size: 1em;
	color: #000;
}

#contentarea h4 {
	margin: 1em 0 0;
	line-height: 1;
	font-weight: bold;
	font-size: 1em;
}

#contentarea a {
	font-weight: bold;
	color: #2B4C8C;
	text-decoration: none;
}

#contentarea a:hover {
	text-decoration: underline;
}

#contentarea img {
	border: solid 1px #666;
}

#contentarea #intro {
	border-bottom: solid 2px #666;
	line-height: 2;
}


fieldset {
	background: #ddd;
	border: none;
}

fieldset fieldset {
	background: #ccc;
	border: none
}

legend {
	font-weight: bold;
	font-size: 1.2em;
	color: #2B4C8C;
	margin-top: 2em;
	margin-left: -0.25em;
}

label {
	display: block;
	font-weight: bold;
	margin-top: 0.25em;
}

input {
	display: block;
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
	color: #000;
}

input.textbox {
	background: #fff;
	width: 30em;
	border: solid 1px #2B4C8C;
}

input.checkbox {
	display: inline;
}

input.submit {
	cursor: pointer;
	background: #F7DBA9;
	border: solid 1px #2B4C8C;
	margin: 1em auto;
	padding: 0.5em;
	font-size: 1.2em;
	font-weight: bold;
}

input.submit:hover {
	background: #EFEFEF;
	border: solid 1px #555;
}

select {
	display: block;
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #000;
	background: #fff;
	width: 30em;
	border: solid 1px #2B4C8C;
}

textarea {
	display: block;
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
	color: #000;
	background: #fff;
	width: 30em;
	height: 20em;
	border: solid 1px #2B4C8C;
}

#searchform input.textbox {
	background: #fff;
	width: 12em;
	border: solid 1px #2B4C8C;
	display: inline;
}

#searchform input.submit {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: normal;
}

.post {
	margin: 0 0 3em;
}

.post-date {
	font-size: 0.75em;
	color: #777;
	float: right;
}

.post-info {
	font-size: 0.8em;
}

.commentlist li {
	background: #ddd;
	margin: 1em 0;
}