/*
Theme Name: Bitwave Custom Design
Theme URI: http://www.bitwavedesign.com/
Description: A custom WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Bitwave Design
Author URI: http://bitwavedesign.com/

	A custom WordPress theme.
*/ 


/* Reset */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:100.01%;
	line-height:1.125em;
	background-color: #715841;
	background-image: url(images/back.jpg);
	background-position: center top;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
td {
	text-align: left;
	font-weight: normal;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
fieldset,img { 
	border:0;
}
.form1, .form2 {
	padding: .7em;
	text-align: left;
	color: #000000;
	font-size: 86%;
	margin-top: 0.5em;
	margin-right: 0em;
	margin-bottom: 0.5em;
	margin-left: 0em;
}
.form1 {
	background-color: #E1EADB;
}
.form2 {
	background-color: #F9EACC;
}
.form_search {
	font-size: 86%;
	color: #333333;
}
.form_input {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #757575;
	border-right-color: #C1C1C1;
	border-bottom-color: #C1C1C1;
	border-left-color: #757575;
	margin-top: .1em;
	margin-bottom: 0.5em;
	padding: 1px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #4E4E4E;
	font-size: 94%;
	font-style: normal;
	font-weight: normal;
}
.form_submit {
	margin-top: .4em;
	margin-bottom: 0.4em;
}

caption,th {
	text-align:left;
}
abbr,acronym {
	border:0;
}

h1,h2,h3,h4,h5 {
	padding: 0px;
	margin-top: .3em;
	margin-right: 0em;
	margin-bottom: .3em;
	margin-left: 0em;
	line-height: 90%;
}
h1,h2,h3,h4,strong,b {
	font-weight:bold; 
}
fieldset,table {
	margin-bottom:0.85em;
}
a img {
	border: none;
}
p, blockquote, code {
	padding: 0px;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: .8em;
	margin-left: 0em;
	line-height: 140%;
	text-align: left;
}
ol,ul {
	padding-bottom: 0.6em;
	margin-left: 1.3em;
}
ul {
	list-style-type: square;
}
li {
	padding: 0px;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: .3em;
	line-height: 115%;
	text-align: left;
}
em,i {
	font-style: italic;
}
hr {
	display: none;
	}
.right, .alignright {
	float: right;
}
.left, .alignleft {
	float: left;
}
.clearboth, .clear {
	clear: both;
}

.center {
	text-align: center;
	}
.hidden {
	display: none;
	}
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}


/* Begin Layout */
#page {
	background-color: #3A331F;
	text-align: left;
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
	color: #CCCCCC;
	}
#header {
	background-color: #86C131;
	margin: 0px;
	padding: 0px;
	}
#nav {
	background-image: url(images/nav.gif);
	height: 24px;
	background-color: #D8FA99;
	margin: 0px;
	color: #666666;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	letter-spacing: 1px;
	line-height: 99%;
	font-size: 69%;
	}
#nav a {
	color: #3A331F;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 112%;
	background-image: url(/images/symbol.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 13px;
	padding-right: 7px;
}
#nav a:hover {
	color: #3399FF;
	text-decoration: none;
}
	
#headerlogo 	{
	float: left;
	margin-top: 55px;
	margin-left: 33px;
	}
#headerslogan {
	font-size: 88%;
	text-align: center;
	font-style: italic;
	color: #B7B7B7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: right;
	padding-right: 20px;
	padding-top: 18px;
	display: none;
	}
	

#content {
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 12px;
	margin: 0px;
	}
.widecolumn {
	line-height: 1.6em;
	width: 540px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 90px;
	padding-bottom: 10px;
	padding-left: 90px;
	}
.narrowcolumn {
	float: right;
	width: 474px;
	margin: 0px;
	padding: 0;
	}
	
	
#content h1 {
	letter-spacing: -1px;
	font-size: 185%;
	color: #FFFFFF;
	margin-top: 1em;
	margin-right: 0em;
	margin-bottom: .2em;
	margin-left: 0em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content h2 {
	font-size: 150%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #D3C6A5;
	letter-spacing: -1pt;
	margin-top: .3em;
	padding: 0px;
	margin-right: 0em;
	margin-bottom: 0.1em;
	margin-left: 0em;
	line-height: 99%;
}
#content h2 a:link, #content h2 a:visited  {
	letter-spacing: -1px;
	text-decoration: none;
	color: #D3C6A5;
	}
