﻿/*********** GENERAL / ALL D.W.T. AREAS ***********/  /*********** GENERAL / ALL D.W.T. AREAS ***********/  /*********** GENERAL / ALL D.W.T. AREAS ***********/
body        
{
	padding:0;
	margin:0;
	font-family:Verdana, Arial, Sans-Serif;
	font-size:12px;
	color:#333;
	line-height:150%;
	background:#f5fffc;
	background-image:url('../images/background-top.jpg');
	background-repeat:repeat-x;
}

img
{
	border:0;
}

td
{
	vertical-align:top;
}

table#wrap    /*** TOTAL WRAP WIDTH = 950px - NO BORDER ***/
{
	width:950px;
	margin:auto;
}


/*********** BANNER ***********/

td#banner
{
	height:250px;
}



/*********** NAVIGATION ***********/
div#nav
{
	width:250px;
	height:350px;
	background-image:url('../images/navigation-blackboard.jpg');
	
}

div#nav ul
{
	margin:0;
	padding:90px 0 0 50px;
}

div#nav li
{
	list-style:none;
	padding:0;
	margin-top:10px;
}

div#nav a,
div#nav a:visited
{
	color:#fff;
	font-size:14px;
	font-weight:bold;
}


div#nav a:hover
{
	color:#40ff40;
}


/*********** GENERAL HYPERLINKS / ALL UNSPECIFIED HYPERLINKS ***********/
a, a:visited 
{
		color:#00c;
		text-decoration:none;
}

a:hover, a:active
{
		color:#40ff40;
}

/*********** AREA UNDER NAV***********/
p#under-nav
{
	font-size:16px;
	color:#fff;
	text-align:center;
}

div#logo 
{
	text-align:center;
}



/*********** MAIN CONTENT AREA ***********/

div#content   	 
{
	width:600px;	/********** !!! MAXIMUM CONTENT WIDTH = 600px **********/  
	margin:10px;
	padding:25px;
	border:3px dashed #fe5a5e;
	position:relative;
}

h1{
	color:#3ee204;
	padding:0;
	margin:15px;
	font-size:26px;
}

h2{
	color:#e42a2e;
	padding:0;
	margin:0;
	font-size:16px;
}


/*********** CATEGORY RECIPE LISTS ***********/
table#recipe-links td 
{
	border:3px solid #eee;
	width:33%;
	text-align:center;
}

table#recipe-links a, a:visited 
{
	color:#222;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
}

table#recipe-links a:hover
{
	color:#fe5a5e;
}



/*********** HOME PAGE ***********/

table#s-m-d_pics 
{
	width: 100%; text-align:center;
}

table#s-m-d_pics a,
table#s-m-d_pics a:visited
{
	color:#222;
	font-weight:bold;
}

table#s-m-d_pics a:hover
{
	color:#fe5a5e;
}



/*********** INDIVIDUAL RECIPE PAGES ***********/

img#flag
{
	position:absolute;
	top:25px;
	right:40px;
}

div#music-sample
{
	text-align:right;
	padding-right:15px;
	font-size:10px;
}

img.main-image
{
	border:5px solid #e0fef6;
}
/*********** FOOTER ***********/

div#footer
{
	text-align:center;
	background:#e0fef6;
	margin:40px;
}

