body {
	margin: 20px;
	background: #27343C;
	color: #787878
}

body, textarea {font: 0.9em Arial, Helvetica, sans-serif}

img {border: 0}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #F93D00;
}

h1 {font-size: 1.6em}
h2 {font-size: 1.4em}
h3 {font-size: 1.4em}

hr
{
	border: 0;
	height: 1px;
	background: #888;
	color: #888
}

p, ul, ol {
	margin-top: 0;
	line-height: 140%;
}

p {margin: 10px 0}

a {
	text-decoration: none;
	border-bottom: 1px dotted #999999;
	color: #417FDA;
}

a:hover {
	background: none;
}

#wrapper {
	width: 910px;
	margin: 0 auto;
	padding: 20px;
}

/* Header */

#header {
	width: 910px;
	height: 50px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	width: 640px;
	color: #fff;
}

#logo h1, #logo p {
}

#logo h1 {
	float: left;
	padding: 0;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-size: 2.6em;
}

#logo p {
	float: left;
	margin: 0;
	padding: 10px 10px;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #fff;
}

#banner {
	width: 610px;
	height: 290px;
	margin: 0 0 20px -10px;
	padding: 0;
	background: #fff;
}

/* Menu */

#menu {
	width: 910px;
	height: 65px;
	margin: 0 auto;
	padding: 0;
	background: #f60 url(../img/design/img.jpg) no-repeat left top;
}

#menu ul {
	margin: 0;
	padding: 15px 10px 0 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: right;
	position: relative;
	margin-left: 1px
}

#menu a {
	display: block;
	margin-top: 20px;
	padding: 8px 10px 6px 10px;
	background: #fff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	border: none
}

#menu a:hover, #menu a.active {text-decoration: underline}

/* Page */

#page {
	width: 890px;
	margin: 0 auto;
	padding-top: 20px;
	background: #fff;
	border-left: 10px solid #f60;
	border-right: 10px solid #f60;
	position: relative
}

.corner
{
	position:absolute;
	width: 7px;
	height: 7px;
	line-height: 0;
	margin: 0;
	padding: 0;
	background-image: url(../img/design/corner.gif);
}

.topLeft {top: 0; left: 0; background-position: 0 0}
.bottomLeft {bottom: 0; left: 0; background-position: 0 -7px}
.bottomRight {bottom: 0; right: 0; background-position: -7px -7px}

li .topLeft {top: 20px; left: 0}
li .topRight {top: 20px; right: 0; background-position:-7px 0}

/* Content */

#content {
	float: left;
	width: 590px;
	padding: 0 0 0 30px
}

.post .title {color: #F93D00}

.post .title a {
	background: none;
	color: #F93D00;
	border: none
}

.post .title a:hover {text-decoration: underline}

.post .meta {
	border-bottom: 1px dashed #D2D4C9;
	padding-bottom: 5px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}

.post .entry {
	padding: 10px 0 20px 0;
	text-align: justify;
	line-height: 140%;
}

.post .intro {font-style: italic}

/* Sidebar */

#sidebar {
	float: left;
	width: 220px;
	padding: 20px 0 0 30px;
	color: #787878
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none
}

#sidebar li {
	margin: 0;
	padding: 0;
	text-align: center;
}

#sidebar li ul {padding-bottom: 30px}

#sidebar li li {
	margin: 10px 0 0 0;
	line-height: 35px;
	border-bottom: 1px dashed #D2D4C9
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic
}

#sidebar h2 {
	letter-spacing: -.5px;
	color: #F93D00
}

#sidebar p {
	padding-bottom: 20px;
	text-align: justify
}

#sidebar a {
	color: #417FDA;
	border: none
}

#sidebar a:hover {
	text-decoration: underline;
	color: #787878
}

/* Calendar */

#calendar_wrap {padding: 20px}
#calendar table {width: 100%}
#calendar tbody td {text-align: center}
#calendar #next {text-align: right}

/* Footer */

#footer {
	width: 910px;
	height: 20px;
	margin: 0 auto;
	padding: 20px 0 15px 0;
	background: url(../img/design/img02.gif) no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	color: #000
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center
}

#footer a
{
	color: #fff;
	border-bottom: 1px dotted #fff
}


