/*
Theme Name: Shades
Theme URI: http://buynowshop.com/
Description: A simple clean theme framework to work from, designed ideally for light colored backgrounds and easily adapted to darker layouts.  
Version: 1.0.2
Author: Edward "Cais" Caissie
Author URL: http://buynowshop.com/
Tags: black, white, silver, red, light, two-columns, right-sidebar, fixed-width
.
- JB:Theme Notes
-- Add class="hr" to any <hr /> (horizontal rule), or add a <div class="hr"></div> to see Shades.
-- In comments.php -> Review the $comment->user_id code and make changes as appropriate if more than one default user/admininstrator (on or near line 30).
-- As a suggestion, use the <PRE></PRE> tags to style "code" text.
.
- Changelog:
-- Version 1.0.2
  - added internationalization (I18n) code as specified at this page: http://codex.wordpress.org/I18n_for_WordPress_Developers
  - changed <ul id="menu">...</ul> to <div class="menu"><ul>...</ul></div>; added height, margin, and padding elements to the menu class
  - changed sidebar text alignment to left (from center); and, corrected screenshot image.
-- Version 1.0.1
  - corrected menu over-run on long page names
-- Version 1.0 -> Initial release
.	
  Inspired by the Theme: Desk Mess Mirrored
  from theme author URI: http://www.buynowshop.com/
.
	The CSS/XHTML is released under GPL:  http://www.opensource.org/licenses/gpl-license.php
.
*/

/*= Benchmarks =*/
*
{
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-family: "Verdana", sans-serif;
}

body
{
	margin: 0;
	padding: 0;
	font-family: "Verdana", sans-serif;
	font-size: 13px;
	line-height: 21px;
	color: #000;
	background-image: url(images/hswebbackground.jpg);
}

table	{
margin: 0 auto;

}

a:link, a:visited, a:active
{
	color: #DA166F;
	text-decoration: none;
}

a:hover
{
	color: #DA166F;
	text-decoration: underline;
}

.aligncenter { text-align: center; }
.clear { clear: both; }

/*= "H" tags =*/
h1, h2, h3, h4, h5, h6
{
	font-family: "Verdana", sans-serif;
	font-weight: normal;
	line-height: normal;
}

h1
{
	font-size: 25px;
	padding-top: 0;
	padding-bottom: 2px;
}

h2
{
	font-size: 20px;
	padding-top: 15px;
	padding-bottom: 11px;
}

h3
{
	font-size: 17px;
	padding-top: 14px;
	padding-bottom: 10px;
}

h4
{
	font-size: 14px;
	padding-top: 12px;
	padding-bottom: 8px;
	color: #ff00ff;
}

h5
{
	font-size: 12px;
	padding-top: 12px;
	padding-bottom: 8px;
}

h6
{
	font-size: 10px;
	padding-top: 12px;
	padding-bottom: 8px;
}

hr
{
	margin: 2px auto;
	width: 560px;
	height: 5px;
	background: #e3dccb;
}

.hr, .shades
{
	height: 56px;
	width: 560px;
	margin: 0 auto;
}

#mainwrap
{
	width: 990px;
	margin: 0 auto;
}

/*= Header =*/
#header-container
{
	/*width: 840px;*/
	margin: 0 auto;
	padding: 20px 0 20px 0px;
	width: 815px;
	/*padding: 0px 0px 10px 15px;*/
	margin-left: 100px;
	background-color: #000;
	height: 80px;
	vertical-align: bottom;
}

#header { }

#header a:link,
  #header a:visited,
  #header a:hover,
  #header a:active
{
	text-decoration: none;
	color: inherit;
}

#header-left
{
	float: left;
	background-color: #000;
}

#header-left img
{
	margin-right: 10px;
	background: #000 !important;
}

#header-center { margin: 0 auto; }

#header-center h2
{
	/* Blog Title */
	font-family: "Verdana", sans-serif;
	font-size: 30px;
	color: #fff;
	text-align: center;
}

