/*  
Theme Name: Tin Lizzie 18
Theme URI: tinlizzie18.com
Description: WordPress theme for Tin Lizzie 18
Version: 1.0

Site: Tin Lizzie 18
Author: Brian Brua
*/


/** RESET **/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

@import url(https://fonts.googleapis.com/css?family=Sofia);

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: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: 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;
}



/** FONTS **/


@font-face {
	font-family: 'Regular';
	src: url('font/mlsjn-webfont.eot');
	src: local('☺'), url('font/mlsjn-webfont.woff') format('woff'), url('font/mlsjn-webfont.ttf') format('truetype'), url('font/mlsjn-webfont.svg#webfontgDSJ4lci') format('svg');Adorable
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'helvetica_neueregular';
    src: url('font/helv/helveticaneue-webfont-webfont.eot');
    src: url('font/helv/helveticaneue-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/helv/helveticaneue-webfont-webfont.woff') format('woff'),
         url('font/helv/helveticaneue-webfont-webfont.ttf') format('truetype'),
         url('font/helv/helveticaneue-webfont-webfont.svg#helvetica_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/************ COLOR PALLETE *************

	light blue:	#a3c2d7;
		
		background, 
		
	dark blue: #0069af;
	
		upper nav, menu, 
		
	darker blue: #00559f;
	
	
*****************************************/


	body 	{
			background: #5e524e url('../gfx/bg-blocks/bg-tan-grey.jpg') no-repeat;
			background-position: top center;
			font-family: "helvetica_neueregular", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
			margin: 0 0 30px 0;
			}
			
	.whiteWrap {
				width: 100%;
				background: url('../gfx/bg-blocks/bg-fade.png') repeat-x;
				}
	
	
	/* logo */
	#logo	{
			position: absolute;
			width: 488px;
			height: 199px;
			left: 50%; 
			margin-left: -550px;
			top: 0;
			z-index: 1000;
			}
	
		#logo h1 {
				width: 516px;
				height: 199px;
				background: url('../gfx/tinlizzie-logo-3.png') no-repeat;
				padding: 0; margin: 0;	
				position: relative;
				}
		
		#logo h1 a {
				display: block;
				position: absolute;
				width: 375px;
				height: 130px;
				left: 60px; top: 0;
				text-indent: -999em;
				overflow: hidden;
				}
	
	
	
	/* header */
	#header	{
			width: 1042px;
			background: url('../gfx/bg-blocks/header-bg-bottom.png') no-repeat;
			background-position: bottom;
			padding-bottom: 6px;
			height: 100px;
			margin: auto;
			position: relative;
			padding-top: 105px;
			}

	
		#header #joinEmail {
				position: absolute;
				left: 463px;
				top: 130px;
				height: 21px;
				padding: 2px;
				background: #FFF;
				width: 266px;
				}
		
		#header #search {
				position: absolute;
				left: 746px;
				top: 130px;
				height: 21px;
				background: #FFF;
				width: 266px;
				padding: 2px;
				}
		#header .formBox { 
				border: 1px solid #021a34;
				
				}

				#header #joinEmail input.longBox,
				#header #search input.longBox {
					width: 220px;
				}

				#header #search input[type=text] {
					width: 186px;
					height: 18px;
					background: #FFF;
					padding: 0 4px 0 9px;
					font-size: 12px; line-height: 12px;
					border: 0px;
					color: #acacac;
				}
				#header #search input[type=submit] {
					padding: 3px 6px;
					color: #FFF;
					background: #0069af;
					border: 0;
					font-size: 11px; line-height: 11px;
					text-transform: uppercase;
					cursor: pointer;
				}

		
		#header #upperNav {
				position: absolute;
				left: 480px;
				top: 175px;
				width: 510px;
				}
		
			#header #upperNav ul {
					margin: 0;
					padding: 0;
					float: right;
					list-style: none;
					}
			
			#header #upperNav ul li	{
					display: block;
					float: left;
					margin: 0 5px 0 0;
					padding: 0;
					height: 28px;
					}
					
				#header #upperNav ul li a {
						display: block;
						height: 19px;
						background: #0069af;
						text-align: center;
						color: #FFF;
						font-size: 12px;
						font-weight: bold;
						padding: 9px 10px 0 10px;
						text-decoration: none;
						}
				#header #upperNav ul li a:hover	{
						background: #a3c2d7;
						color: #0069af;
						}
						
				#header #upperNav ul li a.longer {
					width: 165px;
				}

		#header #banner-ad-container {
			display: block;
			width: 555px;
			height: 102px;
			position: absolute;
			top: 10px;
			left: 463px;
		}

		#header #banner-ad-container #banner-ads {
			list-style: none;
		}
		#header #banner-ad-container #banner-ads li a {
			width: 555px;
			height: 102px;
			overflow: hidden;
			display: block;
		}


		/* banners not on homepage */

		body.home #header {
			padding-top: 0px;
		}

		body.home #header #joinEmail {
			top: 25px;
		}

		body.home #header #search {
			top: 25px;
		}

		body.home #header #upperNav { 
			top: 70px;
		}
			

	
	/* main container */
	
	#container	{
			width: 998px;
			padding: 0px 25px 0px 19px;
			margin: auto;
			background: url('../gfx/bg-blocks/container-bg-ytile.png') repeat-y;
			position: relative;
			overflow: hidden;
			}
			body.home #container { overflow: visible; }

	#container a, #container a:visited { text-decoration: none; color: #005994; }
	#container a:hover { color: #a3c2d7;  }
	
	
		#container #mainMenu {
				width: 212px;
				float: left;
				padding: 22px 0 0 0;
				}
			body.home #container #mainMenu {
				padding-top: 0px;
			}
				
			#container #mainMenu ul {
					margin: 0;
					padding: 0;
					list-style: none;
					}
			#container #mainMenu ul li {
					margin: 0 0 5px 0;
					padding: 0;
					}
			#container #mainMenu ul li a {
					display: block;
					width: 192px;
					height: 25px;
					background: #0069af;
					padding: 7px 0 0 20px;
					font-size: 16px;
					line-height: 17px;
					font-weight: bold;
					color: #FFF;
					text-decoration: none;
					}
			#container #mainMenu ul li a:hover	{
					background: #5e524e;
					color: #FFF;
					}
			#container #mainMenu ul li a.active {
					background: #5e524e;
					color: #FFF;
					}
			
					
				#container #mainMenu ul li ul {
						margin: 5px 0 30px 20px;
						padding: 0;
						}
				#container #mainMenu ul li ul li {
						margin: 0 0 8px 0;
						padding: 0;
						}
				#container #mainMenu ul li ul li a {
						display: block;
						width: 170px;
						padding: 0 0 0 0px;
						font-size: 14px;
						line-height: 15px;
						color: #00559f;
						height: auto;
						background: transparent;
						}
				#container #mainMenu ul li ul li a:hover {
						color: #4a403d;
						background: transparent;
						}
				#container #mainMenu ul li ul li a.active {
						color: #4a403d;
						background: transparent;
						}
				
			#container #mainMenu a#featuredVideo {
				display: block;
				height: 166px;
			}	
			
		
		#container #content {
				/*
				width: 447px;
				min-height: 700px;
				float: left;
				padding: 20px 24px 0px 24px;
				*/
				width: 715px;
				padding: 34px 0px 20px 24px;
				overflow: hidden;				
				min-height: 700px;
				}
		body.home #container #content {
			min-height: 0;
			width: 447px;
			float: left;
			padding: 20px 24px 0px 24px;
		}
		body.single-post #container #content,
		body.page-template-tmp-blog-php #container #content {
				padding: 105px 24px 0 24px;
		}
		/*
		body.page-template-tmp-full-width-php #content,
		body.page-template-tmp-full-width-with-gallery-php #content,
		body.page-template-tmp-warranty-registration-php #content,
		body.page-template-tmp-comments-php #content,
		body.page-template-tmp-contact-php #content,
		body.page-template-tmp-request-info-php #content,
		body.page-template-tmp-newsletter-signup-php #content,
		body.page-template-tmp-newsletter-view-php #content,
		body.page-template-tmp-compare-php #content {
			width: 715px !important;
			padding: 85px 0px 20px 24px !important;
			overflow: hidden;
		}
		body.page-template-tmp-full-width-php #footer,
		body.page-template-tmp-full-width-with-gallery-php #footer,
		body.page-template-tmp-warranty-registration-php #footer,
		body.page-template-tmp-comments-php #footer,
		body.page-template-tmp-contact-php #footer,
		body.page-template-tmp-request-info-php #footer,
		body.page-template-tmp-newsletter-signup-php #footer,
		body.page-template-tmp-newsletter-view-php #footer,
		body.page-template-tmp-compare-php #footer {
			background: url(/wp-content/themes/tinlizzie18/gfx/bg-blocks/footer-bg-top-blog.png) no-repeat;
		}
		*/
				
		#container .content-border {
				border: 1px solid black;
		}
		
		/** video box **/
		#container #content #videoBox { 
			height:300px;
			width:445px;
			border:0px;
			margin: 0 0 25px 0;
		}
		
				
			#container #content h2 {
					font-family: 'Sofia', cursive;
					font-size: 30px;
					line-height: 40px;
					color: #4a403d;
					font-weight: normal !important;
					margin: 0 0 20px 5px;
					}
			body.home #container #content h2 {
				margin: 0 0 10px 5px;
			}
			#container #content h3 {
					font-size: 16px;
					line-height: 21px;
					color: #4a403d;
					padding: 0 5px 0 8px;
					margin: 0 0 5px 0;
					}
			
			#container #content h4 {
					font-size: 16px;
					line-height: 18px;
					margin: 0 0 5px 0;
					padding: 0 5px 0 8px;
					color: #4a403d;
			}
			#container #content h5 {
				font-size: 14px;
				line-height: 15px;
				margin: 0 0 0px 0;
				padding: 0 2px 0 8px;
				color: #4a403d
			}
					#container #content h4 a { color: #0069af; text-decoration: none; }
					#container #content h4 a:hover { color: #00559f; }
					
			#container #content h6 {
					font-size: 12px; font-style: italic;
					color: #8b8b8b;
					line-height: 18px;
					margin: 0 0 0px 0;
					padding: 0 5px 15px 8px;
					font-weight: normal;
					letter-spacing: 0px;
					display: block;
					clear: both;
					}
			#container #content p {
				display: block;
				clear: both;
				overflow: hidden;
			}
			#container #content p,
			#container #content td {
					font-size: 14px;
					line-height: 21px;
					color: #4a403d;
					text-align: left;
					padding: 0 5px 0 8px;
					margin: 0px 0 25px 0;
					}
			#container #content td {
				font-size: 12px;
				padding: 4px 4px 5px 5px;
			}
			
					
			#container #content .center { text-align: center;}
			
			#container #content .post { overflow: hidden;  }
	
					
			#container #content .post ul { margin: 0 0 20px 0; padding: 0px; list-style: disc; }
			#container #content .post ul li { margin: 0 0 8px 30px; padding: 0; font-size: 13px; line-height: 20px; }
			
			#container #content .post li.pagenav {  margin: 0 0 8px 30px; padding: 0; font-size: 13px; line-height: 20px;  }
			
			#container #content .success-message {  padding: 20px 20px 10px 20px; border: 2px dashed #d9e6ee; margin: 0 0 15px 0; }
			#container #content .success-message p { font-size: 12px; }
				
		#container #sidebar {
				width: 263px;
				min-height: 100px;
				padding: 25px 10px 40px 10px;
				background: #0069af;
				float: left;
				}
		body.home #container #sidebar {
			background: #e5e4d1;
			padding: 0px !important;
			width: 283px;
		}
		body.home #container #sidebar,
		body.home #container #content,
		body.home #mainMenu {
			padding-bottom: 10px !important;
		}

		body.home #container #sidebar {
			position: relative;
		}
		
		body.home #container #sidebar form {
			padding-right: 10px !important;
			padding-left: 10px !important;
		}	
		body.home #container #sidebar p {
			color: #4a403d;
			font-style: italic;
			font-size: 13px;
			line-height: 18px;
			text-align: left;
			padding: 5px 18px;
		}

		body.home #container #sidebar .sidebar-header-banner {
			position: absolute;
			top: -25px;
			left: -21px;
			width: 305px;
			height: 96px;
			background: url(/wp-content/themes/tinlizzie18_v1_2/gfx/win-15000-banner.png) no-repeat;
			display: block;
			text-indent: -999em;

		}
		body.home #container #sidebar .sidebar-header {
			width: 100%;
			background: #5e524e;
			padding: 6px 0 0px 0px;
			margin-bottom: 4px;

		}
		body.home #container #sidebar .sidebar-header p {
			color: #e5e4d1;
			font-size: 9px;
			line-height: 18px;
			text-transform: uppercase;
			font-style: normal;
			text-align: center;
			font-weight: bold;
			padding: 0 !important;
		}

		body.home #container #sidebar .sidebar-promo-message {
			margin-top: 70px;
		}
		body.home #container #sidebar .sidebar-promo-message p {
			font-size: 12px;
		}
		body.home #container #sidebar .sidebar-header strong {
			font-size: 25px;
		}
				
			/**
			* 
			* Theme Versions 1.0's Finding Lizzie styles
			*
			*
			#container #sidebar h2.indexH2 { font-size: 25px; color: #FFF; margin: 0 0 15px 0; text-align: center; font-family: Tahoma; letter-spacing: -1px; }
			#container #sidebar p.where { color: #ffbc2e; text-align: center; font-size: 14px; font-weight: bold; margin-bottom: 10px; }
			#container #sidebar p.upcomingEvent { display: block; margin: 0 0 15px 0; font-size: 13px; color: #FFF; line-height: 16px; font-face: Tahoma; }
			#container #sidebar hr.upcomingHR { border: 1px dashed #FFF; margin-bottom: 15px;}
			#container #sidebar h3.moreLink { font-size: 17px; color: #FFF; margin: 0 0 10px 0; text-align: center; font-family: Tahoma; letter-spacing: -1px; }
				#container #sidebar h3.moreLink a { color: #FFF; text-decoration: none; }
				#container #sidebar h3.moreLink a:hover { color: #a3c2d7; }
						
			#container #sidebar #scrollup	{
  						position: relative;
  						overflow: hidden;
  						border: 0px;
  						height: 355px;
  						width: 263px;
  						}

			#container #sidebar #scrollup .headline {
  						position: absolute;
  						top: 355px;
  						left: 0px;
  						width: 263px;
  						padding-top: 10px;
  						font-size: 13px;
  						color: #FFF;
  					}
  			*
  			*
  			* end of Version 1.0's Finding Lizzie Style
  			*
  			*/
  			
  			
  			/**
  			*
  			* Version 1.1  Request Info form styles with homepage styles
  			*
  			*/
  			
  			#request-info {
  				display: block;
  				overflow: hidden;
  				margin-left: 10px;
				margin-top: 5px;
  			}
  			
  			
  			#container #sidebar #request-info {
  				display: block;
  				width: 100%;
  				padding: 0 0 40px 0;
  				margin-left: 0;
  			}
  					
  				#request-info label {
  					display: block;
  					clear: both;
  					color: #000;
  					padding: 3px;
  					margin-top: 20px;
  					font-size: 13px;
  				}

  				#container #sidebar #request-info label {
  					color: #FFF;
  					margin-top: 8px;
  				}

				#container #sidebar #request-info div.field-row {
					margin: 8px 0 0 0;
				}
  				
  				#request-info input[type='checkbox'] {
  					width: 20px;
  					height: 12px;
					display: block;
  				}
  				
  				#request-info input[type='text'] {
  					width: 240px;
					height: 18px;
					background: #FFF;
					padding: 5px 4px 6px 9px;
					font-size: 12px; line-height: 12px;
					font-weight: bold;
					margin-left: 3px;
					color: #4a403d;
  				}
  				#container #sidebar #request-info input {
  					border: 0px;
					background-color: #fff;
  				}
  				
  				#request-info textarea {
  					width: 240px;
  					padding: 5px 5px 5px 9px;
  					border: 1px solid #9c9593;
  					margin-left: 3px;
					background-color: #FFF;
  				}
  				
  				#request-info .floater {
  					float: left; 
  					clear: none;
  					padding: 0px;
  					margin: 0px;
  				}
  				
  				#request-info .break {
  					display: block;
  					width: 100%;
  					height: 5px;
  					clear: both;
  				}
  				
  				#request-info .break2 {
  					display: block;
  					width: 100%;
  					height: 20px;
  					clear: both;
  				}
  				
  				#request-info .ri_submit {
  					display: block;
  					border: 0px;
  					width: 112px;
					margin: 34px auto 0 auto;
  					height: 46px;
					background-color: transparent !important;
  					background: url(../gfx/btn-request-information.png) no-repeat top;
  					text-indent: -999em;
  					overflow: hidden;
  					cursor: pointer;
  				} 
				#request-info .ri_submit:hover {
					opacity:0.9;
				}

				#request-info p.reason {
					/* honey pot field to block bots */
					display: none;
				}
				#request-info p.reason input {
					display: none;
				}
				#request-info p.reason label {
					display: none;
				}
  				
  				
  				
  				
  				
  				#request-info .currently-own-items {
  					display: none;
  					padding-bottom: 10px;
  				}
  				#request-info .currently-own-items label {
  					margin-top: 5px;
  				}
  				
  				#request-info .error {
  					background: #5e524e;
  					color: #fff;
  					margin: 0px;
  					width: 247px;
  					margin-left: 3px;
  					padding: 4px;
  				}
  				
  				#container #sidebar #request-info label.error {
  					margin-top: 0px;
  					background: #5e524e;
  					width: 245px;
  				}
  					
		
			#container #sidebar p.sidebarPic {
					font-size: 11px; line-height: 13px;
					color: #FFF;
					margin: 0 0 25px 0;
					text-align: center;
					}
				#container #sidebar p.sidebarPic img { 
						padding: 0 0 5px 0;
						clear: both;
						display: block;
						}
		
		#container #sidebar ul#dealerNav { 
				padding-top: 80px;
				list-style: none;
				}
			#container #sidebar ul#dealerNav li {
				color: #FFF;
				margin: 0 0 4px 0;
				}
				#container #sidebar ul#dealerNav li.bigSpace { margin: 40px 0 4px 0; }
			#container #sidebar ul#dealerNav li a {
				display: block;
				padding: 3px 5px 3px 5px;
				font-size: 13px;
				width: 253px;
				background: #a3c2d7;
				color: #00559f;
				text-decoration: none;
				}
				#container #sidebar ul#dealerNav li.current_page_item a,
				#container #sidebar ul#dealerNav li a:hover {
				background: #00559f;
				color: white;
				}
			#container #sidebar ul#dealerNav li ul { margin: 3px 0px 4px 0; }
			#container #sidebar ul#dealerNav li ul li a { display: black; margin-left: 20px; width: 233px; }
			#container #sidebar ul#dealerNav li.current_page_item ul li a { color: #00559f; background: #a3c2d7; }
				
	
	
	/***** SEARCH PAGE *******/
	
	/*** VIDEO CAROUSEL **/
	
	#sidebar h4 { color: #FFF; margin: 0 0 10px 0;}
	#sidebar .videoCarousel {
		display: block;
		overflow: hidden;
		width: 260px;
		height: 440px;
		clear: both;
		margin: 10px 0 0px 0;
	}
		#sidebar .videoCarousel ul {
			margin: 0; padding: 0;
		}
		#sidebar .videoCarousel ul li {
			width: 260px;
			height: 100px;
			margin: 0 0 10px 0;
			list-style: none; 
			overflow: hidden;
		}
		#sidebar .videoCarousel ul li a { 
			width: 260px;
			height: 100px;
			overflow: hidden;
		}
		
		#sidebar a.next {
			display: block;
			width: 260px; 
			height: 25px;
			padding: 0;
			background: url('../gfx/slider-down-arrow.png') no-repeat;
			cursor: pointer;
		}
			#sidebar a.next:hover { 
				background-position: bottom;
			}
			
		#sidebar a.prev {
			display: block;
			width: 260px;
			height: 25px;
			padding: 0;
			background: url('../gfx/slider-up-arrow.png') no-repeat;
			cursor: pointer;
		}
			#sidebar a.prev:hover {
				background-position: bottom;
			}
	
	/* footer */
	
	#footer	{
		width: 1042px;
		margin: auto;
		height: 106px;	
		background: url(/wp-content/themes/tinlizzie18/gfx/bg-blocks/footer-bg-top-blog.png) no-repeat;
		}
	body.home #footer {
		background: url('../gfx/bg-blocks/footer-bg-top-tan.png') no-repeat;
	}
		
		#realFooter a, #realFooter a:visited { text-decoration: none; color: #005994; }
	#realFooter a:hover { text-decoration: underline;  }
	
	#realFooter {
		width: 1000px;
		margin: auto;
		text-align: center;
		padding-bottom: 30px;
		font-size: 11px;
		color: #0069af;
		}
		
	#realFooter .footer-column-wrapper {
		width: 860px;
		clear: both;
		overflow: hidden;
		padding: 15px 70px 50px 70px;;
	}
	#realFooter .footer-column {
		width: 200px;
		padding-right: 20px;
		float: left;
	}
	#realFooter .footer-column-1 {
		width: 180px;
	}
	#realFooter .footer-column-2 {
		width: 220px;
	}
	#realFooter .footer-column-4 {
		padding-right: 0;
	}
	
		#realFooter .footer-column h5 {
			font-size: 20px;
			color: #f3d9a7;
			font-family: 'Sofia', cursive;
			font-weight: normal !important;
			text-align: left;
			padding-bottom: 10px;
		}
		#realFooter .footer-column a {
			font-size: 14px;
			color: #FFF;
			display: block;
			clear: both;
			text-align: left;
			padding-left: 15px;
			margin: 0 0 5px 0;
		}
		
	#realFooter p {
		color: #FFF;
		font-size: 12px;
	}
	#realFooter p a,
	#realFooter p a:visited {
		color: #FFF;
	}
		
