/* @override 
	http://moknys.local/~alexpere/fiveminutefan/wp-content/themes/fiveminutefan/style.css
	http://fiveminutefan.nervemotor.com/wp-content/themes/fiveminutefan/style.css
*/

/*  
Theme Name: Five Minute Fan
Theme URI: 
Description: 
Version: 1.0 
Author: Alejandro Pereda
Author URI: 
*/

/*Overall*/

body {
	background: #1c1c1c;
	margin: 0px;
}

body, a, input, p, div {
	font-family: Arial,Helvetica, Tahoma, Verdana, sans-serif;
	color: #423115;;
}

h1{
	font-size: 1.5em;
	color: #7c4907;
	margin-bottom: 5px;
	
}

h2{
	padding-left: 0px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-top: 0px;
	color: #ed6a00;
	font-size: 1em;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 5px;
}

/*Main Layout*/

h3 { /*So far only in use on product pages...*/
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	padding: 0px;
	margin: 0px;
}

p {
	padding-bottom: 5px;
	padding-top: 5px;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 15px;
	margin-top: 5px;
}

a {
	color: #ed6a00;
	text-decoration: none;
}
                               
a img {
	border: 0;
}


a:hover {
	color: #7c4907;
	text-decoration: none;
}

div#outerShell {
	width: 980px;
	margin: 0px auto 0px auto;
}



div#corpLogo {
	float: left;
	display: block;
	
	height: 71px;

}


div#corpLogo img{
		border: 0px;
}


div#topBar ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

div#bottomBar ul {
	margin-bottom: 10px;
	padding-top: 10px;
	margin-top: 0;
	padding-bottom: 0;
	padding-right: 5px;
	margin-right: 5px;
}


div#mainStage {
	background-color: #e9e0d1;
	height: 447px;
	font-size: 13px;
}



div#bottomBar {
	font-size: 10px;
	display: block;
	clear: both;
	background-color: #004123;
	color: #588f4e;
	width: 980px;
	text-align: right;
	height: 32px;
}


div#outerShell div.disclaimer {
	font-size: 8px;
	text-align: center;
	color: #588f4e;
	display: inline-block;
	float: none;
	vertical-align: bottom;
}


/*Navigation*/

ul.navigation li {
	display: inline;
	list-style: none;
}

/*ul.navigation li.current_page_item a,
ul.navigation li.current_page_parent a
{
	text-decoration: underline;
}*/

/*Top navigation*/
div#topBar{
	width: 100%;
	display: block;
	clear: both;
	height: 71px;
	background-color: #7C4907;
}
div#topBar ul.navigation {
	height: 71px;
	display: inline-block;
	background-color: #7c4907;
	margin-top: 0;
	padding-left: 0;
	margin-left: 0px;
	padding-top: 0;
}




div#topBar ul.navigation li{
	margin-right: 0;
	float: left;
	padding-top: 0;
	margin-top: 0;
}

div#topBar ul.navigation li a {
	color: #f1ded1;
	display: block;
	text-align: center;
	height: 31px;
	font: 13px Arial, Verdana, Helvetica, sans-serif;
	padding: 40px 20px 0;
	text-decoration: none;
}

/* IE6 Only */
* html div#topBar ul.navigation li a {
	display: inline-block;
}



/*Rollover and selected states*/

div#topBar ul.navigation li a:hover {
	background-color: #90642c;
}

div#topBar ul.navigation li.current_page_item a,
div#topBar ul.navigation li.current_page_parent a
{
	background-color: #90642c;
}


/*Bottom navigation*/
div#bottomBar ul.navigation li a{
	color: #588f4e;
}

div#bottomBar ul.navigation li a:link{
	color: #588f4e;
}
div#bottomBar ul.navigation li a:active{
	color: #588f4e;
}
div#bottomBar ul.navigation li a:visited{
	color: #588f4e;
}

div#bottomBar ul.navigation li a:hover{
	color: #a6d996;
}


div#bottomBar ul.navigation li.page_item {
	padding-left: 11px;
	padding-right: 11px;
	border-right-style: solid;
	border-right-width: 1px;
}

div#bottomBar ul.navigation li.last {
	border-right-style: none;
}



div#bottomBar ul.navigation li.page-item-6 {
	border: none;
	display: inline;
	float: right;
}

input#s, input#searchSubmitButton {
	padding: 0px;
	margin: 0px;
}

input#s {
	width: 78px;
	height: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;	
	font-size: 9px;
	text-align: right;
	vertical-align: 2px; /*to fix stupid FF bug*/
	padding-right: 4px;
	margin-right: 2px;
	background: #ffffff;
	border: 1px solid #a4a4a4;
}

input#searchSubmitButton {
	width: 13px;
	height: 13px;
	margin-right: 57px;
	border: none;
	background: url(images/searchButton.gif) no-repeat;
}

