/*  
Theme Name: Insane Chicken
Theme URI: http://www.captainjolokia.com
Copyright: 2009
Version: 1.0.1
Author: Scott Roberts 
*/

/*
general tags styles
*/
html,body { margin: 0; padding: 0; border: 0; color: #2c3e49; background: #fff; font: 0.85em verdana, arial, helvetica, sans-serif; min-width: 780px; }
a { color: #a10000; text-decoration: underline; }
a:hover { color: #2863c2; text-decoration: underline; }
h2, h3 { font-family: "Century Gothic","Helvetica Neue Light","Helvetica Neue",helvetica,verdana,tahoma,arial,"sans serif"; font-weight: bold; }
h1 { margin: 10px 0; padding: 0; color: #003e79; font-size: 150%; }
h2 { margin: 20px 0 10px 0; padding: 0; font-size: 140%; }
h3 { margin: 12px 0; padding: 0; color: #a10000; font-size: 140%; }
hr { border: 0 none; border-bottom: 1px solid #bebebe; margin: 20px 0 10px 0; padding: 0; height: 1px; }
form { margin: 0; }
table, img { border: 0; }
em { font-style: italic; }
strong { font-weight: bold; }
p { line-height: 1.4em; }
li { list-style:none;}
/*
service styles
*/

/*
common styles
*/
a.small-link:link { color: #3c6992; font-size: 90%; text-decoration: none; }
a.small-link:hover { color: #3c6992; font-size: 90%; text-decoration: underline; }
.error-message { color: #b51a00; font-weight: bold; }
div.error-message { margin: 0 0 15px 0; }
.form-text { color: #112536; font-weight: bold; }
.black-text { color: #000; }
a.list-item:link,
.list-item a:link { color: #043fa0; text-decoration: none; }
a.list-item:visited,
.list-item a:visited { color: #043fa0; text-decoration: none; }
a.list-item:hover,
.list-item a:hover { color: #2863c2; text-decoration: underline; }
a.list-item:active,
.list-item a:active { color: #043fa0; text-decoration: none; }

/*==============================================================================
layout styles
==============================================================================*/
/*******************************
*******************************
page container 
*******************************
*******************************/
#wraper { width: 100%; padding: 0; margin: 0 auto; background: #fff; }
#header { float: left; width: 100%; padding: 0; margin: 0;}
#col-mask { clear: both; float: left; width: 99.3%; /* width of whole page */ background: #fff; /* Left column background colour */ position: relative; /* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */ overflow: hidden; /* This chops off any overhanging divs */ }
#col-mid { float: left; width: 200%; background: #fff; /* Centre column background colour */ position: relative; left: 180px; }
#col-right { float: left; width: 99.3%; margin-left: -360px; background: #fff; /* Right column background colour */ position: relative; left: 50%; }
#col-wrap { float: right; width: 50%; position: relative; right: 100%; }
#col-pad { margin: 0 12px 0 372px; overflow: hidden; }
#center-column { width: 100%; padding: 0; overflow: hidden; }
#left-column { float: left; width: 180px; margin-left: -50%; position: relative; left: 180px; overflow: hidden; }
#right-column { width: 180px; left: 0; top: 180px; }

#footer { float: left; width: 100%; border: 0; background: #fff; }
.clearfix:after { clear: both; display: block; content: "."; line-height: 0; visibility: hidden; height: 0; }
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }
/*
Right-to-left
*/
.rtl { direction: rtl; }
/*
header line1 styles
*/
#header .line1 { width: 100%; background: #000000; position: relative; }
#header .line1 .logo { float: left; width: 340px; margin: 0 0 0 5px; }
.line1-right { float: right; width: 580px; text-align: right; }
/* header tabs */
.tabs { margin-right: 25px; float: right; font-size: 93%; line-height: normal; }
.tabs ul { margin: 0; padding: 10px 10px 0 50px; list-style: none; }
.tabs li { margin: 0; padding: 0; display: inline; white-space: nowrap; }
.tabs a { float: left; margin: 0; padding: 0 0 0 4px; background: url(images/tab_left.gif) no-repeat left top; font-weight: bold; text-decoration: none; }
.tabs a span { float: left; padding: 8px 15px 7px 6px; display: block; background: url(images/tab_right.gif) no-repeat right top; color: #303030; }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.tabs a span { float: none; }
/* End IE5-Mac hack */
.tabs a:hover span { color: #c01235; }
.tabs a:hover { background-position: 0% -42px; }
.tabs a:hover span { background-position: 100% -42px; }
/* phones line */
#header .phones { white-space: nowrap; color: #FEF608; text-align: right; line-height: 40px; height: 55px; }
#header .phones span { padding: 15px; }
.menuInput { border: 1px solid #fff; width: 98%; padding: 2px; margin-bottom: 5px; color: #B00000; background: #eee8aa; font-weight: bold; }
.menu-inputBlur { border: 1px inset #dadada; background: #fafafa; color: #B00000; font-weight: bold; }
/*
header line2 styles
*/
#header .line2 { width: 100%; border: none; background: #9d0000; color: #fff; position: relative; }
#header .line2 div,
#header .line2 span { color: #fff; }
#header .line2 a,
#header .line2 a:hover { color: #fff; }
#header div.search { padding: 7px 0 7px 12px; float: left; width: 450px; text-align: left; }
#header span.search { padding-left: 10px; padding-right: 5px; }
.search-input { border: 1px solid #fff; width: 200px; padding: 1px; color: #990000; background: #eee8aa; font-weight: bold; }
.search-inputBlur { border: 1px solid #ebebeb; background: #bd0000; color: #eeeeee; font-weight: bold; }
#header a.search:link { text-decoration: underline; }
#header a.search:hover { text-decoration: none; }
#header input { margin-right: 3px; }
#header button.simple-button { margin-bottom: 3px; margin-right: 3px; vertical-align: middle; }
#header button.simple-button img { margin-left: 0; }
#header .languages { float: right; width: 450px; padding: 7px 10px 7px 0; text-align: right; }
#header .languages label { color: #fff; line-height: 21px; vertical-align: middle; }
#header .languages select { margin-left: 5px; }
/*
header line3 styles
*/
#header .line3 { padding: 3px 5px 3px 0; border-bottom: 1px solid #D9D9D9; border-top: 1px #666 solid; margin-bottom: 10px; background: #f4f3ee; font-size: 90%; position: relative; }
/* location bar */
.line3 .location { float: left; width: 630px; padding: 4px 3px 2px 10px; color: #838383; }
font.bread-crumb { color: #838383; }
a.bread-crumb { color: #838383; text-decoration: underline; }
a.bread-crumb:hover { color: #dc143c; text-decoration: none; }
font.last-bread-crumb { text-decoration: none; }
.location span { padding: 0 5px 0 5px; }
/* print bar */
.line3 .print-link { float: right; width: 270px; padding: 3px 0 3px 0; color: #f0f0f0; }
.print-link a,
.print-link a:hover { padding: 2px 20px 2px 0; background: transparent url(images/printer.gif) no-repeat right top; color: #818891; line-height: 16px; }
/*
footer styles
*/
#footer .box { border-top: 1px #D9D9D9 solid; border-bottom: 1px #D9D9D9 solid; padding: 6px 15px 3px 10px; background: #EDEDED; color: #000; font-size: 95%; position: relative; height: 18px; }
#footer .box .left { float: left; width: 440px; color: #525252; }
#footer .box .right { float: right; width: 440px; color: #525252; text-align: right; }
#footer .box a { color: #525252; text-decoration: none; font-weight: bold; }
#footer .box a:hover { color: #525252; text-decoration: underline; }
/* footer links */
.foot { padding: 15px; text-align: center; }
.foot ul { margin: 0; padding: 0; list-style-type: none; }
.foot ul li { display: inline; }
.foot ul li a { padding: 3px 0 3px 10px; display: inline; color: #000; line-height: 17px; text-decoration: none; }
.foot ul li a:hover { color: #dd0000; }
/*==============================================================================
widgets
==============================================================================*/
/*
page title
*/
h1.page-title { text-align: center; }

/* inline message */
.inline-message { padding: 1px 1px 15px 1px; margin: 0; line-height: 16px; height: 16px; vertical-align: middle; }
.inline-message img.icon-w { width: 16px; background: transparent url(images/icon_warning_small.gif) no-repeat; vertical-align: top; height: 16px; }
/*	 menu Box title	*/
.menu-dialog { padding: 0; margin: 0 0 10px 10px; }
.menu-dialog .title-bar { clear: both; margin: 0; width: 100%; background: #B00000 url('images/menu_left.gif') no-repeat left top; font-weight: bold; height: 23px; }
.menu-dialog .title-bar img { float: right; padding-left: 1px; }
.menu-dialog .title-bar h1 { float: left; margin: 0; padding: 5px 0 0 16px; color: #fff; font-size: 100%; }
.menu-dialog .title-bar h1 a { color: #fff; text-decoration: none; }
/*	 menu Box 	*/
.menu-dialog .content { padding: 8px 10px 10px 10px; border: 1px solid #CACACA; background: #f4f3ee; color: #000; line-height:11px; }
.menu-dialog .content a { color: #303030; line-height:11px; }
.menu-dialog .content a:hover { color: #fb0000; line-height:11px; }
.menu-dialog ul { padding: 0; margin: 0; list-style: none; }
.menu-dialog ul li { padding: 0; vertical-align: middle; }
.menu-dialog .item { color: #303030; }
.menu-dialog ul li a { text-decoration: none; }
.menu-dialog ul li a:hover { text-decoration: underline; }
.menu-dialog hr { background: #d6d6d6; }
/* menu-categories-list */
.menu-categories-list .content, .menu-bestsellers .content, .menu-help .content { border: 1px solid #CACACA; border-bottom: none; padding: 0; background: #f4f3ee; color: #303030; font-size: 95%; overflow: hidden; }
.menu-categories-list ul, .menu-bestsellers  ul, .menu-help ul { margin: 0; padding: 0; width: 100%; list-style-type: none; }
.menu-categories-list ul li, .menu-bestsellers ul li, .menu-help ul li, .menu-minicart ul li { padding-bottom: 5px; }
.menu-categories-list .content ul li a, .menu-bestsellers ul li a, .menu-help ul li a { padding: 3px 2px 3px 10px; border-bottom: 1px solid #d0d0d0; color: #303030; background: #f4f3ee; line-height: 11px; text-decoration: none; }
.menu-minicart ul li a { padding: 0px 0px 0px 0px; display: block; color: #676767; background: #f4f3ee; font-size: 95%; text-decoration: none; height: 16px; }
.menu-categories-list ul li a:hover, .menu-bestsellers ul li a:hover, .menu-help ul li a:hover, .menu-minicart ul li a:hover { color: #dd0000; background: #FBFAF8; text-decoration: none; }
/*
dialog container
*/
.dialog { border: 1px solid #ccc; padding: 0; margin: 0 0 15px 0; page-break-inside: avoid; }
.dialog .title { border: 0 none; margin: 0; padding: 0 0 0 18px; border-bottom: 1px #ccc solid; color: #000; background: #f4f3ee; font-weight: bold; line-height: 30px; text-align: left; position: relative; vertical-align: middle; height: 30px; overflow: hidden; }
.dialog .content { border: 0 none; padding: 0px 0px 0px 0px; background: transparent none; color: #58595b; text-align: left; }
.dialog .dialog-sort-row { width: 50%; height: 30px; position: absolute; top: 0; right: 0; overflow: hidden; }
.dialog .title-with-sort-row h2 { width: 50%; }
.dialog .title-with-sort-row .dialog-search-sort-bar { width: 50%; height: 30px; position: absolute; top: 0; right: 0; overflow: hidden; }
.dialog-search-sort-bar .search-sort-bar { padding: 0; margin: 7px 0; }
.dialog-search-sort-bar .search-sort-title,
.dialog-search-sort-bar .search-sort-cell { padding-right: 10px; }
/*
buttons
*/
/* button-based */
button.button { border: 0 none; margin: 0; padding: 0; background: transparent; cursor: pointer; height: 22px; vertical-align: top; overflow: visible; outline-style: none; }
button.button .button-right { padding: 0 10px 0 0; display: block; background: transparent url(images/but_right.png) no-repeat right top; height: 22px; }
button.button .button-left { margin: 0; padding: 0 5px 0 15px; display: block; white-space: nowrap; background: transparent url(images/but_left.png) no-repeat left top; color: #000; font: 11px/21px verdana, arial, helvetica, sans-serif; vertical-align: middle; height: 22px; }
/* div-based */
div.button { border: 0 none; margin: 0; padding: 0 10px 0 0; float: left; white-space: nowrap; background: transparent url(images/but_right.png) no-repeat right top; cursor: pointer; }
div.button div,
div.button a,
div.button a:hover { padding: 0 5px 0 15px; display: block; white-space: nowrap; background: transparent url(images/but_left.png) no-repeat left top; color: #111d4d; font: 11px/21px verdana, arial, helvetica, sans-serif; text-decoration: none; outline-style: none; }
/* button-based link */
button.simple-button { border: 0 none; margin: 3px 0 0 0; padding: 0; white-space: nowrap; color: #043fa0; background: transparent; font-weight: bold; line-height: 15px; cursor: pointer; height: 15px; vertical-align: middle; outline-style: none; }
button.simple-button span { text-decoration: underline; }
button.simple-button img { display: none; }
/* a-based link */
a.simple-button:link,
a.simple-button:hover { margin: 0; padding: 0; white-space: nowrap; color: #043fa0; font-weight: bold; line-height: 21px; text-decoration: underline; vertical-align: bottom; outline-style: none; }
/* input-image-based */
input.image-button { margin: 0; margin-bottom: 1px; padding: 0; border: 0 none; width: 25px; background: transparent url(images/go.gif) no-repeat left top; height: 18px; vertical-align: middle; }
/* a-image-based */
a.image-button:link,
a.image-button:hover { text-decoration: none; }
a.image-button:link img,
a.image-button:hover img { margin: 0; padding: 0; border: 0 none; width: 25px; background: transparent url(images/go.gif) no-repeat center center; height: 18px; vertical-align: middle; }
/*
Buttons alternative styles
*/

/*
link-with-arrow
*/
a.simple-arrow-button:link,
a.simple-arrow-button:hover { padding-left: 10px; background: transparent url(images/but_arrow.png) no-repeat left 6px; }
a.simple-arrow-button:hover { color: #2863c2; }
.rtl a.simple-arrow-button:link,
.rtl a.simple-arrow-button:hover { padding-left: 0; padding-right: 10px; background: transparent url(images/but_arrow_invert.png) no-repeat right 6px; }
.button-row a.simple-arrow-button:link,
.button-row a.simple-arrow-button:hover { background: left 2px; }
button.simple-arrow-button img.left-simple-button { width: 7px; margin-right: 3px; display: inline; background: transparent url(images/but_arrow.png) no-repeat left top; height: 10px; vertical-align: bottom; }

/* header tabs */
.tabs { margin-right: 25px; float: right; font-size: 93%; line-height: normal; }
.tabs ul { margin: 0; padding: 10px 10px 0 50px; list-style: none; }
.tabs li { margin: 0; padding: 0; display: inline; white-space: nowrap; }
.tabs a { float: left; margin: 0; padding: 0 0 0 4px; background: url(images/tab_left.gif) no-repeat left top; font-weight: bold; text-decoration: none; }
.tabs a span { float: left; padding: 8px 15px 7px 6px; display: block; background: url(images/tab_right.gif) no-repeat right top; color: #303030; }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.tabs a span { float: none; }
/* End IE5-Mac hack */
.tabs a:hover span { color: #c01235; }
.tabs a:hover { background-position: 0% -42px; }
.tabs a:hover span { background-position: 100% -42px; }

/*
search sort bar
*/
.search-sort-bar { padding-right: 20px; margin: 15px 0 30px 0; white-space: nowrap; line-height: 16px; text-align: right; vertical-align: middle; height: 16px; }
.search-sort-title { padding-right: 20px; }
.search-sort-cell { padding-right: 20px; }
a.search-sort-link:link,
a.search-sort-link:hover { text-decoration: underline; }
.search-sort-bar img,
.search-sort-bar-float img { width: 9px; margin-right: 5px; height: 9px; }
.search-sort-bar a.up-direction:link,
.search-sort-bar a.up-direction:hover { padding-left: 14px; background: transparent url(images/uarrow.gif) no-repeat left 3px; font-weight: bold; }
.search-sort-bar a.down-direction:link,
.search-sort-bar a.down-direction:hover { padding-left: 14px; background: transparent url(images/darrow.gif) no-repeat left 3px; font-weight: bold; }

/*
subheader styles
*/
.subheader { margin: 0 0 10px 0; padding: 2px; border: 0 none; border-bottom: 1px solid #999999; color: #bb0000; font-weight: bold; }
.subheader-grey { border-bottom: 1px solid #ccc; color: #666666; }
.subheader-black { border-bottom: 1px solid #000; color: #010101; font-weight: bold; }
.subheader-red { border-bottom: 1px solid #acb7c7; }
/*
Table head cell
*/
.img-down-direction { width: 7px; margin-right: 3px; background: transparent url(images/r_bottom.gif) no-repeat left top; height: 6px; vertical-align: middle; }
.img-up-direction { width: 7px; margin-right: 3px; background: transparent url(images/r_top.gif) no-repeat left top; height: 6px; vertical-align: middle; }
/*

/*==============================================================================
side-bar styles
==============================================================================*/
/*
special menu
*/
.menu-special .title-bar img.icon { background: url(images/dingbats_categorie.gif) no-repeat; }
/*
help menu
*/
.menu-help .title-bar img.icon { background: url(images/dingbats_help.gif) no-repeat; }

/*
news box styles
*/
.menu-news .title-bar img.icon { background: url(images/dingbats_news.gif) no-repeat; }
.menu-dialog .news { }
.menu-dialog .subscribe { margin-top: 8px; }
.menu-dialog a.prev-news:link,
.menu-dialog a.prev-news:visited,
.menu-dialog a.prev-news:hover,
.menu-dialog a.prev-news:active { text-decoration: underline; }
/*
interneka menu
*/
.menu-interneka .title-bar img.icon { background: url(images/dingbats_affiliates.gif) no-repeat; }


/* 
Top Search Styles
*/

#topsearch {
	position: absolute;
	right: 14px;
	top: 35px;
	width: 218px;
	height: 42px;
	text-align: center;
}
#topsearch input {
	width: 145px;
	height: 21px;
	background: url(images/input.gif) no-repeat;
	border: none;
	padding: 9px 8px 5px 32px;
	margin-right: 0px;
	float: left;
	font: normal 1em tahoma, arial, san-serif;
}
#topsearch button {
	width: 33px;
	height: 35px;
	background: url(images/search.gif) no-repeat;
	border: none;
	text-indent: -9999px;
	float: right;
	cursor: pointer;
}
/* POST SECTION ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.post {
	margin: 0 0 20px 0px;
	background: url(images/hr.gif) 0% 100% no-repeat;
	padding: 0 0 10px 0;
}
.post h2 {
	margin: 0 0 .2em;
	font-size: 1.6em;
}
.post h2 a {
	color: #864901;
}
.post h2 a:hover {
	color: #84755c;
}
.post-info {
	background: url(images/hr.gif) 0% 0% no-repeat;
	padding: 5px 0;
	font-size: 90%;
	margin: 10px 0;
	color: #999;
}
.post-info a {
	color: #999;
}
.post-info a:hover {
	color: #84755c;
}
.post-info .setting {
	padding:3px;
	padding-left:20px;
	margin-right: 5px;
}
.post-info .datetime{
	background:#fff url(images/clock.png) no-repeat 0 2px;
}
.post-info .user{
	background:#fff url(images/user.png) no-repeat 0 2px;
}
.post-info .filedlink{
	background:#fff url(images/document.png) no-repeat 0 2px;
}
.post-info .commentslink{
	background:#fff url(images/comments.png) no-repeat 0 2px;
}
.post-info .editlink{
	background:#fff url(images/write.png) no-repeat 0 2px;
}
.post-entry p {
	margin: 0 0 1em 0;
}
.post-entry a {
	color: #4f6373;
}
.post-entry a:hover {
	color: #84755c;
}
.post-entry span.more-link {
	display: block;
	margin: 10px 0;
}
.post-entry span.more-link a {
	color: #864901;
}
.post-entry span.more-link a:hover {
	color: #84755c;
}
.post-entry h3 {
	font-size: 1.25em;
	padding: 0 0 .5em;
	margin: 0 0 .5em;
	border-bottom: 1px solid #f5f5f5;
}
.post-entry ul, .post-entry ol {
	margin: 0 0 1em;
}
.post-entry ul {
	margin-left: 1.5em;
}
.post-entry ul li, .post-entry ol li {
	list-style: square;
	border-bottom: 1px solid #fafafa;
	padding: .2em 0;
}
.post-entry ol {
	margin-left: 2em;
}
.post-entry ol li {
	list-style: decimal;
}
.post-entry blockquote {
	margin: 1.5em;
	padding: 1em;
	color: #999;
	font-style: italic;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	clear: both;
}
.post-entry img {
	float: left;
	margin: .4em 0 0 1em;
	padding: 0 10px 10px 0;
}
.post-entry img.align-right {
	float: right;
	margin: .4em 0 0 1em;
	padding: 0 0 10px 10px;
}
.post-entry img.align-left {
	float: left;
	margin: .4em 1em 0 0;
	padding: 0 10px 10px 0;
}
.post-entry img.align-center {
	display: block;
	margin: .4em auto;
	padding: 0 10px 10px 10px;
}
.post-meta {
	font-size: 95%;
	color: #999;
}
.post-meta a {
	color: #999;
}
.post-meta a:hover {
	color: #84755c;
}
.post-arch-info {
	font-size: 95%;
	color: #999;
	margin: 0 0 2em;
	padding: 0 0 1em;
	border-bottom: 1px solid #f5f5f5;
}
.wp-pagenavi {
	font-size: 11px;
	text-transform: uppercase;
	clear: both;
	color: #555;
	padding: 0;
	text-align: right;
}
.wp-pagenavi a, .wp-pagenavi .current {
	padding: 3px 7px;
	border: 1px solid #ccc;
	color: #990000;
	margin-left: 1px;
	font-weight: normal;
}
.wp-pagenavi a:hover, .wp-pagenavi .current {
	color: #555;
	background: #e2e2e2;
	font-weight: normal;
}
.wp-pagenavi .pages {
	float: left;
	line-height: 13px;
}

/* WP 2.6 REQUIRED ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/* COMMENT ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#comments h2, #respond h2 {
	margin: 0 0 .5em;
	padding: 0 0 .5em;
	border-bottom: 1px solid #f5f5f5;
}
#comments {
	margin: 0 0 1em 17em;
	background: url(images/hr.gif) 0% 100% no-repeat;
	padding: 0 0 1em;
	left: 180px;
}
#comments h3 {
	font-size: 1.2em;
}
#comments img {
	float: left;
	margin: 0 5px 5px 0;
}
#comments p {
	padding-left: 40px;
}
.commentlist li {
	margin: 0 0 .5em;
	padding: 0 0 .5em;
	border-bottom: 1px solid #f5f5f5;
}



#respond input, #respond textarea {
	width: 542px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #ccc;
	padding: 3px;
	margin: .1em 0 .5em;
}
#respond button {
	width: 75px;
	height: 35px;
	text-indent: -9999px;
	border: none;
	float: left;
	cursor: pointer;
}
#respond button#submit {
	background: url(images/submit.png) no-repeat;
	margin: 10px 10px 20px 100px;
}
#respond button#reset {
	background: url(images/reset.png) no-repeat;
	margin: 10px 10px 20px;
}
 SIDEBAR ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - 

#sidebar h2 {
	margin: 0 5px 0 0;
	padding: 0 0 .5em 0;
	border-bottom: 1px dotted #ccc;
	font-size: 20px;
	text-indent: -5px;
}
#sidebar li ul {
	margin: 0 0 2em 0;
}
#sidebar li ul li {
	border-bottom: 1px dotted #ccc;
	padding: 3px 0;
	padding-left: 18px;
	margin-right: 5px;
	background: #fff url(images/sidebar-li.gif) no-repeat 0 6px;
}
#sidebar li ul li:hover {
	background: #e8e8e8 url(images/sidebar-li.gif) no-repeat 0 6px;
}
#sidebar li ul li.current_page_item {
	padding-left: 8px;
	padding-right: 10px;
	background: #e8e8e8;
}
#sidebar li ul li.current_page_item a {
	color: #84755c;
}
#sidebar li ul li ul li, #sidebar li ul li ul {
	display: none;
}
#sidebar li ul li {
	color: #222;
}
#sidebar li a {
	color: #555;
	display: inline;
	line-height: 12px;
}
#sidebar li a:hover {
	color: #84755c;
} 

#sidebar_l h2 {
	margin: 0 5px 0 0;
	padding: 0 0 .5em 0;
	border-bottom: 1px dotted #ccc;
	font-size: 20px;
	text-indent: -5px;
}
#sidebar_l li ul {
	margin: 0 0 2em 0;
}
#sidebar_l li ul li {
	border-bottom: 1px dotted #ccc;
	padding: 3px 0;
	padding-left: 18px;
	margin-right: 5px;
	background: #fff url(images/sidebar-li.gif) no-repeat 0 6px;
}
#sidebar_l li ul li:hover {
	background: #e8e8e8 url(images/sidebar-li.gif) no-repeat 0 6px;
}
#sidebar_l li ul li.current_page_item {
	padding-left: 8px;
	padding-right: 10px;
	background: #e8e8e8;
}
#sidebar_l li ul li.current_page_item a {
	color: #84755c;
}
#sidebar_l li ul li ul li, #sidebar_l li ul li ul {
	display: none;
}
#sidebar_l li ul li {
	color: #222;
}
#sidebar_l li a {
	color: #555;
}
#sidebar_l li a:hover {
	color: #84755c;
} 


#calendar  {
	margin-top: 10px;
	border-bottom: 1px dotted #ccc;
}
#wp-calendar {
	width: 90%;
	margin-left: 5%;
}
#wp-calendar caption {
	color: #864901;
	margin-top: 5px;
}


#rss {
	position: absolute;
	right: 20px;
	bottom: 0;
	margin: 0;
}
#rss-entries {
	background: url(images/rss-entries.png) no-repeat 0 0;
	border: none;
	float: left;
	height: 18px;
	margin: 0 4px 0 0;
	padding: 0;
	text-decoration: none;
	text-indent: -3000px;
	width: 46px;
}
#rss-entries:hover {
	background: url(images/rss-entries.png) no-repeat 0 -18px;
}
#rss-comments {
	background: url(images/rss-comments.png) no-repeat 0 0;
	border: none;
	float: left;
	height: 18px;
	margin: 0 4px 0 0;
	padding: 0;
	text-decoration: none;
	text-indent: -3000px;
	width: 46px;
}
#rss-comments:hover {
	background: url(images/rss-comments.png) no-repeat 0 -18px;
}

#rightsidebar {
	float:right;
	width: 240px;
	padding: 40px 0px 0px 0px;
}

##rightsidebar li{
	list-style-type:square;
}
#rightsidebar h2 {
	color:#fff;
	margin: 0 5px 0 0;
	padding: 2px 0 0px 20px;
	line-height:20px;
	font-size: 14px;
	text-indent: -5px;
	background: url(images/widgetheaderbg.jpg) no-repeat ;
}



#rightsidebar ul  {
	margin:0;
}

#rightsidebar li  {
	list-style:none;
}
	
#rightsidebar li ul {
	margin: 0 0 2em 1px;
	background-color: #f4f3ee;
	border:1px solid  #ccc;
	width:168px;
	padding: 5px 0px 15px 0px ;
}
#rightsidebar li ul li {
	padding: 3px 0;
	padding-left: 18px;
	margin-right: 5px;
	list-style:none;

}

#rightsidebar li ul li.current_page_item {
	padding-left: 8px;
	padding-right: 10px;
	background: #e8e8e8;
}
#rightsidebar li ul li.current_page_item a {
	color: #84755c;
}
#rightsidebar li ul li ul li, #rightsidebar li ul li ul {
	display: none;
}
#rightsidebar li ul li {
	color: #222;
}
#rightsidebar li a {
	color: #555;
	font-size: 85%;
	text-decoration: none;
}
#rightsidebar li a:hover {
	color: #84755c;
	text-decoration: none;
}
#content{
float:left;
padding:20px 0px 0px 20px;
width:600px;
	min-width:600px;
}
.credit {
	font-size: 50%;
}
.seo-tag-cloud {
	margin:0px 0px 10px 1px;
	padding:5px;
	border: 1px solid #ccc;
	background-color: #f4f3ee;
	width:158px;
	
}

.widget_yarpp div{
	font-size:85%;
	margin:0px 0px 15px 1px;
	padding:5px;
	border: 1px solid #ccc;
	background-color: #f4f3ee;
	width:158px;
}