/* form elements */

input.longBox {
	width: 230px;
	height: 18px;
	background: #FFF;
	padding: 0 4px 0 9px;
	font-size: 12px; line-height: 12px;
	border: 0px;
	color: #acacac;
}
input.short { 
	width: 120px;
	padding: 2px;
	
}
input.submit {
	padding: 5px;
	color: #FFF;
	background: #0069af;
	border: 0;
	text-transform: uppercase;
	cursor: pointer;
}
input.submit:hover { 
	background: #a3c2d7;
	color: #00559f;
}

#ccoptin input.submit,
.formBox input.submit {
	padding: 2px;
}

form.lefty { margin-left: 10px; margin-bottom: 50px; }

form#machineForm {
	padding-bottom: 50px; 
}

form .label-wannabe,
form#promoSignup label,
form#dealerSignup label,
form#warrantyRegistration label,
form#orderForm label,
form#contactUs label,
form#commentFeedback label,
form#trainingVerify label,
form#machineForm label { display: block; font-size: 13px; color: #000; }

form#dealerSignup .reason,
form#commentFeedback .reason {
	display: none;
}

form#dealerSignup .reason input,
form#commentFeedback .reason input {
	display: none;
}

form#promoSignup .error,
form#dealerSignup .error,
form#warrantyRegistration .error,
form#contactUs .error,
form#commentFeedback .error,
form#orderForm .error,
form#dealerSignup .error,
form#trainingVerify .error,
form#machineForm .error,
form#videoContest .error { color: red; font-size: 11px; }


