/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
*/
li{
	list-style-type:none;
}


/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #ffffff;
	color: #fff;
	text-align: center;
	}


#content {
	font-size: 1.2em;
	width:940px;
	padding:40px 20px 40px 40px;
	border-top:solid 1px #6cb73a;
	float:left;
	}
	
.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	padding-bottom:15px;
	}
	
.narrowcolumn .entry, .widecolumn .entry li{
		list-style-type:disc;
		color:#6cb73a;
		font-size:15px;
		margin-bottom:10px;
		line-height:16px;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}
.postmetadata_alt{
	float:left;
	}
.postInfo h3{
margin-top:5px;
}
#votes{
	position:absolute;
	top:0;
	right:50px;
	padding:10px 5px 0 0;
}
#voteIcon{
	position:absolute;
	right:0;
	top:0;
}
#userInfo{
	position:relative;
	height:50px;
	float:left;
	width:500px;
}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}
.postImageLg{
width:492px;
max-height:500px;
overflow:hidden;
border:1px solid #6CB73A;
padding:3px;
}
.postImageLg img{
max-width:492px;
}
.even, .alt {

	border-left: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	padding:0;
	margin:0;
	}

h1 {
	font-size: 30px;
	color:#72adb4;
	line-height:32px;
	font-weight: bold;
	padding:0;
	margin:0 0 10px 0;
	}
	
h2, h2 p{
	font-size: 22px;
	color:#fff;
	line-height:26px;
	font-weight: 100;
	}
p{
	color:#fff;
	font-size:14px;
	line-height:20px;
}
a, a:hover{
	color:#72adb4;
	text-decoration:underline;
}
#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}


#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a{
	color: #72adb4;
	}
.entry h3{
	color:#72adb4;
	font-weight:100;
}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #6cb73a;;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}



#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;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 0px 0;
	padding: 0;
	}
	
	#searchHdr{
		background:url(images/bg_body_spacer.png) repeat-y;
		padding: 5px 20px 20px 5px;
		width: 985px;
		margin:0 auto;
		height:20px;
		text-align:right;
	}
	
	#searchLinks {
		float:right;
	}
	
		#searchLinks li{
			float:right;
			color:#72adb4;
			margin:0 4px;
		}
		
			#searchLinks li a img{
				vertical-align:middle;
			}
			
			#searchLinks li a{
				color:#72adb4;
				text-decoration:underline;
			}
	
	#searchDiv {
		width:180px;
		padding:5px 0 0 0;
		float:right;
	}
		
		#searchDiv span{
			
		}
	
	#sidebar #searchform #s {
	
	}
	
	#sidebar #searchsubmit {
		padding: 0;
	}

#page {
	background:url(images/bg_body_spacer.png) repeat-y;
	margin: 0 auto;
	padding: 0 5px;
	width: 1000px;
	text-align:left;
	}
	
	
	
#header {
	margin: 0 0 0 0;
	padding: 0;
	height: 61px;
	width: 1000px;
	position:relative;
	}
	
	#header #mainLogo{
		position:absolute;
		top:-24px;
		left:45px;
		z-index:99;!important
	}
	
	#header #bannerTopHome{
		position:absolute;
		top:-23px;
		left:-20px;
	}
	
	#header #mainNav{
		width:1000px;
		border-bottom:solid 1px #6cb73a;
		float:left;
		position:relative;
		height:60px;
	}
	
	#header #mainNav ul{
		position:absolute;
		right:0;
		bottom:-1px;
		padding:0;
		margin:0;
	}
	
		#header #mainNav ul li{
			display:table-cell;
			vertical-align:bottom;
			float:left;
			width:89px;
			height:38px;
			padding:6px 5px 0;
			text-align:center;
		}
		
		#header #mainNav ul li.current_page_item, #header #mainNav ul #navOn{
			display:table-cell;
			vertical-align:bottom;
			width:89px;
			background:url(images/bg_main_nav_on.gif);
		}
		
		#header #mainNav a{
			color:#fff;
			font-size:12px;
			text-decoration:none;
			text-align:center;
		}
		
		#header #mainNav a:hover, #header #mainNav ul li.current_page_item a{
			color:#72adb4;
		}
		
