@charset "utf-8";
/* CSS Document */


/* HTML */
body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	margin:0px;
	padding:0px;
	background-color: #340809;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
}
h1, h2, h3, h4 {
	font-weight: bold;
	margin: 0px;
	padding: 0px 25px 0px 0px;
}
h1 {
	font-size: 20px;
	color: #E8943A;
}
h1 a {
	font-size: 20px;
	color: #E8943A;
	text-decoration: none;
}
h1 a:hover {
	font-size: 20px;
	color: #E8943A;
	text-decoration: none;
}
h2 {
	font-size: 16px;
	color: #333;
}
h2 a {
	font-size: 16px;
	color: #333;
	text-decoration: none;
}
h2 a:hover {
	font-size: 16px;
	color: #333;
	text-decoration: none;
}
h3 {
	font-size: 14px;
	color: #D6D1B4;
}
h4 {
	font-size: 12px;
	color: #333;
}
p {
	margin: 0px;
	padding: 10px 25px 0px 0px;
	line-height:18px;
}
a {
	color: #333;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #333;
	text-decoration: underline;
	font-weight: bold;
}
hr {
	background-color: #CCDAE5;
	width: 90%;
	margin: 0px auto;
	height: 2px;
	border: 0px
}
li {
	margin: 0px;
	padding: 0px;
	line-height:18px;
	font-size: 12px;
}




/* LAYOUT */
#wrapper {
	width: 950px;
	margin: 0px auto;
}
#header {
	width: 950px;
	height: 116px;
	padding: 30px 0px 0px 0px;
	margin: 0px auto;
	color: #E9E7C1;
	position: relative;
}
#header .logo {
	margin: 0px 20px 30px 40px;
	float:left;
}
#header #newsletter {
	position: absolute;
	color:#FBECD5;
	font-size:11px;
	margin: 0px;
	top: 10px;
	right: 10px;
	height: 20px;
}
#header #newsletter input {
	color:#FBECD5;
	border: 1px solid #996E68; 
	background-color:#2C0001; 
	padding: 0px;
	height: 20px;
	font-size:11px;
}
#header #newsletter .submit {
	border: 0px; 
	padding: 0px; 
	color:#530000; 
	background-color:#EDE7C5;
	font-weight: bold;
	height: 22px;
}
#middle {
	padding: 20px;
	margin: 0px auto;
	background-color: #EEE3C0;
	background-image: url(../images/middle-bg.jpg);
	background-repeat: repeat-x;
}
#photowrap {
	width: 950px;
	margin: 0px auto;
}
#photowrap #left-column {
	width:700px;
	float:left;
	color: #FFF;
}
#photowrap #right-column {
	width:200px;
	float: right;
	color: #FFF;
}
#homecontentwrap {
	font-size: 16px;
	width: 950px;
	padding: 20px 0px 0px;
	margin: 0px auto;
	color: #FBECD5;
	background-image: url(../images/footer-background.png);
	background-repeat: no-repeat;
	background-position: 0px 60px;
}
#contentwrap {
	width: 950px;
	padding: 20px 0px;
	margin: 0px auto;
	color: #2C0001;
}
#contentwrap #left-column {
	margin:10px 0px;
	width:660px;
	float: left;
}
#contentwrap #left-column img {
	margin: 3px 20px 10px 0px;
	float: left;
}
#contentwrap #right-column {
	margin:10px 0px;
	width:260px;
	float:right;
	text-align: left;
}
#footerhome {
	color: #F5F8E5;
	font-size: 10px;
	width: 950px;
	min-height: 70px;
	margin: 0px auto;
	padding: 40px 0px 0px;
}
#footer {
	color: #F5F8E5;
	font-size: 10px;
	width: 950px;
	min-height: 70px;
	margin: 0px auto;
	padding: 40px 0px 0px;
	background-image: url(../images/footer-background.png);
	background-repeat: no-repeat;
	background-position: 0px -20px;
}
#footerhome a, #footer a {
	color: #F5F8E5;
	font-size: 10px;
}
#footerhome .logo, #footer .logo {
	float:right;
}



