html {
	background-color: #0F0100;	
}

body.ds-wp {
	color: #cccc9a;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	padding: 12px 0;
}

.ds-wp h1 {
	color: #cccc9a;
	font-size: 24px;
	margin-bottom: 5px;
}

.ds-wp h1 a {
	color: #21b6a8;
}

.ds-wp h1 a:hover {
	text-decoration: none;
}

.ds-wp h2 {
	color: #cc9752;
	font-size: 20px;
	margin-bottom: 5px;
}

.ds-wp h3 {
	color: #cc9752;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}

.ds-wp a {
	color: #FF9C00;
	text-decoration: none;
}

.ds-wp a:hover {
	text-decoration: underline;
}

.ds-wp em {
	font-style: italic;
}

.ds-wp strong {
	font-weight: bold;
}

.ds-wp .wp-caption.alignright {float:right; margin:0 0 5px 5px;}
.ds-wp .wp-caption.alignleft {float:left; margin:0 5px 5px 0;}
.ds-wp .wp-caption.aligncenter {display: block; margin-left: auto; margin-right: auto;}

.ds-wp .ds-wp-post-image-frame {
	background-color: #CCA86C;
	border: 1px solid #000000;
	padding: 5px;
	margin: 10px auto;
	visibility: hidden;
}

.ds-wp .ds-wp-post-image-wrapper {
	margin: 10px auto;
	visibility: hidden;
}

.ds-wp .ds-wp-post-image-wrapper img,
.ds-wp .ds-wp-post-image-frame img {
	border: 1px solid #000000 !important;
}

.ds-wp .ds-wp-post-image-wrapper img:hover,
.ds-wp .ds-wp-post-image-frame img:hover {
	border: 1px solid #ff99cc !important;
}

.ds-wp .wp-caption-text {
	color: #F99703;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}

.ds-wp .navigation {margin-top: 50px;}

.ds-wp .navigation .alignright {float:right;}
.ds-wp .navigation .alignleft {float:left;}

.ds-wp .navigation a {
	font-size: 10px;
}

.ds-wp .clear {
	clear: both;
}

.ds-wp .center {
	text-align: center;	
}

.ds-wp .post-edit-link {
	margin-right: 5px;	
}

/** Menu **/
div.ds-wp#header {
	margin: 0 auto;
	width: 1000px;
}

.ds-wp div#menu {
	background: url('../images/menu.png') no-repeat;
	height: 38px;
	margin-bottom: 10px;
}

.ds-wp div#menu ul li {
	float: left;
	width: 100px;
}

.ds-wp div#menu ul li a {
	color: #000000;
	background-image: url('../images/menu-divider.png');
	background-position: right top;
	background-repeat: no-repeat;
	display: block;
	float: left;
	font-size: 13px;
	font-weight: bold;
	height: 30px;
	padding-top: 8px;
	overflow: hidden;
	text-align: center;
	width: 100px;	
}

.ds-wp div#menu ul li a:hover {
	background-image: url('../images/menu-selected.png');
	background-position: left top;
	color: #ffffff;
	text-decoration: none;
}

.ds-wp div#menu ul li#menu-home {
	width: 57px;
}

/** Content **/
.ds-wp div#content-top {
	background-image: url('../images/content-top.png');
	background-repeat: no-repeat;
	height: 11px;	
	margin: 10px auto 0;
	width: 1000px;
}

.ds-wp div#content-wrapper {
	background-image: url('../images/content-middle.png');
	background-repeat: repeat-y;
	margin: 0 auto;
	min-height: 500px;
	overflow: hidden;
	width: 1000px;
}

.ds-wp div#content-bottom {
	background-image: url('../images/content-bottom.png');
	background-repeat: no-repeat;
	height: 11px;	
	margin: 0 auto 10px;
	width: 1000px;
}

.ds-wp div#content-wrapper div#leftsidebar {
	border-right: 1px dashed #cccc9a;
	float:left;
	min-height: 500px;
	width: 210px;
}

.ds-wp div#content-wrapper div#content {
	float: left;
	min-height: 500px;
	padding-left: 10px;
	width: 760px;
}

.ds-wp div#content-wrapper div#content-home {
	float: left;
	min-height: 500px;
	padding: 0 10px;
	width: 558px;
}

.ds-wp div#content-wrapper div#rightsidebar {
	border-left: 1px dashed #cccc9a;
	float:left;
	min-height: 500px;
	width: 210px;
}

/** Footer **/
div.ds-wp#footer {
	font-size: 12px;
	margin: 0 auto;
	text-align: center;
	width: 1000px;
}

