/**********************************************************************************************

	CSS on Sails
	Title: Lace Wig Taining Center
	Author: Tine Haugen
	Date: September 2008 

***********************************************************************************************

		
	1. BASE
			1.1 Reset
			1.2 Default styles
			1.3 Basic styles
	
	2. LAYOUT
			2.1 Header
			2.2 Content
			2.3 Sidebar
			2.4 Footer
			
	3. BLOG
			3.1 General styles
			3.2 Related posts plugin layout
		

***********************************************************************************************/


/* 1. BASE
-----------------------------------------------------------------------------------------------
===============================================================================================*/	



/* 1.1	Reset
-----------------------------------------------------------------------------------------------*/	


	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,
	caption, tbody, tfoot, thead, {
		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;
	}
	
	:focus {
		outline: 0;
	}
	
	ins {
		text-decoration: none;
	}
	
	del {
		text-decoration: line-through;
	}
/*	
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}


 1.2	Default styles
-----------------------------------------------------------------------------------------------*/	

	body {
	background-color: #e2e2e2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:18px;
	text-align: center;
		}

	hr { 
		display: none;
	}
			
	strong {
		font-weight: bold;
	}
			
	em {
		font-style: italic;
	}
		
	abbr, acronym {
		border-bottom: 1px dotted #999; 
		cursor: help;
	}
	
	input, textarea, select {
		font: 16px Arial, Helvetica, sans-serif;
	}

	a {
	color: #0000FF;
	text-decoration: underline;
	}
	
	a:hover, 
	a:active {
		color: #ce0000;
		text-decoration: none;
	}
	h2 {
	line-height:30px;
	font-size: 160%;
	font-family: Tahoma;
	text-align:center;
	}
	

/* 1.3	Basic styles
-----------------------------------------------------------------------------------------------*/	

	.hide {
		display: none;
	}
	
	.center {
		text-align: center;
	}
	
	

/* 2. LAYOUT
-----------------------------------------------------------------------------------------------
===============================================================================================*/	

	.container {
		width: 810px;
		position: relative;
		margin: 0 auto 10px auto;
		text-align: left;
		background: #fff  url(http://lacewiglearningcenter.com/_ui/images/bg_container.gif) repeat-y 50% 0;
		
		height:auto;
	}
	
	.container-single {
		width: 810px;
		position: relative;
		margin: 0 auto 10px auto;
		text-align: left;
		background: #fff  url(http://lacewiglearningcenter.com/_ui/images/bg_container-single.gif) repeat-y 50% 0;
		
		height:auto;
	}
	
	#header {
		width: 788px;
		margin: 0 11px;
		background: #000;
		color: #fff;
		padding:0;
	}
	
	#content {
		width: 542px; 
		min-height: 100%;
		float: right;
		margin: 0 12px 0 0;
		padding: 20px 30px 50px 40px; 
		display: inline;
	}
	
	#content-single {
		width: 740px; 
		min-height: 100%;
		float: right;
		margin: 0 12px 0 0;
		padding: 20px 30px 50px 40px; 
		display: inline;
	}
		
	#sidebar {
		width: 167px;
		float: left;
		margin: 0 0 0 12px;
		padding: 20px 0; 
		border-right: #ccc;
		display: inline;
	}
	
	#footer {
		width: 766px;
		clear: both;
		margin: 0 11px;
		padding: 10px;
		border: 1px solid #7b7b7b;
		background: #070808 url(http://lacewiglearningcenter.com/_ui/images/bg_footer.gif) repeat-x;
		border-bottom: none;
		color: #fff;
		font-size: 11px;
		text-align: center;
	}
		
	.tagline {
		width: 610px;
		background: #e2e2e2 url(http://lacewiglearningcenter.com/_ui/images/bg_tagline.gif) no-repeat;
		margin: 0;
		padding: 20px 100px;
		font-size: 12px;
		text-align: center;
		color: #000;
	}	
	

