/* CSS Document */

/******************** LAYOUT **************************/

body {
	background: url(/images/background.jpg) top center repeat;
	font-family:Arial, Helvetica, sans-serif;
	color:#26231e;
	font-size:14px;
	line-height:17px;
	padding:0;
	margin:0;
	text-align:left;
}

#bg-wrapper {
	width:100%;
	background: url(/images/background-top.jpg) top center repeat-x;
}

#main-wrapper {
	width:980px;
	margin: 0 auto;
}

#header {
	width: 980px;
	height: 159px;
	background: url(/images/header-bg.jpg) top center no-repeat;
	position: relative;
}

#header #phone {
	position: absolute;
	top: 40px;
	right: 130px;
	height: 30px;
	background: url(/images/icon-phone.png) top left no-repeat;
	padding-left: 45px;
	color: #FFF;
	font-size: 30px;
	line-height: 30px;
	font-family: 'Pontano Sans', sans-serif;
}

#logo {
	position: absolute;
	top: 47px;
	left: 39px;	
}

#content {
	width: 954px;
	background: #FFF;
	padding: 13px;
}

#slideshow-area {
	width: 954px;
	height: 317px;
	padding-bottom: 25px;
	background: url(/images/slideshow-bg.jpg) bottom no-repeat;
}

#slideshow {
	width: 592px;
	height: 317px;
	float: left;
	position: relative;
	z-index: 1;	
}

#slide-navigation {
	z-index: 20;
	position: absolute;
	bottom: 15px;
	left: 15px;
}

#slide-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#slide-navigation ul li {
	float: left;
	display: inline-block;	
	background: none;
	padding: 0;
	margin-right: 5px;
}

#slide-navigation ul li a {
	display: inline-block;
	width: 15px;
	height: 0;
	background: url(/images/slide-nav-off.png) no-repeat;
	padding-top: 15px;
	overflow: hidden;	
}

#slide-navigation ul li a.cur {
	background: url(/images/slide-nav-on.png) no-repeat;
}

#text {
	float: right;
	width: 325px;
	height: 307px;
	overflow: hidden;
	padding: 10px 10px 0 0;	
}

#main {
	background: url(/images/main-bg.jpg) top center repeat-x;	
	padding: 17px 31px 0 31px;
}

.photo-album-box {
	padding: 0 0 13px 0;
	background: url(/images/photo-album-shadow.png) bottom center no-repeat;
	margin-bottom: 10px;
}

.photo-album-box .box {
	background: #fdfefd; /* Old browsers */
	background: -moz-linear-gradient(top,  #fdfefd 0%, #f5f4f5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfefd), color-stop(100%,#f5f4f5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fdfefd 0%,#f5f4f5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fdfefd 0%,#f5f4f5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fdfefd 0%,#f5f4f5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fdfefd 0%,#f5f4f5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfefd', endColorstr='#f5f4f5',GradientType=0 ); /* IE6-9 */
	border: 1px solid #e3e3e3;
	padding: 28px;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 0px 5px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 0px 5px rgba(0, 0, 0, 0.2);
}

.box .info {
	width: 236px;
	border-right: 1px solid #e8e8e8;
	padding-right: 28px;
	margin-right: 28px;	
	float: left;
}

.box .albums {
	margin: 0;
	padding: 0;
	list-style: none;	
	float: right;
	width: 541px;
}

.box .albums li {
	float: left;
	display: inline-block;	
	width: 120px;
	margin-right: 20px;
}

.box .albums li.last {
	margin-right: 0 !important;	
}

.box .albums .photo {
	display: block;	
	height: 87px;
	width: 120px;
	margin-bottom: 5px;
	overflow: hidden;
	position: relative;
}

.box .albums .photo img {
	position: absolute;	
}

.hidden {
	display: none;	
}

.box .albums h3 {	
	margin-bottom: 0;
	color: #395685;
}

#footer-wrapper {
	background: #262422 url(/images/footer-bg.jpg) top center repeat-x;	
}

#footer {
	clear:both;
	width: 980px;
	margin: 0 auto;
	background: #262422 url(/images/footer-top.jpg) top center no-repeat;
	padding: 60px 0 0 0;
}

#footer {
	color: #FFF;	
}

#footer .box1 {
	width: 387px;
	padding-left: 37px;
	padding-top: 7px;
}

#footer .box2 {
	width: 200px;	
	padding-top: 7px;
}

