@charset utf-8;
/*--
	Theme Name: DeansDrive
	Theme URI: http://trafficbuilder.biz/
	Description: A theme for Wordpress 3.2+ from trafficbuilder.biz
	Author: trafficbuilder.biz 
	Author URL: http://www.trafficbuilder.biz/ 
--*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:700,700italic);
@import url(https://fonts.googleapis.com/css?family=Stardos+Stencil:700);
@import url(https://fonts.googleapis.com/css?family=Sansita+One);
/*----------------------------------------
				General
---------------------------------------- */
html,
body {
	min-width:960px;
}
body{
	background-color: #1c1919;
	color: white;
	font: 12px/20px Arial, Helvetica, sans-serif;
	position:relative;
}

#main {font-size:12px;}

.bg {background:url(images/bg.png) center top repeat;}
.bg-top {background:url(images/bg-top.png) center top no-repeat;}
.top-line {background:url(images/bg-header.png) center top repeat-x;}



/* List styling */
dl dt {
	background:url(images/list-arrow.gif) no-repeat 0 3px;
	padding:0 0 3px 32px;
	margin-bottom:.2em;
	font-size:18px;
	line-height:1.2em;
	color:#191919;
}
dl dd {
	padding:0 0 0 32px;
	margin:0 0 1.5em 0;
}
	ul#menu, ul#menu ul.sub-menu {
	    padding:0;
	    margin: 0;
	}
	ul#menu li, ul#menu ul.sub-menu li {
	    list-style-type: none;
	    display: inline-block;
	}
	/*Link Appearance*/
	ul#menu li a, ul#menu li ul.sub-menu li a {
	    text-decoration: none;
	    padding: 5px;
	    display:inline-block;
	}/*Make the parent of sub-menu relative*/
	ul#menu li {
	    position: relative;
	   	padding:0 0 0 20px;
	}
	ul#menu li:hover b a {
		color:#ffffff;
	    position: relative;
	}

	/*sub menu*/
	ul#menu li ul.sub-menu {
	    display:none;
	    position: absolute;
	    top: 30px;
	    left: 0;
	    width: 260px;
	}
	ul#menu li:hover ul.sub-menu {
	    display:block;
		background-color: black;	
	}
	ul#menu li:hover ul.sub-menu li{
	    height: 65px;
	    display:block;
		border:1px solid;
	}
	
	ul#menu li ul.sub-menu li a:hover{
		color:#ffffff;
	}
		ul li a {
			color:#9b9191;
			display:inline-block;
			padding:0px 0 0px 100px;
			 text-transform:uppercase;
			text-decoration:none;
			-webkit-transition: all 0.5s ease;
			 -moz-transition: all 0.5s ease;
			-o-transition: all 0.5s ease;
			transition: all 0.5s ease;
		}
		ul li a span {
			color:#fff;
			-webkit-transition: color 0.5s ease;
			-moz-transition: color 0.5s ease;
			-o-transition: color 0.5s ease;
			transition: color 0.5s ease;
		}

		#wpadminbar li a {
			-webkit-transition:none;
			-moz-transition: none;
			-o-transition: none;
			transition: none;
			background:none;
			padding:0;
		}
		
		ul ul {
			margin:0;
			padding:10px 0 0 0;
		}
		
/*----------------------------------------
				 Header
---------------------------------------- */
#header {
	height:174px;
	position:relative;
	z-index:99;
	background:none;
	margin:0px;
	padding:0;
}
	body.home #header {height:120px;}

	/* Logo */
.logo {
	margin:0;
	padding:34px 0 0 0px;
	position:relative;
	z-index:100;
	display:inline-block;
}

	.logo img {margin-bottom:-19px;}
	
	a#logo {display:block;}
	
	.logo h1,
	.logo h2 {
		font-size:50px;
		line-height:54px;
		color:#fff;
		font-family: 'Stardos Stencil', cursive;
		font-weight:700;
		margin-bottom:0px;
		padding:0px 0 0 70px;
		text-transform:none;
		letter-spacing:-3px;
	}
		.logo h1 a,
		.logo h2 a {
			color:#fff;
			text-decoration:none;
		}
		
.logo .tagline {
	font-size:12px;
	line-height:17px;
	color:#9b9191;
	margin:-6px 0 0px 74px;
}

/* EasyTooltip */
.tooltip {
	background: none repeat scroll 0 0 #252525;
	border: 1px solid #000000;
	color: #EEEEEE;
	display: none;
	font-size: 11px;
	line-height:1.2em;
	margin: 13px 0 0;
	padding: 5px;
	z-index:99;
}




/* Request a quote */
#widget_my_requestquotewidget {
	width:100%;
	overflow:hidden;
	}
	
	.top-box {
		background:#eee;
		border:1px solid #dbdbdb;
		padding:20px;
		margin-bottom:20px;
		overflow:hidden;
		zoom:1;
		position:relative;
		min-height:80px;
		}
	.box-button {
		float:right;
		background:#dbdbdb;
		font-size:21px;
		color:#fff;
		text-decoration:none;
		padding:10px;
		position:absolute;
		right:30px;
		top:50%;
		margin-top:-25px;
		}
	.box-text {
		float:left;
		width:75%;
		}



/*---------------------------------------- 
					Slider
---------------------------------------- */
#slider-wrapper {
	width:100%;
	height:713px;
	position:relative;
	overflow:hidden;
	margin-bottom:0px;	
	z-index:1;
}
.slider-bg{
	width:1316px;
	height:645px;
	padding:20px 27px 48px;
	overflow:hidden;
	position:relative;
	left:50%;
	margin-left:-685px;	
	background:url(images/bg-slider.png) center top no-repeat;
}
	.slider-container{
		width:1316px;
		height:645px;
		overflow:hidden;
		position:relative;
	}