form#orderForm input.promoOption { display: block; float: left;  }
form#orderForm label.option { float: left; }

div.promoFieldRow { clear: both; margin: 0 0 12px 0; font-size: 11px; color: red; }


form#machineForm label,
form#machineForm .label-wannabe { padding: 4px 0 6px 0;}
form#machineForm .select-box {  display: block;  }
form#machineForm .promoFieldRow { margin-bottom: 15px; }



form#tlsupp_reg_check label {
	clear: both;
	font-size: 13px;
	color: #000;
	display: block;
	margin: 0 0 15px 0;
	padding: 5px 0;
}



form#tlsupp_reg_check input[type='text'] {
	border: 1px solid #ced2cf;
	padding: 4px 4px 4px 5px;
	width: 140px;
	height; 18px;
	background: #FFF;
	color: #ced2cf;
	margin: 2px 5px 0 0;
	float: left;
}

form#tlsupp_reg_check input[type='radio']{
	display: block;
	float: left;
	margin-right: 5px;
	margin-top: -1px;
}

form#tlsupp_request {
	overflow: hidden;
	padding-bottom: 190px;
}


form#tlsupp_request label,
form#tlsupp_request p.question-header {
	clear: both;
	font-size: 13px;
	color: #000;
	display: block;
	margin: 20px 0 5px 0;
	position: relative;
	overflow: hidden;
}


