@import url("reset.css");

body,html {
    height:100%;
}

body {
    background:#FFF url(../images/bg.png) repeat-x top left;
    font-family: Georgia, Arial, Helvetica, sans-serif;
    font-size:16px;
    line-height:24px;
}

h1,h2,h3,h4,h5,h6,
p,blockquote {
    margin:0 0 10px;
}

#container {
    width:900px;
    min-height: 100%;
    height: auto !important;
    /*height: 100%;*/
    margin:0 auto -50px;
    overflow:hidden;
    background:#FFF;
    border-left:1px solid #999;
    border-right:1px solid #999;
    border-bottom:1px solid #999;
    -webkit-box-shadow: 0 4px 8px rgba(0,0, 0, 0.3);
    -moz-box-shadow: 0 4px 8px rgba(0,0, 0, 0.3);
    box-shadow: 0 4px 8px rgba(0,0, 0, 0.3);
}

#header {
    position:relative;
    width:900px;
    height:213px;
    background:url(../images/header.jpg) no-repeat top left;
    clear:both;
    overflow:hidden;
}

#header h1,
#header h1 a:link,
#header h1 a:visited {
    color:#FFF;
    text-decoration:none;
}

#header h1 {
    position:absolute;
    left:0;
    bottom:0;
    width:870px;
    height:40px;
    display:block;
    line-height:40px;
    margin:0;
    padding:0 15px;
    font-size:25px;
    font-style:italic;
    background-image:url(/images/header_bg.png);
    background-repeat:repeat;
    background-position:top left;
}

#nav {
    width:250px;
    float:left;
    clear:left;
}

#nav ul {
    width:249px;
    border-right:1px solid #999;
}

#nav ul li,
#nav ul li a:link,
#nav ul li a:visited {
    display:block;
    height:30px;
    line-height:30px;
    background:#B5DF8B;
    color:#3B6314;
    text-decoration:none;
}

#nav ul li {
    width:249px;
    border-bottom:1px solid #999;
}

#nav ul li a:link,
#nav ul li a:visited {
    width:219px;
    padding:0 15px;
}

#nav ul li a:hover,
#nav ul li a:active {
    background:#3B6314;
    color:#FFF;
}

#main {
    width:620px;
    float:left;
    clear:right;
    padding:15px;
    margin:0 0 30px 0;
}

#main p {
    margin-right:100px;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding: 4px 0 0;
	margin:10px 10px 20px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.alignleft {
    float:left;
    margin:0 15px 15px 0;
}

.aligncenter {
    margin:10px auto 20px;
}

.alignright {
    float:right;
    margin:0 0 15px 15px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0;
}

.wp-caption img,
.wp-caption:link,
.wp-caption:visited,
.wp-caption:link img,
.wp-caption:visited img {
    text-decoration:none;
    color:#000;
}

.wp-caption p {
    text-align:right;
    margin:5px auto 10px;
    padding:0 5px;
    font-size:12px;
    font-weight:normal;
}

ul.gallery {
    overflow:hidden;
}

ul.gallery li {
    float:left;
    margin:0 15px 15px 0;
    border: 1px solid #ddd;
    background-color: #f3f3f3;
    padding:5px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

ul.gallery li a:link,
ul.gallery li a:visited,
ul.gallery li img {
    vertical-align:top;
}

#events {
    margin:0 0 15px;
    border-collapse:collapse;
}

#events th,
#events td {
    padding:3px 5px;
    line-height:30px;
}

#events th {
    border-top:1px solid #CCC;
    border-bottom:1px solid #CCC;
    border-left:1px solid #CCC;
    text-align:left;
}

#events th.month {
    border-right:1px solid #CCC;
    border-left:none;
}

#events td.day {
    text-align:right;
}

#events .featured td {
    border-top:1px solid #444;
    border-bottom:1px solid #444;
    background-color:#CCC;
}

#events .featured td.day {
    border-left:1px solid #444;
}

#events .featured td.description {
    border-right:1px solid #444;
}

#footer {
    width:870px;
    height:50px;
    margin:0 auto;
    line-height:50px;
    padding:0 15px;
    font-size:12px;
    clear:both;
    overflow:hidden;
}

#footer .copyright {
    width:235px;
    float:left;
}

#footer .credit {
    width:620px;
    float:left;
    padding-left:15px;
}


