/*
 * Generic rules and classes
 */

a img {
	border: none;
}

.left {
	float: left;
	margin: 0 15px 10px 0;
}

.right {
	float: right;
	margin: 0 0 10px 15px;
}

.hidden {
	display: none;
}

.ir {
	letter-spacing: normal;
	text-indent: -999em;
	overflow: hidden;
}

/* Clearfix Method for clearing the floats */
.clearfix:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}

/* This declaration is necessary for Safari!! */
.clearfix { display: block; }


/*
 * Layout
 */

body {
	margin: 0;
	padding: 0;
	background: #c7c7c7;
}

#page-wrapper {		/* Also defined in ie.css */
	background: #c7c7c7 url(../images/page-shadow.png) repeat-y center;
}

#border-top {
	height: 42px;
	background: #c7c7c7 url(../images/page-shadow-top.png) no-repeat center bottom;
}

#border-bottom {
	height: 35px;
	background: #c7c7c7 url(../images/page-shadow-bottom.png) no-repeat center top;
}

#page {		/* Also defined in ie.css */
	width: 827px;
	margin: -6px auto;
	padding: 15px;
}

#header {
	position: relative;
	width: 827px;
	height: 80px;
	padding-top:25px;
	padding-bottom:25px;
	z-index: 1000;
}

#navbar {
	position: relative;
	width: 827px;
	height: 42px;
	z-index: 1000;
	background: #98012e;
}

#logo {
	float:left;
}

#contact-info-top {
	float:right;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:x-small;
}

#content {
	width: 827px;
}

#content-main {
	float: left;
	width: 505px;
}

#content-full-width {
	float: left;
	width: 827px;
}

#content-sidebar {
	float: right;
	width: 287px;
	background-color:#f1f3d7;
	padding:10px;
}

#content-sidebar-white {
	float: right;
	width: 287px;
	background-color:#ffffff;
	padding:10px;
}

#content-sidebar-copy {
	padding:10px;
}

#mission-statement p {
	width: 400px;
	padding-bottom:5px;
	line-height:22px;
	font-style:italic;
	color:#690;
	margin-left:20px;
}


#contact-info {			/* Also defined in ie.css */
	margin-bottom: 25px;
	font: bold .8em Helvetica, Arial, sans-serif;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: white;
	background: #656565 url(../images/page-shadow-bottom.png) repeat-x;
}


/*
 * Content
 */

body {
	font-size: 75%;		/* Reset default font size to 12px */
}

p {
	margin: 1em 0;
	padding: 0;
}

a:link,
a:visited {
	color:#8A001F;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#content {
	margin-top: 20px;
	font: 1.1em 'Trebuchet MS', Helvetica, Arial, sans-serif;
}

#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #98012e;
}

#content h2 {
	margin: 1.5em 0 1.2em;
	font-size: 1.1em;
	color: #98012e;
	text-transform: uppercase;
}

#content h3 {
	font-size: 1.17em;
	text-align: left;
	color: #98012e;
}

#content h4 {
	font-size: 1em;
}

#content-sidebar h2 {
	margin: 0 0 .2em;
	padding-top: .75em;
	font-size: 1.7em;
	text-transform: none;

}

.photo-caption {
	font-family: Helvetica, Arial, sans-serif;
	font: .75em 'Trebuchet MS', Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #98012e;
}


/* Blog entries */
.entry-title {
	margin: 0em 0 0;
	font: bold 1.1em Helvetica, Arial, sans-serif;
	color: #1AA5E8;
}

.entry-title a {
	color: black;
	text-decoration: none;
}

.entry-title a:hover {
	color: #1aa5e8;
	text-decoration: underline;
}

.author {
	margin: 0;
	font: bold 1em Helvetica, Arial, sans-serif;
	color: #666;
}

.published {
	margin: 0;
}

.entry-summary {
}

.entry-extended {
	font: 1em Helvetica, Arial, sans-serif;
}

.entry-extended a {
	/* color: #666; */
}

.morePosts {			/* Also defined in ie.css */
	margin: 0 0 1em;
	padding-bottom: 30px;
	font: 1em Helvetica, Arial, sans-serif;
	text-transform: uppercase;
/*	background: url(../images/separator.gif) repeat-x center bottom; */
}




/* Calendar events */
#calendar {
	 border-bottom: 1px dotted #999;
}

#calendar h2 {
	margin: 0 0 .2em;
	padding-top: .75em;
	font-size: 1.7em;
	text-transform: none;

}

#calendar h3 {
	margin: 0;
	font-size: 1em;
	border-top: 1px dotted #999;
}

#calendar .vevent {
	position: relative;
}

#calendar .vevent abbr.timestamp {		/* Also defined in ie.css */
	position: absolute;
	width: 70px;
	color: #666;
}

#calendar .vevent .summary {
	margin: 0 0 .5em 70px;
	padding: 0;
}


div.sticky {
	margin-bottom: 20px;
	padding: 20px 20px 10px;
	background: #EFEFEF;
	border: 1px solid #ccc;
}

div.greenBox {
	font: 1.8em 'Trebuchet MS', Helvetica, Arial, sans-serif;
	color: #666;
	font-weight:bold;
	vertical-align:middle;
	padding: 20px;
	border: 15px solid #A5AE1A;
}