#content h2 a:hover {
	letter-spacing: -1px;
	text-decoration: none;
	color: #86C131;
	}
#content h4 {
	font-size: 99%;
	color: #FFFFFF;
}
#content h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 71%;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
}
#content p {
	font-size: 86%;
	line-height: 130%;
	color: #CCCCCC;
}
#content a:link, #content a:visited {
	color: #3E82FF;
	text-decoration: none;
}
#content a:hover {
	color: #9AFF2B;
	text-decoration: none;
}
.widecolumn .post {
	margin-top: .4em;
	margin-bottom: .4em;
}
.narrowcolumn .post {
	text-align: left;
	margin-top: 0.4em;
	margin-right: 0em;
	margin-bottom: 1em;
	margin-left: 0em;
	border-top-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #D2D2D2;
	border-right-color: #D2D2D2;
	border-bottom-color: #D2D2D2;
	border-left-color: #D2D2D2;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: .5em;
	padding-left: 0px;
	}
	
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}
	
.more-link {
	font-size: 78%;
	font-style: normal;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.more-link a:link, .more-link a:visited {
	color: #538FFF;
	text-decoration: none;
}

a img {
	border: none;
	}
.wp-caption {
	border: 1px solid #454545;
	text-align: center;
	background-color: #666666;
	padding-top: 4px;
	margin: 10px;
	-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;
}

#content .wp-caption p.wp-caption-text {
	font-size: 71%;
	line-height: 17px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 4px;
	color: #CCCCCC;
}
	
.entry p, .entry blockquote, .entry li {
	font-size: 86%;
}
blockquote {
	padding-left: 20px;
	margin-top: 15px;
	margin-right: 35px;
	margin-bottom: 0.8em;
	margin-left: 0px;
	padding-top: 14px;
	background-color: #514428;
	padding-right: 12px;
	padding-bottom: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: thick;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #6F553E;
	border-right-color: #6F553E;
	border-bottom-color: #6F553E;
	border-left-color: #6F553E;
	}
blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
code {
	font-family: "Courier New", Courier, monospace;
	color: #666666;
	background-color: #F3F3F3;
	padding: 0.3em;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DDDDDD;
	border-right-color: #DDDDDD;
	border-bottom-color: #DDDDDD;
	border-left-color: #DDDDDD;
	text-decoration: none;
	}
	
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 65%;
	color: #999999;
	padding: 0px;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 1em;
	margin-left: 0em;
	}
	
.box_main {
	padding: 0.5em;
	border: 1px solid #746238;
	background-color: #473C23;
	margin-bottom: .8em;
	font-size: 92%;
}
.rule {
	padding: 0px;
	width: 78%;
	margin-top: 2px;
	margin-bottom: 4px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #86C131;
	border-right-color: #86C131;
	border-bottom-color: #86C131;
	border-left-color: #86C131;
	height: 1px;
}
	
.navigation {
	display: block;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 69%;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CCCCCC;
	background-color: #473C23;
	letter-spacing: -1px;
	height: 16px;
	line-height: 12px;
	padding-top: 0.8em;
	padding-right: 0.8em;
	padding-bottom: .4em;
	padding-left: 0.8em;
	}
.navigation a:link, .navigation a:visited {
	text-decoration: none;
	color: #538FFF;
}
.navigation a:hover {
	text-decoration: none;
	color: #9AFF2B;
}
#content p.postmetadata {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 66%;
	font-weight: normal;
	text-transform: capitalize;
	color: #939393;
	font-style: normal;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear:both;
	background-color: #3E341E;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #322918;
	border-right-color: #322918;
	border-bottom-color: #322918;
	border-left-color: #322918;
	padding: 3px;
}
.postmetadata a:link, a:visited {
	text-decoration: none;
	color: #353655;
}
.postmetadata a:hover {
	text-decoration: none;
	color: #1760D9;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
.alt {
	margin: 0;
	padding: 9px;
	background-color: #564829;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #715841;
	border-bottom-color: #715841;
	}

.shop_box {
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #E0E8F1;
	border: 1px solid #A3BEE9;
	padding: 1em;
	margin-top: .2em;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 0em;
	font-size: 83%;
}
.shop_box h2 {
	font-size: 150%;
	color: #18314E;
}
.shop_box p {
	color: #333333;
	font-size: 93%;
}
.shop_box h4 {
	font-size: 105%;
}
.shop_box .price {
	font-size: 98%;
	font-weight: bold;
	color: #FF0000;
}



#sidebar {
	width: 275px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	float: left;
	margin: 0px;
	padding: 0px;
	}
