@charset "UTF-8";
/*
Theme Name: The Real Geniuses 
Theme URI: http://www.therealgeniuses.com
Description: Real Geniuses Theme
Version: 1.0
Author: Pleased To Meet Me Media
Author URI: http://www.pleasedtomeetmemedia.com/

----> NOTE: Wordpress's default CSS structure is horrible. This seeks to reset, then establish some base rules...then, in Structure, 
define those elements relevent to a given Structure "area" specific CSS declaration needed in only that area...CASCADE down through the elements
needing styling as they apppear both symentically and visually. Simple, right?


----> BRAND FONTS + COLORS:
		FONT: Define Brand Fonts Here
		COLORS: 
			- NAV: #d0e2f0 (Blue Gray)
			- NAV ACTIVE: #22659a (Blue) / BG: #fbd100 (Yellow)
			- LINKS: #adcde6 (Light Blue) 
			- HEADERS: #002d69 (Dark Blue)
			- TEXT: #333
			
----> STRUCTURE OVERVIEW:
		This Template seeks to be 980px wide, centered with auto height / 2 column with Sidebar on right side
			


LEGEND:
1. REST ALL HTML ELEMENTS (meyerweb.com version)
2. BASE TYPOGRAPHY
3. STRUCTURE: Header, Breadcrumbs, Content, Sidebar (Right), Footer


*/



/* ---------- RESET ALL HTML ELEMENTS ---------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1em;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ---------- /RESET ALL HTML ELEMENTS ---------- */





/* ---------- BASE TYPOGRAPHY ---------- */
body {
	font-size: 100%; /* Resets 1em to 12px */
	font-family: Arial, Helvetica, Sans-Serif;
	color: #333;
	line-height: 1.1em;
}
h1, h2, h3 {
	font-weight: bold;
	color: #e2ea6e;
}

	h2 {
		font-size: 34px;
		padding-bottom: 6px;
		margin: 0px 0 20px -5px;
		font-family: 'Eurostyle', Helvetica, Arial;
	}
	h3 {
		font-size: 1.3em;
		margin: 12px 0 20px 0;
	}
p {
	font-size: 1em;
	line-height: 1.1em;
	margin-bottom: 1.1em;
}

a {
	color: #e2ea6e;
	text-decoration: none;
}
	a:hover {
		text-decoration: underline;
	}
	a img {
		border: none;
	}
	
small {
	font-size: 0.9em;
	line-height: 1.5em;
	color: #777;
}
blockquote, strike {
	color: #777;
}
blockquote {
	margin: 1.1em 0 1.1em 40px;
	border-left: 1px solid #333;
	padding-left: 12px;
}
	blockquote cite {
		margin: 5px 0 0;
		display: block;
	}	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}

hr {
border: 0;
color: #9E9E9E;
background-color: #9E9E9E;
height: 1px;
width: 100%;
text-align: left;
}

	
	/* ---------- BASE CLASSES ---------- */

	
	.hidy {
		display: none;
	}
	.clear {
		clear: both;
	}
	
	.alt {
		background-color: #f8f8f8;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
	}
	.center {
		text-align: center;
		}
	
	.hidden {
		display: none;
	}
	
	/* ---------- /BASE CLASSES ---------- */
	


/* ---------- /BASE TYPOGRAPHY ---------- */




