body {
	background:#4A5863;
	color:#333;
}
blockquote, pre {
	border:#CCC dashed 0px;
	font-size:11px;
}
a {
	color:#800000;
}
textarea, .textfield {
	border:1px solid #BDC7D8;
	padding:3px;
	font-size:12px;
}
.valid {
	color:#119900;
}
.invalid {
	color:#ff4a00;
}
.button {
	background:#3B5998;
	border-color:#3B5998 #0E1F5B #0E1F5B #3B5998;
	color:#FFFFFF;
}
.button:hover {
	background:#3E5383;
	border-color:#0E1F5B #3B5998 #3B5998 #0E1F5B;
}
.sided {
	background:#FFF;
	border:1px solid #B7B7B7;
}
a .sided:hover {
	text-decoration:none;
}
.box .content {
	background:#fff;
}
.box h3 {
	color:#3B5998;
	padding-left:0;
	margin-left:0;
	float:left;
}

.box h3 a {
	text-decoration:none;
	padding-left:0;
	margin-left:0;
}

.bottom_separator {
	border-bottom:1px dashed #CCC;
}

/* header START */
#header {
	width:767px;
	margin:0 auto;
	border-bottom:1px solid #B7B7B7;
	border:1px solid #A2A2A2;
}
#header .inner {
	background:#F7F7F7;
	border-bottom:1px solid #FFF;
}
#header .content h1 {
	border-left:0px solid #999;
	color:#800000;
}
#header .content h1 a {
	color:#800000;
	text-decoration:none;
}
#header .content h1 a:hover {
	color:#3B5998;
}
#navlist li a {
	border-color:#D6D6D6;
}
#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 */

/* main START */
#container_body {
	background:#fff url(content_background.gif) repeat-y top right;
	border:1px solid #A2A2A2;
	border-top:0;
	border-bottom:0;
	z-index:0;
}
#container_bottom .postnav {
	border-top:0px dashed #B7B7B7;
}
#container_bottom .anchor span {
	background:url(go_top.gif) no-repeat left center;
}
#notice {
	border:1px solid #C6C6C6;
}
#notice .inner {
	background:#F4F4F4;
	border:1px solid #FFF;
}
#notice .icon {
	background:url(notice.gif) no-repeat top left;
}
#notice .content .separator {
	border-right:1px solid #C6C6C6;
}
#main {
	width:485px !important;
	width:485px;
	z-index:1;
}
.post .title h2 {
	color:#333;
	padding-bottom:3px;
	border-bottom:0px solid #ccc;
}
.post .title a {
	color:#333;
	text-decoration:none;
}
.post .title a:hover {
	color:#3B5998;
}
.post .comments {
	background:url(comment.gif) no-repeat bottom left;
}
/* main END */

/* sidebar START */
#sidebar {
	background:#F7F7F7;
	border-left:0px solid #DDDDDD;
}
#sidebar h3, .widget .box {
	background:#E9E9E9;
}
#sidebar a h3 {
	color:#333;
}
#styleswitcher, #sidebar a:hover h3 {
	background:#d6d6d6;
}
#styleswitcher span.color {
	background:#FFF;
	border:1px solid #999;
}
#styleswitcher #style-white {
	margin-top:0px;
}
#styleswitcher #style-white a img {
	background:#FFF;
	width:12px;
	height:12px;
}
.widget ul li {
	border-bottom:1px solid #eee;
}
.sidedate {
	color:#999;
}
/* sidebar END */



/*bottom menu styles*/
#bottom_menu {
	padding:0px;
	background-color:#850505;
	color:#faf4e5;
	font-size:12px;
	font-variant: small-caps;
	font-family:Arial, "Verdana",  serif;
	text-align:center;
	}


#copy {
	padding:2px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#faf4e5;
}

#servlet {
	padding:1px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#f6d8d0;
	}

#servlet a {
	color:#f6d8d0;}



/* footer START */
#footer {
	border-top:1px solid #B7B7B7;
	border:1px solid #A2A2A2;
	width:767px;
	margin:0 auto;
}

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

#footer a:hover {
	color:#f6d8d0;
}

#footer .inner {
	background:#850505;
	border-top:0px solid #FFF;
	padding:5px;
}
/* footer END */

/* comments START */
#commentlist ol li {
	border:1px solid #BDC7D8;
	padding:1px;
}
.userinfo {
	background:#F7F7F7;
}
.userinfo .userpic {
	background-color:#fff;
	border:1px solid #B7B7B7;
}
#comments_rss {
	background:url(feed.gif) no-repeat top left;
}
/* comments END */

/* image switcher START */
.imageswitcher {
	background:#EEE;
}
.imageswitcher_image {
	background:#FFF;
	border:1px solid #999;
}
a .imageswitcher_image:hover {
	border-color:#666;
}
a.imageswitcher_button {
	background:#AAA;
	border:1px solid #999;
	color:#FFF;
}
a.imageswitcher_button:hover {
	background:#425D9C;
	border-color:#3D5290;
}
/* image switcher END */

/* wp-pagenavi START */
.wp-pagenavi a:hover {
	background:#E9E9E9;
}
.wp-pagenavi span.current {
	background:#F7F7F7;
}
/* wp-pagenavi END */

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

/* wp-syntax START */
.wp_syntax {
	background:#F9F9F9;
	border:1px solid #CCC;
}
.wp_syntax .line_numbers {
	background:#E9E9E9;
}
/* wp-syntax END */
