@charset "UTF-8";

/* ****************************************** */
/* RESET DEFAULTs */
/* ****************************************** */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ****************************************** */
/* // RESET DEFAULTs */
/* ****************************************** */

body{
	background:#FFFFFF url(images/background_16.jpg) top right fixed no-repeat;
	font-size:68.9%;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	line-height:1.4em;
	color:#666666;
}

h1{
	font-size:1.1em;
	color:#cc99cc;
	text-transform:uppercase;
	font-weight:normal;
	background:url(images/bg_h1.gif) top right no-repeat;
	width:100%;
}

p{
	margin-bottom:1em;
}

small{
	font-size:.8em;
}

hr{
	height:20px;
	border:none;
	background:url(images/bg_hr.png) top center no-repeat;
}

img{
	padding:3px;
	border:1px solid #cc99cc;
}

.background_1{
	background:#FFFFFF url(images/background_01.jpg) top right fixed no-repeat;
}

.background_2{
	background:#FFFFFF url(images/background_02.jpg) top right fixed no-repeat;
}

.background_3{
	background:#FFFFFF url(images/background_03.jpg) top right fixed no-repeat;
}

.background_4{
	background:#FFFFFF url(images/background_04.jpg) top right fixed no-repeat;
}

.background_5{
	background:#FFFFFF url(images/background_05.jpg) top right fixed no-repeat;
}

.background_6{
	background:#FFFFFF url(images/background_06.jpg) top right fixed no-repeat;
}

.background_7{
	background:#FFFFFF url(images/background_07.jpg) top right fixed no-repeat;
}

.background_8{
	background:#FFFFFF url(images/background_08.jpg) top right fixed no-repeat;
}

.background_9{
	background:#FFFFFF url(images/background_09.jpg) top right fixed no-repeat;
}

.background_10{
	background:#FFFFFF url(images/background_10.jpg) top right fixed no-repeat;
}

.background_11{
	background:#FFFFFF url(images/background_11.jpg) top right fixed no-repeat;
}

.background_12{
	background:#FFFFFF url(images/background_12.jpg) top right fixed no-repeat;
}

.background_13{
	background:#FFFFFF url(images/background_13.jpg) top right fixed no-repeat;
}

.background_14{
	background:#FFFFFF url(images/background_14.jpg) top right fixed no-repeat;
}

.background_15{
	background:#FFFFFF url(images/background_15.jpg) top right fixed no-repeat;
}

.background_17{
	background:#FFFFFF url(images/background_17.jpg) top right fixed no-repeat;
}

#wrapper {
	margin:0 auto;
	width:782px;
}

#headerImg{
	background:url(images/header_willow.png) top left no-repeat;
	width:782px;
	height:42px;
	margin-top:30px;
}

#headerImg span{
	display:none;
}

#siteMenu{
	margin:20px 0 30px 0;
}

#siteMenu ul{
	text-align: center;	
}

#siteMenu li{
	display: inline;
	margin:0 1em;
}

#content{
	width:700px;
	margin:0 auto;
}

#mainContent{
	float:left;
	width:360px;
}

#sidebar{
	float: right;
	width:250px;
	margin-top:250px;
}

.sp_logo{
	width:75px;
	height:50px;
	border:none;
}

.plain-img{
	border:none;
	padding:0;
}

.area{
	background:url(images/transparent_bg.png);
	padding:1em;
	border:solid 1px #cc99cc;
}

#event-calendar{
	width:100%;
	margin-top:2em;
}

	#event-calendar th{
		background:#cc99cc;
		color:#FFFFFF;
		text-align:left;
		padding:.5em;
	}
	
	#event-calendar td{
		padding:.5em;
	}

.altrow{
	background:url(images/transparent_bg.png);
}

.col1{
	width:30%;
}

.col2{
	width:50%;
}

.col3{
	width:20%;
}

.clear{
	clear:both;
}

#sidebar h2{
	background:#cc99cc;
	color:#FFFFFF;
	margin-top:1em;
	font-weight:normal;
	padding:0 .7em;
}

#sidebar ul li{
	list-style-type:square;
	margin-left:2em;
}

.blogPost img{
	background:none;
	border:none;
}

.blogPost h1 a{
	color:#cc99cc;
	font-weight:normal;
	text-decoration:none;
}

.wp-caption{
	background:url(images/transparent_bg.png);
}
	.wp-caption img{
		padding:5px 0 0 5px;
	}

.wp-caption-text{
	font-size:.8em;
	text-align:center;
}