/* 2.1	Header
-----------------------------------------------------------------------------------------------*/	

	#header h1, 
	#header h1 span,
	#header a.logo,
	#header a.logo span {
		display: block;
		width: 788px;
		height: 149px;
		overflow: hidden;
		line-height: 120px;
		text-align: center;
	}
	
	#header a.logo span {
		cursor: pointer;
	}
	
	#header h1,
	#header a.logo {
		margin: 0;
		position: relative;
		z-index: 100;
	}
		
	#header h1 span,
	#header a.logo span {	
		position: absolute; 
		top: 0;
		left: 0;
		z-index: 10;
		background: url(http://lacewiglearningcenter.com/_ui/images/header33.jpg) no-repeat;
	}
	
	#header a.logo,
	#header a.logo:hover,
	#header a.logo:active {
		color: #fff;
	}
	
	#accessibility_links {
		position: absolute;
		left: -1000em;
		text-align: left;
	}
	
	#navigation {
		width: 788px;
		height: 44px;
		padding: 0 0 4px 0;
		margin-top: 0px;
		background: #fff url(http://lacewiglearningcenter.com/_ui/images/bg_navigation_shadow.gif) no-repeat 0 100%;
	}
		
	#navigation li {
		float: left;
		height: 44px;
		position: relative;
		z-index: 100;
		font-weight: bold;
		font-size: 15px;
		text-align: center;		
		text-transform: uppercase;
		background-image:url(http://lacewiglearningcenter.com/_ui/images/bg_men.jpg);
	}
	
	#navigation li a {
		height: 43px;
		line-height: 43px;
		border-top: 1px solid #7b7b7b;
		border-left: 1px solid #3e4044;
		border-right: 1px solid #808080;
		color: #000;
		text-decoration: none;
	}
	
	#navigation li:hover,
	#navigation li.hover, 
	#navigation li.current:hover {
		background: #2d2d2d url(http://lacewiglearningcenter.com/_ui/images/bg_men2.jpg) repeat-x;
		color: #000;
	}
	
	#navigation li.current {
		background: #54585d none;
		color: #000;
	}
	
	#navigation li, 
	#navigation li a {
		display: block;
	}
	
	#navigation li {
		overflow: visible;
	}
	
	#navigation li.nav-home {
		width: 158px;
	}
	
	#navigation li.nav-home a {
		width: 157px;
		border-left-color: #7b7b7b;
	}

	#navigation li.nav-training {
		width: 157px;
	}

	#navigation li.nav-training a {
		width: 156px;
	}

	#navigation li.nav-buy-a-wig {
		width: 157px;
	}
	
	#navigation li.nav-buy-a-wig a {
		width: 156px;
	}
	
	#navigation li.nav-articles {
		width: 157px;
	}
	
	#navigation li.nav-articles a {
		width: 156px;
	}
	
	#navigation li.nav-blog {
		width: 157px;
	}
	
	#navigation li.nav-blog a {
		width: 156px;
	}
	
	#navigation li.nav-about-us {
		width: 158px;
	}

	#navigation li.nav-about-us a {
		width: 157px;
		border-right-color: 1px solid #7b7b7b;
	}

	#navigation li ul {
		position: absolute;
		width: 190px;
		left: -999em;
		z-index: 1000;
		border-left: 1px solid #3e4044;
		border-right: 1px solid #3e4044;
		background: #1e4216;
	}
	
	#navigation li:hover ul, 
	#navigation li.hover ul {
		left: 0;
	}
		
	#navigation li.nav-about-us ul {
		margin-left: -39px;
	}	
		
	#navigation li:hover>ul {
		position: static;
	}
	
	#navigation ul {
		width: 190px;
		position: relative;
		z-index: 200;
	}
	
	#navigation li ul li {
		width: 190px;
		height: auto;
		float: none;
		position: relative;
		font-weight: normal;
		font-size: 14px;
		text-align: left;
		background: #2d2d2d none;
		color: #000;
		border: none !important;
	}
	
	#navigation ul li a {
		width: 170px !important;
		height: auto;
		line-height: normal;
		padding: 4px 10px;
		border-top: none;
		border-right: none !important;
		border-left: none;
		border-bottom: 1px solid #55595e;
		background-image:  none;
		color: #000;
		text-transform: none;
		text-decoration: none;
	}
		
	#navigation ul li a:hover,
	#navigation ul li a:active {
		color: #000;
		text-decoration: none;
		background-color: #444649;
	}