#slider {
	position:relative;
	width:1316px;
	height:545px;
	background:url(images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	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%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:658px;
	top:0px;
	background:none;
	color:#746965;
	opacity:1.0; /* Overridden by captionOpacity setting */
	width:658px;
	z-index:89;
}
.nivo-caption .nivo-caption-inner {
	padding:102px 20px 0 72px;
	margin:0;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader() !important;
}
	.nivo-caption .nivo-caption-inner h1 {
		font-size:120px;
		line-height:140px;
		font-family: 'Sansita One', cursive;
		font-weight:400;
		text-transform:none;
		margin:0 0 5px 0;
	}
	.nivo-caption .nivo-caption-inner h4 {
		font-size:45px;
		line-height:45px;
		color:#504b47;
		letter-spacing:-2px;
		margin-bottom:18px;
	}
		.nivo-caption .nivo-caption-inner h4 span {display:block; margin:-5px 0;}
		
	.nivo-caption .nivo-caption-inner p {
		font-size:16px;
		line-height:22px;
		font-style:italic;
		font-weight:700;
		font-family: 'Open Sans', sans-serif;
		width:70%;
		letter-spacing:-1px;
		padding:0 0 0 4px;
		margin:0 0 48px 0;
	}
	
	.nivo-caption .nivo-caption-inner a {
		padding:14px 0px 14px 0px;
		color:#fff;
		font-size:17px;
		line-height:25px;
		font-weight:bold;
		width:103px;
		text-align:center;
		text-transform:uppercase;
		text-decoration:none;
		margin-bottom:5px;
		margin-left:8px;
		font-family: 'Open Sans', sans-serif;
		font-weight:700;
		letter-spacing:-1px;
		background:url(images/bg-slider-button.gif) 0 0 repeat-x #359dcc;
		box-shadow:0px 5px 0px 0px rgba(44,26,26,.14);
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

		.nivo-caption .nivo-caption-inner a:hover {background-position:0 -200px;}
		
.nivo-caption a {display:block !important;}
.nivo-html-caption {display:none;}


/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position:absolute;
	padding:0;
	left:987px;
	bottom:30px;
	text-align:center;
	z-index:89;
}
.nivo-controlNav a {
	position:relative;
	overflow:hidden;
	z-index:99;
	cursor:pointer;
	display:inline-block !important;
	font-size:0;
	line-height:0;
	margin-right:7px;
	width:20px;
	height:20px;
	background:#998c8a;
	float:left;
	
}
.nivo-controlNav a .bg-pagination {
	width:20px;
	height:20px;
	display:block;
	background:#504b47;
	opacity:0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.nivo-controlNav a:hover .bg-pagination{opacity:1;}
.nivo-controlNav a.active {background:#504b47;}

.nivo-directionNav {
	width:100%;
	position:absolute;
	left:0;
	z-index:90;
	top:45%;
}
.nivo-directionNav a {
	position:absolute;
	display:block;
	width:36px;
	height:35px;
	text-indent:-9999px;
	border:0;
	cursor:pointer;
	background:url(images/direction_nav.png) no-repeat 0 0;
}
a.nivo-nextNav {
	right:10px;
	background-position:-36px 0;
}
a.nivo-nextNav:hover {background-position:-36px -35px;}
a.nivo-prevNav {
	left:10px;
	background-position:0 0;
}
a.nivo-prevNav:hover {background-position:0 -35px;}

#slider .nivo-controlNav img {
	display:inline; /* Unhide the thumbnails */
	position:relative;
	margin-right:10px;
	width:120px;
	height:auto;
}

/*----------------------------------------
				Navigations
---------------------------------------- */
/* Primary navigation */
nav.primary {
	float:right;
	z-index:99;
	padding:0;
	display:none;
}
#topnav {margin:0;}

/* Essential styles for dropdown menu */
.sf-menu {
	padding:53px 2px 0 0;
	margin:0;
	position:relative;
	background:none;
	text-align:left;
}
.sf-menu li {
	position:relative;
	list-style:none;
}
.sf-menu > li{
	background:none;
	display:block;
	float:left;
	text-align:left;
	padding:0px 0 0 0;
	margin:0 0px 0 28px;
}


.sf-menu > li > a >.menu-marker {
	display:inline-block;
	width:7px;
	height:5px;
	position:absolute;
	top:10px;
	right:0;
	background:url(images/menu-marker.png) center 0px no-repeat;
}

.sf-menu li a {
	display:inline-block;
	text-decoration:none;
	position:relative;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.sf-menu > li > a {
	font-size:12px; 
	line-height:25px;
	background:none;
	padding:0;
	color:#9b9191;
	letter-spacing:-1px;
	text-transform:uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
}
	.sf-menu > li > a.sf-with-ul {padding:0 20px 0 0;}

.sf-menu > li:hover > a, .sf-menu > li.sfHover > a, .sf-menu > li.current-menu-item > a {color:#fff;}

.sf-menu ul {
	position:		absolute;
	width:			148px; /* left offset of submenus need to match (see below) */
	padding:23px 8px 20px 8px;
	z-index:200;
	display:none;
	margin:0;
	background:url(images/bg-menu.jpg) 0 0 repeat-x #514b49;
	box-shadow:0px 5px 0px 0px rgba(44,26,26,.16);
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			50%;
	margin-left:-82px;
	top:			31px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	width:148px;
	padding:23px 8px 20px 8px;
	margin:0;
	background:url(images/bg-menu.jpg) 0 0 repeat-x #514b49;
	box-shadow:0px 5px 0px 0px rgba(44,26,26,.16);
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			158px; /* match ul width */
	top:			-23px;
	z-index:99;
}
.sf-menu ul li, .sf-menu ul li li {
	margin:0;
	padding:0;
	text-align:left;
	background:none;
	display:block;
}

	.sf-menu .bg-submenu{
		background:url(images/bg-submenu.png) 0 0 repeat-x;
		cursor:pointer;
		bottom: 50%;
		left: 50%;
		right: 50%;
		top: 50%;
		opacity: 0;
		position: absolute;
		z-index: 2;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;	
	}

	.sf-menu li li:hover > .bg-submenu, .sf-menu li li.sfHover > .bg-submenu, .sf-menu li li.current-menu-item > .bg-submenu{
		bottom: 0;
		left: 0;
		opacity: 1.0;
		right: 0;
		top: 0;
	}


.sf-menu li li a {
	position:relative;
	z-index: 3;
	text-align:center;
	color:#fff;
	font-size:11px;
	line-height:17px;
	padding:10px 0px 13px 0px;
	background:none;
	display:block;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
	
.sf-menu li li.current-menu-item > a, .sf-menu li li.sfHover > a, .sf-menu li li:hover > a {color:#fff;}




/* Top search */
#top-search {
	position:absolute;
	right:0;
	top:10px;
	overflow:hidden;
}
	#top-search .input-search {
		width:160px;
		margin-right:10px;
		height:20px;
		line-height:20px;
		float:left;
	}
	#top-search #submit {
		margin:0px;
		cursor:pointer;
		float:left;
	}


/*---------------------------------------- 
				Content
---------------------------------------- */
.primary_content_wrap {
	position:relative;
	z-index:1;
	padding:0;
}
	.content-inner {padding:51px 0 42px 0;}
	
#content {}
#content.left {float:right !important;}

.top-content {
	background:url(images/top-content.png) 0 bottom repeat-x;
	padding:43px 0 15px;
}
	body.home .top-content {padding:4px 0 15px;}
	
	.right-bottom-content-area {overflow:hidden;}
		.right-bottom-content-area h2 {margin-bottom:39px;}

/*----------------------------------------
				 Post
---------------------------------------- */
.header-title {margin-bottom:32px;}
	.header-title h1 {
		font-size:26px;
		line-height:30px;
		color:#fff;
		margin:0;
		letter-spacing:-1px;
		text-transform:uppercase;
		font-weight:700;
		font-family: 'Stardos Stencil', cursive;
	}
	
.post-holder {
	position:relative;
	overflow:hidden;
	padding-bottom:50px;
	margin-bottom:48px;
	background:url(images/line-bot.png) 0 bottom repeat-x;
}	
	.single .post-holder {padding-bottom:21px; margin-bottom:51px;}
	
	.post-holder.no-bg {background:none; padding:0;}
	
	.archive-lists {width:50%;}

/* Post header */
.entry-header {margin-bottom:31px;}

.post-holder .entry-title {
	font-size:14px;
	line-height:20px;
	color:#3dd5e3;
	text-transform:uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	margin:0 0 1px 0;
}
	.post-holder .entry-title a{
		display:inline-block;
		text-decoration:none;
		color:#3dd5e3;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.post-holder .entry-title a:hover {color:#fff;}
	
/* Meta information for post */
.post-meta {
	font-size:11px;
	line-height:17px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
}
	.post-meta a{
		text-decoration:none;
		color:#fff;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.post-meta a:hover {color:#3dd5e3;}


/* Featured thumbnail */
.featured-thumbnail {
	position:relative;
	float:left;
	margin:1px 19px 10px 0;
}	
	.featured-thumbnail img {border:5px solid #fff;}
	.services .featured-thumbnail img{border:none;}
	
	.featured-thumbnail a {
		display:block; 
		text-decoration:none;
	}

	
	/* Large thumbnail */
	.featured-thumbnail.large {
		margin-right:0;
		overflow:hidden;
		margin-bottom:25px;
	}

/* Post content */


/* Post footer */
.post-holder .post-footer {
	clear:both;
	padding:0;
	overflow:hidden;
}
.post-holder .post-footer a {
	float:left;
	margin-right:20px;
}

	
	.comments-link {
		display:inline-block;
		margin-top:6px;
		color:#3dd5e3;
		font-size:14px;
		line-height:20px;
		text-decoration:none;
		text-transform:uppercase;
		font-weight:700;
		font-family: 'Open Sans', sans-serif;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
		a.comments-link:hover {color:#fff;}

/*----------------------------------------
			Related Posts
---------------------------------------- */	
.related-posts {
	overflow:hidden;
	padding:0 0 45px 0;
	margin:0;
	margin-bottom:51px;
	background:url(images/line-bot.png) 0 bottom repeat-x;
}
	.related-posts li {
		list-style-type:none;
		padding:0;
		margin:0 15px 0 0px;
		display:inline-block;
		background:none;
		width:140px;
	}
	.related-posts li:nth-child(4n) {margin-right:0;}
	.related-posts li.nomargin {margin-right:0;}
		
		.related-posts li .featured-thumbnail {
			float:none;
			margin:0 0 10px 0;
			overflow:hidden;
		}
		
		.related-posts li a {
			background:none;
			padding:0;
			text-transform:none;
		}
		
/*----------------------------------------
				 Comments
---------------------------------------- */
h3#comments {
	font-size:26px;
	line-height:28px;
	color:#fff;
	font-family: 'Stardos Stencil', cursive;
	font-weight:700;
	text-transform:uppercase;
	margin:0 0 15px 0;
	letter-spacing:-1px;
}
	.commentlist {
		list-style-type:none;
		padding:0 80px 41px 0px;
		margin:0px 0 0 0;
		background:url(images/line-bot.png) 0 bottom repeat-x;
	}
		li.comment {
			list-style-type:none;
			overflow:hidden;
			padding: 0;
			margin: 0!important;
			background:none;
			text-transform:none;
		}

			li.comment .comment-body {
				padding:23px 29px 25px 19px;
				position:relative;
				zoom:1;
				margin-top:20px;
				border:1px solid #58514f;
				background:url(images/bg-comment.png) 0 0 repeat;
			}
				li.comment .comment-body p {margin-bottom:9px;}

	
			/* Comment meta */
			.comment-meta {
				font-size:12px;
				line-height:20px;
				color:#fff;
				display:inline-block;
				overflow:hidden;
				margin:5px 19px 0px 0;
				float:right;
			} 
			.comment-meta a {}
			
				.author-comment{
					display: inline-block;
					font-size:12px;
					line-height:20px;
					color:#fff;
				}
			
			.comment-author {
				float:left;
				margin:6px 19px 4px 0;
				text-align:center;
			}
	
			 /* Avatar */
			li.comment .avatar {
				float:none;
				display:block;
				vertical-align:top;
				overflow:hidden;
			}

			.commentlist ul.children {
				margin:0 0 0 40px;
				padding:0;
				overflow:hidden;
			}
			.commentlist ul.children li.comment {}

			/* Reply */
			.reply {
				float: right;
				display:inline-block;
			}
			.reply a {
				display:inline-block;
				padding:8px 12px 10px 13px !important;
				color:#fff!important;
				font-size:11px;
				line-height:15px;
				font-weight:bold;
				text-transform:uppercase;
				text-decoration:none;
				margin-bottom:5px !important;
				background:url(images/bg-button.gif) 0 0 repeat-x #504948 !important;
				box-shadow:0px 5px 0px 0px rgba(36,29,29,.5);
				-webkit-transition: all 0.5s ease;
				-moz-transition: all 0.5s ease;
				-o-transition: all 0.5s ease;
				transition: all 0.5s ease;
			}
			.reply a:hover {background-position:0 -200px!important;}


/*----------------------------------------
				Respond
---------------------------------------- */ 	
	#respond {
	   padding-top:33px;
	   margin-top:27px;
  	}
	#respond h3 {
		font-size:26px;
		line-height:28px;
		color:#fff;
		font-family: 'Stardos Stencil', cursive;
		font-weight:700;
		text-transform:uppercase;
		margin:0 0 29px 0;
		letter-spacing:-1px;
	}	
		.cancel-comment-reply small {font-size:12px;}
		.cancel-comment-reply a {
		   color: #fff !important;
		   text-decoration:underline;
		   background:none;
		   padding:0;
		   margin-bottom:5px;
		   display:inline-block;
		   text-transform:none;
		}
		.cancel-comment-reply a:hover {text-decoration:none;}

.allowed_tags {
	background:#eee;
	padding:15px;
	font-size:11px;
	font-family:"Courier New", Courier, monospace;
	color:#666;
}
.allowed_tags strong {font-family:Tahoma, Geneva, sans-serif;}

/*----------------------------------------
				Image styling
---------------------------------------- */
.alignleft {
	float:left;
	margin:0 20px 10px 0;
	border:5px solid #fff;
}
.alignright {
	float:right;
	margin:0 0 10px 20px;
	border:5px solid #fff;
}
.aligncenter {
	text-align:center;
	margin:0 auto;
	border:5px solid #fff;
}
.alignnone {
	margin:2px 0 1px 0;
	border:5px solid #fff;
}
article .post-content img {max-width:710px;}

.frame {
	padding:7px;
	background:#fff;
	border:1px solid #dbdbdb;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	text-align:center;
}
.frame img.alignleft,
.frame img.alignright{
	margin:0;
	padding:0;
	border:none;
}


/*----------------------------------------
				Page Navigaton
---------------------------------------- */
.pagenavi {
	clear:both;
	padding:0px 0;
	position:relative;
	font-size:11px;
	line-height:16px;
	font-weight:bold;
	text-transform:uppercase;
	overflow:hidden;
}

	.author .pagenavi {
		padding:0px 0 45px;
		margin-bottom:40px;
		background:url(images/line-bot.png) 0 bottom repeat-x;
	}
 
.pagenavi span, .pagenavi a {
	display:block;
	float:left;
	margin: 2px 5px 7px 0;
	padding:8px 13px 9px 14px;
	text-decoration:none;
	width:auto;
	color:#fff;
	background:url(images/bg-button.gif) 0 0 repeat-x #504948;
	box-shadow:0px 5px 0px 0px rgba(36,29,29,.5);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
 
.pagenavi a:hover, .pagenavi .current{
	background-position:0 -200px!important;
}

.pagenavi span.pages {display:none;}
 

/* Older and newer navigation */
nav.oldernewer {
	width:100%;
	overflow:hidden;
	margin-bottom:20px;
}
	.older {float:left;}
	.newer {float:right;}

.single-oldernewer {
	font-size:11px;
	border-top:1px solid #58514f;
	border-bottom:1px solid #58514f;
	padding:.5em 0;
	margin:1em 0 0 0;
}	

	
/* Gallery post format */
.gallery_post {
	list-style-type:none;
	padding:0;
	margin:0 0 1em 0;
	overflow:hidden;
}
	.gallery_post .g_item {
		overflow:hidden;
		display:none;
	}
	.gallery_post .g_item:first-child {display:block;}
		.gallery_post .g_item .featured-thumbnail {
			float:none;
			margin:0;
		}
			.gallery_post .g_item .featured-thumbnail img {float:none;}

.g_pagination {
	text-align:left;
	overflow:hidden;
}
	.g_pagination ul {
		list-style-type:none;
		margin:0;
		padding:.5em 0;
		overflow:hidden;
	}
		.g_pagination ul li {
			padding:0 5px 0 0;
			display:inline;
			margin:0;
			background:none;
		}
			.g_pagination ul li a {
				display:inline-block;
				text-decoration:none;
				width:15px;
				height:15px;
				background:url(images/bg-button.gif) 0 0 repeat-x #504948;
				font-size:0;
				line-height:0;
				padding:0;
				vertical-align:top;
			}
			.g_pagination li.activeSlide a,
			.g_pagination li a:hover {
				background-position:0 -200px;
			}
			
.g_controls {float:right;}
	.g_controls a {
		display:inline-block;
		background:url(images/bg-button.gif) 0 0 repeat-x #504948;
		color:#fff;
		vertical-align:top;
		font-size:11px;
		text-decoration:none;
		font-family:"Times New Roman", Times, serif;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
		.g_controls a span {
			display:inline-block;
			padding:2px 6px 4px 6px;
		}
		
	.g_controls a:hover {background-position:0 -200px;}

/*----------------------------------------
				Author
---------------------------------------- */

/* Recent author posts */
#recent-author-posts {margin-bottom:40px;}

/* Recent author comments */
#recent-author-comments ul {width:60%;}
#recent-author-comments ul li a{background:none; padding:0; color:#3dd5e3;}
#recent-author-comments ul li a:hover {color:#fff;}

.author-info {
	width:100%;
	overflow:hidden;
	padding-bottom:50px;
	margin-bottom:48px;
	background:url(images/line-bot.png) 0 bottom repeat-x;
}
	.author-info .avatar {margin:0 20px 0 0;}
		.author-info .avatar img {
			float:left;
			border:5px solid #fff;
		}

.author-meta {
	margin-bottom:20px;
	overflow:hidden;
	width:100%;
}
	.author-meta p.gravatar {margin:0;}

/*----------------------------------------
					404
---------------------------------------- */
#error404 {padding:30px 0 100px 0;}
	.error404-num {
		font-size:250px;
		line-height:1.2em;
		color:#2f2b2a;
		text-align:center;
	}
	#error404 hgroup {
		margin:0 0 2em 0;
		padding-top:50px;
	}
		#error404 hgroup h1 {
			font-size:3em;
			margin-bottom:.2em;
		}

/* ----------------------------------------
				Portfolio
---------------------------------------- */
.latestwork {
	width:100%;
	overflow:hidden;
	list-style-type:none;
	padding:0;
	margin:0;
}
	.latestwork li {
		float:left;
		margin-right:20px;
	}


/* Gallery */
/* Default layout 3 columns */
#gallery {}
	#gallery .portfolio {
		width:100%;
		overflow:hidden;
		list-style-type:none;
		padding:0;
		margin:0;
	}
		#gallery .portfolio li {
			list-style-type:none;
			display:-moz-inline-box;
			display:inline-block;
			zoom:1;
			vertical-align:top; 
			width:310px;
			margin:0 6px 40px 0;
			position:relative;
			background:none;
			padding:0;
		}
		* + html #gallery .portfolio li {display:inline;}
		#gallery .portfolio li.nomargin {margin-right:0 !important;}
			#gallery .portfolio li span.image-border {
				display:block;
				border:5px solid #fff;
				height:177px;
				width:300px;
				position:relative;
				margin-bottom:25px;
			}
			#gallery .portfolio li a.image-wrap {
				display:block;
				overflow:hidden;
				width:300px;
				height:177px;
				padding:0;
				position:relative;
				background:#fff url(images/loading-folio.gif) 50% 50% no-repeat;
				-webkit-transition: all .2s ease-in-out;
				-moz-transition: all .2s ease-in-out;
				-o-transition: all .2s ease-in-out;
			}

			
			#gallery .portfolio .folio-desc {
				margin-bottom:0;
				padding:0;
			}
				#gallery .portfolio h4 a {
					color:#3dd5e3; 
					padding:0; 
					background:none;
				}
					#gallery .portfolio h4 a:hover {color:#fff;}
					
			#gallery .portfolio p.excerpt {padding:0; margin-bottom:26px;}
			
			.zoom-icon {
				display:block;
				position:absolute;
				left:0px;
				top:0px;
				right:0px;
				bottom:0px;
				cursor:pointer;
				background:rgba(0, 0, 0, .6);
				-webkit-transition: all .2s ease-in-out;
				-moz-transition: all .2s ease-in-out;
				-o-transition: all .2s ease-in-out;
				opacity:0;
			}
			.no-rgba .zoom-icon {
				background:url(images/black-opacity-60.png);
				visibility:hidden;
			}
			.zoom-icon:before {
				content:"";
				display:block;
				position:absolute;
				left:50%;
				top:50%;
				width:92px;
				height:96px;
				margin:-46px 0 0 -48px;
				background:url(images/magnify-alt.png) 50% 50% no-repeat;
			}
			.image-wrap:hover .zoom-icon {opacity:1;}
			.no-rgba .image-wrap:hover .zoom-icon {visibility:visible;}


