@charset "UTF-8";
/*   
Theme Name: Franciscan Workers
Theme URI: http://www.jeremyaasum.com
Description: The Default Franciscan Workers Theme
Author: Jeremy AAsum
Author URI: http://www.jeremyaasum.com
*/

@import url(wp-content/themes/franciscanworkers/blueprint.css);

body {
	margin: 0;
	padding: 0;
	font-family: Georgia, Times, 'Times New Roman', serif;
	background-color: #ebebeb;
	font-size: 13px;
	line-height: 1.6em;
	color: #464646;
}

/*GLOBAL STYLES*/
p {
	margin: 0 0 1em 0;
	text-align: justify;
}
a {
	color: #007a9f;
}
a:hover {
	color: #464646;
}
a:active {
	color: #ebebeb;
}
a:visited {
	color: #000;
}
.blue {
	color: #007a9f;
}
.clear {
	clear: both;
}
/* END GLOBAL STYLES */

/* HEADER */
#headercontainer {
	width: 100%;
	background-image: url('images/headerbackground.jpg');
	background-position: center;
	background-repeat: repeat-y;
	background-color: #007a9f;
}
#header {
	width: 960px;
	height: 130px;
	margin: 0 auto;
	padding: 10px 0 0 0;
}
#header h1{
	width: 272px;
	height: 83px;
	background-image: url('images/logo.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
	text-indent: -7000px;
	margin: 30px 0 0 30px;
	padding: 0;
}
#navigation {
	width: 940px;
	height: 30px;
	margin: 0 auto;
	padding: 0 10px;
}
#navigation ul {
	margin: 0;
	padding: 0;
	float: right;
}
#navigation li {
	list-style: none;
	margin: 0;
	display: inline;
}
#navigation ul li a{
	display: block;
	float: left;
	font-size: 1.2em;
	color: #fff;
	padding: 10px 20px;
	text-decoration: none;
}
#navigation ul li a:hover, #navigation li.current_page_item a, #navigation li.current_page_item a:visited {
	background-color: #252525;
}
#divider {
	height: 35px;
	width: 100%;
	background-color: #464646;
	border-top: 5px solid #252525;
}
/* HEADER END */

#container {
	width: 960px;
	margin: 0 auto;
	background: #fff;
}

/* CONTENT */
#content {
	width: 590px;
	margin: 10px;
	padding: 3em 10px 0 20px;
	float: left;
}
#content h2 {
	font-weight: normal;
	color: #007a9f;
	font-size: 2.6em;
	line-height: 1em;
	margin: 0 0 .5em 0;
	padding: 0 0 .6em 0;
	border-bottom: 1px solid #ececec;
}
#content h2 a, #content h2 a:visited {
	text-decoration: none;
}
#content h3 {
	font-size: 1.6em;
	margin: 0 0 .5em;
	color: #007a9f;
	font-weight: normal;
}
#content ul {
	margin: 0 0 1em 0;
}
#content li {
	list-style: inside;
}
#content blockquote {
	margin: 0 0 .2em 0;
	padding: 0;
	font-size: 1.2em;
	line-height: 1.4em;
	color: #007a9f;
}
#content cite {
	margin: 0 0 1em 0;
	display: block;
}
.date {
	font-style: italic;
	font-size: .8em;
}
.metadata {
	margin: 0 0 3em 0;
}
.metadata p {
	margin: 0;
}
.previous {
	float: left;
}
.next {
	float: right;
}
.clear {
	clear: both;
}
#comments {
	padding: 1em 0 0 0;
	border-top: 1px solid #ececec;
}
#comments li {
	list-style: none;
}
/* CONTENT END */

/* SIDE BAR */
#sidebar {
	width: 290px;
	margin: 10px;
	padding: 0 10px 0 0;
	float: right;
}
#sidebar h4 {
	font-size: 1.6em;
	padding: .5em 0;
	color: #000;
	margin: 1em 0 1em 0;
	border-bottom: 1px solid #ececec;
	font-weight: normal;
}
.sideimg {
	position: relative;
	display: block;
	margin: 0 0 1em 0;
}
.sideimg cite {
	background: #000;
	color: #fff;
	position: absolute;
	bottom: 6px;
	left: 0;
	width: 270px;
	padding: 10px;
	text-align: center;
	font-style: normal;
	filter: alpha (opacity=90);
	opacity: .90;
}
#sidebar ul {
	margin: 0 0 1em 0;
	padding: 0;
}
#sidebar li {
	list-style: none;
}
#wp-calendar{
	width: 280px;
	text-align: center;
}
#wp-calendar th {
	background-color: #007a9f;
	color: #fff;
}
/* END SIDEBAR */

#footer {
	width: 960px;
	min-height: 40px;
	margin: 0 auto 1em auto;
	padding: 1em 0;
	background-image: url('images/footerbackground.jpg');
	background-color: #ebebeb;
	background-repeat: no-repeat;
	background-position: top center;
	clear: both;
}
#footer p {
	font-size: .8em;
	margin: 0 0 0 30px;
}
#commentform input {
	width: 250px;
	display: block;
	padding: 5px;
}
#commentform textarea {
	width: 560px;
	display: block;
	padding: 5px;
}
#commentform #submit {
	width: 120px;
}
.pagenavigation {
	padding: 10px 0 0 0;
	border-top: 1px dotted #efefef;
	border-bottom: 1px dotted #efefef;
}