/* Styles for Chef Craig Priebe's site */

body
{
	margin: 0 0 0 0;
	background-color: #ffffff;
}

/* id which holds the navigation links */
#Navigation
{
	width: 100%;
	height: 30px;
}

#Navigation A
{
	font-size: 10pt;
	color: black;
	font-family: 'Trebuchet MS';
	text-decoration: none;
}

#Navigation td
{
	border-left: 1px dotted #000000; 
	padding-left:4px; 
	padding-right:7px
}

#ActiveLink A
{
	font-size: 10pt;
	color: black;
	font-family: 'Trebuchet MS';
	font-weight:700;
	text-decoration: underline;
}

/* class which contains the main content for the site
 * excluding the top navigation bar */
.MainContent
{
	border: solid 1px #d9d9d9;
}

.txtPuckQuote
{
	width: 168px; 
	vertical-align: top; 
	padding-top: 7px;
	text-align: center;
	
	font-family: Verdana;
	font-size: 10pt;
	color: #6A6A6A;
	color: Black;
}

.RecipeText
{
	padding-right: 10px; 
	padding-left: 10px; 
	padding-bottom: 0px; 
	padding-top: 2px;
	
	font-size: 9pt; 
	font-family: Verdana; 
	color: black; 
	margin: 0px
}

.paragraphText
{
	padding-right: 10px; 
	padding-left: 10px; 
	padding-bottom: 0px; 
	padding-top: 2px;
	
	font-size: 9pt; 
	font-family: Verdana; 
	color: black; 
	margin: 0px
}

.RecipeText A
{
	text-decoration: none;
}

h1
{
	padding: 10px;
	font-family: Verdana;
	font-size: 16pt;
	margin: 0;
}

#CopyrightText
{
	color: black; 
	font-size: 9pt; 
	font-family: Trebuchet MS
}

.MediaHeader
{
	border-bottom: dotted 1px #000000;
}

.MediaHeader A
{
	color: #CF6F11; 
	font-family: Verdana; 
	font-size: 13pt;
	font-weight: bold;
	text-decoration: none;
}

li
{
	padding: 5px;
}