/**************************************************************************************************
..######..########........##.....##....###....########..##....##
.##....##....##...........###...###...##.##...##.....##..##..##.
.##..........##...........####.####..##...##..##.....##...####..
..######.....##...........##.###.##.##.....##.########.....##...
.......##....##...........##.....##.#########.##...##......##...
.##....##....##....###....##.....##.##.....##.##....##.....##...
..######.....##....###....##.....##.##.....##.##.....##....##...

..#######..########
.##.....##.##......
.##.....##.##......
.##.....##.######..
.##.....##.##......
.##.....##.##......
..#######..##......

.########..########.########..########..#######..########..########.
.##.....##.##.......##.....##.##.......##.....##.##.....##.##.....##
.##.....##.##.......##.....##.##.......##.....##.##.....##.##.....##
.########..######...##.....##.######...##.....##.########..##.....##
.##...##...##.......##.....##.##.......##.....##.##...##...##.....##
.##....##..##.......##.....##.##.......##.....##.##....##..##.....##
.##.....##.########.########..##........#######..##.....##.########.


	Author:		Christopher M Stanko
	Date:		01.26.2009
	Function:	CSS Doc for stmaryofredford.com
	Mods:		

**************************************************************************************************/

body {
	margin: 0px;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
	font-size:1.2em;
	background: #3D5D68 url(images/img01.jpg) repeat-x;
}

h1, h2, h3 {
	font: 1.82em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #514F42;
}

p, ol, ul {
	/*line-height: 1.67em;*/
}

a {
	color: #003869;
}

a:hover {
	text-decoration: none;
}

a.whiteLink:link { color:#FFF;text-decoration:none;}
a.whiteLink:visited { color:#FFF;text-decoration:none;}
a.whiteLink:hover { color:#FFF;text-decoration:underline;}

hr {
	display: none;
}

/* Header */

#header {
	width: 940px;
	height: 270px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: -46px;
	background: url(images/stmarylogo2.png) no-repeat;
}

/* Logo */

#logo {
	clear: both;
	margin-top:30px;
	margin-left:350px;
}

#logo h1 {
	margin: 0;
	height: 160px;
	padding: 40px 0 0 170px;
	letter-spacing: -2px;
	font-size: 2em;
	font-weight: normal;
	color: #FFFFFF;
}

#logo h1 a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
}

#logo p {
	margin: -113px 0 0 173px;
	text-transform: uppercase;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
}

#logo a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
float: right;
margin-top: -28px;
}

#menu ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 5px;
	padding: 5px 20px;
	background: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 2px solid #EBEAD1;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	font-size: 11px;
	color: #182C33;
}

#menu a:hover, .active a {
}

/* Spacer */

#spacer {
	
}

/* Page */

#wrapper {
	background: #EBEAD1 url(images/img02.jpg) repeat-x left bottom;
}

#page {
	width: 940px;
	margin: 0px auto;
	padding: 0;
}

/* Content */

#content {
	float: left;
	width: 650px;
	margin-bottom: 50px;
	background: url(images/logo90trans.png) no-repeat left bottom;
	background-attachment: fixed;
}

/* Post */

.post {
	margin-top: 20px;
}

.post .date {
	float: left;
	width: 76px;
	height: 58px;
	margin: 0;
	margin-right: 20px;
	padding-top: 2px;
	background: #003869;
	line-height: normal;
	text-transform: uppercase;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

.post .date b {
	margin: 0;
	padding: 0;
	display: block;
	margin-top: -5px;
	font-size: 40px;
}

.post .title {
	margin: 0;
	padding: 0px 0 0 0;
	margin-left: 10px;
	padding-left: 50px;
	font-size: 1.8em;
	color:#003869;
}

.post .title h2 {
	padding: 0;
	margin: 0;
}

.post .hr1 {
}

.post .meta {
	margin: 0 0 30px 20px;
	padding: 0;
	color: #979680;
	line-height:normal;
}

.post .meta a {
	color: #828170;
}

.post .entry {
	margin: 0;
	padding: 0 0 20px 0;
	border-bottom: 1px dashed #666633;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
	margin-bottom: 20px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 30px;
}

#sidebar li ul {
	border-top: 1px dashed #666633;
}

#sidebar li li {
	margin: 0;
	padding: 4px 0 4px 0;
}

#sidebar li li a {
}

#sidebar h2 {
	padding: 0;
	margin: 0 0 6px 0;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Calendar */

#calendar_wrap {
	border-top: 1px dashed #666633;
}

#calendar caption {
	padding-top: 5px;
	font-weight: bold;
}

#calendar table {
	width: 100%;
	border: 1px solid #E8E8E8;
	font-family: Arial, Helvetica, sans-serif;
}

#calendar thead {
	background: #514F42;
}

#calendar tbody td {
	border: 1px solid #514F42;
	text-align: center;
}

#today {
	font-weight: bold;
}

#prev {
}

#next {
	text-align: right;
}

/* Footer */

#wrapper2 {
	background: #003869;
}

#footer {
	width: 940px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #FFFFFF;
}

#footer a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	color: #FFFFFF;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer li {
	display: block;
	float: left;
	width: 300px;
	padding-left: 20px;
}

#footer li.first {
	padding-left: 0;
}

#footer li ul {
	margin: 0;
	margin-bottom: 30px;
}

#footer li li {
	display: list-item;
	float: none;
	margin: 0;
	padding: 2px 0;
	border-bottom: 1px solid #FFFFFF;
}

#footer li li a {
}

#footer h2 {
	margin-top: 0;
	color: #FFFFFF;
}

#legal {
	clear: both;
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background: #003869;
}

#legal a {
	border-bottom: 1px dotted #939393;
	text-decoration: none;
	color: #FFFFFF;
}

.pdf_preview {
	border:0;
}
.newsletter_right {
	float:right;
}


/* Form */

p, h1, form, button{border:0; margin:0; padding:0;}
.spacer{clear:both; height:1px;}

.myform{
	margin:0 auto;
	width:550px;
	padding:50px;
}

#stylized{
	border:solid 10px #003869;
	background:none;
}
#stylized h1 {
	font-size:25px;
	font-weight:bold;
	margin-bottom:8px;
}
#stylized p{
	font-size:14px;
	margin-bottom:20px;
	border-bottom:solid 5px #003869;
	padding-bottom:10px;
}
#stylized label{
	display:block;
	font-weight:bold;
	text-align:right;
	width:140px;
	float:left;
}
#stylized .small{
	display:block;
	font-size:14px;
	font-weight:normal;
	text-align:right;
	width:140px;
}
#stylized input{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #003869;
	width:500px;
	margin:2px 0 20px 10px;
}
#stylized textarea{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #003869;
	width:500px;
	height:175px;
	margin:2px 0 20px 10px;
}
#stylized .button{ 
	clear:both;
	margin-left:200px;
	width:125px;
	height:31px;
	background:#666666 url(button.png) no-repeat;
	text-align:center;
	line-height:31px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	border:none;
}

.captcha {
	clear:both;
	text-align:center;
	margin:auto;
	padding-bottom:20px;
	width:320px;
}

#contact_table table {
	width: 100%;
	border: 1px solid #E8E8E8;
	font-family: Arial, Helvetica, sans-serif;
}

#contact_table th {
	background: #003869;
	color: #FFFFFF;
}

#contact_table td {
	border: 1px solid #514F42;
	text-align: center;
}