form#tlsupp_request label.error {
	margin: 4px 0;
	color:red;
  }
  
form#tlsupp_request input.hidden-input {
	display: none;
}
  

  
form#tlsupp_request label.no-marg {
	margin: 0 0 4px 0;
}

body.page-template-tmp-service-support-form-php #container #content #tlsupp_request p.question-header {
	padding: 0;
	margin: 20px 0 0 0;
}

form#tlsupp_request input[type='text']{
	border: 1px solid #000;
	padding: 6px;
	width: 230px;
	height: 18px;
	background: #FFF;
	color: #666;
	margin: 2px 5px 0 0;
	clear: both;
	display: block;
}

form#tlsupp_request input[type='text'] {
	
}

form#tlsupp_request textarea {
	border: 1px solid #000;
	padding: 6px;
	width: 300px;
	background: #FFF;
	color: #666;
	margin: 2px 5px 5px 0;
	float: left;
	clear: both;
}

form#tlsupp_request input.submit{
	margin: 10px 0 0 0;
}

form#tlsupp_request p.reason {
	display: none;
}
form#tlsupp_request p.reason input,
form#tlsupp_request p.reason label {
	display: none;
}
	


/**
* Giveaway form
*/

body.page-template-tmp-great-giveaway-php #content .post { 
	padding-bottom: 160px;
}
body.page-template-tmp-great-giveaway-php #container #content p {
	margin: 0; padding: 0;
	clear: both;
}

