/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

* 
{
margin: 0px;
padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(images/background.gif);
	background-repeat: repeat;
	background-position: center center;
}

input, textarea {
	border: 1px solid #999999;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #FFFFFF;
}

h1, h2, h3, p, ol, ul {
	margin-top: 0;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2 {
	text-transform: none;
	font-weight: normal;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.8em;
}

p, ol, ul {
	margin-bottom: 1.5em;
	line-height: 150%;
}

a {
	color: #1D74A6;
}

a:hover {
	text-decoration: none;
	color: #1D74A6;
}



hr {
	display: none;
}

#main
{
width: 840px;
margin: 0 auto;
border: 7px solid #ffffff;
}

/* Header */

#header {
	height: 250px;
	width: 840px;
}

#logo {
width: 840px;
height: 201px;
background: url(images/header.jpg) repeat-x;
}

#logo h1, #logo p {
	margin: 0;
	line-height: normal;
}

#logo h1 {
	padding: 10px 10px 0px 0px;
	font-size: 20px;
	color: #FFFFFF;
	font-family: Verdana;
}
#logo h2 {
	padding: 10px 10px 0 0;
	font-size: 15px;
	text-transform: none;
	color: #666666;
}

#logo a {
	text-decoration: none;
	color: #666666;
}

#menu {
height: 49px;
background: url(images/menu.gif) no-repeat;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	width: 135px;
	height: 35px;
	margin: 0 2px 0 3px;
	padding: 14px 0 0 0;
	text-decoration: none;
	text-align: center;
	letter-spacing: 0px;
	font-size: 10px;
	font-weight: bold;
	color: #CCCCCC;
}

#menu a:hover {
	background: url(images/menu_r.png) repeat-x;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 840px;
	background: #ffffff;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 820px;
	margin-left: 8px;
	margin-top: 10px;
	border: 1px dotted #CCCCCC;
}

#content .post ul, #content .post ol
{
margin-left: 30px;
}

.post {
	margin-bottom: 5px;
	padding: 10px;
	color: #999999;
	background-color: #FFFFFF;
}

.post a {
	color: #333333;
}

.post a:hover {
	color: #999999;
	text-decoration: none;
}


/* Sidebars */

.sidebar {
	float: left;
	width: 216px;
	margin-top: 10px;
	color: #666666}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}


.sidebar li {
	padding: 6px 0 6px 20px;
	background-color: #FFFFFF;
}

.sidebar a {
	text-decoration: none;
	color: #666666;
	font-size: 12px;
}
.sidebar a:hover {
	color: #666666;
	text-decoration: underline;
}

.sidebar h2 {
	padding-top: 10px;
	color: #FFFFFF;
	background: url(images/title.gif) no-repeat;
	height: 34px;
	padding-left: 15px;
}

/* Left Sidebar */

#leftbar {
}

/* Right Sidebar */

#rightbar {
margin-left: 10px;
}

#leftbar .back, #rightbar .back
{
background: url(images/box_back.gif) repeat-y;
padding: 1px;
}

#leftbar .bottom, #rightbar .bottom
{
background: url(images/box_bottom.gif) no-repeat;
height: 3px;
width: 216px;
margin-bottom: 10px;
}


/* Calendar */

#calendar table {
	width: 100%;
	text-align: center;
}

#calendar thead {

}

#calendar tbody td {
	border: 1px solid #F1F1F1;
}

#calendar #prev {
	text-align: left;
}

#calendar #next {
	text-align: right;
}

#calendar tfoot a {
	text-decoration: none;
	font-weight: bold;
}

#calendar #now {
	background: #696969;
	border: 1px solid #ff0000;
	font-weight: bold;
	color: #ffffff
}


/* Footer */

#footer {
	clear: both;
	padding-top: 10px;
	height: 30px;
	background: url(images/footer.gif) repeat-x;
	padding-right: 10px;
}

#footer p {
	text-align: right;
	font-size: 10px;
	color: #CCCCCC;
	font-weight: normal;
}

#footer a {
	color: #CCCCCC;
}