#bannerHome{
	width:1000px;
	height:262px;
	position:relative;
}

	#bannerHome #left{
		width:543px;
		height:262px;
		position:absolute;
		left:-20px;
	}
		
		#bannerHome #left img{
			float:left;
		}
		
	#bannerHome #right{
		width:474px;
		height:262px;
		position:absolute;
		right:0px;
		/*background:url(images/home_banner_flash.jpg) no-repeat;*/
	}
	
	#bannerHome #btm{
		position:absolute;
		left:-22px;
		bottom:-170px;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	}
	
	.widecolumn #videoHome{
		width:425px;
		padding:0;
		margin:0 12px 0;
		float:right;
		border:solid 1px #6cb73a;
	}
		
		.widecolumn #videoHome span{
			margin:0;
			padding:0;
		}
		
		.widecolumn #videoHome #videoHomeSub{
			padding:10px;
			float:left;
			position:relative;
			background:#000;
		}
		
			.widecolumn #videoHome #videoHomeSub h3{
				color:#72adb4;
				width:100%;
			}
			
				.widecolumn #videoHome #videoHomeSub h3 span{
					font-size:12px;
				}
		
			
			.widecolumn #videoHome #videoHomeSub img{
				padding:5px;
				margin-right:10px;
				border:solid 1px #333;
				float:left;
			}
			
			.widecolumn #videoHome #videoHomeSub p{
				color:#fff;
				font-size:12px;
				float:right;
				margin:0;
				padding:0;
			}
			
			.widecolumn #videoHome #videoHomeSub a{
				display:block;
				padding:10px 20px 10px 10px;
				background:url(images/arr_green_rt.gif) #000 no-repeat right;
				color:#72adb4;
				position:absolute;
				bottom:17px;
				right:38px;
			}
			
			
	
	
	.widecolumn #leftHome{
		float:left;
		width:425px;
		margin:0;
		position:relative;
		padding-bottom:30px;
	}
	
	.widecolumn #leftHome li{
		list-style-type:disc;
		color:#6cb73a;
		font-size:15px;
		margin-bottom:10px;
		line-height:16px;
	}
	
		.widecolumn #leftHome p{
			color:#fff;
			font-size:14px;
		}
		
		.widecolumn #leftHome a{
			position:absolute;
			right:20px;
			color:#72adb4;
			text-decoration:underline;
			font-size:14px;
			bottom:-10px;
		}
		
	#secondHome{
		font-size: 1.2em;
		width:940px;
		padding:40px 20px 40px 40px;
		border-top:solid 1px #6cb73a;
		float:left;
	}
	
		#secondHome #sh_left {
			width:425px;
			float:left;
			position:relative;
		}
		
			#secondHome #sh_left a{
				position:absolute;
				right:20px;
				color:#72adb4;
				text-decoration:underline;
				font-size:14px;
				bottom:-10px;
			}
		
		#secondHome #sh_right {
			width:427px;
			padding:0 12px 0 31px;
			float:right;
			position:relative;
		}
		
			#secondHome #sh_right a img{
				border:solid 1px #6cb73a;
				width:425px;
			}
			
				#secondHome #sh_right a .imgBtn {
					display:block;
					padding:10px 20px 10px 10px;
					background:url(images/arr_green_rt.gif) #000 no-repeat right;
					color:#72adb4;
					position:absolute;
					bottom:27px;
					right:38px;
				}
	

.post {
	margin: 0 0 40px;
	/*text-align: justify;*/
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}


.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 20px;
	margin: 0 auto;
	width: 960px;
	border-top:solid 1px #6cb73a;
	clear: both;
	text-align:left;
	}