body.page-template-tmp-great-giveaway-php #container #content p.other-info {
	display: block;
	clear: both: 
	margin: 0;
	padding: 0 0 10px 27px;
}

form#giveaway {
	display: block;
	width: 417px; /* make it 417 */
	margin: 0 0 0 25px;
	padding: 0 0 20px 0;
	margin-top: -1px;
	overflow: hidden;
}

body.page-template-tmp-great-giveaway-php #container #content form#giveaway p {
	margin: 0 0 10px 0; line-height: 18px;
}

form#giveaway input {
	position: relative;
		width: 96%;
		height: 34px;
		border: 1px solid #7d7f81;
		outline: none;
		padding: 0 0 0 2%;
		font-size: 13px;
}


form#giveaway label {
	font-size: 14px;
	color: #0069af;
	padding: 0 0 4px 0;
	margin: 0;
}

form#giveaway label.error {
	font-size: 11px; 
	color: red;
	margin: 0; padding: 0;
}


form#giveaway label.blue-sideways {
	background: #0069af;
	display: block;
	width: 97%;
	overflow: hidden;
	padding: 1.5%;
	margin: 0;
	clear: both;
}
form#giveaway label.blue-sideways input {
	width: 58.5%;
	float: right;
}



form#giveaway label.blue-sideways span {
	width: 37%;
	color: #FFF;
	float: left;
	text-align: center;
	padding-top: 10px;
	display: block;
}

