﻿/* CSS reset - ensures all browsers look the same*/
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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end of css reset*/

/* embedded fonts - to make non-websafe fonts work */

/* typography */
body {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
}
h1,h2, h3{
	font-family: 'Marcellus', serif;
	font-weight: normal;
	font-variant: small-caps;
	letter-spacing: 0.04em;
	color: #921839;
}
h2 {
	font-size: 26px;
	padding-top: 20px;
}
h1 {
	font-style: normal;
	font-size: 28px;
	margin-top: 20px;
}
h4 {
	padding-top: 10px;
	line-height: 20px;
	font-size: 1em;
	padding-bottom: 0px;
	margin-bottom: -3px;
	font-weight: bold;
	color: #141213;
}
#content p {
	padding-top: 5px;
	line-height: 24px;
	font-size: 1.05em;
	padding-bottom: 5px;
}
.contact p {
	font-size: 1.2em;
	color: #0072AB;
	line-height: 64px;
	float: left;
	padding-left: 10px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	margin-top: 8px;
}


/* page container */
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

/* header layout */
#header {
	height: 150px;
	border-bottom-style: groove;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
}
#logo {
	width: 552px;
	float: left;
	margin-top: 20px;
}
#top-nav {
	float: right;
	width: 408px;
	height: 64px;
	margin-top: 99px;
}

/* top navigation */
#top-nav li {
	float: left;
	width: 136px;
	font-size: 24px;
	line-height: 20px;
	font-family: 'Marcellus', serif;
	font-variant: small-caps;
}
#top-nav a, #top-nav a:link, #top-nav a:visited {
	text-decoration: none;
	color: #141213;
	display: block;
}
#top-nav a:hover {
	color: #9D1B3F;
}
#top-nav a:active {
	color: #d4af35;
}
.top-nav-subheader {
	font-size: 11px;
	font-style: normal;
	letter-spacing: -0.05em;
}

/* banner section - i.e. the top section with picture on the left and the content on the right */
#banner {
	height: 333px;
	border-bottom-style: groove;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	margin-top: 10px;
	padding-bottom: 10px;
}
#banner-pic {
	width: 500px;
	height: 333px;
	float: left;
}
#banner-content {
	background-position: 0px 30px;
	width: 408px;
	height: 333px;
	background-image: url('images/icons_s1.png');
	float: right;
	background-repeat: no-repeat;
	margin-left: 52px;
}
#banner-content p {
	padding-top: 5px;
	line-height: 24px;
	font-size: 1em;
	padding-bottom: 5px;
	font-weight: normal;
	color: #141213;
}
#banner-content ul {
	padding-top: 10px;
	margin-left: 0px;
}
#banner-content ul.home-list {
	padding-top: 0px;
	margin-bottom: -5px;
}
#banner-content li {
	line-height: 30px;
	padding-top: 2px;
	padding-bottom: 8px;
	color: #141213;
}
#banner-content i { /* this is for Font Awesome which makes the fancy bullet points */
	font-size: 1.1em;
	padding-right: 5px;
	display: block;
	float: left;
	padding-top: 6px;
}
.nivoSlider, .nivoSlider img, .nivo-slice {
    border-radius: 3px;  /* this is for the border radius on rotating pictures*/
}

/* footer */
#footer {
	height: 100px;
	margin-top: 23px;
}
#footer a, #footer a:link, #footer a:visited {
	color: #141213;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer-left {
	float: left;
	width: 320px;
}
#footer-right {
	float: right;
	width: 320px;
	text-align: right;
}
#footer-middle {
	width: 320px;
	text-align: center;
	float: left;
}

/* home page buttons */

#buttons {
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	clear: both;
	border-bottom-style: groove;
	padding-bottom: 10px;
	font-family: 'Marcellus', serif;
	font-weight: normal;
	font-variant: small-caps;
	letter-spacing: 0.04em;
}
.button {
	font-size: 20px;
	text-align: center;
	line-height: 40px;
	width: 225px;
	float: left;
	border-radius: 5px;
	height: 200px;
	margin-left: 20px;
	background-color: #A2DCE7;
	margin-top: 10px;
}
.button a,.button a:link,.button a:visited {
	color: #141213;
	text-decoration: none;
	display: block;
	border-radius: 5px;
}
.button a:hover {
	background-color: #84D1DF;
}
.button-left {
	margin-left: 0px;
}
.button-pic {
	width: 225px;
	height: 150px;
	background-color: #ffffff;
}

/* bottom navigation bar - on internal pages */
#bottom-nav {
	height: 30px;
	background-color: #A2DCE7;
	border-radius: 3px;
	margin-top: 10px;
}
#bottom-nav li {
	float: left;
	width: 14.28571%;
	text-align: center;
	line-height: 30px;
	font-size: 15px;
	font-family: 'Marcellus', serif;
	font-variant: small-caps;
}
#bottom-nav a, #bottom-nav a:link, #bottom-nav a:visited {
	text-decoration: none;
	color: #141213;
	display: block;
}
#bottom-nav a:hover {
	color: #141213;
	background-color: #84D1DF;
	border-radius: 3px;
}

/* page content below the banner */
#content {
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-style: groove;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	padding-bottom: 12px;
}

/*contact-form*/
#contact-form {
	margin-left: 145px;
	margin-top: 10px;
}
#contacts {
	margin-top: 10px;
}
.contact {
	height: 56px;
	clear: both;
}
.contact-icon {
	float: left;
}
.contact-text {
	color: #141213;
	margin-left: 63px;
	padding-top: 11px;
}
/* general modifiers - i.e. styles that are applied directly as classes to divs in many places throughout the site */
.blue-text {
	color: #A2DCE7;
}
.pink-text {
	color: #921839;
}
.clear-both {
	clear: both;
}
.bold {
	font-weight: bold;
}
.aligncenter {
	text-align: center;
}
li.opening-hours {
	margin-top: -10px;
	margin-bottom: -16px;
	font-size: 0.9em;
	line-height: 20px; !important
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.pad-t-5 {
	padding-top: 5px;
}
.less-padding {
	padding-top: 10px;
}