/* 1 column portfolio*/
#gallery.one_column .portfolio li {
	width:100%;
	margin-right:0;
	margin-left:0;
}
	#gallery.one_column .portfolio li span.image-border {
		width:460px;
		height:247px;
		float:left;
		margin:0 19px 0 0;
	}
	#gallery.one_column .portfolio li a.image-wrap {
		width:460px;
		height:247px;
	}
		#gallery.one_column .folio-desc {
			overflow:hidden;
		}

/* 2 columns portfolio*/
#gallery.two_columns .portfolio li {
	width:470px;
	margin-right:6px;
}
	#gallery.two_columns .portfolio li span.image-border {
		width:460px;
		height:247px;
	}
	#gallery.two_columns .portfolio li a.image-wrap {
		width:460px;
		height:247px;
	}

/* 4 columns portfolio*/
#gallery.four_columns .portfolio li {
	width:230px;
	margin-right:6px;
}
	#gallery.four_columns .portfolio li span.image-border {
		width:220px;
		height:147px;
	}
	#gallery.four_columns .portfolio li a.image-wrap {
		width:220px;
		height:147px;
	}


		
/*---------------------------------------- 
			Single Portfolio Page
---------------------------------------- */		
.entry-meta {}

.img-border img {border:5px solid #fff;}
.img-border .featured-thumbnail {border:none;}

.pp_gallery ul li a {padding:0; background:none;}
	
/* Info */
.portfolio-meta-list {
	border:none;
	margin:0 0 2em 0;
	border-top:1px solid #58514f;
	border-bottom:1px solid #58514f;
	padding:1em 0;
}
	.portfolio-meta-list li {
		list-style-type:none;
		padding:0;
		margin:.5em 0 0 0;
		border:none;
		background:none;
		text-transform:none;
	}
	.portfolio-meta-list li:first-child {margin-top:0;}
		.portfolio-meta-list li strong {
			display:inline;
			padding-right:.3em;
			color:#fff;
		}
		.portfolio-meta-list li a {
			background:none;
			padding:0;
			text-transform:none;
			color:#fff;
		}

/* Single Image */
.image-holder {
	position:relative;
	}
	.image-holder img {
		max-width:100%;
		}

/* Single Video */
.video-holder {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin:0 0 2% 0;
}
.video-holder iframe,  
.video-holder object,  
.video-holder embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Audio Single */
.single-audio-holder object{overflow:hidden;}
.single-audio-holder .audiojs {
	width:620px;
}
.single-audio-holder .audiojs .scrubber {
	width:440px;
	}	
	
/* Grid Gallery */
.grid_gallery {
	position:relative;
	overflow:hidden;
	padding:0 0 0 0;
	}
	.grid_gallery_inner {
		width:640px;
		position:relative;
		overflow:hidden;
		}
	.grid_gallery .gallery_item {
		float:left;
		margin:0 15px 15px 0;
		}
		
.single-gallery-item {
	margin:0;
	}
		
		

/*----------------------------------------
				Sidebar
---------------------------------------- */
#sidebar.left {padding-left:0px; padding-right:40px;}
	#widget-sidebar {}
		.widget {
			background:url(images/line-bot.png) 0 0 repeat-x;
			padding:51px 0 0 0;
			margin:0 0 43px 0;
		}
		.widget:first-child {
			padding:0;
			background:none;
		}
		
	#sidebar h3 {
		font-size:26px;
		line-height:30px;
		color:#fff;
		margin:0 0 32px 0;
		letter-spacing:-1px;
		text-transform:uppercase;
		font-weight:700;
		font-family: 'Stardos Stencil', cursive;
	}
	
