/* hand coded for the corn dog casserole page, featuring cabel's FancyZoom pop-up script */

/* do not call css reset - it messes with FancyZoom */

/* copyright june 2009, dossan publication */

/* !   BODY STYLING */

body {
	background: url(../ciaa_border.gif) repeat-y 0 0;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	}

#container {
	width: 800px;
	margin: 0 auto;
	}

/* !   URL STYLING */

a#url_link {
	display: block;
	width: 240px;
	margin: auto;
	font-weight: bold;
	color: #cccccc;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	}

a#url_link:hover {
	color: #cccccc;
	text-decoration: none;
	}

/* !   HEADER STYLING */

#header {
	float: left;
	display: block;
	width: 450px;
	margin-left: 165px;
	}

#header p#tagline {
	line-height: 18px;
	text-shadow: 1px 1px 1px #cccccc;
	font-weight: bold;
	font-size: 18px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	text-align: center;
	}

#header p#title,
#main p#leftover {
	color: blue;
	font-size: 26px;
	text-shadow: 2px 2px 1px #cccccc;
	font-weight: bold;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	text-align: center;
	}

#header p#logo {
	display: block;
	width: 432px;
	height: 277px;
	margin: auto;
	background: url(../ciaa_logo_sixinch.gif) no-repeat 0 0;
	text-indent: -9999px;
	margin-top: -40px;
	}


/* !   SIDEBAR STYLING */

#sidebar {
	display: block;
	float: right;
	height: 400px;
	width: 125px;
	}

#sidebar ul {
	list-style: none;
	}

#sidebar li {
	margin-bottom: -5px;
	}

#sidebar a {
	color: silver;
	font-size: 11px;
	text-decoration: none;	
	}

#sidebar a.active:hover {
	color: teal;
	}

/* !   MAIN STYLING */

#main {
	display: block;
	width: 450px;
	float: left;
	margin-left: 165px;
	}

.alert {
	color: red; 
	}

#main p#with {
	font-size: 18px;
	color: gray;
	text-align: center;
	font-weight: bold;
	margin-top: -20px;
	}

#main p#leftover {
	color: blue;
	font-size: 26px;
	text-shadow: 2px 2px 1px #cccccc;
	font-weight: bold;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	text-align: center;
	margin-top: -20px;
	}

#main p#cookbook {
	text-align: center;
	font-size: 18px;
	}

#main p#cdclink {
	text-align: center;
	font-size: 16px;
	}

/* !   CDC RECIPE STYLING */

#recipe {
	border: 3px gray double;
	padding: 8px 8px 0;
	}
	
#recipe span {
	font-weight: bold;
	font-size: 19px;
	}

#recipe li {
	color: gray;
	font-style: italic;
	font-size: 15px;
	}
	
#recipe #instructions {
	font-size: 14px;
	}

/* !   CDC DIRECTIONS STYLING */

#captiontitle {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	}

#pix dl span {
	display: block;
	width: 450px;
	min-height: 82px;
	margin-bottom: 35px;
	}

#pix dl span a {
	display: block;
	float: right;
	margin-left: 11px;
	margin-top: 15px;
	}

#pix dl span dt {
	text-indent: 18px;
/* 	text-align: center; */
	font-weight: bold;
	font-size: 15px;
	color: red;
	}

#pix dl span dd {
	}

#printlink {
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	}

/* !   FOOTER STYLING */

#footer {
	display: block;
	width: 450px;
	margin: auto;
	}

#footer p {
	font-size: 12px;
	color: gray;
	font-style: italic;
	text-align: center;
	margin-bottom: -5px;
	}