form#giveaway label.blue-sideways label.error {
	color: #FFF;
	font-style: italic;
	text-align: center;
	padding: 10px;
	width: 90%;
	float: left;
	display: block;
	clear: both;
}

form#giveaway input.submit {
	padding: 4px 8px;
	width: auto;
	color: #FFF;
	background: #0069af;
	border: 0;
	text-transform: uppercase;
	float: left;
	cursor: pointer;
}
form#giveaway input.submit:hover { 
	background: #a3c2d7;
	color: #00559f;
}

#content form#giveaway p {
	margin: 0;
	padding: 0 0 10px 0;
}

#content form#giveaway p.input-message {
	font-weight: bold;
	font-size: 10px;
	color: #0069af;
	text-align: center;
}

#content form#giveaway p.input-message-black {
	font-weight: normal;
	font-size: 12px;
	color: #000;
	text-align: center;
	padding: 5px 0 8px 0;
}

body.page-template-tmp-great-giveaway-php #container #content p.giveaway-error {
	display: block;
	background: #0069af;
	padding: 10px;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	color: white;
}





body.page-id-346 .promoFieldRow { margin: 0 0 0px 0; border-top: 1px dotted #a2a2a2; padding: 10px 0 10px 0; }
body.page-id-346 .indented { padding: 5px 0 10px 20px; border: 0; }

body.page-template-tmp-contact-php #container #content h4 {
	color:#a41e3e;
} 
body.page-template-tmp-contact-php #container #content h4 a {
	color:#a41e3e;
}
body.page-template-tmp-contact-php #container #content h4 a:hover {
	text-decoration: underline;
}

input.promo	{ 
	border: 1px solid #021a34;
	padding: 4px 4px 4px 5px;
	width: 230px;
	height; 18px;
	background: #FFF;
	color: #4f4f4f;
	margin: 0 3px 0 0;
}

textarea.promoBox {
	border: 1px solid #021a34;
	padding: 4px 4px 4px 5px;
	width: 350px;
	height: 90px;
	background: #FFF;
	color: #4f4f4f;
	margin: 0 3px 0 0;
}

div.promoOptions {
	clear: both;
	margin: 0 0 15px 0;
	overflow: hidden;
	padding: 0;
}
div.promoOptions p {
	padding: 0 0 0px 0 !important;
	margin: 0 0 8px 0px !important;
	display: block; width: 100%;
	clear: both;
	font-size: 12px !important;
}
div.promoOptions ul.responses {
	overflow: hidden;
	margin: 0;
	padding: 0; 
	list-style: none;
}
div.promoOptions ul.responses li {
	display: block;
	margin: 0;
	clear:both;
	padding: 0;
	float: left;
}
div.promoOptions input {
	float: left;
}
div.promoOptions label {
	float: left;
}

div.form-section-wrapper {
	border:4px dashed #ececec; 
	padding: 15px;
	margin: 0 0 12px 0;
}


table.orderFormTable {
	display: block;
	width: 435px;
	padding: 0 0 0 10px;
	font-size: 13px;
}

	table.orderFormTable th {
		text-align: left;
		text-transform: capitalize;
		font-size: 18px;
		line-height: 21px;
		color: #0069af;
		padding: 20px 0 5px 0;
	}
	table.orderFormTable td { padding: 3px;}
	table.orderFormTable tr:hover {
		background: #e2e2e2;
	}
	table.orderFormTable tr.heading:hover { background: #FFF; }
	
form#orderForm input.qty {
	width: 30px;
	padding: 2px;
	font-size: 13px;
}


