@font-face {
    font-family: 'UbuntuTitlingBold';
    src: url('fonts/UbuntuTitling-Bold-webfont.eot');
    src: url('fonts/UbuntuTitling-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/UbuntuTitling-Bold-webfont.woff') format('woff'),
         url('fonts/UbuntuTitling-Bold-webfont.ttf') format('truetype'),
         url('fonts/UbuntuTitling-Bold-webfont.svg#UbuntuTitlingBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Fabada';
    src: url('fonts/Fabada-regular.eot');
    src: url('fonts/Fabada-regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/Fabada-regular.eot.woff') format('woff'),
         url('fonts/Fabada-regular.eot.ttf') format('truetype'),
         url('fonts/Fabada-regular.eot.svg#Fabada-regular.eot') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
	text-decoration: none;
	color: inherit;
}
/* HTML5 display-role reset for older browsers */
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 reset */
.slides {
	height: 323px;
	width: 1024px;
	clear: both;
}
#credits a{
	color: #BC5153;
	text-decoration: underline;
}

body{
	background-color: #EFEFE4;
	color: #444;
	font-family: arial, sans-serif;
	font-size: 20px;
}
#contact{
	text-align: center;
	font-size: 42px;
	margin-top: 30px;
	font-family: Fabada, Arial, "Liberation Sans", FreeSans, sans-serif;
}
#contact p {
	margin-bottom: 6px;
}
#timeline-contact{
	text-align: center;
	font-size: 72px;
	margin-top: 130px;
	font-family: Fabada, Arial, "Liberation Sans", FreeSans, sans-serif;
}
#copy{
	position: relative;
	clear: both;
	overflow: hidden;
	margin-top: 30px;
	padding-top: 30px; 
}
#credits{
	width: 1024px;
	margin: 20px auto;
	font-size: 12px;
	text-align: center;
}
#footer{
	width: 100%;
	background-color: #444;
	margin-top: -12px;
}
h1{
	font-size: 28px;
	margin-bottom: .5em;
	margin-top: .5em;
	color: #BC5153;
	font-family: Fabada, Arial, "Liberation Sans", FreeSans, sans-serif;
}
h2{
	font-size: 21px;
	margin-bottom: .5em;
	margin-top: .5em;
	color: #BC5153;
	font-family: Fabada, Arial, "Liberation Sans", FreeSans, sans-serif;
}
#left{
	width: 477px;
	padding-left: 20px;
	margin-right: 30px;
	float: left;
}
.paragraph-head{
	font-family: Fabada, Arial, "Liberation Sans", FreeSans, sans-serif;
	font-size: 30px;
	color: #BC5153;
	margin-right: 5px;
}
#right{
	width:477px;
	padding-right: 20px;
	float: left;
}
#wrapper{
	width: 1024px;
	margin: 0 auto;
	overflow: hidden;
}
/* Form */
form{
	background-color: #444;
	height: 350px;
	margin: 0 auto;
	padding: 30px 15px;
	min-width: 1024px;
	width: 1024px;
	color: #444;
	
}
#left-form{
	float: left;
}
#right-form{
	float: left;
}
.input_xxlarge {
	margin: 25px 15px !important;
	font-size: 20px !important;
	padding: 15px !important;
}
#submit{
background-image: url("images/submit.png");
	background-color: #444;
	text-indent: -9999px;
	height: 49px;
	width: 154px;
	border: 0;
	margin-left: 310px;
}
textarea{
	resize: none;
}
#text-box{
	height: 250px;
	width: 450px;
	background-image:  url("images/form-background.png");
	background-repeat: no-repeat;
	background-position: right bottom;
}
/* End Form */


/* Navigation */
.nav-active{
	background-color: #888;
color: #EFEFE4 !important;
z-index: 9;
position: relative;
-moz-border-radius-bottomright: 10px;
border-bottom-right-radius: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-left-radius: 10px;
height: 100px !important;
}

#dropdown{
	height:120px !important;
}


#nav {
width: 1024px;
margin: 0 0 15px;
height: 50px;
overflow: visible;
z-index: 10;
position: relative;
font-family: 'UbuntuTitlingBold', Arial, sans-serif;
font-size: 30px;
}

#nav > ul {
position: relative;
margin: 0;
overflow: visible;
}

#nav > ul > li {
display: block;
float: left;
height: 75px;
overflow: visible;
color: #444;
}

#nav > ul > li a {
margin: 0 29px 0 0;
margin-bottom: 0;
display: block;
padding: 60px 10px 25px;
margin-top: 0px;
vertical-align: middle;
overflow: visible;
font-family: 'UbuntuTitlingBold', Arial, sans-serif;

}

#nav > ul > li:hover {
background-color: #444444;
color: #EFEFE4;
z-index: 9;
position: relative;
-moz-border-radius-bottomright: 10px;
border-bottom-right-radius: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-left-radius: 10px;
height: 100px;
}

#nav > img{
	float: left;
	margin-right: 232px;
}

/* drop down */
#nav > ul > li > ul {
display: none;
position: absolute;
z-index: 9;
color: white;
width: 175px;
top:100px;
}
#nav > ul > li > ul > li{
	background-color: #444;
	color: #EFEFE4;
}