div.ds-wp#footer a {
	display: block;
}

/** Post **/
.ds-wp .post h1,
.ds-wp #content .page h1 {
	margin-bottom: 15px;
	margin-top: 15px;
}

.ds-wp .post h2,
.ds-wp #content .page h2 {
	margin-bottom: 15px;
	margin-top: 15px;
}

.ds-wp .post h3,
.ds-wp #content .page h3 {
	margin-bottom: 15px;
	margin-top: 15px;
}

.ds-wp .post,
.ds-wp #content .page {
	font-size: 14px;
}

.ds-wp .post h1.post-title,
.ds-wp #content .page h1.post-title {
	border-bottom: 1px solid #FF9C00;
	color: #FF9C00;
	font-size: 18px;
	font-weight: bold;
}

.ds-wp .post p,
.ds-wp #content .page p {
	margin-bottom: 20px;
}

.ds-wp .post h1.post-title a,
.ds-wp #content .page h1.post-title a {
	color: #FF9C00;
}

.ds-wp .post h1.post-title a:hover,
.ds-wp #content .page h1.post-title a:hover {
	text-decoration: none;
}

.ds-wp .post ul li,
.ds-wp #content .page ul li {
	list-style: circle;
	list-style-position: inside;
	margin-left: 5px;
}

.ds-wp .post ol li,
.ds-wp #content .page ol li {
	list-style: decimal;
	list-style-position: inside;
	margin-left: 5px;
}

.ds-wp .post blockquote,
.ds-wp #content .page blockquote {
	background: #DBB77A url(../images/quote-right.png) no-repeat scroll 5px 5px;
	color: #000000;
	font-style: italic;
	padding: 35px 10px 10px 40px;
	margin: 20px 0;
}

.ds-wp .post th,
.ds-wp #content .page th {
	background-color: #DBB77A;
	border: 5px solid #41040C;
	color: #000000;
	font-weight: bold;
	padding: 2px;
	text-align: left;
	width: 100px;
}

.ds-wp .post table,
.ds-wp #content .page table {
	margin: 10px 0;
}

.ds-wp .post td,
.ds-wp #content .page td {
	border-bottom: 1px dashed #DBB77A;
	padding: 2px;
}

.ds-wp .post span.post-footer,
.ds-wp #content .page span.post-footer {
	border-top: 1px dashed #cccc9a;
	display: block;
	font-size: 10px;
	line-height: 11px;
	margin-bottom: 25px;
	padding-top: 3px;
	text-align: right;
}

.ds-wp .post span.post-footer img,
.ds-wp #content .page span.post-footer img {
	margin-right: 5px;
	vertical-align: middle;	
}

.ds-wp .post .entry img,
.ds-wp #content .page .entry img {
	border: 1px solid #41040C;	
}

.ds-wp .post .entry a img:hover,
.ds-wp #content .page .entry a img:hover {
	border: 1px solid #ff99cc;	
}

.ds-wp .entry {
	overflow: hidden;
}

/** Comments **/
.ds-wp #comments-wrapper {
	margin: 40px auto 0 auto;
	width: 600px;	
}

.ds-wp #comments-wrapper h3#comments {
	margin-bottom: 15px;
	text-align: right;
}

.ds-wp #comments-wrapper li.comment {
	background-color: #5F301D;
	border: 1px solid #000000;
	clear: both;
	margin: 0 auto 10px auto;
	padding: 5px;
	width: 590px;
}

.ds-wp #comments-wrapper .navigation {
	margin: 5px 0;
	overflow: hidden;
}

.ds-wp #comments-wrapper span.avatar {
	float: left;
}

.ds-wp #comments-wrapper span.commentauthor {
	color: #cc9752;
	font-size: 14px;
	font-weight: bold;	
}

.ds-wp #comments-wrapper span.tp {
	float: left;
}

.ds-wp #comments-wrapper input.comment-input {
	background-color: #BF8C34;
	border: 1px solid #DBB77A;
	margin-top: 5px;
	width: 350px;
}

.ds-wp #comments-wrapper textarea {
	background-color: #BF8C34;
	border: 1px solid #DBB77A;
	margin-top: 5px;
	overflow: auto;
	width: 600px;
}

.ds-wp #comments-wrapper #submit-wrapper {
	margin-top: 10px;
	text-align: right;
}

/** left sidebar **/
.ds-wp #leftsidebar div.widget-top {
	background: url('../images/portlet-top.jpg') no-repeat;
	height: 23px;
	margin: 0 auto;
	text-align: center;
	width: 200px;
}

.ds-wp #leftsidebar div.widget-top h2 {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

