/* UNIVERSAL */
* {margin:0;padding:0}
html {min-width:1000px} 
body {
	background:#8d6f51;
	background-image: url('../images/background-wood-tile.jpg');
	background-repeat: repeat;
	font-family:Arial,Helvetica,sans-serif;
	font-size:100%;
	line-height:1.2em;
	color:#3c1314;
	min-width:1000px;
}
img{
	border: none;
}

hr {
	width: 80%;
	border: 0;
    border-bottom: 1px dashed #ead9cc;
    background: #a91e23;
    margin: 0px auto 0px auto;

}
h3{
	font-size: 20px;
	color: #a91f23;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 23px;
}

h4{
	font-weight: bold;
	color: #b1560d;
	margin-bottom: 10px;
}

.column-left{ 
	float: left; 
	width: 30%; 

}

.column-center{ 
	display: inline-block; 
	width: 30%; 
	margin: 0px 40px 0px 40px;

}

.column-right{ 
	float: right; 
	width: 30%; 
}

.column {
    float: left;
    width: 45%;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}


ul{
	padding-left: 20px;
	padding-bottom: 20px;
}
ul.star li{
	list-style: none;
	background: url('../images/bullet-star.png')no-repeat left top;
	padding-bottom: 10px;
	padding-left: 32px;
}
ul.date li{
	list-style: none;
	background: url('../images/bullet-date.png')no-repeat left top;
	height: 33px;
	padding-left: 32px;
}


li{
	line-height: 25px;
}

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


.last-item{
	margin-right: 0px!important;
	border: none!important;
}



.left{
	float: left;
}

.right{
	float: right;
}

#button{
	margin-bottom: 40px;
}

a.button{

	background-image: url(../images/icon-arrow-right.png);
	background-repeat: no-repeat;
	background-position: 95% 53%;
	padding: 10px 28px 10px 10px;
	background-color: #a91e23;
	border-bottom: 4px solid #700c10;
	border-right: 2px solid #700c10;
	color: #ead9cc;
}

a.button:hover{

	text-decoration: none;
	background-image: url(../images/icon-arrow-right.png);
	background-repeat: no-repeat;
	background-position: 95% 53%;
	background-color: #931116;
	border-bottom: 4px solid #700c10;
	border-right: 2px solid #700c10;
	color: #ead9cc;
}

.callout{
	padding:20px;
	margin: 20px;
	border: 2px dashed #a91e23;
	background-color: white;

}

.frame{
	background-image: url(../images/frame-1.png);
	background-repeat: no-repeat;
	width: 259px;
	height: 248px;
	padding:18px 0px 0px 12px;
	margin-left: 20px;

}

.clear {
    clear: both;
}


/* HEADER */

#top-bar{
	background-color: #3c1314;
	height: 20px;
	-webkit-box-shadow: 0px 6px 16px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 6px 16px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 6px 16px 0px rgba(0,0,0,0.5);
	overflow: hidden;
}

#header{
	width: 1000px;
	height: 120px;
	margin: 0px auto 0px auto;
	background-color: #f2e9e4;
	position: relative;

}

#header img.overflow-header{
	position: absolute;
	top: -15px;
	right: -82px;

}

#header img.logo{
	padding:5px 20px 5px 15px;
	float: left;
}

#header h1{
	font-family: 'Mate SC', serif;
	font-size: 63px;
	font-weight: 200;
	padding-top: 56px;
}

#header h1 a{
	color: #3c1314;
	text-decoration: none;
}




/* MAIN NAVIGATION */

#navigation-bar{
	background-color: #a91e23;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	position: relative;

}


#main-nav{
	width: 1000px;	
	height: 60px;
    margin:0px auto 0px auto;
   
}

#main-nav ul{
	padding-left: 50px;
	padding-bottom: 0px;

}

#main-nav li {
	height: auto;
	margin: 0px 30px;
	float: left;
	list-style: none;
	list-style-image: none;
	display: inline;
	padding:0px;
	text-align: center;
	line-height: 20px!important;
}
#main-nav a {
 	display: block;
    color: #ead9cc;
    text-decoration: none;
    font-size: 15px;
    font-family: 'Mate SC', serif;
    padding: 20px 0px;
}


