/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #4D4D4D;
}

h1, h2, h3 {
	margin: 0;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

a { text-decoration: none; }
a img { border: none; }
a:link { color: #0000EE; }
a:visited { color: #883688; }

a:active,
a:focus { 
	background: #0000EE;
	color: white !important;
	}
a:link:hover,
a:visited:hover { text-decoration: underline; }

/* Header */

#header {
	width: 100%;
	overflow: hidden;
	background: #F8F8F8 url("/common/image/bg_head.gif") repeat-x left top;
}

/* Logo */

#logo {
	margin: 20px auto;
	width: 920px;
}

#logo a {
	text-decoration: none !important;
	color: #4D4D4D !important;
	}
#logo a:active,
#logo a:focus {
	background: none;
	color: #4D4D4D;
	}
#logo h1 {
	text-transform: lowercase;
	font: 140%;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
} 
#logo h1 span {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 150%;
	font-weight: bold;
	color: #204A87;
}


/* Menu */

#menu {
	background: #719DD0 url("/common/image/bg_menu.gif") repeat-x left top;
	width: 100%;
	overflow: hidden;
	border-bottom: 3px solid #204A87;
}

#menu ul {
	margin: 0 auto;
	width: 920px;
	padding: 8px 0 5px;
	list-style: none;
	overflow: hidden;
}

#menu li {
	float: left;
}

#menu a {
	margin-right: 3px;
	padding: 5px 20px 5px 20px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 85%;
	color: #FFFFFF;
}

#menu a:active,
#menu a:focus,
#menu a:hover,
#menu .current_page_item a {
	background: #204A87;
	color: #FFFFFF;
}

#menu a:link:hover,
#menu a:visited:hover {
	text-decoration: underline;
}

/* Page */

#page {
	width: 920px;
	margin: 25px auto;
	overflow: hidden;
}

/* Content */

#content {
	float: left;
	width: 554px;
}

.post {
	background: url(/common/image/img03.jpg) no-repeat left top;
	min-height: 250px;
}

.post .title {
	padding: 15px 0 5px 20px;
	color: #5C5C5C;
}

.post .title a {
	background: none;
	color: #5C5C5C;
}

.post .meta {
	padding: 2px 20px;
	border-top: 1px dashed #D2D4C9;
	border-bottom: 1px dashed #D2D4C9;
	text-transform: uppercase;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.post .entry {
	padding: 20px 20px;
	text-align: justify;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 336px;
	border-bottom: 1px dashed #D2D4C9;
	color: #787878;
	overflow: hidden;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 20px;
}

#sidebar li li {
	line-height: 35px;
	background: url(/common/image/img05.jpg) no-repeat left center;
	border-bottom: 1px dashed #D2D4C9;
	padding-left: 15px;
}

#sidebar h2 {
	padding: 5px 10px;
	background: #6997C9 url(/common/image/img04.jpg) repeat-x right top;
	letter-spacing: -.5px;
	font-size: 1.2em;
	color: #FFFFFF;
}

#sidebar a {
	color: #787878;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	width: 100%;
	height: 50px;
	margin: 0 auto;
	padding: 40px 0;
	background: #90BF4D url(/common/image/img02.jpg) left top;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 70%;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
}