#sidebar .box {
	margin-bottom: 10px;
}
#sidebar .banner {
	margin-bottom: 9px;
	text-align: center;
}
#sidebar img {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 9px;
}
#sidebar h2 {
	font-size: 122%;
	background-color: #715841;
	padding: 0.2em;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 5px;
	}
#sidebar h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #1760D9;
	font-size: 150%;
}
#sidebar p {
}
#sidebar a:link, #sidebar a:visited  {
	text-decoration: none;
	color: #538FFF;
	}
#sidebar a:hover {
	text-decoration: none;
	color: #9AFF2B;
	}


#sidebar .sidetab ul {
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#sidebar .sidetab h2 {
	margin: 0px;
	padding: .3em;
	background-color: #86C131;
	list-style-position: outside;
	list-style-type: none;
	color: #FFFFFF;
}

#sidebar .sidetab li {
	background-color: #473C23;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #473C23;
	padding: .5em;
	color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	border-left-color: #746238;
	list-style-type: none;
}
#sidebar .sidetab li a:link, #sidebar .sidetab li a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
#sidebar .sidetab li a:hover {
	color: #3591FF;
	text-decoration: none;
}


.textwidget {
	line-height: 130%;
	color: #CCCCCC;
}
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}
	
	
	
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { 
	background-color: #fff; }


h3#comments {
	text-transform: uppercase;
	font-size: 89%;
	color: #333333;
	line-height: 120%;
}

.commentlist {
	padding: 0;
	text-align: justify;
	margin: 0px;
	font-size: 94%;
	}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	font-size: 96%;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: .5em;
	margin-left: 0px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 92%;
	}

.commentlist p {
	font-weight: normal;
	line-height: 130%;
	margin: 10px 5px 10px 0;
	font-size: 89%;
	color: #515151;
	}
	
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

h3#respond {
	text-transform: uppercase;
	font-size: 93%;
	color: #000000;
	line-height: 120%;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#commentform p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 5px 0;
	font-size: 82%;
	}

.commentmetadata {
	font-weight: normal;
	margin: 0;
	display: block;
	font-size: 70%;
	text-transform: uppercase;
	line-height: 101%;
	color: #666666;
	}

#commentform {
	margin-bottom: 20px;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}

#footer {
	background-color: #DBFAA1;
	text-align: left;
	font-size: 68%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
	clear: both;
	color: #666666;
	letter-spacing: 1px;
	background-image: url(images/footer.gif);
	}
#footer .foot {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#footer a:link, #footer a:visited {
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	color: #FFAE1A;
	text-decoration: none;
}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	list-style-position: inside;
	list-style-type: disc;
	}
#sidebar form {
	margin: 0;
	}


/* Search Form */

form#searchform {
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	background-color: #473C23;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #746238;
	border-right-color: #746238;
	border-bottom-color: #746238;
	border-left-color: #746238;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 8px;
}
#searchform label {
	display: none;
	margin: 0px;
	padding: 0px;
}
#searchform .textline {
	width: 100px;
	padding: 2px;
	margin: 0px;
}
#searchsubmit {
	font-size: 73%;
	background-color: #D9D2CC;
	border: 1px solid #606779;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	line-height: 99%;
	padding: 4px;
	font-weight: bold;
}

/* CFORMS */
.cform {
	margin-top: 10px;
	margin-bottom: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.cform fieldset	{
	margin-top:10px;
	border:1px solid #746238;
	background-color: #473C23;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 9px;
	padding-left: 0;
}

.cform .cf_hidden {
	display:none; 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}
.cform legend {
	margin-left:10px;
	padding: 0 2px;
	color:#AD9356;
	font-size: 109%;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
}

ol.cf-ol {
	margin:0!important;
	padding:0!important;
}

ol.cf-ol li	{
	background:none!important;
	margin:5px 0!important;
	padding:0;
	list-style:none!important;
	text-align:left;
	line-height:1.3em;
}

/* just for text-only fields (no input)               */
ol.cf-ol li.textonly {
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-left: 5px;
	font-size: 86%;
}
/* global definitions for field labels                */
.cform label {
	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;
	font-size: 81%;
	color: #CCCCCC;
	letter-spacing: -1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#sidebar .cform label {
	width:70px;
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	text-align:right;
	vertical-align:top;
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
}
#sidebar .cform label span {
	width:70px; /* must be the same as above!*/
	display:block;
	font-size: 84%;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}

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:3px 4px 0 2px;
	width:72px;
	text-align:left;
}
label.cf-group-after span {
	width:72px;
	display:block;
}

