/* CSS Document */

body {
	background-color:#f5f5f5;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.74em;
	color:#333333;
	line-height:20px;
	cursor:default;
	margin:0;
	background-image: url("images/backgrounds/main.jpg");
	background-position:center;
	background-repeat:repeat-y;
}



#container {
	width:700px;
	padding:10px;
	background-color:#FFFFFF;
	margin:0 auto 0 auto;
}

#header {
	width:700px;
	background-color:#800080;
	height:150px;
	background-image: url("images/backgrounds/top.jpg");
	color:#800080;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:150%;
	font-weight:bold;
	line-height:20px;
}

#header p {
	padding:5px;
	margin:0;
	margin-left:10px;
	margin-right:10px;
	text-indent:5px;
}

#header h1 {
	color:#FFFFFF;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:300%;
	font-weight:bold;
	padding:0;
	padding-top:50px;
	padding-left:150px;
	padding-bottom:25px;
	margin:0;
	background-image:none;
}

#main_menu {
	width:700px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#CCCCCC;
	text-align:right;
	color:#FFFFFF;
	background-image: url("images/backgrounds/menubg.jpg");
	margin-bottom:10px;
}

#main_menu a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:70%;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFFFFF;
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;
	padding-top:12px !important;
	padding-top:13px;
	padding-bottom:11px;
	margin-left:1px !important;
	margin-left:1px;
}

#main_menu a:hover {
	background-color:#3F4A3E;
	background-image: url("images/backgrounds/link.jpg");
}

#main_menu .aactive {
	background-color:#3F4A3E;
	background-image: url("images/backgrounds/link.jpg");
}

#sidebar {
	width:150px;
	border:1px solid #cccccc;
	padding:5px;
	float:left;
	clear:left;
	background-image: url("images/backgrounds/article.jpg");
	background-position:bottom right;
	background-repeat:repeat-x;
}

#sidebar h1,h2 {
	font-family:Arial Narrow, Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	color:#000000;
	border:none;
	background-image:none;
	border-bottom:2px solid #cccccc;
}

.article {
	margin-left:170px;
	border: 1px solid #cccccc;
	background-image: url("images/backgrounds/article.jpg");
	background-position:bottom right;
	background-repeat:repeat-x;
	margin-bottom:10px;
}

.articlelong {
	margin-left:0px;
	border: 1px solid #cccccc;
	background-image: url("images/backgrounds/article.jpg");
	background-position:bottom right;
	background-repeat:repeat-x;
	margin-bottom:10px;
}


.article_body p {
	margin:10px;
}


.article_info {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	letter-spacing:2px;
	font-variant:small-caps;
	text-transform:lowercase;

}

.article_info a {
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}

.article_body {
	padding:10px;
	background-image: url("images/backgrounds/articlenormal.jpg");
	background-position:top left;
	background-repeat:no-repeat;
}

h1 {	
	font-family:Arial Narrow, Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	color:#000000;
	border-bottom:2px solid #cccccc;
	background-image: url("images/backgrounds/headers.jpg");
	background-position:top right;
	background-repeat:no-repeat;
	padding-bottom:5px;
	padding-top:5px;
}

.comment {
	margin-left:170px;
	padding:10px;
	border: 1px solid #cccccc;
	background-image:url(images/backgrounds/article.jpg);
	background-position:bottom right;
	background-repeat:repeat-x;
	margin-bottom:10px;
}

a {
	color:#800080;
	text-decoration:none;
}

a:hover {
	border-bottom:1px dotted #000000;
}

.park {
	margin-left:170px;
	padding:10px;
	border: 1px solid #cccccc;
	background-position:top left;
	background-repeat:no-repeat;
	margin-bottom:10px;
}

.park p {
	margin:10px;
}

.park h1,h2,h3 {
	font-family:Arial Narrow, Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	color:#000000;
	border:none;
	background-image:none;
	border-bottom:2px solid #cccccc;
}

/*
 * CSS Calendar
 * Tim Wright
 * Chris Coyier
 * heavily modified by Azmandius
 -----------------------------*/

.calendar  {
	font:1em/1.4 Verdana, Arial, Helvetica, sans-serif;
}

.calendar * {
	display:inline;
}

.calendar h1 {
	font-family:Arial Narrow, Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	color:#000000;
	border:none;
	background-image:none;

}

ol.calendar {
	width:55em;
	margin:0 auto;
	display:block;
	
}

li {
	list-style:none;
	
}

p.link {
	text-align:center;
	display:block;
}

/*
 * Day styles
 -------------------------*/

 li li {
	width:7em;
	height:7em;
	float:left;
	margin:.1em;
	border:1px solid #444;
	padding:.2em;
	overflow:auto;
	background:#f5f5f5;
	border:1px solid #999;
}

/*
 * Day content (UL/OL & P)
 -------------------------*/

li li p {
	font-size:.8em;
	display:block;
	color:#800080;

}

li li ol {
	width:auto;
}

li li ul li,

li li ol li {
	font-size:.7em;
	display:block;
	height:auto;
	width:auto;
	margin:0;
	padding:.2em 0;
	float:none;
	border:0;
	border-bottom:1px solid #ddd;
}

/*
 * Holiday class
 -------------------------*/

 li li.holiday {
	border-color:#f00;
	background:#FFFFFF
}

li li.event {
	background:#FFFFFF;
}

/*
 * Inactive months
 -------------------------*/

li#lastmonth li,

li#nextmonth li {
	background:#bbbbbb;
	border:1px solid #999;
}


