
/* Slider
---------------------------------------- */
#slider-wrapper {
	height:330px;
	overflow:hidden;
	position:relative;
	width:960px;
	margin:0 auto 0px auto;
	
	box-shadow:0 0 0px rgba(0, 0, 0, .2);
	-moz-box-shadow:0 0 0px rgba(0, 0, 0, .2);
	-webkit-box-shadow:0 0 0px rgba(0, 0, 0, .2);
	}
#slider-wrapper .indent {
	padding:0px 0 0 0;
	}
#slider {
	position:relative;
	width:960px;
	height:255px;
 
	background:url(images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	top:45px;
	display:block;
}


/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0;
	bottom:0;

	color:#acaaa9;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}


/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
float:right;
	width:600px;
	height:243px;
	right:-845px;
	top:0;
	text-align:right;
}
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
	display:inline-block !important;
	float:left;
	overflow:hidden;
	display:block;
	margin:0 0px 0px 0;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

.nivo-directionNav {

	}
.nivo-directionNav a {
	position:absolute;
	display:block;
	width:34px;
	height:34px;
	text-indent:-9999px;
	border:0;
	top:50%;
}
a.nivo-nextNav {
	right:0;
	background:red;
}
a.nivo-prevNav {
	left:0;
	background:red;
}

#slider .nivo-controlNav img {
	display:inline; /* Unhide the thumbnails */
	position:relative;
	float:left;
	border:0px solid #000000;
}

#slider .nivo-controlNav a.active, #slider .nivo-controlNav a:hover {
	box-shadow:0 0 0px rgba(0, 0, 0, .5);
	-moz-box-shadow:0 0 0px rgba(0, 0, 0, .5);
	-webkit-box-shadow:0 0 0px rgba(0, 0, 0, .5);
	}
.slider-button {
	display:block !important;
	float:left;
	position:absolute;
	left:717px;
	bottom:20px;
	z-index:9999;
	}








 

/* Sidebar
---------------------------------------- */
#sidebar {
	
}
	#widget-sidebar {
		
	}
		#sidebar-search {
			
		}
		#sidebar-nav {
			
		}
		#sidebar-archives {
			
		}
		#sidebar-meta {
			
		}
		.widget {
			margin-bottom:40px;
		}
			.widget h3 {
				
				}
		ul.children {
			margin:0 0 0 0px;
			}

/* Calendar */
#calendar_wrap {
	padding:0 0px 0 0px;
	}
	#wp-calendar {
		width:100%;
		}
		#wp-calendar caption {
			text-align:center;
			}
		#wp-calendar td {
			text-align:center;
			padding:6px 0;
			border:none;
			}
		#wp-calendar caption {
			font-size:16px;
			color:#000;
			font-weight:bold;
			padding:4px 0;
			margin-bottom:5px;
			}
		#wp-calendar thead th {
			padding:7px 0;
			font-size:14px;
			background:#000000;
			color:#000;
			text-align:center;
			}
		#wp-calendar #prev {
			text-align:left;
			}
		#wp-calendar #next {
			text-align:right;
			}

/* Folio Cycle */
.folio_cycle {
	list-style-type:none;
	padding:0;
	margin:0;
	width:100%;
	overflow:hidden;
	}
	.folio_cycle li {
		float:left;
		width:100px;
		height:100px;
		margin:0 0px 0px 0;
		overflow:hidden;
		border:none;
		background:none;
		padding:0;
		}

/* Post Cycle */
.post_cycle li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding-bottom:1em;
	padding-top:0;
	margin-bottom:1em;
	background-position:0 0px;
	}
.post_cycle li:last-child {
	border-bottom:none;
	}

/* Latest Posts */
.latestpost {
	list-style-type:none;
	padding:0;
	margin:0;
	}
	.latestpost li {
		color:#876b6b;
		margin-bottom:2em;
		padding:0 45px 0 0;
		background:none;
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		border:none;
		}
		.latestpost li a {
			text-decoration:none;
			color:#876b6b;
			display:block;
			}
		.latestpost li a:hover {
			color:#000;
			text-decoration:none;
			}
			.latestpost li .title {
				color:#262626;
				font-weight:bold;
				text-transform:uppercase;
				}
				.latestpost li h4 {
					display:inline;
					}


/* Testimonials */
.testimonials {
	list-style-type:none;
	padding:0;
	margin:0 0 1.5em 0;
	}
	.testimonials li {
		background:none;
		padding:0 0 1.5em 0;
		margin:0 0 1.5em 0;
		border:none;
		}
		.testimonials li blockquote {
			margin-left:0;
			margin-bottom:.3em;
			padding-left:1em;
			}
			.testimonials li blockquote p {
				margin:0 0 0 0;
				}
		.testimonials li .name-testi {
			font-family:Arial, Helvetica, sans-serif	;
			padding-left:1.7em;
			font-weight:bold;
			color:#262626;
			}


 

/* Always remember to compress your live stylesheet and keep an uncompressed backup */