#main-nav li:hover, a:hover{
    background-image: url('../images/icon-arrow.png');
    background-repeat: no-repeat;
    background-position: center 40px;
}


/* DROPDOWN NAVIGATION */

			#main-nav li ul{
				display: none;
				height: auto;
				background: #a91e23; border-radius: 0px; padding: 0;
				position: absolute; 
				z-index: 5;
				margin-left: 0px!important;
				width:250px;
			}

			#main-nav li:hover ul{
				display: block;
			}

			#main-nav li ul li{
				height: auto;
				width: auto;
				float: none;
				list-style: none;
				list-style-image: none;
				display: inline;
				margin:0px;
				padding:0px;
				text-align: left;

			}

			#main-nav li ul li a{
				padding: 16px 0px;
				margin: 0px 20px 0px 20px;
				/* border-bottom: #ead9cc dashed 1px; */
			}

			#main-nav li ul li a:hover{
				background-image: none;
				color: #c0575a;
		   
			}


.nav-shadow{
	width: 1000px;
	margin: 0px auto 0px auto;
}
									



/* SHADOWS */

#page-shadow-area{
	width: 1035px;
	margin: 20px auto 30px auto;
	position: relative;
	overflow: hidden;
}
#page-shadow-area img.shadow-TL{
	position: absolute;
	top: 2px;
	left: 0px;
}
#page-shadow-area img.shadow-BL{
	position: absolute;
	bottom: 2px;
	left: 0px;
}
#page-shadow-area img.shadow-TR{
	position: absolute;
	top: 2px;
	left: 1018px;
}
#page-shadow-area img.shadow-BR{
	position: absolute;
	bottom: 2px;
	left: 1018px;
}



/* UNIVERSAL CONTENT */
#content-area{
	width: 1000px;
	margin: 0px auto 0px auto;
	background-color: #f2e9e4;
	overflow: hidden;
}


#internal-content{
	padding: 40px;
	width: 615px;
	float: left;
}

#internal-content h2{
	font-size:33px;
	font-family: 'Mate SC', serif;
    font-weight: lighter;
    border-bottom: 2px dashed #3c1314;
    padding-bottom: 20px;
    margin-bottom: 40px;
    line-height: 35px;
}
#internal-content p{
	margin-bottom: 15px;
	line-height: 24px;
}


#internal-content-full{
	padding: 40px;
	width: 920px;
	float: left;
}

#internal-content-full h2{
	font-size:33px;
	font-family: 'Mate SC', serif;
    font-weight: lighter;
    border-bottom: 2px dashed #3c1314;
    padding-bottom: 20px;
    margin-bottom: 40px;
    line-height: 35px;
}
#internal-content-full p{
	margin-bottom: 15px;
	line-height: 24px;
}



/* SIDEBAR */

#sidebar-right{
	width: 280px;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 20px;
	float: right;
}

.facebook-timeline {
	background-color:white;
	height: 380px;
	width: 280px;
	margin-bottom: 20px;
	display: block;
	overflow: hidden;
	border: 1px solid #b2b3b3;
}
.facebook-timeline h4{
	background-color: #a9886a;
	margin: 0px;
	padding: 10px;
	color: #f2e9e4;
	font-size: 20px;
	font-family: 'Mate SC', serif;
	font-weight: lighter;
}

.instagram-feed {
	background-color:white;
	height: 317px;
	width: 280px;
	margin-bottom: 20px;
	display: block;
	overflow: hidden;
	border: 1px solid #b2b3b3;
}
.instagram-feed h4{
	background-color: #a9886a;
	margin: 0px;
	margin-bottom: 7px;
	padding: 10px;
	color: #f2e9e4;
	font-size: 20px;
	font-family: 'Mate SC', serif;
	font-weight: lighter;
}



/* HOMEPAGE CONTENT */
#banner{
	width: 1000px;
	height: 295px;
	margin: 20px auto 30px auto;
	background-color: #f2e9e4;
	position: relative;

}

#banner .homepage-welcome h2{
	font-family: 'Great Vibes', cursive;
	font-size: 91px;
	line-height: 40px;
	font-weight: lighter;
	margin: 37px 0px 20px 0px;
}