div#myForm .promoFieldRow { font-size: 13px; color: black;  }


div#myForm .formNotes { margin: 25px 0 0 0; font-size: 12px;  }
div.contactInfo { margin: 25px 0 0 0; }


hr.find-hr { width: 300px; margin-bottom: 15px; border: 1px solid #a3c2d7;   }



blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

img.alignleft { padding: 10px 10px 10px 0; }
img.alighright { padding: 10px 0px 10px 10px; }





/* Social Icons */
#socialIcons {
	display: block;
	width: 248px;
	height:60px;
	float: right; 
	margin: 45px 75px 0 0;
}

		#socialIcons ul {
			margin: 0; 
			padding: 0;
		}

		#socialIcons ul li {
				float: left;
				padding: 0px;
				margin: 0px;
				list-style: none;
			}
	
		#socialIcons ul li a {
				display: block;
				height: 40px;
				text-indent: -999em;
				background: url('../gfx/social-icon-sprite.png') no-repeat;
				background-position: top;
				overflow: hidden;
				margin: 0; 
				padding: 0;
		}
		
		#socialIcons ul li a.blog { background-position: 0px 0px; width: 41px; }
	
		#socialIcons ul li a.facebook { background-position: -41px 0px; width: 42px; }
	
		#socialIcons ul li a.twitter { background-position: -83px 0px; width: 40px; }
	
		#socialIcons ul li a.youtube { background-position: -123px 0px; width: 40px; }
		#socialIcons ul li a.pinterest { background-position: -164px 0px; width: 41px; }
		#socialIcons ul li a.instagram { background-position: -206px 0px; width: 42px; }
		
		#socialIcons ul li a:hover {
			opacity:0.8;
		}

/* Calendar */
.calendar-container .back {
    height: 30px;
}

.calendar {
    margin-top: 30px;
    overflow: hidden;
}
    .calendar .month {
        padding: 10px;
        height: 40px;
        line-height: 40px;
        position: relative;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        background: #0069af;
    }
        #container #content .calendar .month h4 {
            margin: 0;
            padding: 0;
            color: #fff;
            font-size: 1.4em;
            text-align: center;
            line-height: 40px;
        }
        .calendar .month .next, .calendar .month .prev {
            width: 20px;
            height: 35px;
            top: 12.5px;
            display: block;
            position: absolute;
            background: url(../gfx/calendar-arrows.png) 0 0 no-repeat;
        }
        .calendar .month .next {
            right: 20px;
            background-position: -80px 0;
        }
            .calendar .month .next:hover {
                background-position: -80px -35px;
            }
        .calendar .month .prev {
            left: 20px;
        }
            .calendar .month .prev:hover {
                background-position: 0 -35px;
            }
        .calendar .month .prev .month-name,
        .calendar .month .next .month-name {
        	color: #599dcb;
        	font-weight: bold;
        }
        .calendar .month .prev .month-name {
        	text-align: left;
        	padding-left: 30px;
        	display: block;
        }
        .calendar .month .next .month-name {
        	text-align: right;
        	margin-left: -90px;
        	padding-right: 30px;
        	display: block;
        }
        	.calendar .month .next:hover .month-name,
        	.calendar .month .prev:hover .month-name {
        		color: #fff;
        	}
    .calendar .events {
        margin: 0 0 4em;
        padding: 0;
        list-style: none;
    }
        .calendar .events li {
            margin: 2em 0 0;
            overflow: hidden;
        }
        .calendar .events .date {
            float: left;
            width: 60px;
            height: 60px;
            line-height: 30px;
            position: relative;
            background: #009ddc;
            text-align: center;
            color: #fff;
            font-size: 1.9em;
            font-weight: bold;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
        }
            .calendar .events .date em {
                width: 100%;
                display: block;
                height: 20px;
                padding: 5px 0 0;
                line-height: 20px;
                font-size: .5em;
                font-style: normal;
            }
        .calendar .events .details {
            width: 540px;
            float: left;
            display: inline;
            margin: 0 0 0 20px;
            font-size: 0.8em;
        }
            #container #content .calendar .events .details h3 {
                margin: 0;
                font-size: 1.4em;
                color: #009ddc;
            }
                #container #content .calendar .events .details h3 a:hover {
                    text-decoration: underline;
                }
            #container #content .calendar .events .details p {
                margin: .1em 0 0;
                font-size: 1.1em;
            }
            body.single-event #container #content .content ul,
            body.single-event #container #content .content ol {
            	margin: -1em 0 1.2em 40px;
                font-size: 14px;
                line-height: 21px;
                list-style: disc;
            }
            body.single-event #container #content .content ul li,
            body.single-event #container #content .content ol li {
            	margin: 0 0 4px 0;
            }