/*----------------------------------------
				 Calendar
---------------------------------------- */
#calendar_wrap {padding:0;}
	#wp-calendar {width:100%;}

		#wp-calendar td {
			text-align:center;
			padding:6px 0;
			border:none;
		}
		#wp-calendar caption {
			font-size:17px;
			line-height:22px;
			color:#fff;
			text-align:center;
			font-weight:700;
			font-family: 'Open Sans', sans-serif;
			padding:4px 0;
			margin-bottom:5px;
			text-align:center;
			text-transform:uppercase;
		}
		#wp-calendar thead {
			border-top:1px solid  #58514f;
			border-bottom:1px solid  #58514f;
		}
		#wp-calendar tfoot {border-top:1px solid  #58514f;}
		
		#wp-calendar thead th {
			padding:7px 0;
			font-size:14px;
			line-height:20px;
			color:#fff;
			text-align:center;
			font-weight:700;
			font-family: 'Open Sans', sans-serif;
		}
		#wp-calendar #prev {text-align:left;}
		#wp-calendar #next {text-align:right;}	


/*----------------------------------------
					FAQs
---------------------------------------- */
.faq_list {}
	.faq_list dt {
		color:#fff;
		position:relative;
		padding:0 0 5px 28px;
		font-size:15px;
		font-weight:normal;
		margin:0;
		background:none;
	}
	.faq_list span.marker {
		display:block;
		position:absolute;
		left:0;
		top:0;
		font-size:15px;
		color:#fff;
		font-weight:bold;
	}
	.faq_list dd {
		padding:0 0 0 28px;
		position:relative;
		margin:0 0 2em 0;
	}
		.faq_list dd .marker {top:3px;}