/* Pagination */

.pagination {padding: 2px}

.pagination ul
{
	text-align: center;
	font-size: 16px;
	margin-left: -40px
}

.pagination li
{
	display: inline;
	padding-bottom: 1px;
	margin: 0 1px
}

.pagination a, .pagination a:visited
{
	padding: 0 5px;
	border: 1px solid #9aafe5;
	text-decoration: none;
	color: #2e6ab1
}

.pagination a:hover, .pagination a:active
{
	border: 1px solid #2b66a5;
	color: #000;
	background-color: #ffff80
}

.pagination a.currentpage
{
	background-color: #2e6ab1;
	color: #fff !important;
	border-color: #2b66a5;
	font-weight: bold;
	cursor: default
}

.pagination a.disablelink, .pagination a.disablelink:hover
{
	background-color: white;
	cursor: default;
	color: #929292;
	border-color: #929292;
	font-weight: normal !important
}

.pagination a.prevnext {font-weight: bold}


/* Forms */

form.form {padding: 0 0 10px 0}
form.form h1 {margin: 0 0 20px 0}

form.list {padding: 0}

form.form p
{
	width: 390px;
	clear: left;
	margin: 0;
	padding: 10px 0 0 200px;
	height: 1%
}

form.form label
{
	font-weight: bold;
	float: left;
	margin: 3px 0 0 -245px;
	width: 230px;
	text-align: right
}

form.form .text
{
	width: 250px;
	margin-bottom: 5px;
	padding: 1px
}

form.form button {margin-top: 15px}

form.form div.buttons
{
	clear: both;
	margin-left: 200px;
	margin-bottom: 15px
}


/* Errors, warnings and notifications */

div#message_errors, div#message_warnings, div#message_notifications
{
	padding: 10px 0;
	text-align: center;
	color: #000;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 20px
}

div#message_errors ul, div#message_warnings ul, div#message_notifications ul
{
	margin: 0;
	text-align: left
}

div#message_errors ul li, div#message_warnings ul li, div#message_notifications ul li {list-style: decimal}

div#message_errors {background: #ff643f}
div#message_warnings {background: #ffaf50}
div#message_notifications {background: #86d75e}


/* Custom form */

#form
{
	margin: 1em 0;
	padding-top: 10px;
	background: url(../img/design/form/form_top.gif) no-repeat 0 0
}

#form fieldset
{
	padding: 0;
	border: none;
	float: left;
	display: inline;
	width: 260px;
	margin: 0 10px 0 20px
}

#form p.legend
{
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	padding: 10px 0
}

#form p {margin: .5em 0}
#form label {display: block}

#form p.captcha
{
	position: absolute;
	top: -200px;
	left: 20px;
}

#form p.captcha label {margin-bottom: 0.5em}

#form input
{
	width: 252px;
	border: 1px solid #ddd;
	background: #fff url(../img/design/form/form_input.gif) repeat-x;
	padding: 3px
}

#form p#participants input {margin: 0 0 10px 0}

#form a.more
{
	position: relative;
	top: -5px;
}

#form div
{
	clear: both;
	background: url(../img/design/form/form_bottom.gif) no-repeat 0 100%;
	padding: 0 25px 15px 0;
	margin: 0;
	position: relative
}

#form span.must
{
	color: red;
	font-weight: bold
}

#form div p
{
	width: 200px;
	position: absolute;
	top: -75px;
	left: 20px;
	margin: 0;
	padding: 0
}

#form button
{
	clear: both;
	margin: 10px 0 0 0;
	width: 188px;
	height: 41px;
	line-height: 41px;
	border: none;
	background: url(../img/design/form/form_button.gif) no-repeat 0 0;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	text-align: center
}


#form p.checkboxes input
{
	border: 0;
	margin: 0 5px 0 1px;
	padding: 0;
	background: transparent;
	position: relative;
	top: 1px;
	width: auto;
	height: auto
}

#form p.checkboxes label {display: inline}


#form p.break {margin-top: 15px}


/* Text editor specific classes */

.left_align
{
	float: left;
	margin: 0 10px 10px 0
}

.right_align
{
	float: right;
	margin: 0 0 10px 10px
}

a.image_gallery
{
	border: 0;
	outline: none
}