input#contactsubmit {
	color: #000000;
}

div#bottomBar img#vsLogo {
	padding: 25px 15px;
	float: right;
}

/*Subnavigation drop-downs*/

div.subNav {
	display: none;
	background: #ffffff;
	width: 240px;
	padding: 20px 6px 30px 6px;
/*	height: 422px;*/
	border-right: 1px solid #c5c5c5;
	border-left: 1px solid #c5c5c5;
	border-bottom: 1px solid #c5c5c5;
	position: absolute;
	top: 57px;
	z-index: 2000;
}

div.subNav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-left: 5px;
}

div.subNav ul li {
	font-weight: bold;
	font-size: 13px;
	padding: 3px 0px 3px 0px;
	margin: 0px;
}

div.subNav ul li a {
	margin-left: 28px;
}

/*Top level items (hair type label)*/

div.subNav ul li {
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

div.subNav ul li.page-item-37 {
	background-image: url(images/fine_smallLetter.gif);
}

div.subNav ul li.page-item-38 {
	background-image: url(images/normal_smallLetter.gif);
}

div.subNav ul li.page-item-39 {
	background-image: url(images/coarse_smallLetter.gif);
}

/*Indented items*/

div.subNav ul li.page_item ul {
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 5px;
}

div.subNav ul li.page_item ul li.page_item {
	font-weight: normal;
	font-size: 10px;
	background-repeat: no-repeat;
}

div.subNav ul li.page_item ul li.page_item a {
	padding-left: 5px;
	position: relative;
	bottom: 3px;
}

div.subNav .small {
	padding-top: 5px;
	padding-left: 32px;
	padding-right: 32px;
	font-size: 10px;
}

/*Left navigation*/
div#leftNav{
	width: 224px;
	height: 100%;
	float: left;
	background-color: #27221E;
}

ul.leftNavigation {
	float: left;
	width: 100%;
	margin: 0px;	
	background-color: #474747;
	padding: 0 0px;
}

ul.leftNavigation li {
	font-size: 13px;
	list-style: none;
	padding-left: 0;
	line-height: 20px;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 0;
}
ul.leftNavigation li a {
	
	position: relative;
	color: #fff;
	display: block;
	padding-left: 27px;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
	height: 23px;
	padding-top: 4px;
}
ul.leftNavigation li a:link {
	color: #fff;
}
ul.leftNavigation li a:hover {
	
	background: #6E6E6E;
}
ul.leftNavigation li a:active {
	color: #fff;
}
ul.leftNavigation li a:visited {
	color: #fff;
}

ul.leftNavigation li.current_page_item {
	background: #6E6E6E;
	
}
ul.leftNavigation li.current_page_item a{
	color: #fff;
}



/*Textual content*/

div#some-image{
	background-color: #f4614f;
	padding-top: 50px;
	text-align: center;
}



div#textualContent {
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding-top: 0px;
	margin-top: 0px;
	display: block;
	float: left;
	height: 100%;
	padding-right: 10px;
	padding-left: 30px;
	margin-left: auto;
	width: 716px;
}


div#textualContentSTF {
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding-top: 0px;
	margin-top: 0px;
	display: block;
	float: left;
	height: 100%;
	padding-right: 10px;
	padding-left: 30px;
	margin-left: auto;
	margin-bottom: auto;
	width: 900px;
}


div#faq {
	width: auto;
	height: auto;
	margin: 0 10px 20px;
	padding: 10px 10px 20px;
}

div#faq p.question {
	
	padding-bottom: 0px;
	
	margin-bottom: 0px;
	
	font-weight: bold;
	
}

div#faq p.answer {

	margin-bottom: 0px;

	padding-top: 0px;

	margin-top: 0px;

}


div#faq li a{

}

div#faq li a:link{

}

div#reducedArea{
	width: 550px;
}

/* IE6 Only */
* html div#textualContent {
padding-top: 15px; 
width: 716px;
height: 432px;

display: inline-block;
}

/* IE7 Only */
*:first-child+html div#textualContent {
margin-top: 10px; 
}




div#textualContent a {
	text-decoration: underline;
}



sup {
	font-size: 75%;
	vertical-align: top;
	padding: 0px 2px 0px 2px;
}

strong, b {
	font-weight: bold;
	color: #333333;
}

/*ul {
	list-style: none;
}*/

ul.noMargin {
	margin: 0px;
	padding: 0px;
}

/*Multipage content*/

div#textualContent div#multipageContent {
	position: relative;
	top: -14px;
	display: table; /*this fixes an odd issue w/ ff and safari in which the left nav links are partially covered by this div*/
}

div#textualContent div#multipageContent #pageLinks {
	font-size: 11px;
	position: relative;
	top: 330px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	
}