#nav > ul > li > ul > li > a{
	padding: 15px 40px;
	font-family: 'UbuntuTitlingBold', Arial, sans-serif;
	font-size: 30px;
	
}
#nav > ul > li > ul > li:last-child{
	background-color: #444;
	
-moz-border-radius-bottomright: 10px;
border-bottom-right-radius: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-left-radius: 10px;
}

#nav > ul > li > ul > li:first-child{
	background-color: #444;
	
-moz-border-radius-topright: 10px;
border-top-right-radius: 10px;

}
#nav > ul > li > ul > li:hover {
background-color: white;
color: #444;
z-index: 9;
position: relative;
}

/* Steps */

#steps_wrapper {
	width: 1024px;
	margin: 0 auto;
}
.full-circle {
position: absolute;
top:5px;
left:5px;
 background-color: #BC5153;
 height: 40px;
 -moz-border-radius:20px;
 -webkit-border-radius: 20px;
 width: 40px;
 margin: auto;
 line-height: 40px;
}

.hidden-box{
	background-color: #444;
	height: auto;
	width: auto;
	position: absolute;
	bottom:55px;
	left:-40px;
	display: none;
	 -moz-border-radius:    10px;
   -webkit-border-radius: 10px;
   border-radius:         10px;
   padding: 25px;
   color: #EFEFE4;
   line-height: 1.5em;
   font-size: 16px;
}
.hidden-box p{
	margin-top: .5em;
}
.inner-hidden-box{
	width:515px;
}
.inner-hidden-box > img, .inner-hidden-box-copy{
	float: left;
}
.inner-hidden-box-copy{
	width: 175px;
	margin-left: 15px;
}
.inner-hidden-box-copy > h1{
	margin-top: 0;
}
.outer-circle {
position: relative;
 background-color: #444;
 height: 50px;
 -moz-border-radius:25px;
 -webkit-border-radius: 25px;
 width: 50px;
line-height: 50px;
float: left;
}

.spacer-line{
	background-color: #444;
	width: 50px;
	height: 5px;
	float: left;
	margin-top: 23px;
}

.hidden-box:after {
content: "";
position: absolute;
bottom: -15px;
left: 50px;
border-width: 15px 15px 0;
border-style: solid;
border-color: #444 transparent;
display: block;
width: 0;
}
#timeline{
	margin: 0 auto;
	padding-top: 220px;
	padding-left: 291px;
	clear: both;
	
}
#timeline-inner-copy{
	width: 300px;
	margin-left: 174px;
	float: left;
}
#steps_right_copy {
	width: 300px;
	float: left;
	margin: 11px 0 0 250px;
	display: block;
}

#timeline-copy{
	width: 1024px;
}

/* lightbox */
.fancybox{
	cursor: pointer;
}

.rounded-upper-left{
	-moz-border-radius-topleft: 10px;
border-top-left-radius: 10px;
}
.rounded-upper-right{
	-moz-border-radius-topright: 10px;
border-top-right-radius: 10px;
}
.rounded-bottom-left{
	-moz-border-radius-bottomleft: 10px;
border-bottom-left-radius: 10px;
}
.rounded-bottom-right{
	-moz-border-radius-bottomright: 10px;
border-bottom-right-radius: 10px;
}
.fancybox-image{
	-moz-border-radius: 10px;
border-radius: 10px;
}

.fancybox-opened .fancybox-skin{
	-moz-border-radius: 10px !important;
border-radius: 10px !important;	
}
.lightbox-div{
	float: left;
}
/* Light box Bowls */

#bowl1{
	background-image: url("images/bowls/thumb-nail/bowl1.jpg");
	background-repeat: no-repeat;
		-moz-border-radius-topleft: 10px;
border-top-left-radius: 10px;
}
#bowl2{
	background-image: url("images/bowls/thumb-nail/bowl2.jpg");
	background-repeat: no-repeat;
	}
#bowl3{
	background-image: url("images/bowls/thumb-nail/bowl3.jpg");
	background-repeat: no-repeat;
	-moz-border-radius-topright: 10px;
border-top-right-radius: 10px;
	}
	#bowl4{
	background-image: url("images/bowls/thumb-nail/bowl4.jpg");
	background-repeat: no-repeat;
	}
	#bowl5{
	background-image: url("images/bowls/thumb-nail/bowl5.jpg");
	background-repeat: no-repeat;
	}
	#bowl6{
	background-image: url("images/bowls/thumb-nail/bowl6.jpg");
	background-repeat: no-repeat;
	}
	#bowl7{
	background-image: url("images/bowls/thumb-nail/bowl7.jpg");
	background-repeat: no-repeat;
		-moz-border-radius-bottomleft: 10px;
border-bottom-left-radius: 10px;
	}
	#bowl8{
	background-image: url("images/bowls/thumb-nail/bowl8.jpg");
	background-repeat: no-repeat;
	}
	#bowl9{
	background-image: url("images/bowls/thumb-nail/bowl9.jpg");
	background-repeat: no-repeat;
		-moz-border-radius-bottomright: 10px;
