/* screen.css */
body {
	margin: 0;
	padding: 0;
	background: #40FF40 url('../images/background.gif');
	font-family: Helvetica, sans-serif;
	line-height: 1.4em;
}

h1,h2,h3,p,ul,li {
	margin: 0;
	padding: 0;
}

p,h2,h3 {
	margin: 0 0 10px 0;
}

ul {
	list-style-type: none;
}

.hidden {
	display: none;
	}
#wrap {
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 40px;
	padding: 10px;
	width: 780px;
	background: #fff;
	border: 5px solid #2F6B15;
}


#header {
	background: url('../images/logo.gif') no-repeat;
	height: 105px;
}

#address {
	float: right;
	padding-right: 20px;
	}
#address h1 {
	text-align: center;
	padding: 0;
	margin: 0;
	font-size: small;
	font-weight: normal;
}

#nav, #subNav{
	background: #2F6B15;
	padding: 10px;
	clear: both;
}

#nav {
	margin: 10px 0 0 0;
	border-top: 5px solid #2F9415;
}

#subNav {
	padding-top: 0px;
	border-top: 1px solid #fff
	}
#nav ul li, #subNav ul li {
	display: inline;
	margin: 0 10px 0 10px;
}

#nav a, #subNav a{
	color: #fff;
	text-decoration: none;
}

#subNav a {
	font-size: 80%;
	}
#content {
	margin: 10px 0 0 0;
	padding: 10px;
	float: left;
	width: 505px;
}

#services img {
	float:right;
	padding: 10px;
	}
#services {
	width: 500px;
	}
#services li{
	margin-left: 20px;
	}
#services p {
	margin-top: 20px;
	}	
#guinessLogo {
	float: right;
	}
#news {
	width:700px;
	}
#content ul {
	list-style-type: disc;
}

#sidebarWrapper {
	float: right;
}
.sidebar {
	margin: 10px 0 10px 0;
	width: 235px;
	border: 1px solid;
}

.sidebar h3{
	padding: 5px;
	background: #eee;
	border-bottom: 2px solid #ddd;
	font-weight: normal;
}

.quote {
	text-align: center;
	color: #2F9415;
	font-size: 125%;
	}
#mainContentWrapper {
	clear:both;
	margin-top: 10px;
	}	
#mainContentWrapper h2 {
	background: #ddd;
	}	
#mainContentWrapper ul {
	margin-left: 30px;
	}	
#mainContentWrapper p {
	margin-top: 10px;
	}	
#mainContentWrapper a{
	color: #ff0000;
}	
#signUp {
	border: 1px solid;
	background: #ddd;
	font-size: 80%;
	margin-top: 10px;
	padding-left: 2px;
}
#movieWrapper {
	float: left;
	border: 1px solid;
	margin-top: 30px;
	text-align: center;
	background-color: #ddd;
	display: inline-block;
	}

.returnToTop {
	font-size: 70%;
	}
.menu h3 {
	padding: 5px;
	margin-top: 10px;
	background: #eee;
	border-bottom: 2px solid #ddd;
	font-weight: normal;
	width: 750px;
	}
.menu li {
	list-style-type: none;
}

#special {
	padding-left: 5px;
	padding-right: 5px;
	border-top: 1px solid;
}
	
#mainCourse {
	float: left;
	width: 150px;
}

.menu #mainCourse {
	width: 300px;
	}
	
#price {
	float: right;
	color: #ff0000;
}	

#sides {
	clear: both;
	font-size: 80%;
	color: #2F6B15;
}	

.calendar {
	width: 450px;
	}
.calendar li {
	list-style-type: none;
}

#event {
	border-top: 1px solid;
	margin-bottom: 10px;
	}
#date, #name {
	float:left;
	padding-right: 10px;
	}
#name {
	font-weight: bold;
	}	
#comments {
	clear:both;
	font-size: 80%;
	color: #2F6B15;
	}	
#footer {
	clear: both;
	background: #eee;
	border-bottom: 2px solid #ddd;
	font-size: 70%;
	text-align: center;
	padding: 0;
	margin: 0;
}

#footer p {
}