@charset "UTF-8";
/*
Theme Name: gkv blog site - 2009
Theme URI: http://www.gkv.com
Description: gkv's blog site theme: fall 2009
Version: 1.0
Author: Al Yukna / Designer: Brent Williams
Author URI: http://www.gkv.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: 
			- BRAND COLOR: #ADCC37 (Moss Green)
			- NAV: #333 (Dark gray)
			- NAV ACTIVE: #FFF / BG: #417F8F (Blue)
			- LINKS: #417F8F (Blue)
			- HEADERS: #417F8F (Blue) / LARGE-HEADER: #333
			- TEXT: #67675d
			
----> STRUCTURE OVERVIEW:
		This Template seeks to be 960px wide, centered with auto height / 1 column - nav + sub nav @ top, footer at bottom
			


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: 14px; /* SHOULD BE PERCENTAGES, BUT, WHAT THE DESIGNER WANTS, HE GETS... ;) */
	font-family: 'Times New Roman', Times, serif;
	color: #333;
	line-height: 1.1em;
}
h1, h3, h3 a {
	font-family: 'Times New Roman', Times;
	font-weight: normal;
	color: #417F8F;
	text-transform:capitalize
}

h2, h2 a {
	font-family: 'Times New Roman', Times;
	font-weight: normal;
	color: #417F8F;
}
	
	h2 {
		font-size: 36px;
		margin: 0px 0 0 0;
		padding: 0;
		color: #333;
		line-height: 1em;
	}
		h2 a {
			color: #333;
			text-decoration: none;
		}
			h2 a:hover {
				color: #417F8F;
			}
		
	h3 {
		font-size: 14px;
		text-transform: uppercase;
		margin: 12px 0 20px 0;
	}
	
	
p {
	color: #666;
	font-size: 1em;
	line-height: 1.1em;
	margin-bottom: 1.4em;
}
li {
	color: #666;
	font-size: 1em;
	line-height: 1.4em;
	padding-bottom: 4px;
}