.homepage-welcome h2 span{
	font-size: 61px;
	padding-left: 100px;
}

#banner .homepage-welcome h5{
	font-family: 'Great Vibes', cursive;
	font-size: 25px;
	font-weight: lighter;
	float: right;
	margin-top: 16px;
	margin-right: 20px;
}

#banner img.homepage-graphic{
	position: absolute;
	top: -10px;
	left: -50px;
}

#banner img.shadow-left{
	position: absolute;
	top: 2px;
	left: -17px;
}

#banner img.shadow-right{
	position: absolute;
	top: 2px;
	left: 1000px;
}

#banner .homepage-welcome{
	width: 340px;
	float: right;
	padding-right: 20px;
	padding-top: 20px;
	
}


/* GALLERY */
#gallery{
	
	padding: 4px 4px 2px 4px;
	background-color: #fff;
	border: 1px solid #b2b3b3;
	margin-bottom: 20px;
	display: block;
}

#gallery a{
	opacity: 1;
	display: inline-block;
	width: 119px;
	height: 119px;
	padding:1px;
}
#gallery a:hover{
	opacity: 0.5;
}

#gallery2{
	
	padding: 4px 4px 2px 4px;
	background-color: #fff;
	border: 1px solid #b2b3b3;
	margin-bottom: 20px;
	display: block;
}

#gallery2 a{
	opacity: 1;
	display: inline-block;
	width: 224px;
	height: 224px;
	padding:1px;
}
#gallery2 a:hover{
	opacity: 0.5;
}



/* FEATURES */

#features{
	width: 1000px;
	margin: 40px auto 20px auto;
	padding:20px;
	overflow: hidden;
}

#features .feature-box{
	width: 304px;
	height: 233px;
	background-color: #ad4e02;
	margin-right: 42px;
	float: left;
	-webkit-box-shadow: 6px 6px 20px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 6px 6px 20px 0px rgba(0,0,0,0.5);
	box-shadow: 6px 6px 20px 0px rgba(0,0,0,0.5);
}

.feature-box a .feature-button{
	height: 60px;
	width: 305px;
	background-image: url('../images/feature-buttonv2.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.feature-box a:hover .feature-button{
	background-image: url('../images/feature-buttonv2-hover.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.feature-button h3{
	color: #f2e9e4;
    font-size: 25px;
    font-family: 'Mate SC', serif;
    font-weight: lighter;
	text-decoration: none;
	color: #f2e9e4;
	padding: 19px 0px 0px 64px;
}

.feature-box a:hover h3{
	color: #c79063;
}

.feature-box a {
	text-decoration: none;
}


/* CONTACT PAGE */

.contact-page-address{
	background-color: #a91f23;
	padding: 10px;
}

.contact-page-address img{
	float: left;
	padding-left: 98px;
}

.contact-page-address p{
	color: #f2e9e4;
	margin: 0px!important;
	padding-top: 2px;
}
.contact-page-info{
	border-top: solid 4px #a91f23;
	padding-top: 15px;
}

.contact-page-info ul{
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 16px;
}
.general-inquiries{
	width: 300px;
	float: left;
}

.contact-page-info figure{ 
	float: left;
	margin: -2px 4px 0px 0;
	width: 34px;
}
.contact-page-info li{
	margin: 0px;
	list-style: none;
	clear: both;
	line-height: 15px;
}
.contact-page-info li p{
	margin:0px!important;
}

.contact-page-info a{
	color: #3c1314;
}



/* FOOTER */

#footer{
	height: 217px;
	background-color: #260c0c;
	opacity: 0.85;
	padding-top: 20px;
}

#footer ul{
	padding-left: 0px;
	padding-bottom: 0px;
}

.footer-content{
	width: 1000px;
	margin: 0px auto 0px auto;
	position: relative;
}

.footer-content h4{
	border-bottom: 4px #a91e23 solid;
	padding-bottom: 6px;
	margin-bottom: 15px;
	color: #f2e9e4;
    font-size: 20px;
    font-family: 'Mate SC', serif;
    font-weight: lighter;
}
.footer-content p{
	color: #f2e9e4;
	font-size: 12px;
	margin-bottom: 10px;
}

