
blockquote, pre {
/*	background:#F1F1F1;
	border:#CCC dashed 1px;*/
}
a {
	color:#b1740e;
}
div.content p a {
   color:#cd7d00;
   font-family:verdana;
}
textarea, .textfield {
	border:1px solid #d2a875;
	padding:3px;
	font-size:12px;
	color:#B1740E;
}
.textfield{width:450px;}
.valid {
	color:#119900;
}
.invalid {
	color:#ff4a00;
}
.button {
	background:#E4BD7D;
	border-color:#d2a875 #B1740E #B1740E #d2a875;
	color:#8E5000;
	cursor:pointer;
}
.button:hover {
	background:#d2a862;
	border-color:#B1740E #d2a875 #d2a875 #B1740E;
	color:#FFF;
}
.sided {
	background:#FFF;
	border:1px solid #ad894d;
}
a .sided:hover {
	border-color:#666;
}
.box .content {
	background:url(cssFade.gif) repeat-y;
	border-left:1px solid #ad894d;
	border-bottom:1px solid #ddc7a3;
}
.box h3 {
	color:#8E5000;
}
.bottom_separator {
	border-bottom:1px dashed #CCC;
}

/* header START */
#headerSection {
	border-bottom:1px solid #ad894d;
}
#header .inner {
	background:#F7F7F7;
	border-bottom:1px solid #FFF;
}
#header .content h1 {
	border-left:5px solid #999;
}
#header .content h1 a {
	color:#666;
	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:#fbf0da url(content_background.gif) repeat-y top right;
	border:solid 1px #ad894d;
}
#container_bottom .postnav {
	border-top:1px dashed #ad894d;
}
#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:689px !important;
	width:688px;
	background:#fbf0da;
}
.post .title h2 {
	color:#8E5000;
	padding-bottom:3px;
	border-bottom:1px solid #d3b788;
}
.post .title a {
	color:#8E5000;
	text-decoration:none;
}
.post .title a:hover {
	color:#b1740e;
}
.post .comments {
	background:url(comment.gif) no-repeat bottom left;
}
/* main END */

/* sidebar START */
#sidebar {
	background:#e4bd7d;
	border-left:1px solid #ad894d;
}
#sidebar h3, .widget .box {
	background:#b1740e;
	color:#e4bd7d;
}
#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 #F4E8CF ;
}
.widget ul li ul li {
	border-top:1px solid #F4E8CF ;
}
.sidedate {
	color:#A3864A;
}
/* sidebar END */

/* footer START */
#footer {
	border-top:1px solid #ad894d;
}
#footer .inner {
	background:#F7F7F7;
	border-top:1px solid #FFF;
}
/* footer END */

/* comments START */
#commentlist ol li {
	border:1px solid #ddc7a3;
	padding:1px;
}
.userinfo {
	background:url(cssFade.gif) repeat-y;
}
.userinfo .userpic {
	background-color:#fff;
	border:1px solid #ad894d;
}
#comments_rss {
	background:url(../../images/RSS_16.png) no-repeat top left;
}
#comments_rss span.feed {
	color:#B1740E;
}

/* comments END */

/***************************************************/
.tabs {
	margin-top: 10px;
	width: 260px;
	overflow: hidden;
}

.tabs li {
	float: left;
	display: inline;
	margin-left: 1px;
	text-align: center;
	overflow: hidden;
	font-size: 12px;
}

.tabs li a {
	float: left;
	display: block;
	color: #b2863c;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 26px;
	height: 26px;
	background: url(tab.gif) repeat-x top;
}

.tabs li a:hover {
	display: block;
	color: #b1740e;
}

.tabs li a.selected {
	display: block;
	background: url(tab.gif) repeat-x bottom;
	color: #FFF;
	font-weight:bold;
}

.tabs li a.selected:hover {
	display: block;
	background: url(tab.gif) repeat-x bottom;
	color: #FFF;
}
/***************** CSS For TAB Content *******************/
.tabcontent {
	display: none;
	background: #f0e1b3 url(tabtop.gif) no-repeat top;
	border: 1px solid #b1740e;
	border-top: 0;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	overflow: hidden;
	font-size: 11px;
}

.tabcontent a, .tabcontent a strong {
	line-height: 1.4em;
}

.tabcontent ul li {
	display: block;
	/*background: url(bullet.gif) no-repeat;*/
	background-position: left 5px;
	border-bottom: 1px dotted #e4bd7d;
	padding-bottom: 5px;
	margin-bottom: 5px;
	/*padding-left: 20px;*/
	color: #B1740E;
	line-height: 1.4em;
	font-size: 11px
}

.tabcontent ul li a {
	color:#8E5000;
	line-height: 1.4em;
}

.tabcontent ul li a:hover {
	
}

.tabcontent ul li div {
	display: block;
	color: #B1740E;
}
.tabcontent ul li div span{
	text-transform:uppercase;
	color: #B1740E;
}
/***************** CSS For TAB Content *******************/
@media print {
	.tabcontent {
	display: block !important;
	}
}
/***************************************************/

/* 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:#ad894d;
}
/* wp-recentcomments END */

/* wp-syntax START */
.wp_syntax {
	background:#F9F9F9;
	border:1px solid #CCC;
}
.wp_syntax .line_numbers {
	background:#E9E9E9;
}
/* wp-syntax END */
