@charset utf-8;
/*--
	Theme Name: theme1800
	Theme URI: http://template-help.com/
	Description: A theme for Wordpress 3.2+ from Template-Help.com Collection
	Author: Template_Help.com 
	Author URL: http://www.Template-Help.com/ 
--*/
@import url(http://fonts.googleapis.com/css?family=Anton);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:600);
/*----------------------------------------
				General
---------------------------------------- */
html,
body {
	min-width:980px;
}
body{
	background-color: #ecebeb;
	background-image:url("../../../images/bg-body.png");
	background-position:center top;
	background-repeat:no-repeat;
	background-attachment:fixed;
	color: #828082;
	font: 12px/18px Tahoma, Geneva, sans-serif;
	position:relative;
}


#main {
	width:980px;
	position:relative;
	margin:0 auto;
}

/* 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 {
		list-style-type:none;
		padding:0;
		margin:0 0 31px 0;
	}
		.archive-lists ul {width:55%;}

	ul li {
		vertical-align:top;
		list-style-type:none; 
		background:none;
		padding:0px;
		margin:0 0 0px 0;
		border-top:1px solid #ededed;
	}
		ul li:first-child {border-top:none;}

		ul li a {
			color:#6f6d6f;
			background:transparant;
			padding:5px 0 6px 20px;
			border-radius:3px;
			display:block;
			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:hover {color: #fff; background:#f54102;}

		#wpadminbar li  {border:none;}
		#wpadminbar li a {
			-webkit-transition:none;
			-moz-transition: none;
			-o-transition: none;
			transition: none;
			background:none;
			border-radius:0px;
			padding:0;
			border:none;
		}
		
		ul ul {
			margin:0;
			padding:10px 0 0 0;
		}

/*----------------------------------------
				 Header
---------------------------------------- */
#header {
	min-height:160px;
	position:relative;
	z-index:99;
	background:none;
	margin:0px;
	padding:0;
	margin-bottom:20px;
}
	.row-top {
		position:relative;
		height:104px;
		background:none;	
	}
		
	.row-submenu {
		position:relative;
		height:56px;
		background:url("../../../images/bg-submenu.gif") 0 bottom repeat-x #d8d8d8;
		border-radius:6px;
	}
	.row-search {position:relative;}
	
/* Logo */
.logo {
	margin:0;
	padding:23px 0 0 0px;
	position:relative;
	z-index:100;
	float:left;
}

	.logo img {margin-bottom:2px; margin-top:5px;}
	
	.logo h1,
	.logo h2 {
		font-size:40px;
		line-height:45px;
		color:#817f7f;
		font-family: 'Anton', sans-serif;
		font-weight:400;
		margin:0px 0 0;
		padding:0px 0 0 0;
	}
		.logo h1 a,
		.logo h2 a {
			color:#817f7f;
			text-decoration:none;
		}
		
.logo .tagline {
	font-size:10px;
	line-height:16px;
	text-transform:uppercase;
	color:#313131;
	margin:0;
	display:none;
}

/* Header widget */

#widget-header {padding-top:23px;}
	#widget-header h3 {display:none;}
	
	.widget-header ul {
		display:block;
		text-align:right;
		overflow:hidden;
		margin:0px;
	}
		.widget-header ul li {
			vertical-align:top;
			list-style-type:none; 
			color: #817f7f;
			background:none;
			border:none;
			padding:0;
			display:inline-block;
			margin:0 0px 0 12px;
			font-size:12px;
			line-height:18px;
			font-family:Tahoma, Geneva, sans-serif;
		}
			
			.widget-header ul li a  {
				font-size:12px;
				line-height:18px;
				color:#817f7f;
				background:none;
				padding:0;
				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;
			}
			.widget-header ul li a:hover {color: #413e40; background:none;}
			
/* Social Networks */
.social-networks li a {
	padding-left:0px;
	border-radius:0;
	background:none!important;
}
	.social-networks li a img {
		display:inline-block;
		margin:2px 5px 0  0;
	}
		.social-networks li a:hover {color:#fc4403;}


/* 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;
}

/*----------------------------------------
			Awkward Showcase Slider
---------------------------------------- */
#slider-wrapper {
	width:980px;
	height:535px;
	position:relative;
	background:none;
	margin-bottom:20px;
	padding:0px;
}

/* This class is removed after the showcase is loaded */
/* Assign the correct showcase height to prevent loading jumps in IE */
.showcase-load {
    height: 440px; /* Same as showcase javascript option */
    overflow: hidden;
    width:980px;
    background:none;
}
 
#showcase-holder {
    padding:0px;
    margin:0;
    height:535px;
    background:url("../../../images/loading.gif") 50% 179px no-repeat;
	position:relative;
	z-index:2;
}
 
div {margin:0; border:0;}
 