/* ---------- STRUCTURE ---------- */

	/* ---------- BODY ---------- */
	body {
		text-align: center;
		background-color: #000;
	}
	/* ---------- /BODY ---------- */

	/* ---------- CONTAINER ---------- */
	div#container {
		margin-left: auto;
		margin-right: auto;
		width: 1020px;
	}
	#container {
		position: relative;
		display: block;
		width: 1020px;
	}
	
		#container_inner {
			position: relative;
			display: block;
			float: left;
			width: 1020px;
			background: url('images/rg_main_bg.jpg') 0 0 #002126 no-repeat;
			border: 1px solid #000;
		}
		
	/* ---------- /CONTAINER ---------- */

	/* ---------- HEADER ---------- */
	#header {
		position: relative;
		display: block;
		float: left;
		height: 160px;
		width: 1020px;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		clear: both;
	}
	
		#header h1 {
	
		}
		#header h1 a  {
			z-index: 99;
			position: absolute;
			display: block;
			left: 0;
			top: 0;
			width: 650px;
			height: 100px;
			text-indent: -9999px;
		}
	
		
		/* HEADER NAV + SEARCH */
		#header ul#nav {
			z-index: 99;
			position: absolute;
			display: block;
			left: 340px;
			top: 126px;
			width: 640px;
			height: 24px;
			list-style: none;
			margin: 0 0 0 0;
			padding: 6px 0 0 12px;
		}
			#header ul#nav li {
				float: left;
				padding: 0 0px 0 0px;
				/*background: url('images/nav/nav_pipe.jpg') right no-repeat;*/
			}
				#header ul#nav li a {
					font-size: 11px;
					padding: 2px 0 0 0;
					color: #000;
					font-weight: bold;
					text-transform: uppercase;
				}
					/* NAV HOVER PROPERTIES + DEFAULT WORDPRESS ACTIVE CLASS NAMES */
					#header ul#nav li a:hover, #header ul#nav li.current_page_item a, #header ul#nav li.current_page_parent a {
						text-decoration: none;
						color: #eef667	
					}
					
		/* SEARCH */
		#header #searchform {
			z-index: 5000;
			position: absolute;
			display: block;
			left: 700px;
			top: 180px;
			width: 300px;
			height: 30px;
			margin: 0 0 0 0;
			padding: 5px 20px 3px 5px;
			text-align: right;
		}
	
			#header #sidebar #searchform #s {
				width: 108px;
				padding: 2px;
			}
			
			#header #sidebar #searchsubmit {
				padding: 1px;
			}
			
			
			/* HEADER UTILITY NAV */
			#header ul#utility_nav {
				z-index: 99;
				position: absolute;
				display: block;
				left: 780px;
				top: 4px;
				width: 250px;
				height: 30px;
				list-style: none;
				margin: 0 0 0 0;
				padding: 0 0 0 0;
			}
				#header ul#utility_nav li {
					float: left;
					padding: 0 0px 0 0px;
					color: #00756a;
					/*background: url('images/nav/nav_pipe.jpg') right no-repeat;*/
				}
					#header ul#utility_nav li a {
						color: #eef667;
						font-size: 11px;
					}
						/* NAV HOVER PROPERTIES + DEFAULT WORDPRESS ACTIVE CLASS NAMES */
						#header ul#utility_nav li a:hover, #header ul#utility_nav li.current_page_item a, #header ul#utility_nav li.current_page_parent a {
							text-decoration: none;
							color: #00756a;	
						}
		
	/* ---------- /HEADER ---------- */
	
	/* ---------- EVENTS SIDEBAR ---------- */	
	#events_sidebar {
		position: relative;
		display: block;
		float: left;
		width: 270px;
		height: 600px;
		text-align: left;
		padding: 145px 0px 0 0;
		margin: 0 0 0 0;
		font-size: 1em;
	}
		#events_sidebar h3, #events_sidebar h3 a {
			color: #cf8a00;
			font-size: 14px;
			margin: 0 0 0 0;
			padding: 0 0 0 20px;
			font-weight: bold;
		}
		#events_sidebar p {
			color: #FFF;
			font-size: 12px;
			margin: 0 0 0 0;
			padding: 0 0 0 20px;
		}
		
		#events_sidebar hr {
			display: block;
			width: 220px;
			margin: 10px 0 10px 20px;
			padding: 0 0 0 0px;
		}
		
		#events_sidebar h3.mail_list {
			width: 222px;
			height: 20px;
			margin: 20px 0 6px 16px;
			padding: 0 0 0 0;
			background: url('images/rg_mail_list_hdr.png') 0 0 no-repeat;
			text-indent: -9999px;
		}
		
		#events_sidebar p input {
			margin: 10px 0 4px 0;
		}
		
		
		
	/* ---------- /EVENTS SIDEBAR ---------- */	
	
	
	
	/* ---------- CONTENT ---------- */
	#content {
		position: relative;
		display: block;
		float: left;
		width: 500px; 
		min-height: 900px;
		padding: 0px;
		margin: 0;
		text-align: left;
		background: url('images/rg_content_splatter.gif') 0px -45px no-repeat;
	}
		
		#content_home { 
			position: relative;
			display: block;
			float: left;
			width: 500px; 
			height: 900px;
			padding: 0px;
			margin: 0;
			text-align: left;
			background: url('images/rg_content_splatter.gif') 0px -45px no-repeat;
		}
		
		
		#content_home .home_news {
			display: block;
			position: relative;
			float: left;
			width: 197px;
			height: 170px;
			margin-left: -20px;
			padding: 50px 20px 0 250px;
			background: url('images/rg_home_news_bg.jpg') 0 0 no-repeat;
		}
			#content_home .home_news p {
				width: 200px;
				display: block;
				position: relative;
				float: left;
			}
		
		#content_home h3.mail_list {
			display: block;
			position: relative;
			float: left;
			width: 222px;
			height: 20px;
			margin: 20px 0 6px -4px;
			padding: 0 0 0 0;
			background: url('images/rg_mail_list_hdr.png') 0 0 no-repeat;
			text-indent: -9999px;
		}
		
			/* ---------- CONTENT CLASSES ---------- */	
			
				/* ----> WP DEFAULT: CONTENT > POST ENTRY */
			
			
				
			/* ---------- POST ---------- */	
			
			.post {
				position: relative;
				display: block;
				float: left;
				width: 450px;
				margin: 20px 0 0 0;
				padding: 20px 20px 0px 50px;
			}
			
				
				
				/* GRAPHICAL HEADERS */
				
				.post h2.home {
					width: 400px;
					height: 35px;
					display: block;
					text-indent: -9999px;
					background: url('images/headers/rg_hdr_welcome.png') 0 0 no-repeat;
				}
				
				.post h2.setlist {
					width: 400px;
					height: 35px;
					display: block;
					text-indent: -9999px;
					background: url('images/headers/rg_hdr_setlist.png') 0 0 no-repeat;
				}
				
				.post h2.bio {
					width: 400px;
					height: 35px;
					display: block;
					text-indent: -9999px;
					background: url('images/headers/rg_hdr_bio.png') 0 0 no-repeat;
				}
				
				.post h2.events {
					width: 400px;
					height: 35px;
					display: block;
					text-indent: -9999px;
					background: url('images/headers/rg_hdr_events.png') 0 0 no-repeat;
				}
				
				.post h2.photos {
					width: 400px;
					height: 35px;
					display: block;
					text-indent: -9999px;
					background: url('images/headers/rg_hdr_photos.png') 0 0 no-repeat;
				}
				
					.post h2.videos {
						width: 400px;
						height: 35px;
						display: block;
						text-indent: -9999px;
						background: url('images/headers/rg_hdr_videos.png') 0 0 no-repeat;
					}
				
					.post h2.testimonials {
						width: 400px;
						height: 35px;
						display: block;
						text-indent: -9999px;
						background: url('images/headers/rg_hdr_testimonials.png') 0 0 no-repeat;
					}
					
					.post h2.not_found {
						width: 450px;
						height: 35px;
						display: block;
						text-indent: -9999px;
						background: url('images/headers/rg_hdr_404.png') 0 0 no-repeat;
					}
					
					.post h2.search {
						width: 450px;
						height: 35px;
						display: block;
						text-indent: -9999px;
						background: url('images/headers/rg_hdr_search.png') 0 0 no-repeat;
					}
					
					.post h2.mail_list {
						width: 450px;
						height: 35px;
						display: block;
						text-indent: -9999px;
						background: url('images/headers/rg_hdr_mailing_list.png') 0 0 no-repeat;
					}
					
					.post h2.contact {
						width: 450px;
						height: 35px;
						display: block;
						text-indent: -9999px;
						background: url('images/headers/rg_hdr_contact.png') 0 0 no-repeat;
					}
				
				
				.testimonial {
					margin-top: -20px;
				}
			
				.post ol, .post ul {
					list-style: disc;
					margin-left: 40px;
				}
				.post hr {
					display: block;
					float: left;
					width: 98%;
					margin: 12px 0 12px 0;
				}
				
				/* IMAGES IN POSTS - THESE ARE STANDARD WP OUTOUT CLASSES - MUST REMAIN! */
				.post p img {
					float: left;
					padding: 0;
					margin: 0 20px 10px 0;
					max-width: 100%;
					border: 1px solid #002d69;
					}
				
				
				
				.post img.alignright {
					padding: 0px;
					margin: 0 0 2px 7px;
					display: inline;
				}
				
				.post img.alignleft {
					padding: 0px;
					margin: 0 10px 2px 0;
					display: inline;
				}
				
				.post .alignright {
					float: right;
				}
				
				.post.alignleft {
					float: left
				}
				
				
				.post table.navigation td {
					color: #666;
					font-size: 11px;
				}
				/* /IMAGES */
				
				.entry {
					display: block;
					position: relative;
					float: left;
					width: 450px;
					margin-top: 0px;
					margin-bottom: 0px;
					padding-top: 0px;
				}
					
					.entry h4 {
						color: #09796e;
						margin: 0 0 12px 0;
						font-size: 22px;
						width: 90%;
						padding: 0 0 6px 0;
						border-bottom: 1px solid #e2ea6e;
					}
					.entry p {
						color: #FFF;
						font-size: 12px;
						line-height: 1.1em;
						margin-bottom: 1.1em;
						display: block;
						width: 98%;
						float: left;
					}
					.entry p a:visited {
						color: #b85b5a;
					}
					
					.entry td {
						color: #FFF;
						font-size: 14px;
						line-height: 1.1em;
						margin-bottom: 1.1em;
						padding: 5px;
					}
					
					.entry strong {
						color: #e2ea6e;
					}
					
					.entry hr {
						display: block;
						width: 100%;
						float: left;
						margin: 12px 0 12px 0;
					}
					
					
					.entry .newsletter {
						display: block;
						float: left;
						width: 450px;
					}
					.entry .newsletter form {
						display: block;
						float: left;
						width: 450px;
					}
					
					
					
					/* PHOTO ALBUM STUFF */
					.entry p tt {
						font-family: Arial;
					}
					
					.entry h2.name, .entry h2.name a {
						font-size: 16px;
						line-height: 18px;
						color: #e2ea6e;
					}
					
					.entry img.big {
						border: 1px solid #e2ea6e;
					}
					
					.entry .album {
						position: relative;
						display: block;
						width: 450px;
						margin: 0 0 20px 0;
						padding: 0 0 0 0;
						float: left;
					}
					
					.entry .alt, .entry .even {
						background-color: transparent;
						border: 0px none;
					}
					
					.entry a.document_excel {
						display: block;
						background: url('images/icons/icon_excel.png') 0 0 no-repeat;
						font-size: 16px;
						height: 30px;
						padding: 8px 0 0 32px;
					}
					
					.entry a.document_pdf {
						display: block;
						background: url('images/icons/icon_pdf.png') 0 0 no-repeat;
						font-size: 16px;
						height: 30px;
						padding: 8px 0 0 32px;
					}
			
			
			
			
	/* ---------- /CONTENT ---------- */
	
	/* ---------- SIDEBAR ---------- */
	#sidebar {
		z-index: 99;
		position: relative;
		display: block;
		float: left;
		width: 220px;
		overflow: hidden;
		min-height: 400px;
		padding: 100px 0 0 30px;
		margin: 0;
		font-size: .9em;
		text-align: left;
	}
		#sidebar p {
			font-size: 11px;
			color: #FFF;
			padding: 0 0 0 4px;
			width: 200px;
			line-height: 1.4em;
		}
			#sidebar p strong {
				color: #DDD;
			}
	
		#sidebar h3.kids_sayin {
			display: block;
			width: 200px;
			height: 30px;
			margin: 0 0 0px 0;
			padding: 0;
			background: url('images/rg_sidebar_hdr_sayin.gif') 0 0 no-repeat;
			text-indent: -9999px;
		}
		
		#sidebar h3.setlist {
			display: block;
			width: 168px;
			height: 30px;
			margin: 20px 0 0px 0;
			padding: 0;
			background: url('images/rg_sidebar_hdr_setlist.gif') 0 0 no-repeat;
			text-indent: -9999px;
		}
		
		#sidebar p a.read_more {
			color: #666;
		}
			#sidebar p a.read_more:hover {
				color: #FFF; text-decoration: none;
			}
		
		
	
	/* ---------- /SIDEBAR ---------- */
	
	

	/* ---------- FOOTER ---------- */
	#footer {
		position: absolute;
		display: block;
		width: 300px;
		height: 100px;
		clear: both;
		top: 950px;
		left: 10px;
		text-align: center;
	}
		
			#footer ul#footer_nav {
				position: relative;
				display: block;
				float: left;
				width: 100%;
				padding: 12px;
			}
				#footer ul#footer_nav, #footer ul#footer_nav li {
					list-style: none;
					display: inline;
				}
				#footer ul#footer_nav li {
					padding: 0;
				}
				
				#footer ul#footer_nav li a {
					padding: 0 4px 0 4px;
				}
				#footer ul#footer_nav li a:hover, #footer ul#footer_nav li a.active {
					text-decoration: none;
				}
				#footer p {
					margin: 0;
					padding: 0 0 0 0;
					text-align: left;
					font-size: 11px;
					color: #999;
				}
					#footer p a sup {
						height: 0;
						line-height: 1;
						vertical-align: baseline;
						_vertical-align: bottom;
						position: relative;
						bottom: 1ex;

					}

					
			
	/* ---------- /FOOTER ---------- */
	
	
