/*
Bertoldi's / bertoldis.ca
4c / 4c.ca
July-August 2008
 Menu Specific Styles
*/


* {
	outline: none;
}

body {
	font-family: georgia, 'times new roman', serif;
	font-size: 62.5%;
}

h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, dt, ol, p, ul {
	margin: 0 0 1em;
	padding: 0;
}

.menu-wrapper {
	display: block;
	margin: 30px auto;
	position: relative;
	width: 950px;
}

.menu-wrapper div {
	display: block !important;
}

p {
	color: #222;
	font-size: 1.2em;
	line-height: 1.5em;
}

a {
	color: #9e2615;
	text-decoration: none;
}

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


/* Menu Nav */

.menu-nav {
	border-bottom: 1px solid #a6a592;
	display: block;
	height: 20px;
	margin: 0 0 40px;
	width: 950px;
}

.menu-nav li {
	border-right: 1px solid #a6a592;
	float: left;
	font-size: 1.1em;
	font-weight: bold;
	list-style-type: none;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	text-transform: uppercase;
}

	.menu-nav li.last-menu-item {
		border: 0;
		margin: 0;
		padding: 0;
	}

.menu-nav li a {
	display: block;
	text-decoration: none;
}

	.menu-nav li a:link,
	.menu-nav li a:visited {
		color: #222;
	}
	
	.menu-nav li a:hover {
		color: #bf2e1a;
	}
	
.menu-print {
	background-color: #bf2e1a;
	color: #fff;
	display: block;
	font-size: 1.2em;
	padding: 3px 7px;
	position: absolute;
	top: 30px;
	right: 0;
}

/* headers */ 
	

h3 {
	color: #bf2e1a;
	font-size: 2.3em;
	margin: 60px 0 20px;
	text-transform: uppercase;
}

h4 {
	color: #222;
	font-size: 1.4em;
	font-weight: normal;
	font-style: italic;
	line-height: 1.6em;
	margin: 0 0 40px;
}


dl {
	color: #222;
	margin: 0;
}

dd {
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 0 0 10px;
}

	dd strong {
			font-size: 1em;
			font-weight: bold;
			text-transform: uppercase;
		}

dt {
	color: #bf2e1a;
	font-size: 1.4em;
	font-weight: bold;
	margin: 50px 0 12px;
	text-transform: uppercase;
}


#footer {
	border-top: 1px solid #a6a592;
	margin: 40px auto;
	padding: 5px 0 0;
	width: 950px;
}

#footer p {
	margin: 0;
}	


.footer-left {
	float: left;
}

.footer-right {
	float: right;
	clear: both;
}