#container .type-california .date {
    background: #dbab26;
}
#container .type-california a {
    color: #dbab26;
}
#container .type-california .marker {
    background: #dbab26;
}
#container .type-georgia .date {
    background: #659438;
}
#container .type-georgia a {
    color: #659438;
}
#container .type-georgia .marker {
    background: #659438;
}
#container .type-wisconsin .date {
    background: #8f3a51;
}
#container .type-wisconsin a {
    color: #8f3a51;
}
#container .type-wisconsin .marker {
    background: #8f3a51;
}
#container .type-utah .date {
    background: #0a5293;
}
#container .type-utah a {
    color: #0a5293;
}
#container .type-utah .marker {
    background: #0a5293;
}
#container .type-webinars .date {
    background: #e67e17;
}
#container .type-webinars a {
    color: #e67e17;
}
#container .type-webinars .marker {
    background: #e67e17;
}

.event-details {
    overflow: hidden;
    padding-bottom: 15px;
}
    .event-details .date {
        float: left;
        display: inline;
        width: 60px;
        height: 60px;
        margin: 0 20px 0 0;
        line-height: 30px;
        position: relative;
        background: #009ddc;
        text-align: center;
        color: #fff;
        font-size: 1.9em;
        font-weight: bold;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }
        .event-details .date em {
            width: 100%;
            display: block;
            height: 20px;
            padding: 5px 0 0;
            line-height: 20px;
            font-size: .5em;
            font-style: normal;
        }
    .event-details .fine {
        float: left
        width: 520px;
        overflow: hidden;
    }
        .event-details .fine h2 {
            margin: 0;
            font-size: 1.4em;
            color: #009ddc;
        }
        .event-details .fine p {
            margin: .1em 0 0;
        }

#container .event-filters {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 75px;
}
    #container .event-filters li {
        float: left;
        margin: 0 2em 0 0;
    }
        #container .event-filters li .marker {
            width: 1em;
            height: 1em;
            margin: 0 0.5em 0 0;
            float: left;
            display: block;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
        }
        #container .event-filters li.view-all .marker {
            border: 1px solid #005994;
        }
        #container .event-filters li a:hover {
            color: #000;
        }
        #container .event-filters li.active a {
            text-decoration: underline;
        }

.single-event .back {
    margin: 0 0 2em;
    font-size: 0.8em;
    font-weight: bold;
}

.no-events {
    margin: 5em 0;
    text-align: center;
    font-size: 1.4em;
}

#container #content .home-articles .article {
    padding: 1em 0;
    overflow: hidden;
    border-bottom: 1px dashed #4a403d;
}
#container #content .home-articles .article h3 {
    padding-left: 0;
}
#container #content .home-articles .article p {
    margin: 0 0 0.25em;
    padding-left: 0;
}
#container #content .home-articles .article .read-more {
    font-weight: bold;
    float: right;
    font-size: 0.8em;
}

.visit-our-blog {
    margin: 1em 0 0;
    height: 40px;
    text-align: center;
    font-weight: bold;
}

#wp-calendar
{
text-align: center;
width: 100%;
border-collapse: collapse;
padding:2px;
margin: 0;
font-size: 1em;
background-color:#f5f5f5;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
}

#wp-calendar caption a, #wp-calendar caption a:hover
{
background: transparent;
}

#wp-calendar th
{
background-color:#AAC8D0;
color:#fff;
font-weight: bold;
padding: 2px;
}

#wp-calendar a
{
text-decoration: none;
display: block;
color: black;
}

#wp-calendar td, #wp-calendar th
{
text-align: center;  
}

#wp-calendar tbody td a
{
text-decoration: underline;
background-color: #ccc;
}

#wp-calendar caption
{
background-color:#a3c2d7;
padding: 4px 0;
text-indent:0px;
font-weight: normal;
width: 243px;
text-align: center;
font-size: 13px;
color:#fff;
margin-bottom:1px;
font-weight: bold;
}

.class-registration {
    padding: 0 0 60px;
    overflow: hidden;
    color: #4a403d;
}
#container #content .class-registration h3 {
    font-family: 'Sofia', cursive;
    font-size: 30px;
    line-height: 40px;
    color: #4a403d;
    font-weight: normal !important;
    margin: 30px 0 30px 5px;
}
.class-registration ul.form {
    margin: 0 5px 0 8px;
    padding: 0;
}
.class-registration ul.form li {
    margin: 0 0 20px;
}
.class-registration ul.form label {
    margin: 0 0 5px;
    display: block;
    font-size: 14px;
    font-weight: bold;
}
.class-registration ul.form li.checkbox label {
    width: 330px;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
}
.class-registration input[type="text"] {
    width: 310px;
    padding: 3px 5px;
    border: 1px solid #4a403d;
    font-family: "helvetica_neueregular", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-size: 13px;
}
.class-registration input[type="text"].error {
    border-color: red;
}
.class-registration ul.form label.error {
    color: red;
    font-weight: normal;
    font-size: 12px;
}
.class-registration input[type="checkbox"] {
    float: left;
    margin: 5px 10px 10px 0;
}
.class-registration p {
    width: 480px;
}
#container #content .class-registration p.success {
    margin: 0 5px 25px 8px;
    font-weight: bold;
    font-size: 1.2em;
    padding: 10px;
    border: 2px dashed #d9e6ee;
}
.class-registration input[type="submit"] {
    background: #0069af;
    margin: 0 5px 0 8px;
    padding: 8px 20px;
    border: 0;
    color: #fff;
    font-family: "helvetica_neueregular", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}