/* ---------- /STRUCTURE ---------- */




/* CFORMS */

/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */


.cform { 
	display: block;
	position: relative;
	float: left;
	margin:40px 0 0 0; 
	width: 500px; 
	
}

.cform fieldset	{ 
	margin-top:10px; 
	padding:5px 0 15px 0; 
	border:1px solid #adadad; 
	border-left-color:#ececec; 
	border-top-color:#ececec; 
	background:#f7f7f7; 
}

.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; 
	font:normal 20px Times;
	color:#666666;
}

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 {
	background:#F0F0F0 !important;
	letter-spacing:1px;
	margin:10px 0pt !important;
	padding:5px 0pt;
	text-align:center;
}


/*                                                    */
/* 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;
	color: #e2ea6e;
	font-size: 12px;
}

.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: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;
}
.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:150px; 
}
.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:11px;
	display: -moz-inline-box; 
	vertical-align:top;
	color: #999;
}

/*                                                    */
/*   FORM submit button                               */
/*                                                    */

p.cf-sb {
	text-align: left;
	padding: 0!important;
	margin: 0;
}
.cform input.backbutton,
.cform input.resetbutton,
.cform input.sendbutton	{ 
	width:100px;  
	padding:5px; 
	margin: 10px 0 0 5px;
	font-size:0.8em;
	background:url(../images/button-bg.gif) repeat-x; 
	border:1px solid #adadad!important;
	border-left-color:#ececec!important; 
	border-top-color:#ececec!important;
	background-color: #e2ea6e;
}
.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:#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;
	padding:10px 15px!important;
	width:400px;
	float: left;
	line-height:1.3em;
}
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 {
	background:#F7F7F7 none repeat scroll 0% 50%;
	color:#444444;
	display:block;
}
div.failure {
	display:block;
	background:#FFDFDF url(li-err-bg.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: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;
}

/*                                                    */
/*  Other: link love                                  */
/*                                                    */
.linklove {
	display: none;
	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:#aaaaaa!important;
}

/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */
* html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
* html .cform legend { 
	position:absolute; 
	top: -10px; 
	left: 10px; 
	margin-left:0;
}
*+html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
*+html .cform legend { 
	position:absolute; 
	top: -10px; 
	left: 10px; 
	margin-left:0;
}

* html ol.cf-ol,
* html ol.cf-ol li,
* html span.reqtxt,
* html span.emailreqtxt { 
	display: inline-block;  /*for ie6*/
}
*+html .cform label,
*+html ol.cf-ol,
*+html ol.cf-ol li,
*+html span.reqtxt,
*+html span.emailreqtxt {
	display: inline-block; /*for ie7*/
}

* html img.captcha {
	margin-bottom:1px!important;
}
*+html img.captcha {
	margin-bottom:1px!important;
}

p.linklove {
	display: none;
}

.qtip a {
	color: blue;
}
