/*
Theme Name: BFC Custom WordPress Design
Theme URI: http://bfcarpentry.com.au/
Description: This them was specifically designed for <a href="/">this</a> website.
Version: 1.0
Author: Tran Nguyen
Author URI: http://thisistran.com
*/

@import url(http://fonts.googleapis.com/css?family=Vollkorn:400,700);

body {
	background: #43311d url(images/index_bg.jpg) repeat;
	margin: 0px;
	padding: 0px; 
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #2d2d2d;
}

/* -- */

#container {
	width: 827px;
	height: auto;
	margin: 50px auto;
}
#header {
	background: url(images/index_01.png) no-repeat;
	width: 827px;
	height: 239px;
}
#navigation {
	background: url(images/index_02.png) no-repeat;
	width: 827px;
	height: 39px;
	line-height: 39px;
}
#wrap {
	background: url(images/index_03.png) repeat-y;
	width: 827px;
	height: auto;
}
#footer {
	background: url(images/index_04.png) no-repeat;
	width: 827px;
	height: auto;
}

/* -- */

#navigation a {
	font-family: Vollkorn, "Times New Roman", Times, serif;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 6px;
	text-shadow: 2px 2px 2px #422a11;
}
#navigation a.alt {
	color: #d2b99e;
	margin: auto 25px;
}
#navigation a:hover {
	text-shadow: 5px 5px 5px #000;
}

/* --- */

#contents {
	width: 749px;
	height: auto;
	margin: 0px 42px 0px 36px;
	padding: 25px 0px;
	text-align: left;
	line-height: 165%;
}
#contents h2 {
	font-family: Vollkorn, "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: normal;
	text-align: left;
	text-shadow: 2px 2px 2px #ddd;
	color: #3f270d;
	margin: 0px auto 20px auto;
}
#contents img {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 2px 2px 2px #ccc;
	-webkit-box-shadow: 2px 2px 2px #ccc;
	-o-box-shadow: 2px 2px 2px #ccc;
	box-shadow: 2px 2px 2px #ccc;
}

/* -- */

#gallery {
	text-align: center;
}
#gallery div.slideshowlink {
	display: none;
}

/* -- */

div.contact-form {
	width: 429px;
	height: auto;
	float: left;
}
div.contact-details {
	width: 300px;
	height: auto;
	float: right;
}
/* -- */

#footer-text {
	width: 827px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	line-height: 175%;
	text-shadow: 2px 2px #2c1e0f;
	padding-top: 15px;
}
#footer-text b {
	margin: auto 10px;
	font-weight: lighter;
}
#footer-text a, #footer-text a:hover  {
	color: #fff;
	text-decoration: none;
}

/* --- */

.alignleft {
	float: left;
	margin: 0px 15px 0px 0px;
}
.alignright {
	float: right;
	margin: 0px 0px 0px 15px;
}

/* --- */

textarea, input, select, button {
	background: #fff;
	border: 1px solid #ddd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #222;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
	width: 429px;
}
input.button {
	background: #46331e;
	border: 1px solid #281c0e;
	color: #fff;
}

/* --- */

#contents a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}
#contents a:hover {
	color: #6c4111;
}
#contents b, #contents strong {
	color: #6c4111;
}