/* Container when content is shown in slider */
.showcase {
    display: none;
    height: 535px;
    margin: 0 auto;
    position: relative;
}
 
    .showcase-content-container {
		position:relative;
		width: 980px;
		height: 440px;
	}
 
    /* Navigation arrows */
    .showcase-arrow-previous, .showcase-arrow-next {
        position: absolute;
        background: url("../../../images/arrows.png");
        width: 33px;
        height: 33px;
        top: 220px;
        cursor: pointer;
        z-index:9999;
    }
 
    .showcase-arrow-previous {left: 5px;}
 
    .showcase-arrow-previous:hover {background-position: 0px -34px;}
 
    .showcase-arrow-next {
        right: 5px;
        background-position: -34px 0;
    }
 
    .showcase-arrow-next:hover {background-position: -34px -34px;}
 
    /* Content */
    .showcase-content {
        background:none;
        text-align: center;
		width:980px;
		border-radius:5px 5px 0 0;
		overflow:hidden;
    }
		
        .showcase-content-wrapper{
            text-align: center;
            height: 440px;
            width: 980px;
            display: table-cell;
            vertical-align: middle;
        }
 
        /* Styling the tooltips */
        .showcase-plus-anchor {
            background-color:#FFF;
            background-repeat: no-repeat;
        }
 
        .showcase-plus-anchor:hover {
            background-color:#000;
        }
 
        div.showcase-tooltip {
            background-color: #fff;
            color: #000;
            text-align: left;
            padding: 5px 8px;
            background-image: url("../../../images/white-opacity-80.png");
        }
 
        /* Styling the caption */
        .showcase-caption {
            width:270px;
			height:373px;
			padding:57px 20px 10px 30px;
			font-size:14px;
			line-height:22px;
			color:#a6a5a5;
            text-align: left;
			border-radius:0px 5px 5px 0;
            position: absolute;
			top:0px;
			right:0px;
			background:url("../../../images/bg-caption.png") 0 0 repeat;
        }
            .showcase-caption p {
                margin:0 0 25px 0;
                padding:0 20px 0 0;
            }
			.showcase-caption h2 {
				font-size:50px;
				line-height:51px;
				color:#fff;
				border:none;
				letter-spacing:-2px;
				padding:0 0px 0 0;
				font-family: 'Open Sans', sans-serif;
				font-weight:600;
				margin:0 0 7px 0;
			}
				.showcase-caption h2 span {color:#fd4403;}
				
			.showcase-caption a{
				display:inline-block;
				font-size:18px;
				line-height:22px;
				color:#fff;
				text-shadow:0 1px 0 #a62c01;
				padding:12px 31px 13px 31px;
				font-family: 'Anton', sans-serif;
				font-weight:400;
				border-radius:6px;
				text-transform:uppercase;
				text-decoration:none;
				background:url("../../../images/bg-slider-button.gif") 0 0 repeat-x #ea3e02;
				-webkit-transition: all 0.5s ease;
			   -moz-transition: all 0.5s ease;
			   -o-transition: all 0.5s ease;
			   transition: all 0.5s ease;
			}
				.showcase-caption a:hover {color:#292929;}
				
 
    .showcase-onepage .showcase-content {
        margin-bottom: 10px;
    }
 
    /* Button Wrapper */
    .showcase-button-wrapper {
        clear: both;
        margin-top: 10px;
        text-align: center;
    }
 
        .showcase-button-wrapper span {
            margin-right: 3px;
            padding: 2px 5px 0px 5px;
            cursor: pointer;
            font-size: 12px;
            color: #444444;
        }
 
        .showcase-button-wrapper span.active {
            color: #fff;
        }
 
    /* Thumbnails */
    .showcase-thumbnail-container {
        border-radius:0 0 6px 6px;
		background:url("../../../images/bg-slider.gif") 0 0 repeat-x #2b2b2b; /* Used for backgrounds, no other styling!!! */
    }
 
    .showcase-thumbnail-wrapper {
        overflow: hidden;
    }
 
        .showcase-thumbnail {
            width: 166px;
            height: 74px;
            cursor: pointer;
            position: relative;
			box-shadow:1px 1px 5px rgba(0,0,0, 0.5);
        }
		.showcase-thumbnail img {position:relative; z-index:1;}
		.showcase-thumbnail .stroke {
			position:absolute;
			top:0;
			left:0;
			bottom:0;
			right:0;
			border:7px solid #3e3e3e;
			z-index:2;
			opacity:0;
			filter:alpha(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;
		}
		.showcase-thumbnail:hover .stroke, .showcase-thumbnail.active .stroke {opacity:1.0; filter:alpha(opacity=100);}
 
            .showcase-thumbnail-caption {
                position: absolute;
                bottom: 2px;
                padding-left: 10px;
                padding-bottom: 5px;
            }
 
            .showcase-thumbnail-content {
                padding: 10px;
                text-align: center;
            }
 
            .showcase-thumbnail-cover {
                background-image: url("../../../images/black-opacity-40.png");
                position: absolute;
                top: 0; bottom: 0; left: 0; right: 0;
            }
 
 
            .showcase-thumbnail:hover .showcase-thumbnail-cover {display: none;}
 
            .showcase-thumbnail.active .showcase-thumbnail-cover {display: none;}
 
    .showcase-thumbnail-wrapper-horizontal {
        padding:10px 0 11px 0;
        margin:0;
    }
 
        .showcase-thumbnail-wrapper-horizontal .showcase-thumbnail {
            margin-right: 10px;
            width: 166px;
        }
 
    .showcase-thumbnail-button-backward,
    .showcase-thumbnail-button-forward {
        padding: 0px 0px;
        cursor: pointer;
    }
 
    .showcase-thumbnail-button-backward {
        padding-bottom: 0px;
        padding-right: 0px;
        margin-right:10px;
		background:#2b2b2b;
		box-shadow:0px 0px 3px rgba(0,0,0, 0.5);
    }
    .showcase-thumbnail-button-forward {
        padding-bottom:0;
        padding-left:0;
        margin-left:10px;
		background:#2b2b2b;
		box-shadow:0px 0px 10px rgba(0,0,0, 0.4);
    }
 
        .showcase-thumbnail-button-backward .showcase-thumbnail-vertical,
        .showcase-thumbnail-button-forward .showcase-thumbnail-vertical,
        .showcase-thumbnail-button-forward .showcase-thumbnail-horizontal,
        .showcase-thumbnail-button-backward .showcase-thumbnail-horizontal {
            display: block;
            width: 45px;
            height: 95px;
			position:relative;
			background:url("../../../images/slider-arrows.png") 0 0 no-repeat;
        }
		
        /* Hide button text */
        .showcase-thumbnail-button-forward span span,
        .showcase-thumbnail-button-backward span span {
            display: block;
            width: 45px;
            height: 95px;
			position:absolute;
			top:0;
			left:0;
			font-size:0px;
			line-height:0px;
			opacity:0;
			filter:alpha(opacity=0);
			-webkit-transition: all 0.5s ease-in-out;
		   -moz-transition: all 0.5s ease-in-out;
		   -o-transition: all 0.5s ease-in-out;
		   transition: all 0.5s ease-in-out;
		   background:url("../../../images/slider-arrows.png") 0 0 no-repeat;
        }
		.showcase-thumbnail-button-forward:hover span span,
        .showcase-thumbnail-button-backward:hover span span {opacity:1; filter:alpha(opacity=100);}

.showcase-thumbnail-button-backward .showcase-thumbnail-horizontal {background-position:0 0;}
.showcase-thumbnail-button-forward .showcase-thumbnail-horizontal {background-position:-45px 0;}

.showcase-thumbnail-button-backward span span {background-position:0 -95px;}
.showcase-thumbnail-button-forward span span {background-position:-45px -95px;}

/*---------------------------------------
			 Navigations
---------------------------------------- */
/* Primary navigation */
nav.primary {
	padding:0px;
	background:none;
	z-index:99;
	position:relative;
}

#topnav {
	margin:0; 
}
	

/* Essential styles for dropdown menu */
.sf-menu {
	padding:13px 0px 0px 0px;
	position:relative;
	background:none;
	text-align:left;
	margin:0;
}
.sf-menu li {
	position:relative;
	text-transform:none;
}
.sf-menu > li{
	display:inline-block;
	text-align:left;
	position:relative;	
	margin:0 0px 0 22px;
	border:none;
	padding:0;
	background:none;
}

.sf-menu li a {
	font-weight:normal;
	background:none;
	display:inline-block;
	text-decoration:none;
	border-radius:0;
	-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:18px;
	text-transform:uppercase;
	color:#575757;
	background:url("../../../images/menu-marker.png") 0 0 no-repeat;
	padding:0 0 0 28px;
	min-height:20px;
	font-family:Tahoma, Geneva, sans-serif;
}

.sf-menu > li:hover > a, .sf-menu > li.sfHover > a, .sf-menu > li.current-menu-item > a {color:#ff5000; background:url("../../../images/menu-marker.png") 0 0 no-repeat;}

/* Submenu */
.submenu .sf-menu {
	padding:0px 0px 0px 0px;
}

.submenu .sf-menu > li{
	display:inline-block;
	float:left;
	text-align:left;
	position:relative;	
	margin:0;
	border:none;
	padding:0;
	background:url("../../../images/menu-separator.gif") 100% 0 repeat-y;
}

	.submenu  .sf-menu .bg-menu{
		background:url("../../../images/bg-menu.gif") 0 bottom repeat-x #bdbdbd;
		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;	
	}

		.submenu  .sf-menu > li:hover .bg-menu, .submenu .sf-menu > li.sfHover .bg-menu, .submenu .sf-menu > li.current-menu-item .bg-menu{
			bottom: 0;
			left: 0;
			opacity: 1.0;
			right: 2px;
			top: 0;
		}

.submenu .sf-menu > li > a {
	font-size:21px; 
	line-height:26px;
	text-transform:none;
	color:#fff;
	text-shadow:0 1px 0 #868686;
	background:none;
	padding:13px 30px 17px 30px;
	font-family: 'Anton', sans-serif;
	font-weight:400;
	position:relative;
	z-index:3;
	margin:0;
}
	.submenu .sf-menu > li:first-child > a, .submenu .sf-menu > li:first-child .bg-menu {border-radius:6px 0 0 6px;}

.submenu .sf-menu > li:hover > a, .submenu .sf-menu > li.sfHover > a, .submenu .sf-menu > li.current-menu-item > a {color:#fff; background:none;}
 
.sf-menu ul {
	position:		absolute;
	width:			142px; /* left offset of submenus need to match (see below) */
	padding:0;
	z-index:200;
	display:none;
	margin:0;
	background:url("../../../images/bg-level.gif") 0 0 repeat-x #424242;
	border-radius:5px;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			27px; /* match top ul list item height */
	z-index:		99;
}
	.submenu .sf-menu li:hover ul,
	.submenu .sf-menu li.sfHover ul {top: 57px;}
	
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	width:142px;
	padding:0px;
	margin:0;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			143px; /* match ul width */
	top:			0px;
	z-index:99;
}
.sf-menu ul li {
	margin:0px;
	padding:0;
	text-align:left;
	background:url("../../../images/line-bot.png") 0 0 repeat-x;
	border:none;
}
	.sf-menu ul li:first-child {background:none;}

.sf-menu li li a {
	display:block;
	color:#fff;
	font-size:12px;
	line-height:18px;
	text-transform:none;
	padding:6px 5px 6px 10px;
	background:none!important;
}

.sf-menu ul li.current-menu-item > a, .sf-menu ul li.sfHover > a, .sf-menu ul li:hover > a {color:#fa5300;}



/* Top search */
#top-search {
	position:relative;
	overflow:hidden;
	padding:20px 0 0 0;
}
	#top-search .input-search {
		float:left;
		width:848px;
		height:38px;
		margin-right:8px;
		background:url("../../../images/bg-top-form.png") 19px 13px no-repeat #edecec;
		border-radius:5px;
		border:1px solid #cccccc;
		font-size:12px;
		line-height:36px;
		color:#b6b5b5;
		font-family:Tahoma, Geneva, sans-serif;
		padding:0px 15px 0 45px;
	}
	#top-search #submit {
		float:left;
		font-size:18px;
		line-height:22px;
		color:#fd4403;
		text-transform:uppercase;
		width:124px;
		height:38px;
		margin:0px;
		text-align:center;
		cursor:pointer;
		border-radius:4px;
		border:1px solid #cccccc;
		background:url("../../../images/bg-submit.gif") 0 0 repeat-x #dfdfdf;
		font-family: 'Anton', sans-serif;
		font-weight:400;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
		#top-search #submit:hover {
			border:1px solid #3a3a3a;
			background:#3a3a3a;
		}




/*----------------------------------------
					Content
---------------------------------------- */
.primary_content_wrap {
	position:relative;
	z-index:1;
	padding:19px 0 35px;
	background:#fff;
	border:1px solid #fff;
	border-radius:5px 5px 0 0px;
	box-shadow: 0 0 59px rgba(0,0,0,.07) inset;	
}
		
#content {}
#content.left {float:right !important;}

.bg {
	background:url("../../../images/bg.png") 0 0 repeat-x;
	padding-top:20px;
}

/*---------------------------------------- 
					Post
---------------------------------------- */
.header-title {margin-bottom:35px;}
	.header-title h1 {
		font-size:18px;
		line-height:22px;
		color:#2e2e2e;
		font-weight:normal;
		font-family:Tahoma, Geneva, sans-serif;
		margin-bottom:0;
		padding:10px 0px 14px 0px;
		border-bottom:1px solid #ededed;
	}

.post-holder {
	position:relative;
	overflow:hidden;
	padding:0 0px 15px 0px;
	margin:0 19px 16px 20px;
	border-bottom:1px solid #ededed;
}
	.post-holder.no-border {border-bottom:none; padding-bottom:0px;}
	
	.single .post-holder {
		padding:12px 0px 0px 0px; 
		margin:0 19px 19px 20px;
		background:none;
		border-bottom:none;
	}

 

/* Post header */
.entry-header {
	margin-bottom:20px;
	overflow:hidden;
}

.post-holder .entry-title {
	font-size:14px;
	line-height:21px;
	color:#fc4403;
	margin:0;
	padding:0;
	border:none;
	letter-spacing:normal;
	text-transform:none;
}
	.post-holder .entry-title a{
		display:inline-block;
		text-decoration:none;
		color:#fc4403;
		-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: #292929;}

/* Meta information for post */
.post-meta {
	font-size:12px;
	line-height:17px;
	color:#c3c2c3;
	margin-bottom:0px;
	font-style:italic;
	font-family:Arial, Helvetica, sans-serif;
}
	.post-meta a{
		display:inline-block;
		padding:0;
		border-radius:0;
		background:none;
		text-decoration:none;
		color:#fc4403;
		-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:#292929; background:none;}
	
	.post-meta .author-name a {color:#292929;}
	.post-meta .author-name a:hover {color:#fc4403;}

	
/* Featured thumbnail */
.featured-thumbnail {
	position:relative;
	float:left;
	margin:4px 20px 5px 0;
	overflow:hidden;
}
	
	.featured-thumbnail a {
		display:block!important;
		text-decoration:none;
		background:none!important;
		padding:0;
	}
	.featured-thumbnail img {
		position:relative;
		border-radius:5px;
	}

	/* Large thumbnail */
	.featured-thumbnail.large {
		overflow:hidden;
		float:none;
		margin:0px 0px 20px 0;
	}
		.featured-thumbnail.large img {
			border-radius:5px;
		}

/* Post content */
.post-content {padding:0;}
	.post-content .excerpt {margin-bottom:17px;}
	
	.single .content {margin-bottom:23px;}

/* Post footer */
.post-footer {padding:0; overflow:hidden;}
	.post-footer .fleft {margin-top:5px; overflow:hidden;}

	.post-footer .ratings, .post-footer .comments{display:inline-block; float:left;}
	

	.comments {
		font-size:12px;
		line-height:17px;
		color:#c3c2c3;
		font-style:italic;
		font-family:Arial, Helvetica, sans-serif;
		margin-left:25px;
		display:inline-block;
	}
	.comments-link {
		color:#fc4403;
		display:inline-block;
		background:none!important;
		padding:0!important;
		border-radius:none!important;
		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;
	}

		a.comments-link:hover {color:#292929;}
		
p.gravatar {
	float:left;
	margin-right:20px;
}


/* Post edit link */
.post-edit-link {}
.post-edit-link:hover {}


/*---------------------------------------- 
				Related Posts
---------------------------------------- */
.related-posts {
	overflow:hidden;
	padding:0 0 20px 0;
	margin:0;
}
	.related-posts li {
		list-style-type:none;
		padding:0;
		margin:0 10px 15px 0px;
		display:inline-block;
		background:none;
		width:160px;
		border:none;
	}
	.related-posts li:first-child {margin-left:0;}
	
	.related-posts li a {
		background:none; 
		padding:0;
		color: #fc4403;
		border-radius:0;
	}
	.related-posts li a:hover {
		background:none; 
		padding:0;
		color:#292929;
	}
		.related-posts li .featured-thumbnail {
			float:none;
			margin:0 0 10px 0;
			overflow:hidden;
		}
		
	.related-posts li h6 {height:37px;}

/*----------------------------------------
				 Comments
---------------------------------------- */
h3#comments {
	font-size:18px;
	line-height:22px;
	color:#2e2e2e;
	margin-bottom:0px;
	padding:10px 0px 14px 0px;
	border:none;
	background:none;
	border-bottom:1px solid #ededed;
}
	.commentlist {
		list-style-type:none;
		padding:0 0px 10px 0px;
		margin:0px 0 0 0;
	}
		li.comment {
			list-style-type:none;
			overflow:hidden;
			padding: 0;
			margin: 0!important;
			background:none;
			text-transform:none;
		}

			li.comment .comment-body {
				padding:0px 19px 0px 19px;
				position:relative;
				zoom:1;
				background:none;
				margin-top:35px;
				border:none;
				overflow:hidden;
			}
				li.comment .comment-body p {margin-bottom:20px;}

	
			/* Comment meta */
			.comment-meta {
				font-size:12px;
				line-height:18px;
				color:#c3c2c3;
				font-style:italic;
				display:inline-block;
				overflow:hidden;
				margin:0;
				font-family:Arial, Helvetica, sans-serif;
				padding-top:3px;
			} 
			.comment-meta a {}
			.commentmetadata {display:inline-block;}
			
				.comment-meta .author{color:#292929;}
			
			.comment-author {
				float:left;
				margin:5px 20px 5px 0;
			}
	
			 /* Avatar */
			li.comment .avatar {
				float:none;
				display:block;
				vertical-align:top;
				overflow:hidden;
				border:1px solid #e5e5e5;
			}

			.commentlist ul.children {
				margin:0 0 0 30px;
				padding:0;
				overflow:hidden;
			}
			.commentlist ul.children li.comment {}

			/* Reply */
			.reply {
				float: right;
				display:inline-block;
			}
			.reply a {
				display:inline-block;
				padding:7px 11px 9px 12px;
				color:#fff;
				font-size:14px;
				line-height:19px;
				text-decoration:none;
				border-radius:3px;
				background:#373737;
				-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:#f54102; color:#fff;}

/*----------------------------------------
				Respond
---------------------------------------- */ 	
	#respond {
	   padding-top:19px;
	   margin-top:17px;
  	}
	#respond h3 {
		font-size:18px;
		line-height:22px;
		color:#2e2e2e;
		margin-bottom:34px;
		padding:10px 0px 14px 0px;
		border:none;
		background:none;
		border-bottom:1px solid #ededed;
	}	
		.cancel-comment-reply small {font-size:12px;}
		.cancel-comment-reply a {
		   color: #f15a23 !important;
		   text-decoration:underline;
		   background:none !important;
		   padding:0;
		   margin-bottom:5px;
		   display:inline-block;
		   border-radius:0 !important;
		}
		.cancel-comment-reply a:hover {text-decoration:none; color: #f15a23 !important;}

.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;
}
.alignright {
	float:right;
	margin:0 0 10px 20px;
}
.aligncenter {
	text-align:center;
	margin:0 auto;
}
.alignnone {
	margin:0 0 10px 0;
}
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;
	overflow:hidden;
	padding:7px 20px;
	position:relative;
	font-size:12px;
	line-height:17px;
	font-style:italic;
	font-family:Arial, Helvetica, sans-serif;
}
	.author .pagenavi {padding:7px 20px 30px 20px;}
 
.pagenavi span, .pagenavi a {
	display:block;
	float:left;
	margin: 2px 5px 2px 0;
	padding:0;
	text-decoration:none;
	width:auto;
	color:#c3c2c3;
	background: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
 .pagenavi span.pages {display:none;}
 
.pagenavi a:hover, .pagenavi .current{
	color:#fc4403;
}
 



/* Older and newer navigation */
nav.oldernewer {
	width:100%;
	overflow:hidden;
	margin-bottom:1.5em;
}
	.older {float:left;}
	.newer {float:right;}

.single-oldernewer {
	font-size:11px;
	border-top:1px solid #ededed;
	border-bottom:1px solid #ededed;
	padding:.5em 0;
	margin:1em 0 0 0;
}	

	
/* Gallery post format */
.gallery_post {
	list-style-type:none;
	padding:0;
	margin:0 0 1em 0;
	width:100%;
	overflow:hidden;
}
	.gallery_post .g_item {
		overflow:hidden;
		display:none;
	}
	.gallery_post .g_item:first-child {display:block;}
		
		.gallery_post .g_item  img {border-radius:5px;}
		

.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;
			border:none;
		}
			.g_pagination ul li a {
				display:inline-block;
				text-decoration:none;
				width:10px;
				height:10px;
				background:#292929;
				font-size:0;
				line-height:0;
				padding:0;
				border-radius:5px;
				vertical-align:top;
			}
			.g_pagination li.activeSlide a,
			.g_pagination li a:hover {
				background:#fc4403;
			}
			
.g_controls {float:right;}
	.g_controls a {
		display:inline-block;
		background:#292929;
		color:#fff;
		vertical-align:top;
		font-size:11px;
		text-decoration:none;
		border-radius:4px;
		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:#fc4403;}

/*----------------------------------------
				Author
---------------------------------------- */

/* Recent author posts */
#recent-author-posts {margin-bottom:30px;}

/* Recent author comments */
#recent-author-comments ul {width:100%;}
	#recent-author-comments ul li {border:none; margin-bottom:5px;}
	#recent-author-comments ul li a {
		display:inline-block;
		background:none;
		border-radius:0;
		padding:0;
		color:#fc4403;
	}
		#recent-author-comments ul li a:hover {color:#292929;}

.author-info {
	padding:0 19px 0 20px;
	overflow:hidden;
	margin-bottom:30px;
}
	.author-info .avatar {
		margin:0 20px 0 0;
	}
		.author-info .avatar img {
			float:left;
			border-radius:5px;
		}

.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:#292929;
		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 */
.folio .header-title {margin-bottom:20px;}
	.folio .header-title h1 {
		font-size:18px;
		line-height:22px;
		color:#2e2e2e;
		font-weight:normal;
		font-family:Tahoma, Geneva, sans-serif;
		margin-bottom:0;
		padding:9px 15px 14px 18px;
		background:url("../../../images/bg-title.gif") 0 0 repeat-x #efefef;
		border:1px solid #e5e5e5;
		border-radius:5px;
	}




/* 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:300px;
			margin:0 16px 20px 0;
			position:relative;
			background:#fbfbfb;
			padding:0;
			border-radius:6px;
			border:none;
		}
		* + html #gallery .portfolio li {display:inline;}
		#gallery .portfolio li.nomargin {margin-right:0 !important;}
			#gallery .portfolio li span.image-border {
				display:block;
				width:300px;
				height:241px;
				margin-bottom:16px;
				position:relative;
				border-radius:5px 5px 0 0;
			}

			#gallery .portfolio li a.image-wrap {
				display:block;
				overflow:hidden;
				width:300px;
				height:241px;
				padding:0;
				position:relative;
				border-radius:5px 5px 0 0;
				background:#efefef 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 li a.image-wrap img {
					border-radius:5px 5px 0 0;
					position:relative;
				}
			
			#gallery .portfolio .folio-desc {
				margin-bottom:0;
				padding:0 25px 17px 19px;
			}
			#gallery .portfolio .post-date {
				font-size:12px;
				line-height:17px;
				color:#b5b4b5;
				font-family:Arial, Helvetica, sans-serif;
				font-style:italic;
				display:block;
				margin-bottom:8px;
			}
			#gallery .portfolio .folio-desc h5 {
				margin-bottom:10px;
				height:47px;
				overflow:hidden;
			}
			#gallery .portfolio .folio-desc h5 a {color:#fc4403; background:none; padding:0;}
			#gallery .portfolio .folio-desc h5 a:hover {color:#2e2e2e;}
			
			#gallery .portfolio p.excerpt {
				padding:0;
				margin:0px;
			}
			.ratings img {margin-right:2px!important; display:inline-block;}
			
			.zoom-icon {
				display:block;
				position:absolute;
				left:0px;
				top:0px;
				right:0px;
				bottom:0px;
				cursor:pointer;
				background:rgba(0, 0, 0, .4);
				-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:25px;
				height:26px;
				margin:-13px 0 0 -13px;
				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:540px;
		height:434px;
		float:left;
		border-radius:5px 0 0 5px;
		margin:0 19px 0 0px;
	}
	#gallery.one_column .portfolio li a.image-wrap {
		width:540px;
		height:434px;
		border-radius:5px 0 0 5px;
	}
		#gallery.one_column .portfolio li a.image-wrap {border-radius:5px 0 0 5px;}
		#gallery.one_column .folio-desc {
			overflow:hidden;
			padding:16px 25px 20px 0;
		}
		#gallery.one_column .ratings {margin-bottom:20px;}

/* 2 columns portfolio*/
#gallery.two_columns .portfolio li {
	width:460px;
	margin-right:16px;
}
	#gallery.two_columns .portfolio li span.image-border {
		width:460px;
		height:370px;
	}
	#gallery.two_columns .portfolio li a.image-wrap {
		width:460px;
		height:370px;
	}

/* 4 columns portfolio*/
#gallery.four_columns .portfolio li {
	width:220px;
	margin-right:16px;
}
	#gallery.four_columns .portfolio li span.image-border {
		width:220px;
		height:177px;
	}
	#gallery.four_columns .portfolio li a.image-wrap {
		width:220px;
		height:177px;
	}


		
