*
{
	color:#000000;
}
body {
	background: url(background.gif) repeat;
	font-family:"BitStream vera Sans",Verdana,Arial,Helvetica,sans-serif;;
	font-size:12px;
	color:#000000;
}
blockquote, pre {
	background:#946C3B;
	border-left:5px solid #3E3E3E;
	border-bottom:1px solid #525252;
	padding:5px 10px 4px 10px;
}
a {
	color:#65350F;
}
textarea, .textfield {
	border:1px solid #3E3E3E;
	padding:3px;
	font-size:12px;
}
textarea {
	background:#FFFFEF;
	color:#000;
}
.textfield {
	background:#FFFFEF repeat-x;
	color:#000;
}
.valid {
	color:#fff;
}
.invalid {
	color:#b8b8b8;
}
.button {
	background:#65350F;
	border-color:#737373 #272727 #272727 #737373;
	color:#898989 !important;
	color:#DDD;
}
.button:hover {
	background:#333;
	border-color:#272727 #333 #333 #272727;
	color:#DDD !important;
}
.sided {
	background:#4e4e4e;
	border:1px solid #343434;
}
a .sided:hover {
	border-color:#000;
}
.box .content {
	border-bottom:1px dashed #987241;
}
.box h3 {
	color:#EEEEEC;
}
.bottom_separator {
	border-bottom:1px dashed #987241;
}

/* header START */
#header {
	border-bottom:1px solid #987241;
}
#header .inner {
	background:#E7D7B5;
	border-bottom:1px solid #987241;
}
#header .content h1 {
	border-left:5px solid #3E3E3E;
}
#header .content h1 a {
	color:#65350F;
	text-decoration:none;
}
#header .content h1 a:hover {
	color:#FFFFFF;
}
#navlist li a {
	border-color:#777;
}
#search_textfield {
	background:#E7D7B5 url(search_background.gif) no-repeat right;
	background-position:100% 0% !important;
	background-position:100%-21px;
}
#search_textfield:focus {
	background-position:100%-21px !important;
}
#navlist li a#feed img {
	background-image:url(feed_switch.gif);
}
/* header END */

/* main START */
#container_body {
	background:#EEEAE1 url(content_background.gif) repeat-y top right;
	border-top:1px solid #987241;
	border-left:1px solid #987241;
	border-bottom:1px solid #987241;
	border-right:1px solid #987241;
}
#container_bottom .postnav {
	border-top:1px dashed #987241;
}
#container_bottom .anchor span {
	background:url(go_top.gif) no-repeat left center;
}
#notice {
	border:1px solid #393939;
}
#notice .inner {
	background:#4B4B4B;
	border-top:1px solid #987241;
	border-right:1px solid #515151;
	border-bottom:1px solid #515151;
	border-left:1px solid #987241;
}
#notice .icon {
	background:url(notice.gif) no-repeat top left;
}
#notice .content .separator {
	border-right:1px solid #987241;
}
#main {
	width:617px;
	border-top:1px solid #987241;
	border-left:1px solid #987241;
	/*border-right:1px solid #987241;*/
}
.post .title h2 {
	color:#987241;
	padding-bottom:3px;
	border-bottom:1px solid #494949;
}
.post .comments {
	background:url(comment.gif) no-repeat bottom left;
}
.post .info {
	border-top:1px solid #987241;
}
/* main START */

/* sidebar START */
#sidebar {
	background:#E6D6B4;
	border-top:1px solid #987241;
	border-left:1px solid #987241;
}
#sidebar h3, .widget .box {
	background:#B09163;
}
#sidebar a h3 {
	color:#BABABA;
}
#styleswitcher, #sidebar a:hover h3 {
	background:#A48252;
	border:2px solid #987241;
}
#styleswitcher span.color {
	background:#fff;
	border:1px solid #aaa;
}
#styleswitcher #style-defalut {
	margin-top:0px;
}
#styleswitcher #style-defalut a img {
	background:#E7D7B5;
	width:12px;
	height:12px;
}
.widget ul li {
	border-bottom:1px solid #B091EF;
}
.sidedate {
	color:#999;
}
/* sidebar END */

/* footer START */
#footer {
	border-top:1px solid #343434;
}
#footer .inner {
	background:#E2DBCB/*#393939*/;
	border-top:1px solid #494949;
}
/* footer END */

/* comments START */
.userinfo {
	background:#E6D6B4;
	border-top:1px solid #393939;
	border-bottom:1px solid #393939;
	border-left:1px dashed #B09163;
	border-right:1px dashed #B09163;
	padding-top:6px;
}
.userinfo .userpic {
	background:#000;
}
.userinfo .userpic img {
	border:1px solid #FFF;
	background-color:#FFF;
}
#commentlist ol li .comment_text {
	padding:10px 10px 1px 10px;
	background:#FFFFEF;
	border:1px dashed #B09163;
	border-top:0px;
}
textarea#comment {
	width:609px;
}
#comments_rss {
	background:url(feed.gif) no-repeat top left;
}
/* comment END */

/* image switcher START */
.imageswitcher {
	background:#999;
}
.imageswitcher_image {
	background:#CCC;
	border:1px solid #666;
}
a .imageswitcher_image:hover {
	border-color:#333;
}
a.imageswitcher_button {
	background:#65350F;
	color:#EEEEEC;
	border:1px solid #515151;
}
a.imageswitcher_button:hover {
	background:#65350F;
	border-color:#901205;
}
/* image switcher END */

/* pagenavi START */
.pagebar a:hover {
	background:#686868;
}
.pagebar .this-page {
	background:#525252;
}
/* pagenavi END */

/* wp-recentcomments START */
.rc_item .rc_avatar img {
	background:#FFF;
	border-color:#FFF;
}
/* wp-recentcomments END */

/* wp-syntax START */
.wp_syntax {
	color:#333;
	background:#CCC;
	border:1px solid #999;
}
.wp_syntax .line_numbers {
	color:#FFF;
	background:#999;
}
/* wp-syntax END */