/*----------------------------------------
				Custom widgets
---------------------------------------- */
/* Recent Comments */
ul.recentcomments {
	padding:0;
	margin:0;
}
	ul.recentcomments li {
		overflow:hidden;
		list-style-type:none;
	}
		ul.recentcomments li img {
			float:left;
			margin:0 12px 0 0;
		}
		ul.recentcomments .comment-body {padding:15px 0 0 0;}
			ul.recentcomments .comment-body a {
				text-decoration:none;
				color:#9b9191;
				text-transform:none;
				background:none;
				padding:0;
			}
			ul.recentcomments .comment-body a:hover {color:#fff;}
			
		ul.recentcomments li h4 {margin-bottom:.1em;}
			ul.recentcomments li h4 a {text-decoration:none; color:#fff;}
			ul.recentcomments li h4 a:hover {color:#3dd5e3;}
		ul.recentcomments li small {
			font-size:11px;
			color:#9b9191;
		}

/* Posts Type widget */
.post_list {
	list-style-type:none;
	padding:0;
	margin:0;
}
	.post_list li {
		list-style-type:none;
		overflow:hidden;
		padding:0;
		margin:0 0 33px 0;
		background:none;
	}
		.post_list li a {
			padding:0;
			background:none;
		}
			.post-meta-wrapper {overflow:hidden;}
				.post-meta-wrapper time {color:#fff; margin-right:17px;  margin-top:13px;}
				.post-meta-wrapper .comments-link {margin-top:13px;}
			
		#sidebar .post_list .featured-thumbnail {margin-top:6px; margin-bottom:30px;}
			#sidebar .post_list .featured-thumbnail img {border:none;}
		
		.post_list.intro li {
			display:inline-block;
			width:272px;
			padding:0 23px 0 0;
			margin:0 22px 20px 0;
			background:url(images/line-vert.png) 100% 0 repeat-y;
		}
		
		.post_list.intro li:nth-child(3n) {background:none; margin-right:0px;}
		.post_list.intro li.nomargin {background:none; margin-right:0px;}
		
		.post_list.intro li h3 {overflow:hidden; padding-top:5px; margin:0;}
			.post_list.intro li h3 a{color:#fff; display:inline;}
			.post_list.intro li h3 a:hover{color:#3dd5e3;}
			
		.post_list.intro li .featured-thumbnail {margin:0 0 15px 0; float:none;}
		.post_list.intro li .post_content {margin-bottom:10px;}
		
		.post_list.testi li {overflow:visible; margin:20px 0 0 0;}
			.post_list.testi li:first-child {margin:0px;}
		
		.post_list.testi li .post_content {margin-top:-9px; margin-bottom:13px;}
		.post_list.testi li .post_content a {
			font-family: 'Open Sans', sans-serif;
			font-weight:700;
			font-style:italic;
			font-size:22px;
			line-height:40px;
			color:#9b9191;
			text-transform:none;
			text-indent:55px;
			letter-spacing:-1px;
			background:url(images/quotes.png) 0 11px no-repeat;
		}
			.post_list.testi li .post_content a:hover {color:#fff;}
		
		.post_list.testi li .name-testi {
			text-align:left;
		}
		.post_list.testi li .name-testi .user {
			color:#fff;
			font-size:11px;
			line-height:15px;
			text-transform:uppercase;
			font-weight:bold;
		}				

/* Testimonials */
.testimonials {
	padding: 0;
	margin: 0;
}
.testimonials div.testi_item {
	padding: 0;
	margin: 0 0 2em 0;
	background: none;
	overflow:hidden;
}
.testimonials div.testi_item blockquote {
	display: block;
	position: relative;
	margin: 0;
	padding: 30px;
	background: #58514f;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.testimonials div.testi_item blockquote:before {
	content: "";
	display: block;
	position: absolute;
	left: 65px;
	bottom: -20px;
	width:0;
	height:0;
	border-left: 20px solid transparent;
	border-right: 0 solid transparent;
	border-top: 20px solid #58514f;
}
.testimonials div.testi_item blockquote:after {
	content: "";
	display: block;
	position: absolute;
	left: 105px;
	top: 20px;
	width: 41px;
	height: 33px;
	background: url(images/quotes.png) 0 0 no-repeat;
}
.testimonials div.testi_item blockquote a {
	text-decoration: none;
	color: #9b9191;
	display: block;
	font-style: normal;
	position: relative;
	webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.testimonials div.testi_item blockquote a:hover {color: #ffffff;}
.testimonials div.testi_item .featured-thumbnail {
	position:relative;
	z-index:2;
	margin:0 45px 0 0px;
}
.name-testi {
	padding: 12px 0 0 0;
	text-align: right;
	display: block;
}
.name-testi a {font-weight: normal;}
	.name-testi .user {
		text-transform:uppercase;
		font-weight:bold;
		font-size:11px;
		line-height:15px;
		color:#fff;
	}




/* Recent Posts */
.latestpost {
	list-style-type:none;
	margin:0;
	padding:0;
}
	.latestpost li {
		margin:0 0 20px 0;
		list-style-type:none;
		background:none;
		padding:0;
	}
		.latestpost li a {
			background:none;
			padding:0;
		}
		.latestpost li .featured-thumbnail {margin:0px 20px 10px 0;}
		.latestpost li h2 {
			
			overflow:hidden;
			padding:0 70px 0 0;
		}
			.latestpost li h2 a {color:#fff; display:inline;}
			.latestpost li h2 a:hover {color:#3dd5e3;}
			
		.latestpost li .excerpt {margin-bottom:0px;}


/* Twitter widget */
.twitter {position:relative;}
.twitter_update_list {overflow:hidden;}
.twitter ul li {
	list-style-type:none;
	margin:0 0 15px 0;
	padding:0 0 0 37px;
	background:url(images/twitter-icon-dark.png) no-repeat 0 0;
}
	.twitter ul li .twitt-body {padding:0 0 5px 0;}
	.twitter ul li .twitt-body a {
		font-weight:bold;
		color:#fff;
		background:none;
		padding:0;
	}
	.twitter ul li a.timesince {
		font-size:11px;
		color:#fff;
		background:none;
		padding:0;
	}
		.twitter ul li .twitt-body a:hover, .twitter ul li a.timesince:hover {color:#3dd5e3;}
		
.twitter .profileLink {}
.twitter  .preloader {
	position:absolute;
	top:40px;
	left:0;
	height: 25px;
	line-height:25px;
	padding-left: 30px;
	background-position:0 50%;
	background-repeat:no-repeat;
	background-image:url(images/loading-twitter.gif);
}



/* Flickr widget */
.flickrImages {
	overflow:hidden;
	position:relative;
}
.flickrImages a {
	float:left;
	display:block;
	width:75px;
	height:75px;
	background:#000;
	margin:0 1px 1px 0;
	}
.flickrImages a img {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}
.flickrImages a:hover img {
	opacity:.5;
}
.flickrImages a.link {
	display:inline;
	float:none;
	width:auto;
	height:auto;
	margin:0;
	background:none;
	}

/* Banner widget */
.banners-holder {
	list-style-type:none;
	padding:0;
	margin:0;
}
	.banners-holder li {
		list-style-type:none;
		float:left;
		margin:0 3px 3px 0;
		padding:0;
		background:none;
	}
		.banners-holder li a {
			background:none;
			padding:0;
			display:block;
		}
		.banners-holder li img {
			vertical-align:top;
			float:left;
		}

			
			
/* vCard widget */			
.vcard {
	
	}
			

/*---------------------------------------- 
				Testimonials
---------------------------------------- */

/* Testimonials list */
article.testimonial, .single article.testimonial  {
	border:1px solid #58514f;
	padding:30px 30px 30px 30px;
	width:auto;
	background:url(images/quotes.png) no-repeat 145px 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:14px;
	line-height:20px;
	font-weight:normal;
	margin-bottom:45px;
}
	.single article.testimonial {margin-bottom:20px;}
	
	article.testimonial .featured-thumbnail, 
	.single article.testimonial .featured-thumbnail {
		margin:4px 50px 5px 0;
		width:100px;
		height:100px;
	}
	article.testimonial .name-testi {
		display:block;
		text-align:right;
		font-style:normal;
		font-size:13px;
		line-height:18px;
		font-family:Arial, Helvetica, sans-serif;
		padding:10px 0 0 0;
	}
		article.testimonial .name-testi .user {
			color:#fff;
			text-transform:uppercase;
			font-weight:bold;
			font-size:11px;
			line-height:15px;
		}
		
		article.testimonial .name-testi a {
			text-decoration:none;
			-webkit-transition: all 0.5s ease;
			-moz-transition: all 0.5s ease;
			-o-transition: all 0.5s ease;
			transition: all 0.5s ease;
		}
		article.testimonial .name-testi a:hover {
			text-decoration:underline;
			color:#3dd5e3;
		}



/*----------------------------------------
				Shortcodes
---------------------------------------- */

/* Recent Posts */
.recent-posts {
	margin:0;
	padding:1px 0 0 0;
	width:100%;
	overflow:hidden;
	border:none;
}
	.recent-posts li {
		list-style-type:none;
		margin:0 0 15px 0;
		padding:0;
		border:none;
		background:none;
	}
		.recent-posts li a {
			background:none;
			padding:0;
		}

		.recent-posts li h4 {overflow:hidden;}
			.recent-posts li h4 a{color:#3dd5e3;}
			.recent-posts li h4 a:hover{color:#fff;}
			
		.recent-posts li .excerpt {margin-bottom:0;}
		
		.recent-posts li span.meta {
			display:block;
			margin-bottom:.5em;
			font-size:10px;
			text-transform:uppercase;
			overflow:hidden;
		}
			.recent-posts li .post-date {float:left;}
			.recent-posts li .post-comments {float:right;}

/* Images Format Type */
.recent-posts .format-image {
	float:left;
	margin:0 20px 20px 0;
	}	

/* Quote Format Type */
.recent-posts .format-quote {
	
	}

/* Link Format Type */
.recent-posts .format-link {
	
	}

/* Link Format Type */
.recent-posts .format-link {
	
	}	

/* Audio Format Type */
.recent-posts .format-audio {
	margin-bottom:2em;
	}
	.recent-posts .format-audio .audio-wrapper {
		margin-bottom:.5em;
		}

/* Video Format Type */
.recent-posts .format-video {
	float:left;
	width:300px;
	margin:0 20px 20px 0;
	}
.recent-posts .format-video iframe {
	width:300px;
	height:200px;
	}	

/* Our team */
.recent-posts.team {
	margin: 0;
	padding: 2px 0 0 0;
}
	.recent-posts.team li {
		float: left;
		width: 300px;
		overflow: hidden;
		margin: 0 20px 40px 0;
	}

	.recent-posts.team li:nth-child(2n) {margin-right: 0;}
	.recent-posts.team li.nomargin {margin-right: 0;}
	
	.recent-posts.team li a {padding:0; background:none;}
	
		.recent-posts.team li .featured-thumbnail {margin: 0 20px 0px 0;}
		
	.recent-posts.team li h4 {
		font-size:11px;
		line-height:15px;
		color:#fff;
		font-weight:bold;
		text-transform:uppercase;
		margin:0 0 16px 0;
		font-family:Arial, Helvetica, sans-serif;
		letter-spacing:normal;
		padding-top:1px;
	}
		.recent-posts.team li h4 a {color:#fff;}
		.recent-posts.team li h4 a:hover {color:#3dd5e3;}
		
	.recent-posts.team li .excerpt {margin-bottom: 0;}


/* Services */
.recent-posts.services {
	list-style-type:none;
	padding:0;
	margin:0;
	overflow:hidden;
}
	.recent-posts.services li {
		display:inline-block;
		width:275px;
		margin:0 25px 20px 0;
		padding:0 20px 0 0;
		background:url(images/line-vert.png) 100% 0 repeat-y;	
	}
	.recent-posts.services li:nth-child(3n) {margin-right:0; background:none;}
	.recent-posts.services li.nomargin{margin-right:0;  background:none;}
	
	.recent-posts.services li a {
		background:none;
		padding:0;
	}
		
		.recent-posts.services li .featured-thumbnail {
			border:none;
			margin:0 12px 11px 0;
		}
		
		.recent-posts.services li h3 {padding-top:7px; overflow:hidden;}
			.recent-posts.services li h3 a {color:#fff; display:inline;}
			.recent-posts.services li h3 a:hover {color:#3dd5e3;}
			
		.recent-posts.services li .excerpt {margin-bottom:10px;}
			
/* Popular Posts */
.popular_posts {
	list-style-type:none;
	padding:0;
	margin:0;
	}
	.popular_posts li {
		list-style-type:none;
		padding:0 0 20px 0;
		margin:0;
		overflow:hidden;
		}



/* Tags */
.tags-cloud a,
.tagcloud a{
	display:inline-block;
	padding:8px 12px 9px 13px;
	color:#fff;
	margin:0 1px 7px 0;
	font-size:11px !important;
	line-height:16px;
	vertical-align:top;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	background:url(images/bg-button.gif) 0 0 repeat-x #504948 !important;
	box-shadow:0px 5px 0px 0px rgba(36,29,29,.5);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.tags-cloud a:hover,
.tagcloud a:hover {background-position:0 -200px!important;}



/* Recent Comments */
.recent-comments {
	list-style-type:none;
	padding:0;
	margin:0;
}
	.recent-comments li {
		padding:0;
		margin:0;
		border:none;
		padding-bottom:.5em;
	}


/*----------------------------------------
				Footer
---------------------------------------- */
#footer {
	padding:48px 0 47px 0;
	position:relative;
	z-index:2;
}

	/* Footer widget */
	#widget-footer {
		float:right;
		padding:9px 0 0 0;		
	}

	/* Footer navigation */
	nav.footer {
		display:block;
		overflow:hidden;
		padding:20px 0 0 0;
	}
		nav.footer ul {
			margin:0;
			padding:0;
		}
			nav.footer ul li {
				list-style-type:none;
				float:left;
				padding:0 0 0 15px;
				margin:0 15px 0 0;
				font-size:12px;
				line-height:17px;
				background:url(images/footer-marker.gif) 0 4px no-repeat;
			}	
				nav.footer ul li:first-child {background:none; padding:0;}
				
			nav.footer ul li a {
				font-size:12px;
				line-height:17px;
				color:#9b9191;
				background:none;
				padding:0;
				font-family: 'Open Sans', sans-serif;
				font-weight:700;
			}
			
			nav.footer ul li a:hover, nav.footer ul li.current-menu-item a {color:#fff;}
			
	
	/* Copyright */
	#copyright {float:left; }
	
	/* Footer text */
	#footer-text{
		display:block;
		font-size:12px;
		line-height:22px;
		color:#9b9191;
		padding:0px 0 0 0;
		overflow:hidden;
	}
	#footer-text .site-name {
		float:left;
		font-size:30px;
		line-height:34px;
		color:#fff;
		font-family: 'Stardos Stencil', cursive;
		font-weight:700;
		text-decoration:none;
		letter-spacing:-2px;
		display:inline-block;
		margin:0px 15px 0 0;
	}

	#footer-text a {text-decoration:none;}
	
		.text-bot {
			color:#9b9191;
			-webkit-transition: all 0.5s ease;
			-moz-transition: all 0.5s ease;
			-o-transition: all 0.5s ease;
			transition: all 0.5s ease;
		}
		.text-bot:hover {color:#fff;}
		
		.line {
			display:inline-block;
			margin:0 3px 0 3px;
		}
	
		.footer-info {display:inline-block; float:left; margin-top:6px;}
		
/* Social Networks */
.social-networks {
	list-style-type:none;
	padding:0;
	margin:0;
	border:none;
}
	.social-networks li {
		list-style-type:none;
		float:left;
		padding:0 0 0 10px;
		margin:0 0px 0 11px;
		font-size:12px;
		line-height:19px;
		background:url(images/footer-marker.gif) 0 4px no-repeat;
	}
		.social-networks li a {
			font-size:12px;
			line-height:19px;
			color:#9b9191;
			background:none;
			padding:0;
			font-family: 'Open Sans', sans-serif;
			font-weight:700;
			letter-spacing:-1px;
		}
		.social-networks li a:hover {color:#fff;}
		
		#sidebar .social-networks li {
			float:none;
			display:block;
			padding:0;
			margin:0 0 5px 0;
		}

	
/*---------------------------------------- 
					Misc
---------------------------------------- */
.separator {background:url(images/line-vert.png) 325px 0 repeat-y;}
.button {
	display:inline-block;
	padding:8px 12px 9px 13px !important;
	color:#fff!important;
	font-size:11px;
	line-height:16px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	margin-bottom:5px !important;
	background:url(images/bg-button.gif) 0 0 repeat-x #504948 !important;
	box-shadow:0px 5px 0px 0px rgba(36,29,29,.5);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.button:hover {background-position:0 -200px!important;}
	
/* Small Button */
.button.small {
	font-size:10px;
	text-transform:uppercase;
	padding:3px 8px;
}
	
/* Large Button */
.button.large {
	font-size:18px;
	padding:16px 32px;
}

.link {
	display:inline-block;
	color:#fff;
	font-size:12px;
	line-height:17px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.link:hover {color:#3dd5e3;}

.no-results strong{color:#fff;}


/* Lightbox */
.lightbox {
	display:block;
	position:relative;
	}

/* Back to Top */
#back-top-wrapper {
	width:100%;
	position:absolute;
	overflow:hidden;
	height:0px;
}
#back-top {
	position: fixed;
	bottom: 154px;
	left:50%;
	margin-left:607px;
	display:none;
}

#back-top a {
	width: 438px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}


/* arrow icon (span tag) */
#back-top span {
	width: 43px;
	height: 48px;
	display: block;
	background: url(images/up-arrow.png) no-repeat center center;
}

/* Tabs */
.tabs {
    margin: 1px 0 20px 0;
}

.tabs .tab-wrapper {
    border: 1px solid #dddddd;
    border-radius: 0 5px 5px 5px;
    -moz-border-radius: 0 5px 5px 5px;
    -webkit-border-radius: 0 5px 5px 5px;
    margin: -1px 0 0 0;
}

.tabs .tab-menu ul {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
}

.tabs .tab-menu li {
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
}

.tabs .tab-menu a {
    background-color: #fafafa;
    border: 1px solid #dddddd;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    color: #aaaaaa;
    display: block;
    font-size: 12px;
    letter-spacing: 1px;
    margin: 0 2px 0 0;
    padding: 8px 20px;
}

.tabs .tab-menu a:hover {
    background-color: #f2f2f2;
    color: #666666;
}

.tabs .tab-menu a.active {
    background-color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#fafafa');
    background: -moz-linear-gradient(bottom , #fafafa 0px, #f6f6f6 90%) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear,left bottom,left top, color-stop(0, #fafafa),color-stop(90%, #f6f6f6));
    border-bottom: none;
    color: #666666;
    padding: 8px 20px 9px 20px;
}

.tabs .tab {
	background-color: #fafafa;
	border-radius: 0 5px 5px 5px;
    -moz-border-radius: 0 5px 5px 5px;
    -webkit-border-radius: 0 5px 5px 5px;
    padding: 20px;
}





/* Toggle */
.toggle {
    padding: 0 0 2px 0;
}
.toggle .trigger {
	background-color: #f5f5f5;
	background: -moz-linear-gradient(bottom, #F2F2F2 0px, #ffffff 100%);
	background: -webkit-gradient(linear,left bottom,left top, color-stop(0, #f2f2f2),color-stop(1, #ffffff));
	border: 1px solid #dddddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #666666;
	display: block;
	padding: 10px 12px 10px 40px;
	position: relative;
	text-decoration:none;
	height:1%;
	}

.toggle .trigger span {
	background: url(includes/images/toggle.png) 0 0 no-repeat;
	display: block;
	position: absolute;
	top: 9px;
	left: 10px;
	text-indent: -9999px;
	width: 22px;
	height: 20px;
	}

.toggle .trigger:hover,
.toggle .active {
	background:#191919;
	color:#fff;
	}
.toggle .active span {
	background-position: 0 -20px;
	}

.toggle .box {
	background-color: #fafafa;
	border: 1px solid #dddddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 20px;
	}



/* Dropcap */
.dropcap {
	display: block;
	float: left;
	margin: 0 11px 7px 0;
	text-transform: uppercase;
	width: 53px;
	height: 60px;
	padding:2px 0 0 0;
	background:url(images/bg-dropcap.png) 0 0 no-repeat;
	font-size: 35px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	overflow:hidden;
}

.widget-area {
	
}

.hr {
	height: 1px;
	background:url(images/line-bot.png) 0 bottom repeat-x;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	margin: 0px 0px 51px;
	padding-bottom:5px;
}
.grid_1 .hr, .grid_2 .hr, .grid_3 .hr, .grid_4 .hr, .grid_5 .hr, .grid_6 .hr, .grid_7 .hr, .grid_8 .hr, .grid_9 .hr, .grid_10 .hr, .grid_11 .hr, .grid_12 .hr, .grid_13 .hr, .grid_14 .hr, .grid_15 .hr, .grid_16 .hr, .grid_17 .hr, .grid_18 .hr, .grid_19 .hr, .grid_20 .hr, .grid_21 .hr, .grid_22 .hr, .grid_23 .hr, .grid_24 .hr {
	margin-left:0;
	margin-right:0;
}
.sm_hr {
	height: 1px;
	background:url(images/line-bot.png) 0 bottom repeat-x;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	margin: 0px 0px 31px;
	padding-bottom:6px;
}
.grid_1 .sm_hr,
.grid_2 .sm_hr,
.grid_3 .sm_hr,
.grid_4 .sm_hr,
.grid_5 .sm_hr,
.grid_6 .sm_hr,
.grid_7 .sm_hr,
.grid_8 .sm_hr,
.grid_9 .sm_hr,
.grid_10 .sm_hr,
.grid_11 .sm_hr,
.grid_12 .sm_hr {
	margin-left: 0;
	margin-right: 0;
}
.spacer {
	height:50px;
	overflow:hidden;
	font-size:0;
	line-height:0;
}

/* Address */
.address {
	overflow:hidden;
	width:100%;
	margin:0;
	padding:0;
}
.address dt {
	float:left;
	width:165px;
	margin-right:20px;
	padding:0 0 0 55px;
	background:none;
	font-size:12px;
	line-height:17px;
	color:#fff;
	background:url(images/address-icon1.png) no-repeat 0 3px;
}
.address dd {
	float:left;
	width:217px;
	padding:0 0 0 53px;
	background:url(images/address-icon2.png) no-repeat 0 3px;
}
	.address dd ul {
		list-style-type:none;
		padding:0;
		margin:0;
	}
		.address dd ul li {
			background:none;
			padding:0;
			margin:0;
		}
	.address dd span {
		float:left;
		width:100px;
	}
		.address dd a {
			font-style:italic;
			color:#fff;
			text-transform:none;
			background:none;
			text-decoration:underline;
		}
		.address dd a:hover {
			text-decoration:none;
			}

			
/* Google Map */
.google-map {
	margin-bottom:20px;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-image:url(images/loading-map.gif);
	}




/* VIDEO */
.video-wrap {
	margin-bottom: 10px;
	position:relative;
	zoom:1;
	}
	.video-wrap object {
		position:relative;
		z-index:2;
		}
	.video-bg {
		background-color:black;
		position:absolute;
		left:0;
		top:0;
		z-index:1;
		}

/* AUDIO */
.audio-wrapper {
   margin-bottom:1.5em;
}

.audio-desc {
	font-size:.91em;
	color:#999;
	padding:.5em 0 0 0;
}
.audiojs audio { position: absolute; left: -1px; }
.audiojs { width: 460px; height: 36px; background: #404040; overflow: hidden; font-family: monospace; font-size: 12px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #444), color-stop(0.5, #555), color-stop(0.51, #444), color-stop(1, #444));
	background-image: -moz-linear-gradient(center top, #444 0%, #555 50%, #444 51%, #444 100%);
	-webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3); -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3); box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3); 
}
.audiojs .play-pause { width: 25px; height: 40px; padding: 4px 6px; margin: 0px; float: left; overflow: hidden; border-right: 1px solid #000;}
.audiojs p { display: none; width: 25px; height: 40px; margin: 0px; cursor: pointer; }
.audiojs .play { display: block; }
.audiojs .scrubber { position: relative; float: left; width: 280px; background: #5a5a5a; height: 14px; margin: 10px; border-top: 1px solid #3f3f3f; border-left: 0px; border-bottom: 0px; overflow: hidden; }
.audiojs .progress { position: absolute; top: 0px; left: 0px; height: 14px; width: 0px; background: #ccc; z-index: 1;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ccc), color-stop(0.5, #ddd), color-stop(0.51, #ccc), color-stop(1, #ccc));
	background-image: -moz-linear-gradient(center top, #ccc 0%, #ddd 50%, #ccc 51%, #ccc 100%); }
.audiojs .loaded { position: absolute; top: 0px; left: 0px; height: 14px; width: 0px; background: #000;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #222), color-stop(0.5, #333), color-stop(0.51, #222), color-stop(1, #222));
	background-image: -moz-linear-gradient(center top, #222 0%, #333 50%, #222 51%, #222 100%); }
.audiojs .time { float: left; height: 36px; line-height: 36px; margin: 0px 0px 0px 6px; padding: 0px 6px 0px 12px; border-left: 1px solid #000; color: #ddd; text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5); } 
.audiojs .time em { padding: 0px 2px 0px 0px; color: #f9f9f9; font-style: normal; }
.audiojs .time strong { padding: 0px 0px 0px 2px; font-weight: normal; }
.audiojs .error-message { float: left; display: none; margin: 0px 10px; height: 36px; width: 400px; overflow: hidden; line-height: 36px; white-space: nowrap; color: #fff;
	text-overflow: ellipsis; -o-text-overflow: ellipsis; -icab-text-overflow: ellipsis; -khtml-text-overflow: ellipsis; -moz-text-overflow: ellipsis; -webkit-text-overflow: ellipsis; }
.audiojs .error-message a { color: #eee; text-decoration: none; padding-bottom: 1px; border-bottom: 1px solid #999; white-space: wrap; }

.audiojs .play { background: url(js/audiojs/player-graphics.gif) -2px -1px no-repeat; }
.audiojs .loading { background: url(js/audiojs/player-graphics.gif) -2px -31px no-repeat; }
.audiojs .error { background: url(js/audiojs/player-graphics.gif) -2px -61px no-repeat; }
.audiojs .pause { background: url(js/audiojs/player-graphics.gif) -2px -91px no-repeat; }

.playing .play, .playing .loading, .playing .error { display: none; }
.playing .pause { display: block; }

.loading .play, .loading .pause, .loading .error { display: none; }
.loading .loading { display: block; }

.error .time, .error .play, .error .pause, .error .scrubber, .error .loading { display: none; }
.error .error { display: block; }
.error .play-pause p { cursor: auto; }
.error .error-message { display: block; }



/* Alert boxes
---------------------------------------- */
.alert-box, .wpcf7-response-output {
	padding:20px 20px 20px 90px !important;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-size:.91em;
	line-height:1.4em;
	border:1px solid #dbdbdb;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:15px;
	}
	.error-box, .wpcf7-mail-sent-ng {
		border-color:#ff9999;
		color:#c31b00;
		background:url(images/icons/alert/icon-error.png) no-repeat 20px 50% #ffcccc;
		}
	.attention-box, .wpcf7-validation-errors, .wpcf7-spam-blocked {
		border-color:#e6c555;
		color:#9e660d;
		background:url(images/icons/alert/icon-note.png) no-repeat 20px 50% #fdebae;
		}
	.notice-box {
		border-color:#68a2cf;
		color:#2e6093;
		background:url(images/icons/alert/icon-info.png) no-repeat 20px 50% #bfe4f9;
		}
	.approved-box, .wpcf7-mail-sent-ok {
		border-color:#a3c159;
		color:#5e6f33;
		background:url(images/icons/alert/icon-download.png) no-repeat 20px 50% #ccff99;
		}
	


/*----------------------------------------
				Forms
---------------------------------------- */

/* Form defaults */
input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	vertical-align:middle;
	font-weight:normal;
	border-left:1px solid #191716;
	border-right:1px solid #403b39;
	border-bottom:1px solid #403b39;
	border-top:1px solid #191716;
	outline:none;
	color:#9b9191;
}
input[type="text"], textarea {
	background:url(images/bg-form.png) 0 0 repeat;
	border-left:1px solid #191716;
	border-right:1px solid #403b39;
	border-bottom:1px solid #403b39;
	border-top:1px solid #191716;
	padding:6px 7px;
	resize:none;
}
input[type="submit"], input[type="reset"] {
	position:relative;
	display:inline-block;
	padding:0 12px 0 13px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	font-size:11px;
	line-height:33px;
	height:33px;
	text-transform:uppercase;
	background:url(images/bg-button.gif) 0 0 repeat-x #504948 !important;
	box-shadow:0px 5px 0px 0px rgba(36,29,29,.5);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border:none;
	cursor:pointer;
	margin-right:10px;
	margin-bottom:5px;
}
input[type="submit"]:hover, input[type="reset"]:hover {background-position:0 -200px!important;}
	


/* Comment form */
#commentform {}
	#commentform a {
		text-transform:none;
		padding:0;
		background:none;
		color:#fff;
		text-decoration:underline;
	}
		#commentform a:hover {text-decoration:none;}
		
	#commentform p.field {margin-bottom:16px;}
	#commentform p.area {margin-bottom:30px;}

	#commentform label {
		display:block;
		padding-bottom:3px;
	}
	#commentform input[type="text"] {
		width:334px;
		height:24px;
		line-height:24px;
	}
	#commentform textarea {
		width:85%;
		height:184px;
		overflow:auto;
	}




/* Contact form */
.wpcf7-form p.field {
	margin-bottom:16px;
	overflow:hidden;
	vertical-align:top;
	position:relative;
}
.wpcf7-form p.field input {
	width:290px; 
	height:24px;
	line-height:24px;
}
	.wpcf7-form p.field small {color:red;}
.wpcf7-form .input-file {
	width: 79px;
	height: 22px;
	background: url(images/btn-choose-file.gif) 0 0 no-repeat;
	display: block;
	overflow: hidden;
	cursor: pointer;
	position:relative;
}
.wpcf7-form input[type="file"] {
	position: relative;
	height: 100%;
	width: auto;
	opacity: 0;
	cursor: pointer;
	-moz-opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.wpcf7-form textarea {
	width:290px;
	height:255px;
	overflow:auto;
	margin-bottom:17px;
}
.wpcf7-form .submit-wrap {
	padding:0;
	margin:0;
}
	span.wpcf7-form-control-wrap {display:block;}
	.wpcf7-not-valid-tip {
		width:294px !important;
		position:absolute;
		left:0 !important;
		top:0 !important;
		padding:8px 0 8px 10px !important;
		background:#f3b7b7 !important;
		color:red !important;
		border:1px solid red !important;
	}
	div.wpcf7-response-output {
		margin-left:0 !important;
		margin-right:0 !important;
	}





/* Sidebar search form */
#searchform {overflow:hidden;}
#searchform .searching {
	width:160px;
	margin-right:10px;
	height:24px;
	line-height:24px;
	float:left;
}
	#searchform .submit {
		width:60px;
		cursor:pointer;
		padding-left:0;
		padding-right:0;
		float:left;
	}



/* Fluid Columns */
.one_half{ width:48%; }
.one_third{ width:30.66%; }
.two_third{ width:65.33%; }
.one_fourth{ width:22%; }
.three_fourth{ width:74%; }
.one_fifth{ width:16.8%; }
.two_fifth{ width:37.6%; }
.three_fifth{ width:58.4%; }
.four_fifth{ width:79.2%; }
.one_sixth{ width:13.33%; }
.five_sixth{ width:82.67%; }
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth{ position:relative; margin-right:4%; float:left; }
.last { margin-right:0 !important; clear:right; }


.fleft { float:left;}
.fright { float:right;}
.clear { clear:both;}

.wrapper { 
	width:100%;
	overflow:hidden;
}
.extra-wrap {
	overflow:hidden;
	}


/* Clear Floated Elements */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

.calendar-container {
	padding: 40px;
	width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.class-calendar {
	margin: auto;
	clear: both;
	width: 95%;
	border-radius: 5px;
	padding: 20px;
	background-color: white;
	box-shadow: 0px 0px 7px #888888;
}

.faq {
	text-align: left;
	width: 960px;
	margin-left: auto;
    margin-right: auto;
	line-height: 200%;
	padding: 20px;
}

.faq-question {
	padding-top: 30px;
	padding-bottom: 30px;
	color: #3dd5e3;
	font-size: 250%;
	font-family: 'Stardos Stencil', cursive;
	line-height: 100%;
    text-transform: uppercase;
}

.faq-answer {
	font-size: 140%;
}

table, th,td
{
padding:15px;
}
/* Always remember to compress your live stylesheet and keep an uncompressed backup */