#footer p, #footer a {
	margin: 0;
	padding: 0;
	color:#72adb4;
	font-size:10px;
	}
	
	#footer p a{
		text-decoration:underline;
	}
	
	#footer p#login, #footer p#login a{
		color:#333;
	}
/* End Structure */



/*	Begin Headers */


h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	
	display: inline;
	}

img.alignleft {
	
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	
	}

html>body .entry li {
	
	}

.entry ul li:before, #sidebar ul ul li:before {
	/*content: "\00BB \0020";*/
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */


.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#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 { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	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;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */
@import "calendar.css";

.cform { 
	margin:10px auto 0 auto; 
	width: 450px; 
}

.cform fieldset	{ 
	margin-top:10px; 
	padding:4px 0 10px 0; 
	border:1px solid #6cb73a; 
	background:none; 
}

.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:#72adb4;
}

ol.cf-ol { 
	margin:0pt!important;
	padding:20px 0pt 0pt!important;
}
ol.cf-ol li	{
	background:none!important; 
	margin:0 10px!important; /*some themes may interfere otherwise*/
	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 {
	letter-spacing:2px;
	margin:6px 0pt !important;
	padding:3px 8px; 
	text-align:left;
	color:#72ADB4;
}


/*                                                    */
/* global definitions for field labels                */
/*                                                    */

.cform label {
	/*width:200px; */
	margin:0px 10px 0 0; 
	text-align:left;
	font-size: 10px;
	display:block;
	color:#fff;
	background:none;
	padding:2px;
	font-size:12px;
}

label.cf-before {
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	margin:4px 5px 0 0; 
}

label.cf-before span{
	/*width:200px; */
	display:block;
	font-size:9px;
}

label.cf-after 	{
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	margin:0px 2px 0 4px;
	width:370px;
	text-align:left;	
}

label.cf-after span {
	width:370px;
	display:block;
}

label.cf-group-after {
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	margin:4px 6px 0 4px;
	width:370px;
	text-align:left;
}
label.cf-group-after span {
	width:370px;
	display:block;
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

.cform input,
.cform textarea,
.cform select { 
	margin:0 0 8px 0;
	padding:3px;
	background: #333; 
	border:none;
	border-top: 1px solid #6cb73a; 
	vertical-align:top;
        font-size:12px;
	letter-spacing:1px;
	color:white;
}
.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	background:#444; 
}

.cform input:focus,
.cform textarea:focus,
.cform select:focus	{ 
	background:#333; 
}

.cform textarea,
.cform input {
	width:415px; 

}

.cform select {
	width:421px; /* attempt to have equal length */
}  

.cform select.cfselectmulti	{ 
	height:6.5em; 
}

.cform textarea {
	font-size: 1em;
	height: 12em;
	overflow:auto;
}

.cform input.cf_date {
	width:395px;
}

/*                                                    */
/*   radio button title                               */
/*                                                    */

ol.cf-ol li.cf-box-title {
	letter-spacing:2px;
	margin:0px 0 0px 10px!important;
	color:#72adb4;
}

/*                                                    */
/*   check boxes                                      */
/*                                                    */

input.cf-box-a,
input.cf-box-b 	{ 
	margin:3px 0 0 0; 
	width:16px; 
	height:22px;
	border:none!important;
	background:none!important; 
}


/*                                                    */
/* check box groups                                   */
/*                                                    */

ol.cf-ol li.cf-box-group {
	padding: 0 0 0px 0; 
} 


/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */

span.reqtxt,
span.emailreqtxt { 
	display:block; /*for mozilla*/
	width:421px;
	font-size:9px;
	vertical-align:top;
	color:#888888;
	text-align:right;
	margin:0;
	height:13px;
	line-height:13px;
}

.cform textarea.fldemail,
.cform textarea.fldrequired,
.cform input.fldemail,
.cform input.fldrequired {
	margin:0;
}
/*                                                    */
/*   FORM submit button                               */
/*                                                    */
input#cf2_field_22{
	/*margin-left:425px;*/
}
p.cf-sb {
	padding: 0!important;
	margin: 0;
	text-align:right;
}
.cform input.backbutton,
.cform input.resetbutton,
.cform input.sendbutton	{ 
	display:block;
	width:150px;
	margin:10px 0px 0px;
	padding:10px 20px 10px 10px;
	border:solid 1px #6cb73a;
	background:url(http://stinkatnothing.com/wp-content/themes/default/images/arr_green_rt.gif) #000 no-repeat right;
	color:#72adb4;
	font-size:13px;	
	color:#fff;
	text-align:right;
	float:right;
	cursor:hand;
	cursor:pointer;
	
}
.cform input.resetbutton {
	width: auto;
	padding:5px 1em;
}
.cform input.backbutton {
	width: auto;
	padding:5px 1em;
}


/*                                                    */
/*   FORM FIELDS enhanced error display               */
/*                                                    */
ol.cf-ol li.cf_li_err {
	background:none;
	/*border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;*/
	padding:5px 10px!important;
	margin:5px 0!important;
}

ol.cf-ol li ul.cf_li_text_err {
	padding:0 0 0 10px;
	margin:0;
	color:#AD2929;
	display:inline-block;
}

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.seccap {
	margin-top: 6px;
}

label.secq{
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	width:auto;
	padding:2px 4px 2px 2px;
}
label.secq span {
	display:block!important;
	width:auto;
}

input.secinput {
	vertical-align:text-bottom;
}

#cforms_captcha6,
#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	height:15px;
	width:196px;
	padding: 4px 4px;
	margin: 0 0 8px 0;
	vertical-align:text-bottom;
}