.ds-wp #leftsidebar div.widget-middle {
	background: #b59212 url('../images/portlet-background.jpg') repeat-x;
	border-left: 1px solid #c19c66;
	border-right: 1px solid #c19c66;
	min-height: 124px;
	margin: 0 auto;
	width: 198px;
}

.ds-wp #leftsidebar div.widget-content {
	background-color: #DBB77A;
	color: #4F422C;
	margin: 0 auto;
	min-height: 124px;
	padding: 0 2px;
	width: 190px;
}

.ds-wp #leftsidebar div.widget-content a {
	color: #4F422C;
}

.ds-wp #leftsidebar div.widget-bottom {
	background: url('../images/portlet-bottom.jpg') no-repeat;
	height: 10px;
	margin: 0 auto 10px auto;
	text-align: center;
	width: 200px;
}


/** right sidebar **/
.ds-wp #rightsidebar #web20 li {
	float: right;
	margin-right: 10px;
}

.ds-wp #rightsidebar div.widget-top {
	margin: 0 auto;
	width: 200px;
}

.ds-wp #rightsidebar div.widget-top h2 {
	color: #ff9c00;
	border-bottom: 1px solid #ff9c00;
	font-size: 12px;
	font-weight: bold;
}

.ds-wp #rightsidebar div.widget-middle {
	margin: 0 auto;
	width: 200px;
}

.ds-wp #rightsidebar div.widget-content {
	padding: 0 2px;
	width: 200px;
}

.ds-wp #rightsidebar div.widget-bottom {
	height: 0;
	width: 200px;
}

.ds-wp #rightsidebar li.widget {
	margin-bottom: 15px;	
}

/** Search **/
.ds-wp #search-wrapper {
	display: block;
	float: right;
	height: 40px;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 10px;
	padding-top: 8px;	
}

.ds-wp #search-wrapper span#search-left {
	background: transparent url('../images/searchfield_leftcap.png') no-repeat scroll left top;
	float: left;
	height: 19px;
	width: 20px;
}

.ds-wp #search-wrapper input {
	background:transparent url('../images/searchfield_repeat.png') repeat-x scroll center top;
	border: 0;
	color: #808080;
	cursor: text;
	float: left;
	font-size: 12px;
	height: 20px;
	padding: 2px 0 0 0;
	vertical-align: middle;
	width: 120px;
}

.ds-wp #search-wrapper span#search-right {
	background: transparent url('../images/searchfield_rightcap.png') no-repeat scroll left top;	
	float: left;
	height: 19px;
	width: 10px;
}

/** Archives **/
.ds-wp #archives-month {
	clear: both;
	float: left;
	margin-top: 20px;
	width: 50%;
}

.ds-wp #archives-category {
	float: left;
	margin-top: 20px;
	width: 50%;
}

/** DsHome **/
.ds-wp #ds-wp-sunshine-wrapper {
	margin-bottom: 10px;
}

.ds-wp #ds-wp-banner {
	margin-top: 20px;
	text-align: center;
}

.ds-wp h1#ds-wp-latest-news {
	background: transparent url('../images/h1-latest-news.png') no-repeat scroll left top;
	height: 44px;
	margin: 20px 0 10px 0;
	width: 558px;
}

.ds-wp h1#ds-wp-agenda {
	background: transparent url('../images/h1-agenda.png') no-repeat scroll left top;
	height: 44px;
	margin: 30px auto 20px auto;
	width: 558px;
}

/** login form **/
.ds-wp #phpbb-login-wrapper label {
	display: block;
}

.ds-wp #phpbb-login-wrapper input {
	display: block;
	margin-bottom: 5px;
}

.ds-wp #phpbb-login-wrapper #phpbb-autologin {
	float: left;
	margin-top: 3px;
	margin-right: 5px;
}

.ds-wp #phpbb-login-wrapper #phpbb-submit {
	clear: both;
	margin-top: 10px;
}

.ds-wp #phpbb-profile-wrapper h1 {
	color: #CC9752;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;	
} 

.ds-wp #phpbb-profile-wrapper div {
	text-align: center;
}

.ds-wp #phpbb-profile-wrapper hr {
	border: dashed #CCCC9A; 
	border-width: 1px 0 0 0; 
	height: 0;
	line-height: 0px;
	font-size: 0;
	margin: 5px 0;
	padding: 0;
}

/** chat widget **/
.ds-wp #ds-wp-chat-users-online-content h2 {
	color: #CC9752;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0;	
}

.ds-wp #ds-wp-chat-users-online-content li {
	margin-left: 10px;	
}