/* 2.2	Content
-----------------------------------------------------------------------------------------------*/
	

	
	
	.bullet-list {
		margin: 0;
	}
	
	.bullet-list li {
		
		padding: 0 0 0 18px;
		font-weight: bold;
		list-style-type:disc;
		margin-left:30px;
		}
	
	.vip-notification {
		width: 370px;
		margin: 0 0 3em 70px;
		padding: 22px 6px 12px 6px;
		background-color: #dbe9f0;
		border: 3px dashed #000;
		text-align: center;
	}
	
	.vip-notification label {
		font-weight: bold;
	}

	.vip-notification ol,
	.vip-notification li {
		width: 342px;
	}
	
	.vip-notification li {
		overflow: hidden;
		margin: 0 0 .4em 0;
		margin-left: -33px;
	}
	
	.vip-notification li label {
		width: 144px;
		float: left;
		line-height: 1.6em;
		text-align: right;
	}
	
	.vip-notification input {
		width: 180px;
		float: right;
	}
	
	.vip-notification .button {
		padding: 10px 0 0 0;
		text-align: center;
	}
	
	.vip-notification .button a  {
		width: 248px;
		float: left;
		display: inline;
		margin: 0 0 0 54px;
		border: 6px solid #cc3333;
		color: #000;
		text-decoration: none;
	}
	
	.vip-notification .button a:hover {
		border-color: #33cc33;
		text-decoration: none;
	}
	
	.vip-notification .button a span {
		float: left;
		width: 226px;
		border: 1px solid #000;
		padding: 8px 10px;
		background: #fff url(http://lacewiglearningcenter.com/_ui/images/bg_button.gif) repeat-x 0 100%;
		font-weight: bold;
		font-size: 13px;
		cursor: pointer;	
	}
	

	.vip-notification-single {
		width: 370px;
		margin: 0 0 3em 180px;
		padding: 22px 6px 12px 6px;
		background-color: #dbe9f0;
		border: 3px dashed #000;
		text-align: center;
	}
	
	.vip-notification-single label {
		font-weight: bold;
	}

	.vip-notification-single ol,
	.vip-notification-single li {
		width: 350px;
	}
	
	.vip-notification-single li {
		overflow: hidden;
		margin: 0 0 .4em 0;
	}
	
	.vip-notification-single li label {
		width: 144px;
		float: left;
		line-height: 1.6em;
		text-align: right;
	}
	
	.vip-notification-single input {
		width: 180px;
		float: right;
	}
	
	.vip-notification-single .button {
		padding: 10px 0 0 0;
		text-align: center;
	}
	
	.vip-notification-single .button a  {
		width: 248px;
		float: left;
		display: inline;
		margin: 0 0 0 54px;
		border: 6px solid #cc3333;
		color: #000;
		text-decoration: none;
	}
	
	.vip-notification-single .button a:hover {
		border-color: #33cc33;
		text-decoration: none;
	}
	
	.vip-notification-single .button a span {
		float: left;
		width: 226px;
		border: 1px solid #000;
		padding: 8px 10px;
		background: #fff url(http://lacewiglearningcenter.com/_ui/images/bg_button.gif) repeat-x 0 100%;
		font-weight: bold;
		font-size: 13px;
		cursor: pointer;	
	}
	
	.general-form {
		width: 370px;
		margin: 0 0 3em 70px;
		padding: 22px 6px 12px 6px;
		background-color: #dbe9f0;
		border: 3px dashed #000;
		text-align: center;
	}
	
	.general-form label {
		font-weight: bold;
	}

	.general-form ol,
	.general-form li {
		width: 350px;
	}
	
	.general-form li {
		overflow: hidden;
		margin: 0 0 .4em 0;
	}
	
	.general-form li label {
		width: 144px;
		float: left;
		line-height: 1.6em;
		text-align: right;
	}
	
	.general-form input {
		width: 180px;
		float: right;
	}
	
	.general-form .button {
		padding: 10px 0 0 0;
		text-align: center;
	}
	
	.general-form .button a  {
		width: 248px;
		float: left;
		display: inline;
		margin: 0 0 0 54px;
		border: 6px solid #cc3333;
		color: #000;
		text-decoration: none;
	}
	
	.general-form .button a:hover {
		border-color: #33cc33;
		text-decoration: none;
	}
	
	.general-form .button a span {
		float: left;
		width: 226px;
		border: 1px solid #000;
		padding: 8px 10px;
		background: #fff url(http://lacewiglearningcenter.com/_ui/images/bg_button.gif) repeat-x 0 100%;
		font-weight: bold;
		cursor: pointer;
	}	
	
/* 2.3	Sidebar
-----------------------------------------------------------------------------------------------*/	
	
	#sidebar p {
		padding: 0 10px;
	}
	
	#sidebar .store-buttons {text-align: center;padding:0;}
	
	#sidebar .store-buttons li {
		width: 157px;
		margin: 0 10px 12px 10px;
		padding: 0 10px 12px 0;
		background: url(http://lacewiglearningcenter.com/_ui/images/sidebar_separator.gif) repeat-x 0 100%;
	}
	
	#sidebar .store-buttons li.last {
		background: none;
	}


/* 2.4	Footer
-----------------------------------------------------------------------------------------------*/	

	#footer p {
	 margin: 0;
	}
	
	#footer a,
	#footer a:visited {
	 color: #fff;
	 text-decoration:none;
	}	
	
	#footer a:hover,
	#footer a:active {
	 color: #cc3333;
	 text-decoration: underline;
	}
	

/* 3. BLOG
-----------------------------------------------------------------------------------------------
===============================================================================================*/	


