/* 
 * Notes:
 *
 * gold = #ffd700
 * colour from wrap = #d9b577
*/

body {
	margin: 0;
	padding: 0;
	background-color: black;
	background-image: url(../img/recipe_bg.jpg);
	background-repeat: repeat-x repeat-y;
	color: white;
	font: small Verdana, Helvetica, Arial, sans-serif;
}


#wrapper {
	color: white;
	background-color: black;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 10px 0 10px ;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	
	min-width: 760px;
	max-width: 900px;
}

#header_top {
	height: 77px;
	background-color: black;
}

#header_menu {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin: 0;
	padding: 0 0 0 20px;
}

#header_menu ul {
	margin: 0;
	padding: 0;
	padding: 0 30px 0 0;
	text-align: right;
}

#header_menu li {
	display: inline;
}

#header_menu a:link, #header_menu a:visited {
	text-decoration: none;
	color: white;
}

#header_menu li a:hover {
	text-decoration: none;
	color: #ffd700;
	font-weight: normal;	
}

#tagline {
	background-color: black;
	color: #d9b577; 
	font-style: italic;
	font-weight: bold;
	margin: 2px 0 0 0;
	padding: 0 0 0 0px;
	width: 300px;
	float: left;
}

#logo {
	display: block;
	float: left;
	margin-left: 20px;
}

#bus {
	display: block;
	text-align: right;
	margin-right: 0;
}

#main {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	margin-top: 10px;
}


#content {
	margin: 0 240px 0 0;
	border: 1px solid #cccccc;
	background-color: black;
	color: white;
}

#content .inner {
	margin: 10px 20px 10px 40px;
}

#content .inner a:link, #content .inner a:visited {
	text-decoration: underline;
	color: #ffffff;
	font-weight: normal;
}

#content .inner a:hover {
	text-decoration: none;
	color: #ffd700;  
	font-weight: normal;	
}

/* color: #d9b577;  goldish colour from wrap*/

#content .inner h2 {
	color: gold;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #b9d2e3;
	font-size: 150%;
}

#content .inner h2 {
	color: gold;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #b9d2e3;
	font-size: 150%;
}

/* Links on the Photo Albums */
#content .inner .pics a:link, #content .inner .pics a:visited {
	text-decoration: underline;
	color: #000000;
	font-weight: normal;
}

/* Links on the Photo Albums */
#content .inner .pics a:hover {
	text-decoration: none;
	color: #ffd700;  
	font-weight: normal;	
}

#sidebar {
	position: absolute;
	top: 0;
	right: 10px;
	width: 200px;
	background-color: black;
	color: white;
	margin: 0;
	padding: 0;
}

#sidebar h3 {
	font-size: 110%;
	background-image: url(../img/sidebar_header_bg.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0.2em 0 0.2em 10px;
	font-weight: bold;
	color: black;
}

#sidebar ul {
	list-style-image: url(../img/bullet.gif);
	margin-left: 0;
	padding-left: 20px;
}

#nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav li {
	border-bottom: 1px solid #b9d2e3;
	padding: 0.4em 0.4em 0.2em 0;
	font-size: 90%;
}

#nav li a:link, #nav li a:visited {
	text-decoration: none;
	color: #ffffff;
	font-weight: normal;
}

#nav li a:hover {
	text-decoration: none;
	color: #ffd700;  
	font-weight: normal;	
}

/* Used to highlight the link when on the current page */
#nav li.current a:link, #nav li.current a:visited {
	text-decoration: none;
	color: #ffd700;  
	font-weight: normal;	
}

/* Used to highlight the link when on the current page */
#nav li.current a:hover {
	text-decoration: none;
	color: #ffd700;  
	font-weight: normal;	
}


#footer {
	width: 100%;
	margin-top: 30px;
}

#footer p {
	font-size: 80%;
	color: white;
	margin: 0;
	padding: 0.2em 0 0.2em 0;
	text-align: center;
}

/*  Aligns the email image on contact.php */
.email_img {
	margin: 0;
	padding: 0;
	vertical-align:middle;
}


/* The following are used for the form on contact.php -- from sitepoint.com*/
fieldset {
	margin: 1.5em 0 0 0;
	padding: 0;
	border: 1px solid #cccccc;
}
legend {
	margin-left: 1em;
	color: #ffffff;
	font-weight: bold;
}
fieldset ol {
	margin: 0;
	padding: 1em 1em 0 1em;
	list-style: none;
}
fieldset li {
	margin: 0;
	padding-bottom: 1em;
}
fieldset.submit {
	margin: 0;
	border-style: none;
}
label { 
	position: relative;
	float: left;
	width: 10em;
	margin-right: 1em;
}

label em {
	position: absolute;
	left: 10em;
	top: 0;
}

.required {
	font-size: 85%;
	margin: 0;
	padding: 1em 1em 0 1em;	
}


fieldset.submit {
	float: none;
	width: auto; 
	padding-top: 1.5em;
	padding-left: 12em;
	background-color: #000000;
}

#small_font {
	font-size: 80%;	
}

#large_font {
	font-size: 120%;	
}