/* MENU */
ul#menu{
	list-style-type:none;
	position:absolute;
	height:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	margin:0;
	padding: 11px 0 0 0;
	right: 0px;
	bottom: -33px;
	text-transform: uppercase;
}
ul#menu li{
	display:block;
	float:left;
	height:30px;
	margin: 0px 0px 0px 4px;
}
ul#menu li.left{
	margin:0px;
}
ul#menu li a {
	display:block;
	float:left;
	color:#F9F8E6;
	line-height:27px;
	text-decoration:none;
	padding:0 17px 0 18px;
	height:30px;
}
ul#menu li a.right{
	padding-right:20px;
}
ul#menu li a:hover{
	color: #400000;
	background-color: #EEE8D0;
	background-image: url(../images/menu-active.jpg);
	background-repeat: repeat-y;
}
ul#menu li a.current{
	color:#400000;
	background-color: #EEE8D0;
	background-image: url(../images/menu-active.jpg);
	background-repeat: repeat-y;
}
ul#menu li a.current:hover{
	color:#400000;
	background-color: #EEE8D0;
	background-image: url(../images/menu-active.jpg);
	background-repeat: repeat-y;
}




/* SUB MENU */
ul.sub-menu{
	margin:0px;
	padding:0px;
	list-style-type:none;
	display:block;
	font-size: 14px;
	line-height:165%;
	width:210px;
}
ul.sub-menu li{
	margin:0px;
	padding:1px;
}
ul.sub-menu li a{
	display:block;
	text-decoration:none;
	color:#333;
	background:#CEE8F7;
	padding:4px 0px 4px 10px;
	width:200px;
}
ul.sub-menu li a:hover {
	background:#E8943A url("../images/sub-menu-arrow.gif") no-repeat 0px 9px;
}
ul.sub-menu li a.current,ul.vert-one li a.current:hover {
	background:#E8943A url("../images/sub-menu-arrow.gif") no-repeat 0px 9px;
}






/* PHOTO INFO - LANDSCAPE */
.photo-landscape {
	/* relative position, so that objects in it can be positioned inside this container */
	position:relative;
	/* hide those extra height that goes beyong the size of this container */
	overflow:hidden;
	width:700px;
	height:400px;
	margin: 0px auto;
}
.photo-landscape .heading, .photo-landscape .caption {
	/* position inside the container */
	position:absolute;
	background:#000;
	height:50px;
	width:700px;
	/* transparency for different browsers */
	/* i have shared this in my CSS tips post too */
	opacity:0.6;
	filter:alpha(opacity=60);  
	-moz-opacity:0.6;    
	-khtml-opacity: 0.6;  
}
.photo-landscape .heading { 
	/* hide it with negative value */
	/* it's the height of heading class */
	top:-50px;
}
.photo-landscape .caption { 		
	/* hide it with negative value */
	/* it's the height of bottom class */
	bottom:-50px;		
}
/* styling of the classes*/
.photo-landscape .heading span {
	color:#fff;
	font-size:20px;
	top:-50px;
	font-weight:bold;
	display:block;
	padding:16px 0 0 10px;
}
.photo-landscape .caption span{
	color:#fff;
	font-size:12px;
	display:block;
	padding:15px 10px 0 10px;
}

/* PHOTO INFO - PORTRAIT */
.photo-portrait {
	/* relative position, so that objects in it can be positioned inside this container */
	position:relative;
	/* hide those extra height that goes beyong the size of this container */
	overflow:hidden;
	width:200px;
	height:400px;
	margin: 0px auto;
}
.photo-portrait .heading, .photo-portrait .caption {
	/* position inside the container */
	position:absolute;
	background:#000;
	height:50px;
	width:200px;
	/* transparency for different browsers */
	/* i have shared this in my CSS tips post too */
	opacity:0.6;
	filter:alpha(opacity=60);  
	-moz-opacity:0.6;    
	-khtml-opacity: 0.6;  
}
.photo-portrait .heading { 
	/* hide it with negative value */
	/* it's the height of heading class */
	top:-50px;
}
.photo-portrait .caption { 		
	/* hide it with negative value */
	/* it's the height of bottom class */
	bottom:-50px;		
}
/* styling of the classes*/
.photo-portrait .heading span {
	color:#fff;
	font-size:15px;
	top:-50px;
	font-weight:bold;
	display:block;
	padding:16px 0 0 10px;
}
.photo-portrait .caption span{
	color:#fff;
	font-size:12px;
	display:block;
	padding:15px 10px 0 10px;
}




/* GALLERY*/



/* MISC */
#clear {
	clear: both;
	width: 0px;
}
.clear {
	clear: both;
}
.required {
	color:#CC0000;
	font-size:20px;
	font-weight:bold;
}
.testimonial {
	color:#666;
	font-size:11px;
	font-style:italic;
}
.testimonial .big {
	color:#333;
	font-size:17px;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
}