/*   FORM FIELDS general formatting                   */
/*                                                    */

.cform input,
.cform textarea,
.cform select {
	padding:3px;
	background: #f9f9f9;
	border: 1px solid #888888;
	vertical-align:top;
	font-size: 81%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	background:#CEDDDF; 
}

.cform input:focus,
.cform textarea:focus,
.cform select:focus	{ 
	background:#F3F8F8; 
}

.cform textarea {
	width:48%;
}
.cform input {
	width:46%; 
}
.cform select {
	width:158px; /* attempt to have equal length */
	padding:2px 0;
}  

.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 {
	font-weight:bold;
	letter-spacing:1px;
	padding:8px 0 0 100px; /* check with label 'width' incl. */
}
/*   check boxes                                      */
.cform input.cf-box-a,
.cform input.cf-box-b 	{ 
	margin:2px 0 0 0; 
	width:14px;
	height:22px;
	border:none!important;
	background:none!important; 
}
.cform input.cf-box-a 	{ 
	margin-left:100px; /* check with label 'width' incl. */
} 
/* check box groups                                   */
ol.cf-ol li.cf-box-group {
	margin:10px 0pt 0px !important;
	padding-left: 100px; 
}

/* formatting for text:  "(required)"  & other        */
span.reqtxt,
span.emailreqtxt {
	margin:3px 0 0 3px;
	font-size:74%;
	display: -moz-inline-box;
	vertical-align:top;
	color: #919191;
}
#sidebar span.reqtxt,
#sidebar span.emailreqtxt {
	font-size:74%;
	display: none;
	vertical-align:top;
	color: #919191;
	width: 35px;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 3px;
}

/*   FORM submit button                               */
p.cf-sb {
	padding: 0!important;
	margin: 0;
}
.cform input.sendbutton	{
	width:100px;
	font-size:0.8em;
	border:1px solid #606779!important;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 9px;
	margin-left: 0px;
	background-color: #D9D2CC;
}

/*   FORM FIELDS enhanced error display               */
ol.cf-ol li.cf_li_err {
	background:#FFDFDF url(li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
	padding:5px 0!important;
	margin:5px 0!important;
}

ol.cf-ol li ul.cf_li_text_err {
	height:1%;
	min-height:1%;
	margin:0 0 0 100px;
	padding:0;
	color:#333;
}

ol.cf-ol ul.cf_li_text_err li {
	background:url(icon-alert.png) no-repeat left 1px!important;
	list-style:none!important;
	font-weight:bold;
	text-indent:0;
	margin:0 0 2px!important;
	padding-left:15px;
}
ol.cf-ol ul.cf_li_text_err li:before {
	content:'';
}

/* 'visitor verification' related styles              */
/*                                                    */

label.secq,
label.seccap {
	vertical-align:text-bottom;
	margin-bottom:4px;
}

input.secinput {
	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_grey.gif) no-repeat;
	margin:0 0 2px 3px;
	width:21px;
	height:21px;
	border:none;
}

img.imgcalendar {
	border:none;
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

div.cf_info {
	color:#333;
	display:none;
	width:90%;
	line-height:120%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 7px;
	font-size: 77%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
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:#ad2929!important;
	text-decoration:underline!important;
}
div.success {
	color:#444444;
	display:block;
	background-attachment: scroll;
	background-color: #C0E7BC;
	background-image: none;
	background-repeat: repeat;
	background-position: 0% 50%;
}
div.failure {
	display:block;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
	background-color: #FFC4C4;
}
div.waiting {
	background:#F9F9F9;
	color:#AAAAAA;
	display:block;
}
/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */
.cform .cf_error { 
	color:#ad2929; 
	border:1px solid #ad2929; 
}
div.mailerr {
	display:block;
}
.mailerr,
.cform .cf_errortxt {
	color:#ad2929; 
}

/*                                                    */
/* 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;
}

/* Misc */
.linklove {
	display: none;
}