img.captcha	{
	vertical-align:text-bottom;
	margin:0 0 8px 10px!important;
	padding:0!important;
	border:none!important;
	float:none!important;
}

img.captcha-reset {
	vertical-align:top;
	background:	url(captcha_reset_black.gif) no-repeat;
	margin:0pt 0pt 0px 3px;
	width:21px;
	height:21px;
	border:none!important;
}

img.imgcalendar {
	border:none!important;
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

div.cf_info {
	color:#AD2929;
	display:none;
	padding:10px 15px!important;
	width:420px;
	line-height:1.5em;
	margin:10px auto;
}
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:red!important;
	text-decoration:underline!important;
}
div.success {
	background:none;
	color:#6CB73A;
	display:block;
}
div.failure {
	display:block;
	background:none;
	/*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: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;
	color:#333;
}

/*                                                    */
/*  Other: link love                                  */
/*                                                    */
.linklove {
	width:410px;
	margin:0 auto 10px!important;
	padding:0!important;	
	text-align:center!important;
}
.linklove a,
.linklove a:visited {
	font-size: 0.8em;
	font-family: Tahoma;
	color:#333!important;
}

  
/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */
* html .cform legend { 
	position:absolute; 
	top: -10px; 
	left: 10px; 
	margin-left:0;
}
* html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
* html ol.cf-ol 	{
	display:inline-block; /*for IE6!!*/
}
* html img.captcha	{
	margin-bottom:9px!important;
}
*+html img.captcha	{
	margin-bottom:9px!important;
}

.guidesLink{
	font-size:10px;
	color:#6CB73A;
	text-align:center;
}
.videoTitle{
width:425px;
/*float:left;*/
text-align:center;
padding:10px 0 10px;
}
#thumbList{
	width:500px;
	float:left;
	padding:0;
}
#thumbList li{
	float:left;
	width:152px;
	margin:0 12px 0 0;
}
#thumbList li a img{
	border:1px solid #6CB73A;
}
#youTube{
	text-align:center;
	margin:0 0 10px;
}