/****************************************************************************************	
	[RESET]
*****************************************************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
ul, ol {list-style: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}

/****************************************************************************************	
	[COMMON ELEMENTS - TYPE SELECTORS]
*****************************************************************************************/

body {
	color: #000;
	font: 10pt/1.5 "Lucida Sans Unicode", "Lucida Grande", Lucida, Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
	background-color: #fff;
}
a:link, a:visited {
	color: #000;
	text-decoration: none;
}
table {
	width: 100%;
	border-collapse: collapse;
}
th, td {
	border: 1px solid #ccc;
	padding: 2px 26px 2px 6px;
	vertical-align: top;
}
th {
	text-align: left;
	font-weight: bold;
}
strong {font-weight: bold;}
em, i {font-style: italic;}
code {
	font-family: "Courier New", Courier, monospace;
	color: #663333;
}
blockquote {
	margin: 0 30px;
	font: italic 12pt "Times New Roman", Times, serif;
}
	blockquote p {margin-bottom: 12px;}
	blockquote cite {
		display: block;
		font: normal 9pt "Lucida Sans Unicode", "Lucida Grande", Lucida, Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		color: #999;
		text-align: right;
	}
q {font: italic 11pt "Times New Roman", Times, serif;}
/* don't split images over pages */
img	{page-break-inside: avoid;}
/* Headers */
h1, h2, h3, h4, h5, h6 {
	font-size: 25pt;
	font-weight: bold;
	margin-bottom: 15px;
}
h2, h3, h4, h5, h6 {
	font: bold 18pt Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}
h3, h4, h5, h6 {
	font: bold 16pt "Times New Roman", Times, serif;
	color: #100d60;
}
h4, h5, h6 {
	font: bold 14pt "Lucida Sans Unicode", "Lucida Grande", Lucida, Arial, Helvetica, sans-serif;
	color: #333;
}
/* avoid a header right at the bottom of the page */
h2, h3, h4, h5, h6 {page-break-after: avoid;}
/* Margins */
p, ul, ol, dl, table {margin-bottom: 20px;}
/* Lists */
ul, ol {margin-left: 40px;}
ul {list-style: disc;}
ol {list-style: decimal;}
	/* Nested */
	ul ul, ul ol, ol ol, ol ul {margin: 8px 0 8px 20px;}
	ul ul {list-style: circle;}
	ol ol {list-style: lower-alpha;}
	ol ol ol {list-style: lower-roman;}

/****************************************************************************************
	[SITE STRUCTURE]
*****************************************************************************************/

/* [HIDE ELEMENTS]
-------------------------------------------------------*/
.hide, .hide-p, #nav-main, #breadcrumbs, #aside,
.dload-hcard, #top, #credits, #logo, .more-info,
#monthly-recipe, #aside .panel img, ul#img-caption li.divider,
.message, #enquiry-form {display: none;}

/* [SHOW ELEMENTS]
-------------------------------------------------------*/
#header {
	padding-bottom: 10px;
	border-bottom: 2px solid #100d60;
}
#content-wrapper {padding: 25px 0;}
#home #aside, #contact #aside {display: block;}
#footer {
	border-top: 2px solid #100d60;
	padding: 14px 0 0 0;
	clear: both;
	width: 100%;
	font: 8pt Arial, Helvetica, sans-serif;
	color: #666;
	position: relative;
}
	#footer p {margin-bottom: 3px;}
	#footer a {color: #666;}
	#footer div.vcard h6 {
		margin-bottom: 3px;
		font-size: 100%;
		color: #666;
	}
	#footer #copyright-credits {
		position: absolute;
		top: 14px;
		right: 0;
	}

/****************************************************************************************
	[GLOBAL RULES]
*****************************************************************************************/

/* [MISC]
-------------------------------------------------------*/
/* Font size */
.sml-txt {font-size: 9pt;}
.lrge-txt {font-size: 12pt;}
/* Block */
.block {display: block;}

/****************************************************************************************
	[MAIN CONTENT COMPONENTS]
*****************************************************************************************/

/* [INTRO]
-------------------------------------------------------*/
.intro {font-size: 12pt;}

/* [SUB TEXT]
-------------------------------------------------------*/
.txt-sub {
	font: italic 100%/1.3 "Times New Roman", Times, serif;
	color: #666;
}

/* [NUTRITIONAL DATA]
-------------------------------------------------------*/
ul#nutritional-data em {
	font-weight: bold;
	font-style: normal;
}

/* [CUSTOM IMAGES]
-------------------------------------------------------*/
img.alt {
	border: 1px solid #d7d7d7;
	padding: 1px;
}
img.img-r {
	float: right;
	margin: 0 0 14px 14px;
}

/* [IMAGE / CAPTION]
-------------------------------------------------------*/
ul#img-caption {
	margin-left: 0;
	list-style: none;
}
	ul#img-caption img {
		border: 1px solid #d7d7d7;
		padding: 1px;
	}

/* [MICROFORMAT - hCard]
-------------------------------------------------------*/
div.vcard p {margin-bottom: 10px;}
div.vcard p.tel {margin-bottom: 3px;}
#aside div.vcard h3 a {color: #100d60;}
#aside div.vcard span.no-main {
	font: 20pt "Arial Narrow", Arial, Helvetica, sans-serif;
	display: block;
	color: #1772AE;
}