#header-center p
{
	/* Tagline */
	font-size: 18px;
	color: #fff;
	text-align: center;
}

#header-right { float: right; }

/*= Menu =*/
#menu
{
	margin: 0 0 0 0px;
	font-size: 14px !important;
	float: right;
}

#menu ul
{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	height: 30px;
	padding: 5px;
	color: #fff !important;
		font-size: 14px !important;

}

#menu li
{
	float: left;
	margin: 0px;
	text-align: center;
	white-space: nowrap;
	padding: 0px;
	margin-top: 45px;
	vertical-align: middle;
		font-size: 14px !important;

}

#menu a, #menu a:visited
{
	color: #fff !important;
	display: block;
	font-weight: normal !important;
	padding: 0px 5px 0px 5px;
	text-transform: capitalize;
	vertical-align: middle !important;
		font-size: 14px !important;

}

#menu a:hover, #menu a:active, li.current_page_item a, li.current, a:link.current, #menu li.current_page_item, a:link.current, #menu li.current, #menu .current
{
	color: #DA166F !important;
	text-decoration: none;
	vertical-align: middle;
		font-size: 14px !important;

}

#maintop { }

/*= Main Blog =*/
#wrapper
{
	clear: both;
	margin: 0 auto;
}

#content
{
	width: 990px;
	/*background-color: #FFF;*/
}

#main-blog
{
	/*float: left;*/
	width: 800px;
	padding: 0px 0px 10px 15px;
	margin-left: 100px;
	margin-top: 0px;
	background-color: #000 !important;
	color: #b0b0b0 !important;
}

#main-blog img, img
{
	border: 2px #000 solid;
	background-color: #999;
	background: #999 !important;
}

#main-blog h1
{
	font-size: 22px;
	font-family: "Verdana", sans-serif;
	font-weight: normal;
	line-height: normal;
	padding-bottom: 2px;
}

#main-blog h1 a:link, #main-blog h1 a:visited, #main-blog h1 a:active
{
	color: #000;
	text-decoration: none;
}

#main-blog h1 a:hover
{
	color: #000;
	text-decoration: underline;
}

.postdata
{
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
	color: #fff;
	padding-bottom: 10px;
}

.post
{
	margin-bottom: 30px;
	background-color: #000;
	color: #B0B0B0 !important;
}

.post p
{
	margin: 0;
	padding: 10px 60px 0 60px;
}

.post h4
{
	font-size: 14px;
	padding-top: 12px;
	padding-bottom: 8px;
	color: #ff00ff;
}

.post ul
{
	margin-left: 35px;
	margin-bottom: 15px;
}

.post ol
{
	margin-left: 35px;
	margin-bottom: 15px;
}

.post dl
{
	margin-left: 5px;
	margin-bottom: 10px;
	border-right: 1px inset;
	border-bottom: 1px inset;
}

.post dl dt { font-weight: bold; }

.post dl dd
{
	margin-left: 10px;
	margin-right: 5px;
}

.post code
{
	margin: 0;
	border: 1px inset;
	font-style: italic;
}

.post pre code
{
	margin: 0px;
	padding: 1px;
	border: 1px inset;
	font-style: italic;
	overflow: auto;
	overflow-x: auto;
	/* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
	/* css-3 */
	white-space: -moz-pre-wrap !important;
	/* Mozilla, since 1999 */
	/* Opera 4-6 */
	/* Opera 7 */
	/* width: 99%; */
	word-wrap: break-word;
	/* Internet Explorer 5.5+ */
}

.tags
{
	float: right;
	margin-top: 5px;
	margin-right: 10px;
	font-size: 11px;
}

#author_link
{
	padding-left: 10px;
	font-weight: bold;
	font-style: italic;
}

#author
{
	/* add additional styling to the author's taste */
	font-style: italic;
	font-size: 13px;
	width: 570px;
}