a {
	color: #417F8F;
	text-decoration: underline; 
}
	a:hover {
		text-decoration: none;
	}
	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 #417F8F;
	padding-left: 12px;
	font-style: italic;
}
	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;
}

	
	/* ---------- 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: #FFF;
		background: url('images/tiles/bg1.jpg') #fafbf5 top repeat-x;
	}
	/* ---------- /BODY ---------- */

	/* ---------- CONTAINER ---------- */
	div#container {
		margin-left: auto;
		margin-right: auto;
		width: 960px;
	}
	#container {
		position: relative;
		width: 960px;
		margin-bottom: 0;
		padding: 0 0 0 0;
		background: url('images/tiles/main_bg_tile_blog.jpg') #fafbf5 top no-repeat;
	}
	/* ---------- /CONTAINER ---------- */
	
	

	#container h1 a  {
		z-index: 99;
		position: absolute;
		left: 50px;
		top: 30px;
		width: 173px;
		height: 80px;
		text-indent: -9999px;
	}

	/* ---------- HEADER ---------- */
	#header {
		position: relative;
		display: block;
		float: left;
		height: 157px;
		width: 960px;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
	}
	
		#header h1 {
	
		}
		
		#header p {
			color: #fbfcff;
			font-size: 10px;
			font-family: Helvetica, Arial;
			float: right;
			padding-top: 18px;
		}
	
		
		/* HEADER NAV + SEARCH */
		#header ul#nav {
			z-index: 1000;
			position: absolute;
			left: 10px;
			top: 130px;
			width: 860px;
			height: 18px;
			list-style: none;
			margin: 0 0 0 0;
			padding: 3px 0 0 80px;
			font-size: 12px;
			text-align: left;
			border-top: 4px solid #c1c1c1;
			border-bottom: 1px solid #c1c1c1;
		}
		
			#nav, #nav ul { /* all lists */
				padding: 0;
				margin: 0;
				list-style: none;
				line-height: 1;
				color: #333;
			}

			#nav a {
				display: block;
				float: left;
				font-size: 12px;
				color: #333;
				width: auto;
				text-decoration: none;
				padding: 0px 3px 0 3px;
			}
				#nav a:hover, #nav li.current_page_item a, #nav li.current_page_parent a, #nav li.current_page_ancestor a, #nav li.hover a {
					color: #FFF;
					background-color: #417F8F;
					text-decoration: none;
				}

			#nav li { /* all list items */
				float: left;
				padding: 0px 0px 0px 0px;
				width: auto; /* width needed or else Opera goes nuts */
				height: 60px;
				text-transform: uppercase;
			}

			#nav li:hover ul, #nav li.sfhover ul, #nav li.current_page_item ul, #nav li.current_page_parent ul, #nav li.current_page_ancestor ul { /* lists nested under hovered list items */
				left: 80px;
			}
				#nav li:hover ul li, #nav li.sfhover ul li {
					/*background-color: #fafbf5;*/
				}

			#nav li ul { /* second-level lists */
				position: absolute;
				width: 860px;
				height: 16px;
				top: 32px;
				padding-top: 0px;
				overflow: hidden;
				background-color: #fafbf5;
				left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	
			}
			#nav li ul li {
				float: left;
				color: #417F8F;
				font-size: 10px;
				text-transform: uppercase;
				/*font-style: italic;*/
				font-family: Arial;
			}
			#nav li ul li a, #nav li.current_page_item ul li a, #nav li.current_page_parent ul li a, #nav li.current_page_ancestor ul li a, #nav li:hover ul li a {
				font-weight: normal;
				color: #417F8F;
				font-size: 10px;
				background-color: transparent;
				text-decoration: none;
			}
				#nav li ul li.hover a:hover, #nav li ul li.current_page_item a, #nav li ul li.hover a:hover, #nav li ul li.current_page_parent a {
					color: #999;
				
					background-color: transparent;
				}

			
			
					
					
					
					
					
		/* SEARCH */
		#header #searchform {
			z-index: 50;
			position: absolute;
			display: block;
			left: 485px;
			top: 50px;
			width: 400px;
			height: 30px;
			margin: 0 0 0 0;
			padding: 5px 0px 3px 5px;
			text-align: right;
		}
	
			#header #sidebar #searchform #s {
				width: 108px;
				padding: 2px;
			}
			
			#header #sidebar #searchsubmit {
				padding: 1px;
			}
			
		/* SOCIAL BAR */
		#header #social_bar {
			z-index: 50;
			position: absolute;
			display: block;
			left: 485px;
			top: 86px;
			width: 400px;
			height: 30px;
			margin: 0 0 0 0;
			padding: 0;
			text-align: left;
		}
			#header #social_bar p {
				font-family: 'Times New Roman', Times;
				font-size: 11px;
				color: #417F8F;
				margin: 0 0 0 0;
				padding: 0 0 0 0;
			}
				#header #social_bar p span {
					float: left;
					padding: 6px 12px 0 0;
				}
				#header #social_bar a {
					display: block;
					float: left;
					width: 26px;
					height: 26px;
					overflow: hidden;
					text-indent: -9999px;
				}
					
				
				#header #social_bar a.rss {
					background: url('images/buttons/social_rss.jpg') 0 0 no-repeat;
				}
					#header #social_bar a.rss:hover {
						background-position: 0 -29px;
					}
					
					#header #social_bar a.facebook {
						background: url('images/buttons/social_facebook.jpg') 0 0 no-repeat;
					}
						#header #social_bar a.facebook:hover {
							background-position: 0 -29px;
						}
						
						#header #social_bar a.twitter {
							background: url('images/buttons/social_twitter.jpg') 0 0 no-repeat;
						}
							#header #social_bar a.twitter:hover {
								background-position: 0 -29px;
							}
							
							#header #social_bar a.linkedin {
								background: url('images/buttons/social_linkedin.jpg') 0 0 no-repeat;
							}
								#header #social_bar a.linkedin:hover {
									background-position: 0 -29px;
								}
								
								#header #social_bar a.youtube {
									background: url('images/buttons/social_youtube.jpg') 0 0 no-repeat;
								}
									#header #social_bar a.youtube:hover {
										background-position: 0 -29px;
									}
			
			
		
	/* ---------- /HEADER ---------- */
	

	
	/* ---------- CONTENT ---------- */
	

	
	#content_ {
		position: relative;
		display: block;
		float: left;
		width: 820px; 
		padding: 10px 0 0 0;
		margin: 6px 0 0 70px;
		text-align: left;
		border-top: 6px solid #ADCC37;
		background: url('images/tiles/content_tile.jpg') bottom no-repeat;
	}

	#content {
		position: relative;
		display: block;
		float: left;
		width: 612px; 
		min-height: 400px;
		padding: 0px 0 18px 0;
		margin: 0 0 0 30px;
		text-align: left;
		background: url('images/tiles/bg_blog.png') #DDD;
	}
		.content_featured { /* FEATURED BLOCK ON HOME */
			border: 10px solid #ADCC37; width: 546px; float: left; background-color: #f5f5ed; margin-top: -30px;
		}
			.content_featured img.content_featured_pic {
				/*width: 546px; border-bottom: 1px solid #9a9994; margin: -20px 0 24px -20px;*/
				border: 1px solid #9a9994;
			}
		
			/* ---------- CONTENT CLASSES ---------- */	
	
			/* ---------- POST ---------- */	
			
			.post {
				position: relative;
				display: block;
				float: left;
				width: 480px;
				background-color: #e5ebda;
				margin: 18px 0 18px 34px;
				padding: 20px;
				border: 12px solid #FFF;
			}
			
				.post p.post_meta {
					font-family: Arial;
					font-size: 11px;
					margin: 10px 0 10px 0 ;
				}
				.post ol, .post ul {
					list-style: disc;
					margin-left: 40px;
				}
				.post hr {
					display: block;
					background-color: #8BA331;
					border: 0px none;
				}
				/* POST HEADER - NOW WITH FANCY DATE LAY-OUT! */
				.post table.post_header {
					position: relative;
					display: block;
					width: 100%;
					/*height: 50px;*/
					float: left;
					margin: 0 0 10px 0;
					padding: 0 0 0 0;
					background: url('images/tiles/post_header_tile.gif') 0 0 no-repeat;
				}
					.post table.post_header tr { padding: 0 0 0 0; margin: 0 0 0 0;}
					.post table.post_header td { padding: 0 0 0 0; margin: 0 0 0 0;}
					.post table.post_header td.post_header_date p  {
						position: absolute;
						display: block;
						top:10px;
						width: 44px;
						height: 50px;
						text-align: center;
						color: #8BA331;
						font-size: 18px;
						font-weight: normal;
						font-family: Georgia, 'Times New Roman', Times;
						line-height: .9em;
						margin: 0px 0 0 0;
						padding: 0 0 0 0;
					}
					.post table.post_header td.post_header_title {
						margin: 0;
						padding: 8px 0 0 10px;
					}
						.post table.post_header td.post_header_title p { position: relative; top: 0px; font-size: 10px; font-family: Helvetica, Arial; }
							.post table.post_header td.post_header_title p a img {
								float: left;
								border: 1px solid #666;
							}
						
				
				
			
				img.alignright, img.aligncenter, img.alignleft, img.photo, .alignleft img, .alignright img {background:#efefef;border-color: #aaa #ccc #ddd #bbb;border-style: solid;border-width: 1px;}
				img.alignright, .alignright img {float:right;margin-left:10px;}
				img.alignleft, img.alignnone, img.photo { display: block; float:left;margin-right:10px; margin-bottom: 20px;}
				img.aligncenter {display: block;margin-left: auto;margin-right: auto;}
				
				/* DIV WITH IMAGE + CAPTION */
				
				div.alignleft {display: block; float:left; width: 260px; margin-right:10px; margin-bottom: 20px; padding: 10px; background-color: #ebebd1; text-align: center;}
					div.alignleft .wp-caption-text { font-family: 'Times New Roman', Times; font-size: 10px; text-transform: italic; padding-top: 12px;}
				
				/* /IMAGES */
				
			
				
				/* COMMENTS */
				#comments {
					display: block;
					margin-top: 12px;
					
				}
					#comments li {
						list-style: none;
					}
					#comments .comment_wrap {
						display: block;
						position: relative;
						float: left;
						width: 100%;
						background-color: #ebebd1; 
						padding: 12px 0 12px 0;
						margin-bottom: 6px;
					}
					
						#comments .comment_wrap .post_header .post_header_title img {
							display: block;
							float: left;
							margin: 0 10px 6px 0;
						}
						#comments .comment_wrap .post_header .post_header_title h3 {
							float: left;
							margin: 0 0 12px 0;
							width: 100%;
						}
						
						#comments p.social_icons {
							margin: 0px 0 20px 0;
							padding: 0px;
						}
							#comments .social_icons a {
								margin-right: 3px;
							}

						#comments a#icon_fb {
							display: block;
							width: 21px;
							height: 21px;
							text-indent: -9999px;
							background: url("images/icons/icon_facebook.gif") 0 -21px no-repeat;
							float: left;
						}
							#comments a#icon_fb:hover { background-position: 0 0; }

							#comments a#icon_rss {
								display: block;
								width: 100px;
								height: 21px;
								text-indent: -9999px;
								background: url("images/icons/icon_rss.gif") 0 -21px no-repeat;
								float: left;
							}
								#comments a#icon_rss:hover { background-position: 0 0; }

								#comments a#icon_twitter {
									display: block;
									width: 21px;
									height: 21px;
									text-indent: -9999px;
									background: url("images/icons/icon_twitter.gif") 0 -21px no-repeat;
									float: left;
								}
									#comments a#icon_twitter:hover { background-position: 0 0; }
									
									#comments a#icon_web {
										display: block;
										width: 21px;
										height: 21px;
										text-indent: -9999px;
										background: url("images/icons/icon_web.gif") 0 -21px no-repeat;
										float: left;
									}
										#comments a#icon_web:hover { background-position: 0 0; }
						
						
						
						#comments .comment_wrap .post_header .post_header_title p {
							font-size: 12px;
							width: 90%;
							line-height: 16px;
						}
						
						#comments .comment_wrap .post_header .post_header_title p.comment_time {
							font-size: 10px;
							color:#c8c8ab;
							margin: 6px 0 20px 0;
						}
				
				.commentlist .quote {
					background:url('images/comments/bg_quote.gif') no-repeat top right;
					}

				.commentlist li {
				 	
				padding: 5px 18px 22px 18px;
					margin-top:15px;
					background:#454545 url('images/comments/bg_commentlist.gif') bottom no-repeat;
					color:#e4edee;
					}

				.commentlist cite {
					display:block;
					font-style:normal
					}

				.commentlist cite a:link, .commentlist cite a:visited {
					color:#88e5f0;
					text-decoration:none;
					}

				.commentlist cite a:hover, .commentlist cite a:active {
					color:#FFF;
					text-decoration:underline;
					}
					
				
				/* /COMMENTS */
				
				
				
				
				.entry {
					border-top: 1px solid #afb0ab;
					width: 100%;
					padding: 12px 0 0 0;
				}
					.entry h3 {
						
					}
					.entry p {
						font-size: 1.1em;
						color: #333;
						line-height: 1.1em;
						margin-bottom: 1.1em;
					}
					.entry ul {
						margin-bottom: 1em;
					}
					.entry li {
						font-size: 1.1em;
						color: #333;
						line-height: 1.1em;
						margin-bottom: 1.1em;
					}
					.entry p a:visited {
						color: #b85b5a;
					}
					/*.entry a { background-color: #d2d2b4; padding: 0 3px 0 3px;}*/
			
					.entry li a, .entry a img { background-color: transparent; padding: 0 0px 0 0px;}
					
					.entry a.read_more { float: left; font-size: 12px; }
						.entry a.read_more:visited { color: #8BA331;}
						
						p.linklove { display: none; }
						
						
				
				/* HOME PAGE LISTS */
				.post_home {
					position: relative;
					display: block;
					float: left;
					width: 520px;
					background-color: #e5ebda;
					margin: 18px 0 0px 34px;
					padding: 0px;
					border: 12px solid #FFF;
				}

					.post_home p.post_meta {
						font-family: Arial;
						font-size: 11px;
						margin: 10px 0 10px 0 ;
					}
				
				
				
				.entry_home {
					position: relative;
					display: block;
					width: 100%;
					min-height: 250px;
				}
						.entry_home a.blog_home_pic {
							width: 250px;
							height: 250px;
							position: absolute;
							top: 0;
							left: 0;
							overflow: hidden;
						}
					.entry_home h2, .entry_home p, .entry_home p.post_meta {
						margin-left: 262px;
						padding-right: 8px;
					}
					.entry_home p {
						margin-bottom: 0;
						line-height: 1.2em;
					}
					.entry_home h2 {
						font-size: 22px;
						padding-top: 12px;
					}
				
					.entry_home a.more {
						position: absolute;
						top: 214px;
						display: block;
						float: left;
						width: 46px;
						height: 20px;
						color: #FFF;
						background-color: #ADCC37;
						font-size: 20px;
						padding: 10px 24px 6px 24px;
					}
						.entry_home a.more:hover {
							background: #417F8F;
							color: #FFF;
						}
			
			
			
	/* ---------- /CONTENT ---------- */
	
	/* ---------- SIDEBAR ---------- */
	#sidebar {
		position: relative;
		display: block;
		float: left;
		width: 250px; 
		min-height: 400px;
		padding: 0px 0px 0 36px;
		margin: 0px 0 0 0;
		overflow: hidden;
		font-size: 1.1em;
		text-align: left;
	}
	#sidebar h3 {
		text-transform: none;
		margin-bottom: 10px;
	}
	#sidebar h4 {
		font-size: .9em;
		color: #333;
		margin: 16px 0 12px 0;
		font-weight: normal;
	}
	
	#sidebar form {
		margin: 0;
	}
	
	#sidebar ul {
		list-style: none;
		margin: 0 0 12px 0;
	}
		#sidebar ul li {
			color: #999;
			font-size: .9em;
		}
		#sidebar ul li a {
			font-style: italic;
		}
		
	#sidebar p {
		margin: 0 0 12px 0;
	}
		
		
			/* AUTHOR BLOCK - UNDER ARTICLE */
			#author_block {
				display: block;
				float: left;
				margin: 0 0 20px 0;
				padding: 0 0 6px 0;
				border-bottom: 1px solid #c1c1c1
			}
				#author_block h3 {
					text-transform: uppercase;
					font-weight: normal;
					font-size: 16px;
				}
				#author_block p {
					font-style: italic;
					margin: 0 0 10px 0;
				}
				#author_block img {
					border: 1px solid #999;
					float: left;
					margin: 0 12px 6px 0;
				}
				
				#author_block p a.author_rss img {
					border: 0px none;
					margin-top: 10px;
				}
	
		#al_login, #sidebar li div {
			display: block;
			position: relative;
			float: left;
			width: 100%;
			padding: 0 0 50px 0;
			margin: 0 0 20px 0;
			border-bottom: 1px solid #c1c1c1;
		}
			#al_login h3 {
				text-transform: uppercase;
			}
			#al_login hr {
				display: none;
			}
	
	/* ---------- /SIDEBAR ---------- */
	
	

	/* ---------- FOOTER ---------- */
	#footer {
		position: relative;
		display: block;
		width: 940px;
		margin: 0 0 0 10px;
		padding: 0;
		text-align: left;
		border-top: 1px solid #c1c1c1;
	}
		
			#footer p {
				font-family: Arial;
				color: #999;
				font-size: 11px;
				padding: 10px 0 10px 60px;
			}
			
	/* ---------- /FOOTER ---------- */
	
	
/* ---------- /STRUCTURE ---------- */


.piclenselink {
	display: none;
}


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


.cform { 
	margin:40px 0 0 0; 
	width: 600px; 
}

.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;
}

.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:250px; 
}
.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:0.9em;
	display: -moz-inline-box; 
	vertical-align:top;
}

/*                                                    */
/*   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 30px 5px;
	font-size:0.8em;
	background:url('images/buttons/button-bg.gif') repeat-x; 
	border:1px solid #adadad!important;
	border-left-color:#ececec!important; 
	border-top-color:#ececec!important;
}
.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:380px;
	line-height:1.3em;
	margin:10px 0 20px 0;
}
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 {
	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; }




