body {
	background:#525252 url(background.jpg) repeat;
	font-family:"BitStream vera Sans",Verdana,Arial,Helvetica,sans-serif;;
	font-size:12px;
	color:#BABABA;
}
blockquote, pre {
	background:#525252;
	border-left:5px solid #3E3E3E;
	border-bottom:1px solid #525252;
	padding:5px 10px 4px 10px;
}
a {
	color:#EEEEEC;
}
textarea, .textfield {
	border:1px solid #3E3E3E;
	padding:3px;
	font-size:12px;
}
textarea {
	background:#838383 url(textarea_background.png) repeat-x;
	color:#FFF;
}
.textfield {
	background:#686868 url(textfield_background.png) repeat-x;
	color:#FFF;
}
.valid {
	color:#fff;
}
.invalid {
	color:#b8b8b8;
}
.button, 
a#cancel-comment-reply-link {
	background:#3F3F3F;
	border-color:#737373 #272727 #272727 #737373;
	color:#898989 !important;
	color:#DDD;
}
.button:hover, 
a#cancel-comment-reply-link:hover {
	background:#333;
	border-color:#272727 #333 #333 #272727;
	color:#DDD !important;
}
.sided, 
.wp-caption {
	background:#525252;
	border:1px solid #3E3E3E;
}
a .sided:hover {
	border-color:#000;
}
.box .content, 
.boxcaption {
	background:#525252;
}
.box h3 {
	color:#EEEEEC;
}
.bottom_separator {
	border-bottom:1px dashed #787878;
}

/* header START */
#header {
	border-bottom:1px solid #343434;
}
#header .inner {
	background:#4f4f4f;
	border-bottom:1px solid #606060;
}
#header .content h1 {
	border-left:5px solid #3E3E3E;
}
#header .content h1 a {
	color:#999;
	text-decoration:none;
}
#header .content h1 a:hover {
	color:#EEEEEC;
}
#navlist li a {
	border-color:#777;
}
#search_textfield {
	background:#fff 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 */

/* submenu START */
#navlist li ul {
	background:#606060;
	border-color:#393939;
}
/* submenu END */

/* main START */
#container_body {
	background:#606060 url(content_background.gif) repeat-y top right;
	border-top:1px solid #393939;
	border-left:1px solid #393939;
	border-bottom:1px solid #2f2f2f;
	border-right:1px solid #2f2f2f;
}
#container_bottom .postnav {
	border-top:1px dashed #787878;
}
#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 #787878;
	border-right:1px solid #515151;
	border-bottom:1px solid #515151;
	border-left:1px solid #787878;
}
#notice .icon {
	background:url(notice.gif) no-repeat top left;
}
#notice .content .separator {
	border-right:1px solid #787878;
}
#main {
	width:617px;
	border-top:1px solid #787878;
	border-left:1px solid #787878;
	border-right:1px solid #2f2f2f;
}
.post .title h2 {
	color:#fff;
	padding-bottom:3px;
	border-bottom:1px solid #494949;
}
.post .comments {
	background:url(comment.gif) no-repeat bottom left;
}
.post .info {
	border-top:1px solid #787878;
}
/* main START */

/* sidebar START */
#sidebar {
	background:#4b4b4b;
	border-top:1px solid #787878;
	border-left:1px solid #787878;
}
#sidebar h3, .widget .box {
	background:#525252;
}
#sidebar a h3 {
	color:#BABABA;
}
#styleswitcher, #sidebar a:hover h3 {
	background:#686868;
}
#styleswitcher span.color {
	background:#4f4f4f;
	border:1px solid #aaa;
}
#styleswitcher #style-black {
	margin-top:0px;
}
#styleswitcher #style-black a img {
	background:#4f4f4f;
	width:12px;
	height:12px;
}
.widget ul li {
	border-bottom:1px solid #525252;
}
.widget ul li ul li {
	border-top:1px solid #525252;
}
.sidedate {
	color:#999;
}
/* sidebar END */

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

/* comments START */
.userinfo {
	background:#3E3E3E;
	border-top:1px solid #393939;
	border-bottom:1px solid #393939;
	padding-top:6px;
}
.userinfo .userpic {
	background:#fff;
}
.userinfo .userpic img {
	border:1px solid #FFF;
	background-color:#FFF;
}
#commentlist .comment .comment_text {
	padding:8px 10px 1px 10px;
	background:#464646;
}
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:#596061;
	color:#EEEEEC;
	border:1px solid #515151;
}
a.imageswitcher_button:hover {
	background:#B53720;
	border-color:#901205;
}
/* image switcher END */

/* wp-pagenavi START */
.wp-pagenavi a:hover {
	background:#686868;
}
.wp-pagenavi span.current {
	background:#525252;
}
/* wp-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 */