.footer-content img.footer-shadow{
	position: absolute;
	top: 192px;
	left: 0px;
}

/* FOOTER CALENDAR */

.footer-calendar{
	width: 300px;
	height: 233px;
	margin-right: 42px;
	margin-left: 10px;
	float: left;

}

.calendar-icon-column{
	width: 40px;
	float: left;
	margin-right: 10px;
}

.calendar-icon{
	width: 40px;
	height: 48px;
	background-image: url(../images/calendar.png);
	background-repeat: no-repeat;
}

.calendar-icon p{
	color: #260c0c;
	font-size: 14px;
	font-weight: bold;
	padding-top: 17px;
	padding-left: 10px;
}

.calendar-date-column{
	float: left;
}

.calendar-date-column a{
	display: block;
    text-decoration: none;
    color: #f2e9e4;
    font-size: 13px;
    margin-top: 1px;
}

.calendar-date-column a:hover{
	color: #644440;
	background-image: none;
}

/* FOOTER NAVIGATION*/

.footer-navigation{
	width: 300px;
	height: 233px;
	float: left;
}

.footer-navigation li{
	list-style: none;
	list-style-image: none;
}

.footer-navigation li a{
	display: block;
    text-decoration: none;
    color: #f2e9e4;
    line-height: 2em;
    font-size: 13px;
}

.footer-navigation li a:hover{
	color: #644440;
}


.footer-navigation .column1{
	float: left;
	margin-right: 40px;
}

.footer-navigation .column2{
	float: left;
}




/* FOOTER CONTACT*/

.footer-contact{
	width: 606px;
	float: left;
	height: 233px;
	margin-right: 70px;
}

.footer-contact-1{
	width: 303px;
	height: 233px;
	float: left;
}

.footer-contact-1 figure{ 
	float: left;
	margin: -2px 4px 0px 0;
	width: 34px;
}
.footer-contact-1 li{
	margin: 0;
	list-style: none;
	clear: both;
	line-height: 15px;
	margin-bottom: 10px;
}

.footer-contact-1 ul{
	padding-bottom: 20px!important;
}

.footer-contact-1 a{
	text-decoration: none;
    color: #f2e9e4;
    font-size: 12px;
}
.footer-contact-1 a:hover{
	text-decoration: none;
    color: #644440;
}

.footer-contact-2{
	width: 303px;
	height: 233px;
	float: left;
}

.footer-contact-2 figure{ 
	float: left;
	margin: -2px 4px 0px 0;
	width: 34px;
}
.footer-contact-2 li{
	margin: 0;
	list-style: none;
	clear: both;
	line-height: 15px;
	margin-bottom: 10px;
}



.footer-contact-2 a{
	text-decoration: none;
    color: #f2e9e4;
    font-size: 12px;
}
.footer-contact-2 a:hover{
	text-decoration: none;
    color: #644440;
}


.social-media a{
	float: left;
	width: 34px;
	height:35px;
	margin-left: 5px;
	display: block;
	background-image: url("../images/social-media.png");
}

.social-media a.google{
	background-position: -34px 0px;
}

.social-media a.instagram{
	background-position: -68px 0px;
}

.social-media a.pinterest{
	background-position: -102px 0px;
}

.social-media a.facebook:hover{
	background-position: -136px 0px;
}

.social-media a.google:hover{
	background-position: -170px 0px;
}

.social-media a.instagram:hover{
	background-position: -204px 0px;
}

.social-media a.pinterest:hover{
	background-position: -238px 0px;
}




/* BOTTOM BAR */


#bottom-bar{
	height:80px;
	background-color: #a91e23;
	-webkit-box-shadow: 0px -4px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px -4px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px -4px 5px 0px rgba(0,0,0,0.5);
}
.bottom-bar-content{
	width: 1000px;
	margin: 0px auto 0px auto;
	position: relative;
	padding-top: 20px;
	padding-left: 18px;
	padding-right: 20px;
}
.bottom-bar-content p{
	font-size: 12px;
	color: #f2e9e4;
}

.bottom-bar-content p a{
	font-size: 12px;
	color: #f2e9e4;
}


.bottom-bar-content p a:hover{
	color: #c0575a;
	text-decoration: none;
}
