/*  
Theme Name: St. Francis
Theme URI: http://www.stfrancisnovato.com/
Author: Sarah Mattern
Author URI: http://www.matternco.com/

*/

/* Normalization */

html, body, div, ul, ol, li, h1, h2, h3, h4, form, fieldset, input, p, blockquote, th, td {
	margin: 0 auto;
	padding: 0;
	}
	
ol, ul {
	list-style: none;
	}	

html {
	text-align: center;
	}

img, a img {
	border: none;
	}


/* Main Elements */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	background: #F3D99D url('images/stFrancis_back.jpg') 0 0;
	background-repeat: no-repeat;
	color: #333;
	}

a, a:visited {
	text-decoration: underline;
	color: #31599D;
	font-weight: normal;
	font-size: inherit;
	}

a:hover {
	text-decoration: underline;
	color: #982626;
	font-weight: normal;
	font-size: inherit;
	}

#page {
	background: #F3D99D url('images/pagebg.gif');
	background-repeat: repeat-y;
	text-align: left;
	width: 684px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 0;
	margin-left: 165px;
	padding-bottom: 0;
	}

#header {
	background: white url('images/header.gif');
	background-repeat: no-repeat;
	height: 115px; 
	width: 678px;
	margin: 0 3px 0 3px;
	}

#stFrancis {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1000;
	background: transparent url('images/stFrancis_front.gif') 0 0;
	background-repeat: no-repeat;
	width: 192px;
	height: 471px;
	background-repeat: no-repeat;
	}
	
html>body #stFrancis {
background: transparent url('images/stFrancis.png') 0 0; /*IE hack: IE doesn’t see this */
}

#link a, #link a:hover {
	position: absolute;
	height: 90px; 
	width: 678px;
	text-indent: -9999px;
	font-size: .02em;
	}

#link a span {
	visibility: hidden;
	text-indent: -9999px;
	font-size: .02em;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-indent: -9999px;
	font-size: .02em;
	height: 0px;
	padding: 0;
	margin: 0;
	}

.description {
	text-indent: -9999px;
	font-size: .02em;
	height: 0px;
	padding: 0;
	margin: 0;
	}

#menu {
	margin-left: 80px;
	margin-top: 94px;
	width: 598px;
	font-size: 110%;
	height: 20px;
	}

#menu a, #menu a:visited, #menu a:hover {
	text-decoration: none;
	}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	}

#nav a {
	display: block;
	padding: 3px 8px 4px 8px;
	}

#nav li {
	float: left;
	position: relative;
	/*width needed for Opera?*/
	}

#nav li ul {
	border-top: 1px solid #CCCCCC;
	display: none;
  	position: absolute; 
  	top: 1.65em;
  	left: 0;
	width: 150px;
	}

#nav li > ul {
	top: 1.8em; /*auto*/
	left: auto;
	}

#nav li ul li {
	background-color: white;
	border: solid #CCCCCC;
	border-width: 0 1px 1px 1px;
	width: 150px;
	}

#nav li:hover ul, #nav li.over ul {
	display: block;
	}

#nav li ul li a:hover {
	background: #F3D99D;
	}

#content {
	clear: left;
	width: 646px;
	margin: 13px 0 13px 23px;
	}

#maincolumn {
	float: left;
	width: 417px;
	font-size: 120%;
	line-height: 1.6em;
	margin-top: 10px;
	}

#maincolumn .widepage {
	width: 646px;
	}

#maincolumn img {
	border: 1px solid #CCC;
	}

#maincolumn p {
	padding: 4px 0 8px 0;
	text-align: justify;
	}
	
#maincolumn ul {
	margin: 0 0 10px 0;
	list-style: none;
	} 

#maincolumn li {
	margin: 8px 0 0 0;
	padding-left: 20px;
	}

#maincolumn ul li {
	background-image: url('images/bullet.gif');
	background-repeat: no-repeat;
	background-position: 0 .01em;
	}

#maincolumn ol li {
	margin: 5px 0 5px 20px;
	padding-left: 5px;
	list-style: decimal;
	}

#breadcrumbs {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	padding-bottom: 5px;
	}

.postmetadata {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1em;
	padding-bottom: 5px;
	}

.entry {
	padding: 10px 0 10px 0;
	}

h2, h2 a, h2 a:visited, h2 a:hover {
	font-size: 140%;
	font-weight: normal;
	color: #982626;
	text-decoration: none;
	padding: 10px 0 0 0;
	}

h3, h3 a, h3 a:visited {
	font-size: 110%;
	padding: 5px 0 0 0;
	color: #31599D;
	font-weight: normal;
	text-decoration: none;
	}

h3 a:hover {
	text-decoration: underline;
	font-size: 110%;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

h4, h4 a, h4 a:visited {
	font-size: 100%;
	padding: 4px 0 0 0;
	line-height: normal;
	margin: 0;
	color: #982626;
	font-weight: normal;
	text-decoration: none;
	}

h4 a:hover {
	text-decoration: underline;
	font-size: 100%;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer { 
	margin: 23px 20px 0 23px;
	padding-bottom: 20px;
	clear: both;
	text-align: right;
	}
	
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.3em;
	}

.item {
	border: 1px solid #CCC;
	padding: 0 10px 0 10px;
	margin: 10px 0 10px 0;
	}

#sidebar {
	width: 180px;
	margin: 10px 0 0 20px; 
	padding: 10px;
	float: left;
	border: 1px solid #CCC;
	line-height: 1.4em;
	background-color: #FFFFFF;
	}

#sidebar h2 {
	font-size: 1.2em;
	padding: 15px 0 0 0;
	}

#sidebar h3, #sidebar h3 a, #sidebar h3 a:hover {
	font-size: 1.1em;
	padding: 8px 0 0 0;
	}

#sidebar ul, li {
	list-style: none;
	}	
	
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .widecolumn ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .widecolumn li {
	margin: 7px 0 8px 10px;
	}

.widecolumn ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.widecolumn ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	text-align: left;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	}

#sidebar #searchsubmit {
	padding: 1px;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	}

#commentform #submit {
	margin: 0;
	float: right;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	float: left;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/