/*---------------------------------------- 
			Single Portfolio Page
---------------------------------------- */
.gallery-img {border-radius:5px;	}	
.entry-meta {}
	
/* Info */
.portfolio-meta-list {
	border:none;
	margin:0 0 2em 0;
	border-top:1px solid #ededed;
	border-bottom:1px solid #ededed;
	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;
		}
	.portfolio-meta-list li a {
		background:none;
		padding:0;
		color:#fc4403;
		border-radius:0;
		display:inline-block;
	}
		.portfolio-meta-list li a:hover {color:#292929; background:none;}
		
/* 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:614px;}
.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;
	border-radius:5px;
}
		
.pp_gallery li a {
	padding:0;
	background:none;
	border-radius:0px;
}		

/*----------------------------------------
				Sidebar
---------------------------------------- */
#sidebar {}

	#widget-sidebar {}
		.widget {margin-bottom:30px;}
	

/*----------------------------------------
				 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:19px;
			line-height:24px;
			color:#292929;
			text-align:center;
			padding:4px 0;
			margin-bottom:5px;
			text-align:center;
			text-transform:uppercase;
		}
		#wp-calendar thead {
			border-top:1px solid  #ededed;
			border-bottom:1px solid  #ededed;
		}
		#wp-calendar tfoot {border-top:1px solid  #ededed;}
		
		#wp-calendar thead th {
			padding:7px 0;
			font-size:14px;
			line-height:20px;
			color:#292929;
			text-align:center;
		}
		#wp-calendar #prev {text-align:left;}
		#wp-calendar #next {text-align:right;}

/*----------------------------------------
				Tags
---------------------------------------- */
.tags-cloud a,
.tagcloud a {
	display:inline-block;
	background:#373737;
	padding:2px 7px 4px;
	border-radius:3px;
	text-decoration:none;
	color:#fff;
	margin:0 1px 4px 0;
	font-size:11px !important;
	line-height:15px;
	vertical-align:top;
	-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:#f54102;
	color:#fff;
}

/*----------------------------------------
					FAQs
---------------------------------------- */
.faq_list {}
	.faq_list dt {
		color:#292929;
		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:#292929;
		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 {
		border-top:1px solid #ededed;
		padding:15px 0 15px 0;
		margin:0;
		border-bottom:none;
		background:none;
		overflow:hidden;
		list-style-type:none;
	}
	ul.recentcomments li:first-child {
		padding-top:0;
		border-top:none;
	}
		ul.recentcomments li img {
			float:left;
			margin:0 12px 0 0;
			border-radius:5px;
		}
		ul.recentcomments .comment-body {padding:15px 0 0 0;}
			ul.recentcomments .comment-body a {
				text-decoration:none;
				color:#828082;
				padding:0;
				background:none;
				border-radius:0;
			}
			ul.recentcomments .comment-body a:hover {color:#fc4403;}
			
		ul.recentcomments li h4 {margin-bottom:.1em;}
			ul.recentcomments li h4 a {text-decoration:none; color:#292929;}
			ul.recentcomments li h4 a:hover {color:#fc4403;}
		ul.recentcomments li small {
			font-size:11px;
			color:#6d6d6d;
		}

/* Posts Type widget */
.post_list {
	list-style-type:none;
	padding:15px 19px 0 20px;
	margin:0 0 20px 0;
}
	.post_list li {
		list-style-type:none;
		overflow:hidden;
		padding:16px 0 0px 0;
		border-top:1px solid #ededed;
		margin:0 0 15px 0;
	}
		.post_list li:first-child {border-top:none; padding:0;}
		
		.post_list .link {
			font-style:italic;
			text-decoration:underline;
			color:#292929!important;
			display:inline-block;
			margin-left:17px;
			margin-top:4px;
		}
			.post_list .link:hover {color:#fc4403!important;}
		
		
		.post_list li .post-meta {overflow:hidden;}
		
		.post_list li h5 {margin-bottom:20px; overflow:hidden;}
		.post_list li h5 a {color:#292929;}
		.post_list li h5 a:hover {color:#fc4403;}
		
		.post_list li .post-footer-wrapper {overflow:hidden;}
			.post_list li .post-footer-wrapper .ratings,
			.post_list li .post-footer-wrapper .comments{
				display:inline-block; 
				float:left; 
				margin-top:5px;
			}
			.post_list li .post-footer-wrapper .button {float:right;}
			
		.post_list .post_content {margin-bottom:17px;}
		
.post_list.latest-folio {
	border-bottom:1px solid #ededed;
	padding-bottom:34px;
	margin-bottom:16px;
}
.post_list.latest-folio li {
	padding:36px 0 0px 0;
	border-top:1px solid #ededed;
	margin:0 0 30px 0;
}
	.post_list.latest-folio li h5 {margin-bottom:13px; overflow:hidden;}
	.post_list.latest-folio .post_content {margin-bottom:10px;}
	

/* Testimonials */
.testimonials {
	padding: 0;
	margin: 0;
}
.testimonials div.testi_item {
	padding: 0;
	margin: 0 0 20px 0;
	background: none;
	overflow:hidden;
}
.testimonials div.testi_item blockquote {
	display: block;
	position: relative;
	margin: 0;
	padding: 30px;
	background: #e5e5e5;
	border-left:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-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 #e5e5e5;
}
.testimonials div.testi_item blockquote:after {
	content: "";
	display: block;
	position: absolute;
	left: 20px;
	top: 10px;
	width: 41px;
	height: 38px;
	background: url("../../../images/quotes.png") 0 0 no-repeat;
}
.testimonials div.testi_item blockquote a {
	text-decoration: none;
	color: #292929;
	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:#fc4403;}

.testimonials div.testi_item .featured-thumbnail {
	position:relative;
	z-index:2;
	margin:0 20px 0 10px;
}
.name-testi {
	padding: 12px 0 0 0;
	text-align: right;
	display: block;
}
.name-testi a { font-weight: normal;}
.testimonials .thumb {
	float: left;
	margin-right: 20px;
}


/* Recent Posts */
.latestpost {
	list-style-type:none;
	margin:0;
	padding:0;
}
	.latestpost li {
		margin:0 16px 21px 0;
		padding:0;
		display:inline-block;
		width:220px;
		list-style-type:none;
		background:#fbfbfb;
		border-radius:5px;
		border:none;
	}
		.latestpost li:nth-child(4n) {margin-right:0px;}
		.latestpost li.nomargin {margin-right:0px;}
		
		.latestpost li a {
			background:none;
			padding:0;
		}
			.latestpost li a:hover {background:none;}
			
		.latestpost li .featured-thumbnail {
			float:none;
			margin:0 0 15px 0px;
			border-radius:5px 5px 0 0px;
		}
			.latestpost li .featured-thumbnail img {border-radius:5px 5px 0 0px;}
			
		.latestpost li .post-content {padding:0 10px 17px 20px;}
		.latestpost li time {
			font-style:italic;
			color:#b5b4b5;
			display:block;
			margin-bottom:8px;
		}			
		.latestpost li h5 {
				margin-bottom:10px;
				height:47px;
				overflow:hidden;
			}
			.latestpost li h5 a {
				color:#fc4403; 
				background:none; 
				padding:0;
			}
			.latestpost li h5 a:hover {color:#2e2e2e;}
			
		.latestpost li .excerpt {margin-bottom:15px;}
		
		#sidebar .latestpost li {
			display:block;
			width:100%;
			margin-right:0px;
		}
		
/* Recent News */
.latestnews {
	list-style-type:none;
	margin:0 0 16px 0;
	padding:0;
}
	.latestnews li {
		margin:0 0 7px 0;
		padding:11px 0 15px 0;
		display:block;
		list-style-type:none;
		border:none;
		border-bottom:1px solid #ededed;
	}
		
		.latestnews li a {
			background:none;
			padding:0;
		}
			.latestnews li a:hover {background:none;}
			
		.latestnews li .featured-thumbnail {margin:2px 18px 0px 0;}
			
		.latestnews li h6 {
			margin-bottom:0px;
			height:74px;
			overflow:hidden;
		}
			.latestnews li h6 a {
				color:#828082; 
				background:none; 
				padding:0;
			}
			.latestnews li h6 a:hover {color:#fc4403;}
			
		.latestnews li .excerpt {margin-bottom:10px;}


/* Twitter widget */
.twitter {position:relative;}
.twitter_update_list {overflow:hidden;}
#widget-footer .twitter_update_list {margin-bottom:44px;}

.twitter ul li,
#widget-footer .twitter ul li {
	list-style-type:none;
	margin:0 0 13px 0;
	padding:15px 0 0 0px;
	background:none;
	border-top:1px solid #605d5e;
}
		
		#sidebar .twitter ul li {border-top:1px solid #ededed;}
		.twitter ul li:first-child {border-top:none!important;}
		
	
	.twitter ul li .twitt-body {padding:0 0 5px 0;}
	.twitter ul li .twitt-body a, 
	#widget-footer .twitter ul li .twitt-body a {
		font-weight:normal;
		color:#f5f5f5;
		background:none;
		padding:0;
		display:inline-block;
		border-radius:0;
	}
		#sidebar .twitter ul li .twitt-body a {color:#292929;}
		
	.twitter ul li a.timesince, 
	#widget-footer .twitter ul li a.timesince{
		font-size:11px;
		color:#504f4f;
		font-style:italic;
		padding-left:20px;
		background:url("../../../images/twitter-icon.png") 0 4px no-repeat;
	}
		.twitter ul li .twitt-body a:hover, 
		#widget-footer .twitter ul li .twitt-body a:hover,
		.twitter ul li a.timesince:hover, 
		#widget-footer .twitter ul li a.timesince:hover,
		#sidebar .twitter ul li .twitt-body a:hover {color:#fc4403;}
		
		
		
.twitter .profileLink {
	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;
}
.twitter .profileLink:hover {color:#fff;}
#sidebar .twitter .profileLink:hover {color:#292929;}

.twitter  .preloader {
	position:absolute;
	top:60px;
	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");
}
	#sidebar .twitter  .preloader {background-image:url("../../../images/loading-twitter-sidebar.gif");}



/* Flickr widget */
.flickrImages {
	overflow:hidden;
	position:relative;
}
.flickrImages a {
	float:left;
	display:block;
	width:70px;
	height:70px;
	background:none;
	margin:0 3px 3px 0;
	border:none;
	position:relative;
}
	.flickrImages a:hover {width:70px;}
	
.flickrImages a img {
	width:100%;
	height:auto;
	border:none;
	-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 20px 15px 0;
		padding:0;
		border:none;
	}
		.banners-holder li:nth-child(2n),
		.banners-holder li.nomargin {margin-right:0px;}
		
		.banners-holder li a {
			padding:0;
			background:none;
			border-radius:0;
		}
		.banners-holder li img {
			vertical-align:top;
			float:left;
			}

			
			
/* vCard widget */			
.vcard {}
			

/*---------------------------------------- 
				Testimonials
---------------------------------------- */

/* Testimonials list */
article.testimonial, .single article.testimonial  {
	border:1px solid #ededed;
	padding:30px 40px 30px 30px;
	width:auto;
	background:url("../../../images/quotes.png") no-repeat 207px 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:14px;
	line-height:20px;
	font-weight:normal;
	margin-bottom:35px;
	border-radius:5px;
}

	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:#292929; 
			font-family:Georgia, "Times New Roman", Times, serif;
		}
		
		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:#292929;
		}





/*----------------------------------------
				Shortcodes
---------------------------------------- */

/* Recent Posts */
.recent-posts {
	margin:0;
	padding:0;
	width:100%;
	overflow:hidden;
	border:none;
}
	.recent-posts li {
		list-style-type:none;
		margin:0 0 20px 0;
		padding:0;
		border:none;
		background:none;
		overflow:hidden;
	}
		.recent-posts li a {
			padding:0;
			background:none;
			display:inline-block;
			border-radius:0px;
			color:#292929;
		}
			.recent-posts li a:hover {background:none; color: #fc4403;}

		.recent-posts li h5 {}
			.recent-posts li h5 a{color: #fc4403; background:none; padding:0;}
			.recent-posts li h5 a:hover{color: #292929;}
			
		.recent-posts li .excerpt {margin-bottom:15px;}

			.recent-posts li .post-date {display:inline-block; margin-left:5px;}
			.recent-posts li .post-meta {overflow:hidden;}
			
/*----------------------------------------
	Recent Posts General - Widget Footer
---------------------------------------- */
	.recent-posts.general li h5 {display:none;}
	
	.recent-posts.general li, 
	#widget-footer .recent-posts.general li{padding:6px 0 0 0;}
	.recent-posts.general li .featured-thumbnail {
		float:none;
		margin:0 0 15px 0;
	}

/* 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;
	}	



/* 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;
		}




/* 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 {
	background:none;
	padding:0px 0 27px 0;
	position:relative;
	z-index:2;
}
	/* Footer widget */
	#widget-footer {
		font-size:12px;
		line-height:20px;
		padding:17px 0 17px 0;
		background:url("../../../images/bg-footer.png") 0 0 repeat-x #2c2c2c;
		border-radius: 0 0 5px 5px;
	}
	
	#widget-footer .textwidget span {color:#fff;}
	
	#widget-footer ul {margin:0;}
	#widget-footer ul li {
		border-top:1px solid #3c3b3b; 
		padding:2px 0 0px 0px;
		margin:0 0 3px 0;
	}
		#widget-footer ul li:first-child {border-top:none; padding:1px 0 0px 0px;}

		#widget-footer ul li a {
			color:#7b797a;
			background:none;
			padding:0px;
			border-radius:0px;
			display:inline-block;
			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;
		}
			
		#widget-footer ul li a:hover {color: #fff; background:none;}
	
#copyright	{padding:16px 0 0 0;}
					
/* Footer text */
#footer-text {
	font-size:12px;
	line-height:18px;
	color:#888787;
	float:left;
	padding:0 0 0 0px;
}
	#footer-text a {
		color:#888787;
		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;
	}
	#footer-text a:hover {color:#fc4403;}
	
/* Footer navigation */
	nav.footer {
		overflow:hidden;
		float:right;
		padding:0px;
	}
		nav.footer ul {
			margin:0;
			padding:0;
		}
			nav.footer ul li {
				list-style-type:none;
				float:left;
				padding:0px;
				font-size:12px;
				line-height:18px;
				margin:0 0px 0 15px;
				background:none;
				border:none;
			}
			nav.footer ul li a {
				font-size:12px;
				line-height:18px;
				color:#888787;
				background:none;
				padding:0;
				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;
			}
			nav.footer ul li a:hover, nav.footer ul li.current-menu-item a{color:#fc4403;}


/*---------------------------------------- 
				Misc
---------------------------------------- */
.button {
	display:inline-block;
	padding:7px 10px 9px 11px!important;
	color:#fff!important;
	font-size:14px;
	line-height:19px;
	text-decoration:none;
	border-radius:3px!important;
	font-family:Tahoma, Geneva, sans-serif;
	background: #373737!important;
	-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:#f54102!important;
	color:#fff!important;
}
	.link {
		font-size:12px;
		line-height:17px;
		color:#fc4403!important;
		padding:0!important;
		border-radius:0px!important;
		display:inline-block;
		text-decoration:none;
		background:none!important;
		-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:#292929!important;}
		
#widget-footer .button{
	font-size:12px;
	line-height:17px;
	color:#fc4403!important;
	background:none!important;
	padding:0!important;
	border-radius:0!important;
}
	#widget-footer .button:hover {color:#fff!important;}
	
/* Small Button */
.button.small {
	font-size:10px;
	text-transform:uppercase;
	padding:3px 8px;
}
	
/* Large Button */
.button.large {
	font-size:18px;
	padding:16px 32px;
}

.no-results strong {color:#292929;}


/* Lightbox */
.lightbox {
	display:block;
	position:relative;
}

/* Back to Top */
#back-top-wrapper {
	width:100%;
	position:absolute;
	overflow:hidden;
}
#back-top {
	position: fixed;
	bottom: 172px;
	left:50%;
	margin-left:615px;
	display:none;
}

#back-top a {
	width: 43px;
	padding:10px 0 14px;
	display: block;
	text-align: center;
	font-size:14px;
	line-height:21px;
	letter-spacing:-1px;
	text-decoration: none;
	color: #fff;
	background:#f54102;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	
	/* rounded corners */
	border-radius: 24px;
}
	#back-top a:hover {background:#373737;}


/* arrow icon (span tag) */
#back-top span {
	width: 43px;
	height: 18px;
	display: block;
	margin-bottom: 2px;
	background: url("../../../images/up-arrow.png") no-repeat center center;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}


/* 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("../../../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 22px 20px 0;
	text-transform: uppercase;
	width: 60px;
	height: 60px;
	background: #292929;
	border-radius:30px;
	font-size: 36px;
	line-height: 55px;
	color: #fff;
	text-align: center;
	font-family:Tahoma, Geneva, sans-serif;
}

.widget-area {
	
}

.hr {
	height:1px;
	background:#ededed;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:0 5px 30px 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: #ededed;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	margin: 0 10px 20px 10px;
}
.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:1em;
	line-height:18px;
	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;
			border:none;
		}
	.address dd span {
		float:left;
		width:100px;
	}
		.address dd a {
			display:inline-block;
			color: #fc4403;
			padding:0;
			border-radius:0px;
			background:none;
			text-decoration:underline;
		}
		.address dd a:hover {
			color: #292929;
			text-decoration:none;
			background: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("../../../images/player-graphics.gif") -2px -1px no-repeat; }
.audiojs .loading { background: url("../../../images/player-graphics.gif") -2px -31px no-repeat; }
.audiojs .error { background: url("../../../images/player-graphics.gif") -2px -61px no-repeat; }
.audiojs .pause { background: url("../../../images/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/icon-error.png") no-repeat 20px 50% #ffcccc;
		}
	.attention-box, .wpcf7-validation-errors, .wpcf7-spam-blocked {
		border-color:#e6c555;
		color:#9e660d;
		background:url("../../../images/icon-note.png") no-repeat 20px 50% #fdebae;
		}
	.notice-box {
		border-color:#68a2cf;
		color:#2e6093;
		background:url("../../../images/icon-info.png") no-repeat 20px 50% #bfe4f9;
		}
	.approved-box, .wpcf7-mail-sent-ok {
		border-color:#a3c159;
		color:#5e6f33;
		background:url("../../../images/icon-download.png") no-repeat 20px 50% #ccff99;
		}
	


/*----------------------------------------
				Forms
---------------------------------------- */

/* Form defaults */
input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	vertical-align:middle;
	font-weight:normal;
	border:1px solid #e5e5e5;
	outline:none;
}
input[type="text"], textarea {
	background:#fefefe;
	border:1px solid #e5e5e5;
	padding:6px 10px 6px 10px;
	border-radius:0px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	resize:none;
}
input[type="submit"], input[type="reset"] {
	position:relative;
	display:inline-block;
	padding:0px 14px 0px 13px;
	height:35px;
	font-size:14px;
	line-height:35px;
	color:#fff;
	border-radius:3px;
	text-decoration:none;
	background: #373737;
	border:none;
	cursor:pointer;
	margin-right:7px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
input[type="submit"]:hover, input[type="reset"]:hover {
	background:#f54102;
	color:#fff;
}


/* Comment form */
#commentform {
	padding-left:20px;
}
	#commentform a {
		display:inline-block;
		background:none;
		border-radius:0px;
		color: #fc4403;
		text-decoration:underline;
		padding:0;
	}
		#commentform a:hover {text-decoration:none;}
		
	#commentform p.field {margin-bottom:16px;}
	#commentform p.area {margin-bottom:40px;}
		#commentform small {
			font-size:12px;
			line-height:18px;
			color:#828082;
		}
	#commentform label {
		display:block; 
		padding-bottom:6px;
	}
	#commentform input[type="text"] {
		width:50%;
		height:32px;
	}
	#commentform textarea {
		width:68%;
		height:182px;
		overflow:auto;
	}




/* Contact form */
.wpcf7-form p.field {
	margin-bottom:16px;
	overflow:hidden;
	vertical-align:top;
	position:relative;
}
.wpcf7-form p.field input {
	width:100%;
	height:32px;
}
	.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:100%;
	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:288px !important;
		position:absolute;
		left:0 !important;
		top:0 !important;
		padding:6px 0 6px 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:220px;
		height:35px;
		margin-right:5px;
		float:left;
	}
	#sidebar #searchform .searching {width:140px;}
	#searchform .submit {
		margin:0px;
		float:left;
		cursor:pointer;
	}



/* 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;
}

/* Always remember to compress your live stylesheet and keep an uncompressed backup */
