body {
	margin:0;
	background:url('images/background.jpg') no-repeat top #333333;
	font-family:Arial, Helvetica, sans-serif;
}

hr{
	display:none;
}

h2{
	margin:0;
}

.cl{
	clear:left;
}
.cr{
	clear:right;
}
.cb{
	clear:both;
}

#page{
	width:960px;
	margin:auto;
}

#header{
	height:168px;
	padding:0;
	text-align:center;
}

#header img{
	border:none;
}

#topbar{
	height:32px;
	margin-bottom:-5px;
	font-family:"Myriad Pro";
	text-transform:uppercase;
}

#topbar ul{
	margin:0;
	padding-right:18px;
	list-style:none;
}

#topbar ul li{
	margin:0 2px;
	background:#000000;
	border-width:2px 2px 0 2px;
	border-style:solid;
	border-color:#BBBBBB;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	padding:4px 8px;
	float:right;
}

#topbar ul li a{
	color:#FFFFFF;
	text-decoration:none;
	display:block;
}

#content{
	background:url('images/background-content.jpg') no-repeat top #000000;
	padding-bottom:10px;
}

#sidebar{
	width:250px;
	float:left;
}

#sidebar{
	padding:0;
}

#sidebar #searchform{
	margin:4px;
	font-size:10px;
}

#sidebar #widget_content{
	list-style:none;
	padding:0;
	margin:0;
}

.widget{
	width:90%;
	margin:10px auto;
	font-size:12px;
	background:url('images/background-widget.jpg') repeat-x #9A9A9A;
	border:1px solid #666666;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
}

.widget .widgettitle{
	padding:1px 4px;
	color:#CCCCCC;
	font-size:18px;
	font-weight:normal;
}

.widget ul{
	list-style:none;
	padding:0;
	margin:4px;
}

.widget ul li{
	padding:4px 0;
	border-bottom:1px dashed #333333;
}

.widget a{
	color:#2e2e2e;
	text-decoration:underline;
}

.widget a:hover{
	color:#333333;
	text-decoration:none;
}

#info{
	width:680px;
	margin-left:260px;
	padding-top:10px;
	color:#FFFFFF;
}

.post{
	margin:0 0 10px 0;
	padding:15px;
	background:#CCCCCC;
	-moz-border-radius:10px;
	color:#000000;
}

.post a{
	color:#000000;
	text-decoration:underline;
}

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

.post small{
	font-size:10px;
}

.post .entry{
	font-size:12px;
}

.post .postmetadata{
	padding-top:4px;
	text-align:center;
	font-size:11px;
	border-top:1px solid #000000;
}

/* comments */

.commentsbox{
	margin:10px 0;
	padding:15px;
	background:#D1EDEF;
	-moz-border-radius:10px;
	color:#000000;
}

#comments{
	margin:0;
	padding:0;
}

li.comment{
	font-size:12px;
	border:1px solid #CCCCCC;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	margin:4px;
	padding:16px;
	background:#E3E3E3;
	list-style:none;
	list-style-position: outside; /* ie 7 bugfix */
	position: relative;           /* ie 6 bugfix */
}

li.comment .head{
	padding: 4px;
	margin: 0;
	display: block;
	color: #8f9090;
}

li.comment .head a{
	color:#2D83D5;
	text-decoration:underline;
}
li.comment .head a:hover{
	text-decoration:none;
}

#footer{
	border-top:1px solid #CCCCCC;
	background:url('images/background-footer.jpg') repeat-x #666666;
	text-align:center;
	padding:20px;
}

#footer p{
	font-size:11px;
	margin:0;
}

#footer a{
	color:#000000;
}

#footer a:hover{
	color:#333333;
	text-decoration:none;
}

#calendar_wrap{
	padding:8px;
}

#calendar_wrap table{
	width:100%;
	border:1px solid #000000;
	background:#CCCCCC;
}

#calendar_wrap table tr td{
	text-align:center;
}

#calendar_wrap a{
	color:#666666;
	text-decoration:underline;
	font-style:italic;
}

#calendar_wrap a:hover{
	text-decoration:none;
}

.navigation {
	font-size:11px;
	color:#CCCCCC;
	display:block;
	margin-bottom:40px;
	margin-top:10px;
	text-align:center;
}

.navigation a{
	color:#CCCCCC;
	text-decoration:none;
}

.navigation .alignleft{
	float:left;
}

.navigation .alignright{
	float:right;
}

.errormsg, .successmsg{
	width:90%;
	border-width:1px 1px 1px 3px;
	border-style:solid;
	font-size:10px;
	margin:4px 0;
	padding:4px;
}
.errormsg{
	background:#FFBBBB;
	border-color:#CC0000;
	color:#CC0000;
}
.successmsg{
	background:#CADDEE;
	border-color:#263F56;
	color:#263F56;
}
