﻿/* CSS for Nick Stellino */


/**************   FRAMEWORK LAYOUT **************/
*
{
    margin:0;
    padding:0;
}

body
{
	margin: 0;
	padding: 0;
	background-color: #000;
}

/**************   text **************/
body 
{
    text-align:center;
	font-family: Verdana, Arial, helvetica;
	color:#000;
	font-size: 11px;
}

a {}
a:link{color:#a52204;}
a:active{color:#a52204;}
a:visited{color:#a52204;}
a:hover{color:#a52204 ;}
/**************   for baloons **************/
.tt {
    color:#a52204;
    text-decoration:underline;
    cursor:pointer;
  }
h1, h2, h3, h4, h5, h6, p {
	}
ul, ol, dl, li, dt, dd {
	}

h1 {
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;	
	}
	
h2 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	}
	
h3 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	}
	
h4 {
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	}
	
h5 {
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	}
img {
	border: 0px;
	}
.mentop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#FFFFFF;
	font-weight: bold;
	text-align: right;
	padding-right: 20px;
}
.men1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-weight: bold;
}
.men1 p{
	padding-bottom:3px;
}
.men1 a:link{
	color:#FFFFFF;
	text-decoration: none;
}
.men1 a:visited{
	color:#FFFFFF;
	text-decoration: none;
}
.men1 a:hover{
	color:#99bc99;
}
.men2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	margin-left: 20px;
	margin-right: 10px;
}
.men2 a:link{
	color:#FFFFFF;
	text-decoration: none;
}
.men2 a:hover{
	color:#99bc99;
}
Table.Head
{
	width: 720px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	border-collapse: collapse;
	background-color: #FFFFFF;
	height: 36px;
}
Table.ContentNoPad /*Outer table for content with no padding (i.e.; top section on TV Show) */
{
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-collapse: collapse;
	padding: 0px;
}
Table.ContentNoPad td
{
	padding: 0px 0px 0px 0px;
}
Table.ContentPad /*Outer table for content with padding (i.e.; Bio) */
{
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
Table.ContentPad td
{
	padding: 25px 30px 20px 40px;
}
Table.Content1
	{
	/*
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 50px;
	margin-right: 50px;
	border-collapse: collapse;
	*/	
	}
Table.Content1 td
	{
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	text-align: left;
	}
.Content1  h1, h2, h3, h4, h5, h6, p
	{
	text-align:left;
	padding-bottom: 10px;
	}
.Content1  ul
	{
	text-align:left;
	padding: 0 0 15px 15px;
	}
Table.Content2
	{
	margin-right: auto;
	margin-left: auto;
	}
Table.Content2 td
	{
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
	text-align: center;
	}
p.Content2
	{
	text-align: center;
	}
Table.Foot /*Outer table for content with padding (i.e.; Bio) */
{
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	background-color: #666666;
	height:36px;
}
Table.Foot td
{
	padding: 12px 13px 14px 13px;
	font-size: 10px;
	color: #FFFFFF;
}
.PadBottom4 p{
	padding-bottom: 4px;
}
.recipe-ingredients {
	text-align: right;
	padding-bottom: 3px;
}
.recipe-ingredients p{
	font-size:10px;
	text-align: right;
	padding-bottom: 3px;
}
.recipe-ingredients h3 {
	text-transform:uppercase;
	font-size:10px;
	text-align: right;
}
#recipe-instructions p {
	padding-bottom: 12px;
}
#recipe-instructions h2 {
	font-size: 16px;
}
#recipe-instructions h3 {
	font-size: 12px;
	text-transform: none;
	font-style: italic;
}
#recipe-instructions h4 {
	font-size: 12px;
	text-transform: uppercase;
	font-style: normal;
	padding-bottom: 5px;
}
.media-text 
{
    font-weight: bold;
    color: #5c5c5c;
    font-size: 10px;
    width:150px;
    padding-top: 5px;
    padding-bottom: 30px;
}
hr
{
	margin-bottom: 10px;
}
hr.green10
{
	height: 10px;
	background-image: url(images_new/placeholder_green.jpg);
}
hr.black10
{
	height: 10px;
	background-image: url(images_new/placeholder_black.jpg);
	margin-bottom: 10px;
}
.PicBrd {
	border: 5px solid #FFFFFF;
}
.error 
{
    color: #cc0;
    font-weight: bold;
}


/**************   drop down menu **************/


#tabs {
	/*margin:10px 0 0 0;*/
	padding:0;
	text-align:right;
}
#tabs img {border:0;}
#tabs ul {
	display:block;
	position:absolute;
	text-align:right;
	
}
#tabs ul.children {
	margin:0;
	padding:0;
	z-index:100;
	visibility:hidden;
	background-color: #005700;
	border:0;
	filter:alpha(opacity=90);
	-moz-opacity:0.9; -khtml-opacity: 0.9; opacity: 0.9;
}

#tabs li {
	display:inline;
	float:left;
	height:auto;
	
}
#tabs li li {
	display:block;
	float:none;
}
#tabs a {
	display:block;
}

#tabs ul a {
	line-height:20px;
}
#tabs ul ul a {
	
}
#tabs ul a:hover, #tabs ul a.selected {
	
}
#tabs li:hover ul, #tabs li.sf ul {
	visibility:visible;
}
#tabs li:hover ul ul, #tabs li.sf ul ul {
	visibility:hidden;
}
#tabs li:hover ul, #tabs li li:hover ul, #tabs li.sf ul, #tabs li li.sf ul {
	visibility:visible;
}

#tabs ul.children li 
{
    
}
#tabs ul.children a {
	border:0;
	width:280px;
	text-align:left;
	padding:0 10px;
	text-decoration:none;
	color:#fff;
}

#tabs ul.children a:hover, #tabs ul.children a.selected {
	color:#fff6A6;
}
.lightbox img {border:0;}