#author ul
{
	list-style-image: none;
	list-style-type: none;
}

.post-comments
{
	clear: both;
	float: right;
	font-family: "Verdana", sans-serif;
	font-weight: normal;
	padding: 0 2px 2px 2px;
}

.post-comments a:link, .post-comments a:visited, .post-comments a:active
{
	color: #fff;
	text-decoration: none;
}

.post-comments a:hover
{
	color: #fff;
	text-decoration: underline;
}

.post-social { }
.rss { }

blockquote
{
	clear: both;
	background-image: url(images/small-quotes.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 28px;
	font-family: "Verdana", sans-serif;
	font-style: italic;
	font-size: 13px;
	color: #fff;
}

blockquote cite
{
	padding-left: 10px;
	font-weight: bold;
}

pre
{
	/* Use for "Code" text styling */
	margin: 0px;
	padding: 5px;
	border: 1px inset;
	font-style: italic;
	font-size: 13px;
	width: 570px;
	overflow: auto;
	overflow-x: auto;
	/* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
	/* css-3 */
	white-space: -moz-pre-wrap !important;
	/* Mozilla, since 1999 */
	/* Opera 4-6 */
	/* Opera 7 */
	/* width: 99%; */
	word-wrap: break-word;
	/* Internet Explorer 5.5+ */
}

/* === SIDEBAR == */
/* Organized by general layout of sidebar template */
#sidebar
{
	width: 330px;
	float: left;
}

#sidebar-top { margin: 0 auto; }

#sidebar-content
{
	padding: 0px 10px 10px 10px;
	margin: 0 auto;
}

#subcolumn { width: 310px; }

#subcolumn ul
{
	list-style-image: none;
	list-style-type: none;
}

#search
{
	width: 150px;
	padding: 0px 0;
	margin: 0 auto;
}

.form-input
{
	margin: 10px 35px 10px 35px;
	width: 200px;
	padding: 2px 2px;
	background: #faf6f6;
	border: 1px solid #e3dccb;
	color: #666;
	font-family: "Verdana", sans-serif;
}

.form-input:focus
{
	background: #f2f0f0;
	border: 1px solid #b5b4b2;
}

.search-submit
{
	margin: 0 0 0 160px;
	width: 85px;
	background: #faf6f6;
	border: 1px solid #e3dccb;
	color: #666;
}

#calendar_wrap { margin-left: 55px; }

.widget
{
	border-bottom: 1px solid #e3dccb;
	margin-bottom: 20px;
	padding-bottom: 10px;
	margin-top: 10px;
}

.widget p { padding-left: 5px; }

.widget h2
{
	text-align: center;
	padding: 22px 0 0 0;
	font-size: 20px;
	font-family: "Verdana", sans-serif;
	font-weight: normal;
	line-height: normal;
	color: #fff;
	margin: 0;
}

.widget-title { }

.widget ul
{
	margin: 0;
	padding: 5px 0;
	border: none;
	list-style: none;
}

.widget ol
{
	padding: 5px 0;
	border: none;
	list-style: none;
}

.widget li { list-style-image: none; }

.widget ul li
{
	padding: 5px;
	margin: 0;
}

.widget ol li
{
	padding: 5px;
	margin: 0px;
}

.widget ul li#linkcat { }
.widget ol li#linkcat { }

.widget ul li a
{
	color: #fff;
	text-decoration: none;
}

.widget ol li a
{
	color: #fff;
	text-decoration: none;
}

.widget ul li a img { border: none; }
.widget ol li a img { border: none; }

.widget ul li a:hover
{
	color: #fff;
	text-decoration: none;
}

.widget ol li a:hover
{
	color: #635537;
	text-decoration: none;
}

.textwidget { padding: 0 8px 0 8px; }

.widget #wp-calendar
{
	empty-cells: show;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-align: center;
	text-decoration: none;
	width: 200px;
}

.widget table#wp-calendar { margin: 0 auto 0 auto; }
.widget #calendar_wrap { margin: 0 auto 0 auto; }
#sidebar-bottom { }

/*= Images =*/
img { }

p img
{
	padding: 0;
	max-width: 100%;
}

img.aligncenter
{
	margin: 0 auto;
	display: block;
	text-align: center;
}

img.alignright
{
	margin: 0 0 13px 13px;
	display: inline;
}

img.alignleft
{
	margin: 0 13px 13px 0;
	display: inline;
}

.left
{
	float: left;
	padding-right: 5px;
}

.alignleft { float: left; }

.right
{
	float: right;
	padding-left: 5px;
}

.alignright { float: right; }

.wp-caption, .wp-caption aligncenter
{
	padding: 2px;
	padding-top: 4px;
	margin: 0px auto !important;
	border: 2px #000 solid !important;
	border-right: 2px #000 solid;
	border-bottom: 2px #000 solid;
	background-color: #999;
	background: #999 !important;
	font-family: "Verdana", sans-serif;
	font-size: 8pt !important;
	text-align: center !important;
}

.wp-caption img
{
	margin: 2px;
	padding: 0;
	border: 0px !important;
	text-align: center;
	background: none;
}

.wp-caption p.wp-caption-text
{
	font-size: 8pt;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0 auto;
	background-color: #999;
	background: #999 !important;
	text-align: center;
		font-family: "Verdana", sans-serif !important;
	font-size: 8px !important;
}

.wp-caption aligncenter, .mceTemp mceIEcenter, .wp-caption-dd
{
	margin: 0 auto !important;
	text-align: center !important;
	font-family: "Verdana", sans-serif !important;
	font-size: 8pt !important;
}

/*= Footer =*/
#bottom
{
	clear: both;
	width: 700px;
}

#bottom p
{
	text-align: center;
	clear: both;
}

/*= Comments =*/
.commentlist
{
	padding: 0;
	text-align: justify;
}

.commentlist p
{
	margin: 0 15px 10px 2px;
	clear: both;
}

#commentform p { margin: 5px 0; }

.nocomments
{
	text-align: center;
	margin: 0;
	padding: 0;
}

.alt
{
	margin-top: 1px;
	padding: 10px 10px 5px 10px;
	background: #f2f2f2;
	border: 1px solid #b2b0a4;
}

.alt2
{
	margin-top: 1px;
	padding: 10px 10px 5px 10px;
	background: #9a9a9a;
	border: 1px solid #b2b0a4;
}

.administrator
{
	/* also styles author page user block */
	background-color: #dedede;
	margin-top: 1px;
	padding: 5px;
	border: 1px solid #7e7d75;
}

.jellybeen
{
	/* sample User_ID == 2 styling */
	background-color: #dedeed;
	margin-top: 1px;
	padding: 5px;
	border: 1px solid #7e7d75;
}

.cgravatar
{
	float: left;
	width: 60px;
	height: 60px;
	margin: 0px 12px 0px 0px;
}

.comment-author
{
	font-size: 120%;
	font-family: "Verdana", sans-serif;
	color: #2b2d2f;
}

.comment-author a:link , .comment-author a:visited, .comment-author a:active
{
	color: #d21600;
	border-bottom: 1px solid #d21600;
	text-decoration: none;
}

.comment-author a:hover
{
	color: #635537;
	border-bottom: 1px solid #b2b0a4;
	text-decoration: none;
}

.comment-date
{
	margin-left: 2px;
	margin-top: 3px;
	font-size: .75em;
	color: #888;
}

#comments-main
{
	width: 580px;
	padding: 0 0 5px 0px;
	clear: both;
}

#comments-main p { color: #808080; }

#comments-main p code
{
	margin: 0;
	padding: 5px;
	background-color: Silver;
	border: 1px inset;
	font-style: italic;
	font-size: 13px;
	width: 540px;
	overflow: auto;
	overflow-x: auto;
	/* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
	/* css-3 */
	white-space: -moz-pre-wrap !important;
	/* Mozilla, since 1999 */
	/* Opera 4-6 */
	/* Opera 7 */
	/* width: 99%; */
	word-wrap: break-word;
	/* Internet Explorer 5.5+ */
	color: #ccc;
}

#comment-header
{
	margin-bottom: 10px;
	color: #271b03;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#response
{
	clear: both;
	width: 580px;
	padding: 0 0 5px 10px;
	margin-top: 35px;
	color: #271b03;
	font-size: 20px;
	font-family: "Verdana", sans-serif;
	font-weight: normal;
}

#commentform
{
	margin: 10px 10px 30px 0px;
	font-family: "Verdana", sans-serif;
}

#commentform p
{
	padding: 6px 0px;
	margin: 0px;
}

#commentform label
{
	color: #787878;
	font-size: 87%;
}

#commentform input
{
	width: 200px;
	background: #9a9a9a;
	border: 1px solid #b2b0a4;
	padding: 5px;
	margin-top: 3px;
	font: 100% 'Trebuchet MS', Verdana, Sans-Serif;
}

#commentform textarea
{
	height: 130px;
	background: #9a9a9a;
	border: 1px solid #b2b0a4;
	padding: 5px;
	margin-top: 3px;
	font: 100% 'Trebuchet MS', Verdana, Sans-Serif;
	max-width: 570px;
	overflow-x: hidden;
	overflow-y: auto;
}

#commentform #submit { cursor: pointer; }

/*= Forms =*/
fieldset
{
	padding: 15px;
	border: 1px solid #b2b0a4;
	width: 570px;
	margin: 0 auto;
}

legend
{
	font-size: 1.1em;
	font-weight: normal;
	color: #635537;
}

label
{
	padding-top: 4px;
	color: #635537;
	font-weight: normal;
	line-height: normal;
}

input, textarea { border: 1px solid #b2b0a4; }
input:focus, textarea:focus { border: 1px solid #000; }

textarea
{
	width: 570px;
	max-width: 570px;
	min-height: 84px;
	margin-bottom: 10px;
}

/*= Calendar =*/
#wp-calendar
{
	empty-cells: show;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-align: center;
	text-decoration: none;
	width: 200px;
}

/*                                                     */
/*  PLEASE NOTE:                                       */
/*  -----------                                        */
/*  if you have multiple fieldsets, you need to edit   */
/*  line 47 (search for "multiple fieldsets") &        */
/*  add a new "TEXT-ONLY" field BEFORE EACH            */
/*  'NEW FIELDSET' element!!                           */
/*   field name:  |fieldsetclose                       */
/*                                                     */
@import "calendar.css";

/*                                                    */
/*  custom form elements                              */
/*                                                    */
ol.cf-ol li.fieldsetclose {

}

ol.cf-ol li.newcaptionclass {
	text-align:left;
	font-size:2em;
	padding-bottom:20px!important;
}

/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */
.cform
{
	width: 450px;
	padding-bottom: 8px;
	margin: 30px auto 0 auto;
color: #B0B0B0 !important;

}

.cform fieldset	{ 
	margin:10px 0 0 0; 
	padding:11px 0 0 0; 
	border:none;

	}

.cform .cf_hidden {
	display:none; 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

.cform legend { 
	display:none;
}

ol.cf-ol { 
	margin:0!important; 
	padding:0 0 0 0!important; 	/*  use this one if you have multiple fieldsets support !!!  */ 

}
ol.cf-ol li	{
	background:none!important; 
	margin:0!important; /*some themes may interfere otherwise*/
	padding:5px 0;
	list-style:none!important; 
	text-align:left;
	line-height:1.3em;
}


/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */

ol.cf-ol li.textonly {
	color:white;
	font-variant:small-caps;
	letter-spacing:2px;
	padding:10px 20px;
	font-weight:bold;
}


/*                                                    */
/* global definitions for field labels                */
/*                                                    */

.cform label {
	/*color: #000;*/
	color: #B0B0B0 !important;
	width:90px; 
	margin:4px 10px 0 0; 
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	text-align:right;
	vertical-align:top;
}
.cform label span {
	width:90px; /* must be the same as above!*/
	display:block;
}

label.cf-before {
	margin:4px 10px 0 0; 
}

label.cf-after 	{
	margin:4px 15px 0pt 6px;
	text-align:left;
	width:115px;
}

label.cf-after span {
	width:115px;
	display:block;
}


label.cf-group-after {
	margin:4px 0 0 2px;
	width:60px;
	text-align:left;
}
label.cf-group-after span {
	width:60px;
	display:block;
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

.cform input,
.cform textarea,
.cform select { 
	padding:3px;
	background: #f9f9f9; 
	border: 1px solid #888888;
	vertical-align:top;
}
.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	background:#CEDDDF; 
}

.cform input:focus,
.cform textarea:focus,
.cform select:focus	{ 
	background:#F3F8F8; 
}

.cform textarea,
.cform input {
	width:200px; 
}
.cform select {
	width:158px; /* attempt to have equal length */
}  

.cform select.cfselectmulti	{ 
	height:7.5em; 
}

.cform textarea {
	font-family: arial;
	font-size: 0.9em;
	overflow:auto;
}

/*                                                    */
/*   radio button title                               */
/*                                                    */

ol.cf-ol li.cf-box-title {
	color: white;
	padding-left:100px; /* check with label 'width' incl. */
	font-weight:bold;
}

/*                                                    */
/*   check boxes                                      */
/*                                                    */

.cform input.cf-box-a,
.cform input.cf-box-b 	{ 
	margin:2px 0 0 0; 
	width:16px;
	height:22px;
	border:none; 
	background:none;
}

.cform input.cf-box-a 	{ 
	margin-left:100px; /* check with label 'width' incl. */
} 


/*                                                    */
/* check box groups                                   */
/*                                                    */

ol.cf-ol li.cf-box-group {
	padding: 0 0 5px 100px; 
} 

/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */

span.reqtxt,
span.emailreqtxt
{
	color: #666;
	margin: 3px 0 0 3px;
	font-size: 0.9em;
	display: -moz-inline-box;
	vertical-align: top;
}


/*                                                    */
/*   FORM submit button                               */
/*                                                    */

p.cf-sb {
	
	padding: 0!important;
	margin: 0;
	text-align:right;
}
.cform input.backbutton,
.cform input.resetbutton,
.cform input.sendbutton	{ 
	width:105px; 
	height:26px; 
	padding:0; 
	margin:0 8px 0 0;
	border:none!important;
	background:url(images/customform_dark_submit.jpg) no-repeat; 
}
.cform input.resetbutton {
	background:url(images/customform_dark_reset.jpg) no-repeat; 
}
.cform input.backbutton {
	background:url(images/customform_dark_back.jpg) no-repeat; 
}



/*                                                    */
/*   FORM FIELDS enhanced error display               */
/*                                                    */
ol.cf-ol li.cf_li_err {
	background:#FFDFDF url(li-err-bg-dark.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:0;
	padding:5px 0!important;
	margin:3px 1px 0!important;
}

ol.cf-ol li ul.cf_li_text_err {
	margin:0 0 0 100px;
	padding:0;
	color:#f8f1f1;
}

ol.cf-ol ul.cf_li_text_err li {
	font-weight:bold; 
	font-size:1.1em;
	background:url(icon-alert-dark.png) no-repeat left 3px!important;
	list-style:none!important;
	text-indent:0;
	margin:0 0 4px!important;
	padding:0 0 0 20px;
}
ol.cf-ol ul.cf_li_text_err li:before {
	content:'';
}

/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */

label.seccap {
	margin-top: 6px;
	vertical-align:text-bottom;
}
label.secq,
label.secq span {
	display:inline;
	width:auto;
}
label.secq {
	margin-left:10px;
	vertical-align:text-bottom;
}

input.secinput {
	width:45px;
	vertical-align:text-bottom;
}

#cforms_captcha6,
#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	height:15px;
	width:50px;
	padding: 4px 4px;
	margin: 0;
}

img.captcha	{
	vertical-align:text-bottom;
	margin:0 0 0 10px!important;
	padding:0!important;
	border:none!important;
	float:none!important;
}

img.captcha-reset {
	vertical-align:text-bottom;
	background:	url(captcha_reset_black.gif) no-repeat;
	margin:0pt 0pt 2px 3px;
	width:21px;
	height:21px;
	border:none;
}

img.imgcalendar {
	border:none;
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

div.cf_info {
	display:none;
	padding:10px 15px!important;
	width:380px;
	line-height:1.3em;
	margin:10px auto 10px;
	color:#f8f1f1;
}
div.cf_info ol {
	margin:0;
	padding:5px 15px 0 30px;
}
div.cf_info ol li {
	padding:1px 0;
	margin:2px 0;
}
div.cf_info a	{
	color:white!important;
	text-decoration:underline!important;
}
div.success {
	background:black none repeat scroll 0%;
	color:white;
	display:block;
}
div.failure {
	display:block;
	background:#FFDFDF url(li-err-bg-dark.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
}
div.waiting {
	background:#F9F9F9;
	color:#AAAAAA;
	display:block;
}
/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */

.cform .cf_error {
	color:#ad2929;
	border:2px solid #ad2929;
}
.cform .cf_errortxt,
div.mailerr {
	color:#ad2929;
}
div.mailerr {
	display:block;
}
/*                                                    */
/* disabled fields [disabled] does not work on IE!    */
/*                                                    */

[disabled] {
	color:#dddddd;
	border-color:#dddddd!important;
	background:none!important;
}
.disabled {
	border-color:#dddddd!important;
}

/*                                                    */
/* upload box styling                                 */
/*                                                    */

.cform input.cf_upload  {
	width:220px;
	background: #f9f9f9;
	border:1px solid #888888;
}

/*                                                    */
/*  Other: link love                                  */
/*                                                    */
.linklove {
	width:500px;
	margin:0 auto 10px!important;
	padding:0!important;	
	text-align:center!important;
	display: none;
}
.linklove a,
.linklove a:visited {
	font-size: 0.8em;
	font-family: "Verdana", sans-serif;
	color:#aaaaaa;
	display: none;
}

/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */
* html ol.cf-ol,
* html ol.cf-ol li,
* html span.reqtxt,
* html span.emailreqtxt { 
	display: inline-block;  /*for ie6*/
}
*+html ol.cf-ol,
*+html .cform label,
*+html span.reqtxt,
*+html span.emailreqtxt {
	display: inline-block; /*for ie7*/
}
* html .cform legend { 
	position:absolute; 
	top: -10px; 
	left: 10px; 
	margin-left:0;
}
* html img.captcha {
	margin-bottom:1px!important;
}
*+html img.captcha {
	margin-bottom:1px!important;
}


/* Hide WP-Stats plugin smiley at bottom of screen */
img#wpstats { display: none; }
#akismetstats { margin: 0 auto; }
#rotator { border: 1px #FFF solid; }

#wc-slideshow, #wc-slideshow .wordcycle, .wordcycle, .cycle-item
{
	margin: 0px auto 20px auto;
	padding: 0px 0px 0px 0px !important;
	text-align: center !important;
	border: 2px #000 !important;
	background-color: #000 !important;
	background: #000 !important;
}

.cycle-item	{

margin-top: 10px;
}