#footer .box3 p {
	margin-bottom: 0;
}

#copyright {
	padding: 15px 37px;
	color: #FFF;	
}

#copyright a {
	color: #FFF;	
}

/******************** STYLES **************************/

table {

}

.clear {
	clear: both;	
}

a, a .alttext2, a .alttext1, a.alttext2, a.alttext1 {
	color:			#395685;
	text-decoration:none;
}

a img {
	border:none;
	border-collapse:collapse;
}

a:hover {
	text-decoration:underline;
}

p, ol, ul {
	margin: 		0 0 18px 0;
}

blockquote {
	text-align:center;
	display:block;
	margin:5px 0;
	font-style:italic;
}

.alttext1 {
	font-size:		15px;
	color: #40551e;
}

.alttext2 {
	font-size:		18px;
	color: #40551e;
}


h1, .header1 {
	color:		#26231e;
	font-size:	22px;
	line-height:	21px;
	font-weight: 700;
	font-family: 'Maven Pro', sans-serif;
}

h2, .header2 {
	color:		#616161;
	font-size: 	36px;
	line-height:	36px;
	font-family: 'Pontano Sans', sans-serif;
	font-weight: 300;
}

h3, .header3 {
	color:		#616161;
	font-size:	23px;
	line-height:	23px;
	font-family: 'Pontano Sans', sans-serif;
	font-weight: 300;
}

h1 {
	margin:		0 0 12px 0;
}

h2 {
	margin:		0 0 8px 0;
}

h3 {
	margin:		0 0 3px 0;
}

h1, h2, h3, h4, .header1, .header2, .header3, .header4 {
	
}

.header1 a, .header2 a, .header3 a, h1 a, h2 a, h3 a {
	color:		inherit;
	text-decoration:none;
}

.header1 a:hover, .header2 a:hover, .header3 a:hover, h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration:underline;
}

.image_on_right {
	float:		right;
	margin-left:	20px;
	margin-bottom:	10px;
}

.image_on_left {
	float:		left;
	margin-right:	20px;
	margin-bottom:	10px;
}

.keywords {
	background-color:#EEEEEE;
	border-top:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
	padding:5px;
}

.sidebar-form label {
	display:		block;
	margin-bottom:	1px;
}

.sidebar-form .sidebar-field {
	margin-bottom:	10px;
}

/* Comments */

.commentContent {
	border-top:1px dotted #999999;
	padding-top:10px;
}

.commentInfo {
	padding-top:4px;
	padding-bottom:10px;
}

/* Calendar */

.cal_header {
	font-weight: bold;
	text-align: left;
	font-size: 14px;
}

.calendar {
	width:100%;
	border: 1px solid #DDDDDD;
	border-collapse: collapse;
}

.calendar td {
	border: 1px solid #DDDDDD;
	vertical-align: top; 
}

.calendar td.today {
	background-color:#FFFFCC;
}

.calendar td.other_day {
	background-color:#FFFFFF;
}

.dayofweek {
	background-color: #333333;
	color:#FFFFFF;
	font-size:13px;
	font-weight:normal;
	padding:2px;
}

.empty_day {
	background-color:#DDDDDD;
}

.highlight {
	background-color: #FFE7D0;
}

.day {
	background-color:#EEEEEE;
	font-size:11px;
	color:#4F4F45;	
	padding:2px;
}

.day_today {
	background-color:#DDDDDD;
	font-size:11px;
	color:#4F4F45;	
	padding:2px;
}

.day a, .day_today a {
	color:#4F4F45;
	text-decoration:none;
}

.calendar hr {
	border: none 0;
	height: 1px;
	border-top: 1px dotted #B9B9A2;
}

.gray {
	color:#CCCCCC;
}

.author {
	font-weight:normal;
}

.author a {
	color:#000000;
	text-decoration:none;
}

.author a:hover {
	text-decoration:underline;
}

#comment_body {
	width:100%!important;
	}

#comments table td {
	padding-bottom:11px;
	}
	
	
/* Error & Validation Styles */
	
	.error {
		text-align:left;
		padding:6px;
		background-color:#FFFFCC;
		border:solid #FFCC33 2px;
	}
	
	label.form_error{
		display:none!important;
	}
	
	#form_errors{
		color:red;
	}
	
	.form_error{
		color:red;
		border:3px solid red!important;
		width:218px!important;
	}	
	
	