border-bottom-right-radius: 10px;
	}
/* 	Light Box cups */
#cups1{
	background-image: url("images/cups/thumb-nail/cup1.jpg");
	background-repeat: no-repeat;
		-moz-border-radius-topleft: 10px;
border-top-left-radius: 10px;
}
#cups2{
	background-image: url("images/cups/thumb-nail/cup2.jpg");
	background-repeat: no-repeat;
	}
#cups3{
	background-image: url("images/cups/thumb-nail/cup3.jpg");
	background-repeat: no-repeat;
	-moz-border-radius-topright: 10px;
border-top-right-radius: 10px;
	}
	#cups4{
	background-image: url("images/cups/thumb-nail/cup4.jpg");
	background-repeat: no-repeat;
	}
	#cups5{
	background-image: url("images/cups/thumb-nail/cup5.jpg");
	background-repeat: no-repeat;
	}
	#cups6{
	background-image: url("images/cups/thumb-nail/cup6.jpg");
	background-repeat: no-repeat;
	}
	#cups7{
	background-image: url("images/cups/thumb-nail/cup7.jpg");
	background-repeat: no-repeat;
		-moz-border-radius-bottomleft: 10px;
border-bottom-left-radius: 10px;
	}
	#cups8{
	background-image: url("images/cups/thumb-nail/cup8.jpg");
	background-repeat: no-repeat;
	}
	#cups9{
	background-image: url("images/cups/thumb-nail/cup9.jpg");
	background-repeat: no-repeat;
		-moz-border-radius-bottomright: 10px;
border-bottom-right-radius: 10px;
	}	
/* 	Light Box Other */
#other1{
	background-image: url("images/other/thumb-nail/other1.jpg");
	background-repeat: no-repeat;
		-moz-border-radius-topleft: 10px;
border-top-left-radius: 10px;
}
#other2{
	background-image: url("images/other/thumb-nail/other2.jpg");
	background-repeat: no-repeat;
	}
#other3{
	background-image: url("images/other/thumb-nail/other3.jpg");
	background-repeat: no-repeat;
	-moz-border-radius-topright: 10px;
border-top-right-radius: 10px;
	}
	#other4{
	background-image: url("images/other/thumb-nail/other4.jpg");
	background-repeat: no-repeat;
	}
	#other5{
	background-image: url("images/other/thumb-nail/other5.jpg");
	background-repeat: no-repeat;
	}
	#other6{
	background-image: url("images/other/thumb-nail/other6.jpg");
	background-repeat: no-repeat;
	}
	#other7{
	background-image: url("images/other/thumb-nail/other7.jpg");
	background-repeat: no-repeat;
		-moz-border-radius-bottomleft: 10px;
border-bottom-left-radius: 10px;
	}
	#other8{
	background-image: url("images/other/thumb-nail/other8.jpg");
	background-repeat: no-repeat;
	}
	#other9{
	background-image: url("images/other/thumb-nail/other9.jpg");
	background-repeat: no-repeat;
		-moz-border-radius-bottomright: 10px;
border-bottom-right-radius: 10px;
	}

/* Light box Vases */
#vase1{
	background-image: url("images/vase/thumb-nail/vase1.jpg");
	background-repeat: no-repeat;
		-moz-border-radius-topleft: 10px;
border-top-left-radius: 10px;
}
#vase2{
	background-image: url("images/vase/thumb-nail/vase2.jpg");
	background-repeat: no-repeat;
	}
#vase3{
	background-image: url("images/vase/thumb-nail/vase3.jpg");
	background-repeat: no-repeat;
	-moz-border-radius-topright: 10px;
border-top-right-radius: 10px;
	}
	#vase4{
	background-image: url("images/vase/thumb-nail/vase4.jpg");
	background-repeat: no-repeat;
	}
	#vase5{
	background-image: url("images/vase/thumb-nail/vase5.jpg");
	background-repeat: no-repeat;
	}
	#vase6{
	background-image: url("images/vase/thumb-nail/vase6.jpg");
	background-repeat: no-repeat;
	}
	#vase7{
	background-image: url("images/vase/thumb-nail/vase7.jpg");
	background-repeat: no-repeat;
		-moz-border-radius-bottomleft: 10px;
border-bottom-left-radius: 10px;
	}
	#vase8{
	background-image: url("images/vase/thumb-nail/vase8.jpg");
	background-repeat: no-repeat;
	}
	#vase9{
	background-image: url("images/vase/thumb-nail/vase9.jpg");
	background-repeat: no-repeat;
		-moz-border-radius-bottomright: 10px;
border-bottom-right-radius: 10px;
	}
	
/* 	Calendar  */
#cal{
padding: 3px;
	width: 900px;
	background-color: #888;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
table{
	width: 900px;
	border-collapse: separate;
	border-radius: 10px; border-spacing: 0;
}
td{
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 10px;
	float: left;
	width: 125px;
	height: 125px;
	border: #888 solid 3px;
	background-color: #EFEFE4;
	padding: 10px;	
	color: #BC5153;
	font-family: 'UbuntuTitlingBold', Arial, sans-serif;
}

/* Location */
.location #left {
	margin-top: -9px;
}
