/* CSS Document */
html,body{
  height: 100%;
}
body{
  font-family: verdana,trebuchet,helvetica,arial,sans-serif;
  font-size: 62.5%;
  background: url('/images/background.jpg');
  margin-top: 0;
  margin-bottom: 0;
}
p,a,li{
  font-size: 1.1em;
  color: #6a6a6a;
}
p{
  line-height: 1.75em;
}
a{
  text-decoration: none;
}
a img{
	border: none;
}
h1{
  font-family: arial, helvetica, sans-serif;
  font-weight: normal;
  font-size: 2.6em;
  text-transform: uppercase;
  letter-spacing: .1em;
  word-spacing: .2em;
  padding-bottom: 10px;
  border-bottom: thin dotted #6c7b83;
}
.red_title{
  color: #c00000;
}
.green_title{
  color: #639d1b;
}
.yellow_title{
  color: #9f9d3a;
}
h2.recipe {
  color: #129a2b;
  font-weight: normal;
  font-size: 1.25em;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
td {
  vertical-align: top;
}

td.recipe {
  padding-left: 20px;
  line-height: 20px;
}

td.recipe p {
  margin-top: 0;
}

td.recipe a {
  color: #48913f;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}

td.recipe a:hover {
  text-decoration: underline;
}
.video_thumbnail {
  width: 125px;
  padding: 5px;
  margin: 10px;
  margin-left: 0;
  float: left;
  text-align: center;
}
.video_thumbnail h3{
	font-family: verdana, arial, sans-serif;
	font-size: 1em;
	height: 20px;
}
.video_thumbnail h4{
	font-family: verdana, arial, sans-serif;
	font-size: 1em;
	height: 30px;
	font-style: italic;
	color: #6a6a6a;
}
.video_thumbnail_image {
  vertical-align: bottom;
}
.video_thumbnail a{
	font-family: arial, helvetica, tahoma, sans-serif;
	font-style: italic;
	font-size: 1.1em;
	color: #767575;
}
#wrapper{
  padding-top: 1px;
  margin: 0 auto;
  width: 850px;
  background: #ffffff;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}
#header{
  padding-top: 1px;
  height: 191px;
  width: 850px;
  background: url('/images/culinary-header-bg.jpg');
}
#logo{
  float: left;
  margin-left: 35px;
  margin-top: 60px;
}
#dhlogo{
	margin-top: -5px;
	height: 115px;
	width: 110px;
	float: right;
}
#menu{
  padding-top: 1px;
  margin-top: 163px;
  height: 28px;
  width: 100%;
  background: url('/images/culinary-menu-bg.jpg') repeat-x; 
}
#tab_hldr{
  width: 609px;
  padding-top: 1px;
  height: 27px;
  float: right;
  margin-right: 80px;
}
.tab{
  float: right;
  width: 87px;
  height: 27px;
  margin-top: -2px;
  text-align: center;
  cursor: pointer;
}
.tab a{
  display: block;
  color: #ffffff;
  font-size: 1.01em;
  line-height: 1.2em;
  width: 87px;
  height: 27px;
  border: thin solid white;
}
.red
{
  background: url('/images/tab_red.png');
}
.green
{
  background: url('/images/tab_green.png');
}
.purple
{
  background: url('/images/tab_purple.png');
}
.yellow
{
  background: url('/images/tab_yellow.png');
}
.brown
{
  background: url('/images/tab_brown.png');
}
.grey
{
  background: url('/images/tab_grey.png');
}
.blue
{
  background: url('/images/tab_blue.jpg');
}



#page_content{
  padding: 20px 80px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}
#loader_content{
  padding: 20px 80px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}
#bottomshadow{
  padding-top: 1px;
  height: 28px;
  width: 100%;
  background: url('/images/culinary-menu-bg.jpg') repeat-x; 
  margin-bottom: 45px;
}
#footer{
  width: 851px;
  padding-top: 1px;
  text-align: center;
}
#leaderboard{
  width: 728px;
  height: 90px;
  margin: 0 auto;
  background: #fafafa;
}
#bottom_menu{
  margin: 0 auto;
  margin-top: 20px;
  width: 728px;
  padding-bottom: 15px;
}
#bottom_menu a{
  font-size: 1em;
}
div.hr{
	height: 10px;
	line-height: 1.2em;
	border-bottom: .4em dotted #6c7b83;
	margin-bottom: 10px;
}