div#textualContent div#multipageContent #pageLinks span {
	padding: 0px 11px 0px 11px;
}

div#textualContent div#multipageContent a.current_page_item,
div#textualContent div#multipageContent a:hover
{
	color: #000000;
}

/*Perfect for your hair type*/

div#textualContent.page_12 .firstP img {
	position: relative;
	top: -5px;
	padding-right: 10px;
}

div#textualContent.page_12 p {
	line-height: 14px;
	padding: 2px 0px 2px 0px;
}



/*FAQs*/

div#textualContent .faqs { /*The left alignment is weird in IE but it works well enough for now*/
	color: #333333;
	margin-left: 0px;
	padding-left: 29px;
}

div#textualContent .faqs li {
	margin: 0px;
	padding: 4px 0px 4px 0px;
	color: #808080;
}

div#textualContent .faqs strong,
div#textualContent .faqs b
{
	color: #000000;
	display: block;
	padding-bottom: 4px;
}

/*Featured technologies*/

div#textualContent.page_13 a.block {
	padding-right: 5px;
}

div#textualContent.page_13 img {
	float: right;
	position: relative;
	left: 28px;
}

/*Send to friend*/

table.emailToFriendData {
	display: inline;
	float: left;
	padding-top: 7px;
	padding-bottom: 7px;
}
table.emailToFriendData td {
	height: 35px;
	vertical-align: middle;
	padding: 0;
	line-height: 12px;
}
table.emailToFriendData td.firstName {
	width: 90px;
	text-align: right;
}
table.emailToFriendData td input {
	width: 110px;
	margin-left: 20px;
	margin-right: 23px;
}
form#sendtoafriend input#contactsubmit {
	position: relative;
	top: 82px;
	float: left;
	display:table;
}
form#sendtoafriend small {
	font-size: 10px;
}
hr {
	border: none;
	width: 750px;
	text-align: left;
	height: 0px;
	visible:false;	
	border-top: 1px solid #dddddd;
	padding: 0px 0px 5px 0px;
	margin: 0px;
	clear: both;
}
p.howManyFriends {
	padding-bottom: 12px;
}
div.clearFloats {
	clear: both;
	font-size: 1px;
}


/*sitemap*/
div#siteMap {
	padding-top: 10px;
	padding-left: 20px;
}
ul.siteMap {
	float: left;
	padding-top: 0px;
	margin-top: 0px;
	padding-right: 70px;
}
ul.siteMap li {
	font-weight: bold;
	padding: 1px;
}

/*Safari for Mac hack. It's purpose is to prevent the drop down from flickering when on top of Flash content.*/
/*This style makes Safari not change menu item color on rollover.*/
div.subNav ul li a:hover { 
	color: inherit;
}
div#inlineFlash {
	margin-bottom: 5px;
	margin-top: 0px;
}
div#whereToBuy {
	padding-right: 40px;
	text-align: center;
	padding-top: 5px;
	margin-top: 5px;
}

div#whereToBuy img{
	border-style: none;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	margin-top: 10px;
}

.innovationFeatures{
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	clear: both;
	display: block;
}
.innovationFeatures img { 
	margin-right: 10px; 
}
.innovationFeaturesImage {
	padding-top: 2px;
	float: left;
	text-align: center;
	width: 120px;
}
.wtbImage {
	padding-top: 2px;
	float: left;
	text-align: center;
	width: 250px;
}
.header2 {
	font-weight: bold;
	font-size: 1em;
	color: #ed6a00;
}
.extLink {
	color: #ed6a00;
	padding-left: 0px;
}
.extLink a {
	color: #ed6a00;
	text-decoration: underline;
}
.extLink a:link {
	color: #ed6a00;
	text-decoration: underline;
}
.extLink a:active {
	text-decoration: underline;
}
.extLink a:visited {
	text-decoration: underline;
}
.extLink a:hover {
	color: #7c4907;
	text-decoration: none;

}

.rLink {
	color: #ed6a00;
	padding-left: 0px;
	float: right;
}
.rLink a {
	color: #ed6a00;
	text-decoration: underline;
}
.rLink a:link {
	color: #ed6a00;
	text-decoration: underline;
}
.rLink a:active {
	text-decoration: underline;
}
.rLink a:visited {
	text-decoration: underline;
}
.rLink a:hover {
	color: #7c4907;
	text-decoration: none;

}
.stfSender {
	margin-bottom: 50px;
	margin-top: 50px;
}
.stfFriends {
}
.stfFriends th {
	height: 30px;
	text-align: left;
}


noscript p {
	padding: 20px;
}


/* This style is ignored by Safari but interpreted by other browsers to make the rollovers work on them. The # symbol causes the style block to be ignored. */
div.subNav ul li a:hover {
	color: #333333; # 
}