/* 3.1	General styles
-----------------------------------------------------------------------------------------------*/	

	.alignleft {
		float: left;
	}
	
	.alignright {
		float: right;
	}
	
	a.titleLink {margin:0; padding:0; text-decoration:none; font-size:24px; font-family:Arial, Helvetica, sans-serif;}
	a.titleLink:link {;color:#64af1b;f}
	a.titleLink:visited {color:#64af1b;}
	a.titleLink:active {color:#64af1b;}
	a.titleLink:hover {color: #99cc33;}
	
	a.commentLink {font-size:14px; font-family:Helvetica, Arial, sans-serif;}
	a.commentLink:link {text-decoration: underline;color:#144e9c;}
	a.commentLink:visited {text-decoration: underline; color:#144e9c;}
	a.commentLink:active {text-decoration: underline; color:#144e9c;}
	a.commentLink:hover {text-decoration:none; color: #144e9c;}
	
	#commentform label {
		display: block;
	}

	#textbox p {
		margin: 0;
	}
	
	#content .post {
		margin: 0;
	}
	
	#content .post hr {
		margin: 20px 0 10px 0;
	}
	
	#content .post p {
		font-size: 16px;
		color: #000;
	}
	
	#content .post p small {
		font-size: 11px;
		color: #000;
	}
	
	#content #outer h3 {
		color: #bb0000;
	}
	
	#content #inner p {
		font-size: 14px;
		color: #bb0000;
	}
	
	#content #inner blockquote {
		padding-left: 20px;
	}
	
	#content #inner blockquote a.commentLink,
	#content #inner2 li {
		font-size: 12px;
	}

	#content #inner blockquote p,
	#content #inner2 li {
		line-height: 24px;
	}
	
	#content #inner2 li, 
	#content #inner p img {
	 vertical-align: middle;
	}
	
	#content .commentlist {
		margin: 0 0 10px 0;
	}
	
	#content .commentlist li, 
	#content #commentform input, 
	#content #commentform textarea {
		font: 12px Arial, Helvetica, sans-serif;
	}

	#content .commentlist li {
		font-weight: bold;
		font-size: 14px;
		}
		
	#content .commentlist li small {
		font-size: 12px;
	}
	
	#content .commentlist cite, 
	#content .commentlist cite a {
		font-weight: bold;
		font-style: normal;
		font-size: 11px;
		}

	#content .commentlist p {
		font: normal 12px Arial, Helvetica, sans-serif;
		text-transform: none;
		}

	#commentform label,
	#commentform input {
		font: normal 11px Arial, Helvetica, sans-serif;
	}
	
	#commentform input,
	#commentform textarea {
		border: 1px solid #ccc;
	}
	
	h4#respond {
		margin: 0 0 1em 0;
		color: #bb0000;
	}
	
	#commentform input#submit {
		float: none;
		display: block;
		margin: 10px 0;
		font-weight: bold;
	}
	
	#commentform p {
		margin: 0 0 10px 0;
	}	
	
/* 3.2	Related posts plugin layout
-----------------------------------------------------------------------------------------------*/	

	#outer {
		position:relative;
		width:99%;
		margin-bottom:10px;
		height:200px;
		background-color:#ffcbcb;
		border-top:solid 2px #bb0000;
		border-bottom:solid 2px #bb0000;
	}
	
	#inner {
		position:absolute;
		left:0;
		top:0;
		height:100%;
		width:240px;
		padding:6px;
	}
	
	#inner2 {
		position:absolute;
		left:255px;
		top:0;
		height:100%;
		width:240px;
		padding:6px;
	}

	p
	{margin-bottom:10px;
	}
#opt-in-form {
 width: 168px;
 height: 398px;
 padding-left: 10px;
 background: url(http://lacewiglearningcenter.com/_ui/images/Lace_Front_Optin.jpg) no-repeat top left;
 float: left;
 }
#opt-in-email, #opt-in-name {
width: 144px;
height: 20px;
border: 1px solid #747474;
}
#opt-in-name {

position: relative;
top: 122px;
left:-10px;
display: inline;
font-family: Arial, Helvetica, sans-serif;
color: #414141;
font-size: 16px;
font-weight: 100;
}
#opt-in-email {
position: relative;
top: 122px;
left:-10px;
font-family: Arial, Helvetica, sans-serif;
color: #414141;
font-size: 16px;
font-weight: 100;
}
#opt-in-submit {
	position: relative;
	top: 122px;
	color: #fff;
	width: 117px;
	height: 29px;
	border: none!important;
	background-image: url(http://lacewiglearningcenter.com/_ui/images/Lace_Front_Optin.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#opt-in-submit2 {
position: relative;
top: 122px;
left:-18px;
color: #fff;
width: 117px;
height: 29px;
margin-left:16px;

border: none!important;
}

