﻿@charset "utf-8";


/* General
---------------------------------------- */
html,
body {
	min-width:960px;
	height:100%;
	}
body{
	background-repeat:repeat;
	background-position:center top;
	background-attachment:fixed;
	font: 100%/1.313em Arial, Helvetica, sans-serif;
	position:relative;
}

#main {
	min-height:100%;
}
.container {
	font-size:14px;
}

/* List styling */
dl dt {
	background-repeat:no-repeat;
	background-position:0 3px;
	background-image:url('/theme/bluehue-1.0/img/bg/list-arrow.gif');
	padding:0 0 3px 32px;
	margin-bottom:.2em;
	font-size:18px;
	line-height:1.2em;
	color:#1f1f1f;
	}
dl dd {
	padding:0 0 0 32px;
	margin:0 0 1.5em 0;
	}

hr {border:1px #ddd solid;outline:0;color:#ddd}

.jtitle {
	padding-bottom: 10px;
	border-bottom: 2px #ddd solid;
	color: #666666;
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
}
.jhead {
	padding-bottom: 10px;
	border: 0;
	color: #666666;
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
}

.fix {clear:both;display:block;content:'';height:0;}
/* Header
---------------------------------------- */
#header {
	height:70px;
	position:relative;
	z-index:99;
	margin-bottom:15px;
	background:none;
	}
#header:after {display:block;clear:both;content:'';height:0;}
/* Logo */
	.logo h1,
	.logo h2 {
		font-size:3em;
		line-height:1.2em;
		margin-bottom:0;
		font-family:Arial, sans-serif;
		text-transform:uppercase;
		font-weight:normal;
		text-shadow:1px 1px 2px rgba(0,0,0,.3);
		}
		.logo h1 a,
		.logo h2 a {
			color:white;
			text-decoration:none;
			}
.logo h1,
.logo h2,
.logo #logo {
	float:left;
}			
.logo .tagline {
	text-transform:uppercase;
	font-size:1.167em;
	line-height:44px;
	float:left;
	font-family:Arial, sans-serif;
	padding-left:22px;
	margin-left:18px;
	margin-top:4px;
	background-repeat:no-repeat;
	background-position:left top;
	}

#header .footer.nav {
	float: left;
	display:inline-block;
	margin:0 0 0 9px;
	padding-top:17px;
	width:430px;
	overflow:hidden;
	text-align:center
}
#header .footer.nav ul {display:inline-block;height:30px;overflow:hidden}
#header #menu-footer-menu li {
	background:none;padding:0;height:25px
}
#header #menu-footer-menu li a {
	font-family:Arial, sans-serif;font-weight:bold;line-height:24px;height:25px;color:#1094AB;box-shadow:none!important
}
/*
#header #menu-footer-menu .current-menu-item a,#header #menu-footer-menu li:hover a {
	color:#fff;background:#1094AB
}
*/
#header #menu-footer-menu .current-menu-item a {
	color:#fff;background:#1094AB
}


/* Header widget */
#widget-header {
	position:absolute;
	right:0;
	top:100px;
	z-index:1;
}
	.widget-header {
		
		}


/* 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%;
		}

#links #linkpage,table#linkpage {
	background:#F7F7F7;border:1px #DFDFDF solid
}
#links #linkpage td,table#linkpage td {
	padding:7px!important
}

#jbreadcrumb {}
#jbreadcrumb .jbreadcrumb {float:left}
#jbreadcrumb p {float:right;margin-right:8px;line-height:18px}
#jbreadcrumb p a {line-height:22px}

/* Slider
---------------------------------------- */
#slider-wrapper {
	overflow:hidden;
	position:relative;
	margin-bottom:45px;
	}




/* Navigations
---------------------------------------- */

/* Primary navigation */
nav.primary {
	position:relative;
	z-index:2;
}

/* Essential styles for dropdown menu */
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
	padding:0;
	margin:0;
	background:none;
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
	background:none;
	padding:0;
	margin:0;
}
.sf-menu a {
	display:		block;
	position:		relative;
	background:none;
	padding:0;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	right:			71px;
	top:			-4px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	right:			163px; /* match ul width */
	top:			2px;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	right:			163px; /* match ul width */
	top:			2px;
}


/* Our skin for dropdown menu */
.sf-menu {
	max-width:760px;
	margin-top:25px;
	float:right;
}
.sf-menu a {
	font-weight:bold;
	font-size:11px;
	text-transform:uppercase;
}
.sf-menu a,
.sf-menu a:hover {
	text-decoration:none;
}
.sf-menu > li > a span {
	display:inline-block;
}
.sf-menu > li > a .left {
	padding-left:13px;
	background-repeat:no-repeat;
	background-position:left top;
}
.sf-menu > li > a .right {
	padding-right:8px;
	background-repeat:no-repeat;
	background-position:right top;
}
.sf-menu > li > a .tail {
	background-repeat:repeat-x;
	background-position:left top;
	padding:0 6px;
	height:44px;
	line-height:41px;
}
.sf-menu > li > a:hover .tail,
.sf-menu > li.sfHover > a .tail {
	text-decoration:none;
}
.sf-menu li ul {
	width:154px;
	padding:4px 0;
	border-radius:6px;
}
.sf-menu li li {
	padding-top:6px;
	margin-top:2px;
	background-repeat:no-repeat;
	background-position:center top;
}
.sf-menu li li:first-child {
	margin-top:0;
	padding-top:0;
	background:none;
}
.sf-menu li li a {
	text-align:right;
	line-height:42px;
	height:44px;
	width:127px;
	margin:0 0 0 4px;
	padding-right:23px;
	border-radius:6px;
	background-repeat:no-repeat;
	background-position:left -44px;	
}
.sf-menu li li a:hover,
.sf-menu li li.sfHover > a,
.sf-menu li li.current-menu-item > a {
	background-position:left top;
}
.sf-menu li li li {
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active, .sf-menu li.current-menu-item > a {
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			64px;
	top:			1.05em; /* IE6 only */
	width:			8px;
	height:			17px;
	text-indent: 	-999em;
	overflow:		hidden;
	background-repeat:no-repeat;
	background-position:-10px -100px;
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			13px;
	background-position: -8px 0; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: 0 0; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -8px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: 0 0; /* arrow hovers for modern browsers*/
}
.sf-menu li li .sf-sub-indicator {
	right:156px;
	background-position:-8px 0;
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('/theme/bluehue-1.0/img/bg/shadow.png') no-repeat right bottom;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}




/* Top search */
#top-search {
	position:absolute;
	right:0;
	top:15px;
	}
	#top-search .input-search {
		width:160px;
		margin-right:10px;
		}
	#top-search #submit {
		width:50px;
		cursor:pointer;
		padding-left:0;
		padding-right:0;
		}





/* Content
---------------------------------------- */
.primary_content_wrap {
	position:relative;
	z-index:1;
	padding-bottom:43px;
	}
	
#content.left {
	float:right !important;
	}
	
#top-area {
	margin-bottom:48px;
}
	#top-area .vr {
		background-repeat:repeat-y;
		background-position:429px 0;
	}	

#bottom-area .vr {
	background-repeat:repeat-y;
	background-position:669px 0;
}
#bottom-area #page-content h2 {
	padding-bottom:19px;
	margin-bottom:30px;
	background-repeat:repeat-x;
	background-position:left bottom;
}
#bottom-area #page-content .grid-title {border-bottom:1px #ddd solid;padding-bottom:10px;margin-bottom:15px}
#bottom-area #page-content #text-2 .grid_3 a:hover span.img-border {display:none}

/* Page */
.page {
	background:none
	}
	#page-content {
		
	}
	#page-meta {
		
	}

		
.textwidget .img-border {
			position:absolute;			
			left:1px;
			top:1px;
			border-width:5px;
			border-style:solid;
			border-color:#fff;
			width:195px;
			height:139px;
		}



/* Comments
---------------------------------------- */
h3#comments {
	padding-top:25px;
	font-size:18px;
	}
.commentlist {
	list-style-type:none;
	padding:0;
	margin:0;
	}
	li.comment {
		list-style-type:none;
		text-transform:none;
		padding:0;
		margin:0;
		background:none;
	}
		.odd {
			
		}
		.even {
			
		}
			li.comment .comment-body {
				padding:15px 32px 12px 82px;
				min-height:100px;
				position:relative;
				zoom:1;
				background-repeat:repeat-x;
				background-position:left top;
				
				border-width:1px;
				border-style:solid;
				border-top:none;
				
				box-shadow:0 1px 2px rgba(0,0,0,.06);
				-moz-box-shadow:0 1px 2px rgba(0,0,0,.06);
				-webkit-box-shadow:0 1px 2px rgba(0,0,0,.06);
				margin-bottom:20px;
				}
					li.comment .comment-body .extra-wrap {
						background-repeat:repeat-y;
						background-position:0 0;
						padding:12px 0 25px 21px;
					}
		.author-comment {
			
		}
		.comment-author {
			padding:0;
			}
			.comment-author .author {
				position:absolute;
				left:14px;
				top:85px;
				color:#3d8db8;
				text-transform:capitalize;
			}
		.comment-text {
			
		}
		.comment-meta {
			font-size:11px;
			color:#434444;
			text-transform:uppercase;
			float:left;
			padding-left:18px;
			background-repeat:no-repeat;
			background-position:left 4px;
			background-image:url('/theme/bluehue-1.0/img/bg/icon-date.png');
			line-height:2em;
			margin-right:26px;
		}
			li.comment .avatar {
				float:none;
				margin:0;
				position:absolute;
				left:14px;
				top:15px;
				border:1px solid #dfdfdf;
				vertical-align:top;
				overflow:hidden;
				}
				li.comment .avatar {
					display:block;
					vertical-align:top;
					overflow:hidden;
					}
				
				.commentlist ul.children {
					margin:20px 0 0 40px;
					padding:0;
					background:none;
					}
					.commentlist ul.children li.comment #commentform textarea {
						width:480px;
						min-width:480px;
						max-width:480px;						
						}
				
				.reply {
					float:left;
					}
				
				
		.waiting-for-approval {
			
		}
	#trackbacks {
		
	}
		li.trackback {
			
		}
	p#no-comments {
		
	}
	#comments-form {
		
	}
	
	.allowed_tags {
		background:#eee;
		padding:15px;
		font-size:11px;
		font-family:Arial, sans-serif;
		color:#666;
		}
		.allowed_tags strong {
			font-family:Arial, sans-serif;
			}
		#respond {
			padding:1em 0 0 0;
		}
			#respond h3 {
				font-size:18px;
			}
		.cancel-comment-reply a {
			padding:0;
			background:none;
			text-decoration:underline;			
		}
		.cancel-comment-reply a:hover {
			text-decoration:none;
		}




/* Post
---------------------------------------- */
.post {
	
}
	.postContent {
		
	}
	.post-excerpt {
		
	}


.post-holder {
	margin-bottom:19px;
	position:relative;
	overflow:hidden;
	
	background-repeat:repeat-x;
	background-position:left top;
	
	border-width:1px;
	border-style:solid;
	border-top:none;
	
	box-shadow:0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,.05);
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.05);
	}
.post-holder .inner {
	padding:15px 14px 14px 14px;
	overflow:hidden;
}	

/* Post header */
.post-holder .entry-header {
	padding-top:17px;
}
.post-holder .entry-header h2 {
	margin-bottom:0;
	font-weight:normal;
	font-size:1em;
	line-height:21px;
	text-shadow:none;
	font-family:Arial, sans-serif;
	}
	.post-holder .entry-header h2 a {
		text-decoration:none;
		color:#3d8db8;
	}
	.post-holder .entry-header h2 a:hover {
		text-decoration:none;
		color:#1f1f1f;
	}
.post-holder.single-post {
	margin-bottom:30px;
	overflow:hidden;
	width:100%;
	}

/* Featured thumbnail */
.featured-thumbnail {
	float:left;
	margin:5px 20px 10px 0;
}
	.featured-thumbnail .img-wrap {
		float:left;		
		border-width:1px;
		border-style:solid;	
		}
	.featured-thumbnail .img-wrap:hover {
		}
	.featured-thumbnail.no-hover .img-wrap:hover {
		}
		.featured-thumbnail img {
			float:left;
			}
	
	/* Small thumbnail */
	.featured-thumbnail.small img {
		padding:4px;
		}
	
	/* Large thumbnail */
	.post-holder .featured-thumbnail.large {
		margin-right:0;
		float:none;
		padding:0;
		background:none;
		margin-bottom:1.5em;
		}
	.featured-thumbnail.large .img-wrap {
		display:block;
		overflow:hidden;
		}
	.featured-thumbnail.large img {
		}
	.f-thumb-wrap {
		overflow:hidden;
		width:100%;
		}
		
			
	.img-border2 {
			position:absolute;
			z-index:2;
			display:block;
			left:1px;
			top:48px;
			border:5px solid #fff;
			width:449px;
			height:298px;
			opacity:.75;
			filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
			}
	
	/* Thumbnail with prettyphoto */
	.featured-thumbnail .image-wrap[rel="prettyphoto"] {
		background:#fff url('/theme/bluehue-1.0/img/bg/magnify.png') no-repeat 50% 50%;
		display:block;
		float:left;
		border-width:1px;
		border-style:solid;
		
		box-shadow:0 1px 2px rgba(0,0,0,.1);
		-moz-box-shadow:0 1px 2px rgba(0,0,0,.1);
		-webkit-box-shadow:0 1px 2px rgba(0,0,0,.1);
		
		border-radius:1px;
		}
		.featured-thumbnail .image-wrap[rel="prettyphoto"] img {
			-webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			-o-transition: all .2s ease-in-out;
			}
		.featured-thumbnail .image-wrap[rel="prettyphoto"]:hover img {
			opacity:.5;
			filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
			}
			
.post-holder .featured-thumbnail {
	margin:0 21px 20px 0;
	padding-right:15px;
	background-repeat:repeat-y;
	background-position:right top;
}			

/* Post content */
.post-content {
	
}
	.post-content .excerpt {
		margin-bottom:1.5em;
		}
	.pagination {
		
	}
		.pagination a {
			display:inline-block;
			padding:0 5px;
			background:#eee;
			}

/* Post footer */
.post-holder footer {
	clear:both;
	padding:5px 0 0 0;
	}
.post-holder.single-post footer {
	margin-top:20px;
	}
.post-holder.single-post .post-meta {
	margin-bottom:15px;
}	
.single-post h1 {
	text-transform:uppercase;
	font-size:18px;
	margin-bottom:24px;
}	
		

/* Meta information for post */
.post-meta {
	padding:.4em 0 .5em 0;
	width:100%;
	font-size:.92em;
	overflow:hidden;
	margin-bottom:.4em;
	}
	.post-meta,
	.post-meta a {
		text-decoration:none;
	}
	.post-meta a:hover {
		text-decoration:underline;
	}
.post-meta time,
.latestpost li time {
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:18px;
	margin-right:20px;
	font-size:11px;
}	
.post-meta a[rel="author"] {
	padding-left:20px;
	margin-right:20px;
	background-repeat:no-repeat;
	background-position:left top;
}

.comments-link {
	padding-left:19px;
	background-repeat:no-repeat;
	background-position:left center;
}
	
	.post-navigation {
		
	}
	
p.gravatar {
	float:left;
	margin-right:20px;
	}


/* Post edit link */
.post-edit-link {
	display:block;
	position:absolute;
	right:0;
	top:0;
	padding:2px 7px;
	background:#000;
	color:#fff;
	font-size:10px;
	text-transform:uppercase;
	text-decoration:none;
	border-radius:3px;
	}
.post-edit-link:hover {
	background:#666;
	}


/* Image styling */
.alignleft {
	float:left;
	margin:0 20px 10px 0;
	
	border-width:1px;
			border-style:solid;
			
			box-shadow:0 1px 1px rgba(0,0,0,.1);
			-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);
			-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);
			
			border-radius:1px;
	}
.alignright {
	float:right;
	margin:0 0 10px 20px;
	
	border-width:1px;
			border-style:solid;
			
			box-shadow:0 1px 1px rgba(0,0,0,.1);
			-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);
			-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);
			
			border-radius:1px;
	}
.aligncenter {
	text-align:center;
	margin:0 auto;
	
	border-width:1px;
			border-style:solid;
			
			box-shadow:0 1px 1px rgba(0,0,0,.1);
			-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);
			-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);
			
			border-radius:1px;
	}
.alignnone {
	margin-bottom:10px;
	display:block;
	border-width:1px;
	border-style:solid;
	}	

article .post-content img {
	max-width:710px;
	}

.frame {
	text-align:center;
	position:relative;
	}
.frame img.alignleft,
.frame img.alignright{
	margin:0;
	padding:0;
	border:none;
	}


/* Page Navigaton (wp-pagenavi) */
.wp-pagenavi {
	clear: both;
	overflow:hidden;
	padding-top:3px;
	margin-left:-3px;
}
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border:none;
	padding:0;
	margin-right:5px;
	display:inline-block;
	width:30px;
	height:30px;
	line-height:29px;
	text-align:center;
	background-repeat:no-repeat;
	background-position:-34px top;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	background-position:0 0;
}
.wp-pagenavi .pages {
	float:right;
	border:none;
	width:auto;
	background:none;
	}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
	text-indent:-99em;
}
.wp-pagenavi .nextpostslink {
	background-position:-28px 0;
}
.wp-pagenavi .nextpostslink:hover {
	background-position:-30px -30px;
}
.wp-pagenavi .previouspostslink {
	background-position:1px -30px;
}
.wp-pagenavi .previouspostslink:hover {
	background-position:3px 0;
}


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



/* Author
---------------------------------------- */
#post-author {
	overflow:hidden;
	background-repeat:repeat-x;
	background-position:left top;
	
	border-width:1px;
	border-style:solid;
	border-top:none;
	
	box-shadow:0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,.05);
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.05);
	padding:20px;
	margin-bottom:2em;
	}
	#post-author h3 a {
		text-shadow:none;
	}
#author-link {
	margin-top:1.5em;
	}
	#post-author .gravatar {
		margin:0 20px 0 0;
		}
	#post-author .gravatar img {
		background:#fff;
		border:1px solid #dbdbdb;
		padding:5px;
		}
#author-description {
	
	}

/* Recent author posts */
#recent-author-posts {
	margin-bottom:3em;
}

/* Recent author comments */
#recent-author-comments ul li a {
	padding:0;
	background:none; 	
}

.author-info {
	width:100%;
	overflow:hidden;
	margin-bottom:3em;
	padding-bottom:2em;
}
	.author-info .avatar {
		margin:0 20px 0 0;
		}
		.author-info .avatar img {
			float:left;
			background:#fff;
			padding:7px;
			border:1px solid #dbdbdb;
			}

.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;
		}
	#error404 hgroup {
		margin:0 0 2em 0;
		padding-top:50px;
		}
		#error404 hgroup h1 {
			font-size:3em;
			margin-bottom:.2em;
			}
	#error404 #searchform .searching {
		width:345px;
	}




/* Portfolio
---------------------------------------- */
.portfolio .img-border {
			width:260px;
			height:234px;
			position:absolute;
			left:0;
			top:0;
			border-width:5px;
			border-style:solid;
			border-color:#fff;
		}
.one_column .portfolio .img-border {
			
			width:440px;
			height:424px;
		}
.two_columns .portfolio .img-border {
			width:150px;
			height:144px;
		}
.four_columns .portfolio .img-border {
			width:180px;
			height:164px;
		}
		
		
.latestwork {
	width:100%;
	overflow:hidden;
	list-style-type:none;
	padding:0;
	margin:0;
	}
	.latestwork li {
		float:left;
		margin-right:20px;
		}


/* Gallery */
.header-title {
	margin-bottom:2.5em;
	}
	.header-title h1 {
		margin-bottom:.1em;
		font-size:1.5em;
		  line-height:1.2em;
		  font-weight:normal;
		  font-family:Arial, sans-serif;
		  text-transform:uppercase;
		}
	.header-title .page-desc {
		font-size:.91em;
		color:#999;
		}



/* Default layout 3 columns */
#gallery {
	
	}
	#gallery .portfolio {
		width:100%;
		list-style-type:none;
		padding:0;
		margin:0;
		}
		#gallery .portfolio li {
			display:-moz-inline-box;
			display:inline-block;
			zoom:1;
			vertical-align:top; 
			width:300px;
			margin:0 13px 50px 0;
			padding:0;
			position:relative;
			text-transform:none;
		
			background-repeat:repeat-x;
			background-position:left top;
			
			border-width:1px;
			border-style:solid;
			border-top:none;
			
			box-shadow:0 1px 2px rgba(0,0,0,.06);
			-moz-box-shadow:0 1px 2px rgba(0,0,0,.06);
			-webkit-box-shadow:0 1px 2px rgba(0,0,0,.06);
			}
		* + html #gallery .portfolio li {
			display:inline;
			}
			#gallery .portfolio li .inner {
				padding:15px 20px 14px 14px;
			}
		#gallery .portfolio li.nomargin {
			margin-right:0 !important;
			}
			#gallery .portfolio li span.image-border {
				display:block;
				width:270px;
				position:relative;
				}
			#gallery .portfolio li a.image-wrap {
				display:block;
				padding:0;
				text-decoration:none;
				border: 1px solid #e5e5e5;
				overflow:hidden;
				width:270px;
				height:244px;
				position:relative;
				background:none;
				background:#f5f5f5 url('/theme/bluehue-1.0/img/bg/loading-folio.gif') no-repeat 50% 50%;
				-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:hover {
				background-image:none;
			}	
			#gallery .portfolio li a.image-wrap:hover img {
				opacity:.4;
				}

				#gallery .portfolio li a.image-wrap img {
					float:left;
					-webkit-transition: all .2s ease-in-out;
					-moz-transition: all .2s ease-in-out;
					-o-transition: all .2s ease-in-out;
					}
			#gallery .portfolio h3 {
				font-family:Arial, sans-serif;
				text-transform:uppercase;
				text-shadow:none;
				font-size:12px;
				margin-bottom:10px;
			}
				#gallery .portfolio h3 a {
					padding:0;
					background:none;
				}
			#gallery .portfolio .folio-desc {
				margin-bottom:0;
				padding:1.5em 0 1.8em .5em;
				}
			#gallery .portfolio p.excerpt {
				padding:0;
				}
			
			.zoom-icon {
				display:block;
				position:absolute;
				left:50%;
				top:-82px;
				width:60px;
				padding-top:62px;
				margin:0 0 0 -30px;
				font-size:18px;
				color:#2f3030;
				font-family:Arial, sans-serif;
				text-transform:uppercase;
				text-align:center;
				background:url('/theme/bluehue-1.0/img/bg/magnify.png') no-repeat 0 0;
				cursor:pointer;
				
				-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:hover .zoom-icon {
				top:80px;
				}


/* 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:452px;
		height:436px;
		float:left;
		padding-right:14px;
		background-repeat:repeat-y;
		background-position:right top;
		}
	#gallery.one_column .portfolio li a.image-wrap {
		width:450px;
		height:434px;
		}
	#gallery.one_column .portfolio li a.image-wrap:hover .zoom-icon {
				top:170px;
				}
		#gallery.one_column .folio-desc {
			float:left;
			margin:0 0 0 21px;
			padding-bottom:0;
			padding-left:0;
			overflow:hidden;
			width:412px;
			}

/* 2 columns portfolio*/
#gallery.two_columns .portfolio li {
	width:458px;
	margin-right:15px;
	overflow:hidden;
	min-height:186px;
	}
	#gallery.two_columns .portfolio li span.image-border {
		width:162px;
		height:154px;
		float:left;
		padding-right:14px;
		background-repeat:repeat-y;
		background-position:right top;
		margin-right:21px;
		}
	#gallery.two_columns .portfolio li a.image-wrap {
		width:160px;
		height:154px;
		}
	#gallery.two_columns .portfolio li a.image-wrap:hover .zoom-icon {
				top:42px;
				}
	#gallery.two_columns .portfolio li .folio-desc {
		padding-bottom:0;
	}

/* 4 columns portfolio*/
#gallery.four_columns .portfolio li {
	width:220px;
	margin-right:14px;
	}
	#gallery.four_columns .portfolio li span.image-border {
		width:190px;
		height:174px;
		}
	#gallery.four_columns .portfolio li a.image-wrap {
		width:190px;
		height:174px;
		}
	#gallery.four_columns .portfolio li a.image-wrap:hover .zoom-icon {
				top:45px;
				}


.pp_gallery ul {
	margin:0!important;
}
.pp_gallery li {
	margin:0 !important;
	padding:0 !important;
	border:none;
	background:none !important;
}
.pp_gallery li a {
	padding:0 !important;
	margin:0 !important;
	background:none !important;
}


/* Sidebar
---------------------------------------- */

	#widget-sidebar {
		
	}
		.widget {
			margin-bottom:25px;
		}
			.widget h3 {
				margin-bottom:10px;
				  line-height:1.2em;
				  font-weight:normal;
				  font-family:Arial, sans-serif;
				  text-transform:uppercase;
		  }
		  
#recentcomments li,
.widget.widget_recent_entries li {
	text-transform:none;
}		  
#recentcomments li a,
.widget.widget_recent_entries li a {
	background:none;
	padding:0;
}		  
	

/* Calendar */
#calendar_wrap {
	padding:0;
	}
	#wp-calendar {
		width:100%;
		}
		#wp-calendar caption {
			text-align:center;
			}
		#wp-calendar td {
			text-align:center;
			padding:6px 0;
			border:none;
			}
		#wp-calendar caption {
			font-size:16px;
			color:#3d8db8;
			padding:4px 0;
			margin-bottom:5px;
			}
		#wp-calendar thead th {
			padding:7px 0;
			font-size:14px;
			background:#f7f7f7;
			color:#1f1f1f;
			text-align:center;
			}
		#wp-calendar #prev {
			text-align:left;
			}
		#wp-calendar #next {
			text-align:right;
			}



/* FAQs
---------------------------------------- */
.faq_list {
	
	}
	.faq_list dt {
		color:#3d8db8;
		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:#1f1f1f;
		font-weight:bold;
		}
	.faq_list dd {
		padding:0 0 0 28px;
		position:relative;
		margin:0 0 2em 0;
		color:#b2b2b2;
		}
		.faq_list dd .marker {
			top:3px;
			}



/* Custom widgets
---------------------------------------- */


/* Recent Comments */
ul.recentcomments {
	padding:0;
	margin:0;
	}
	ul.recentcomments li {
		border-top:1px solid #c6c6c6;
		padding:25px 0 25px 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;
			}
		ul.recentcomments .comment-body {
			padding:15px 0 0 0;
			}
			ul.recentcomments .comment-body a {
				text-decoration:none;
				color:#96999d;
				}
			ul.recentcomments .comment-body a:hover {
				color:#000;
				text-decoration:underline;
				}
		ul.recentcomments li h4 {
			margin-bottom:.1em;
			}
			ul.recentcomments li h4 a {
				text-decoration:none;
				}
			ul.recentcomments li h4 a:hover {
				color:#000;
				}
		ul.recentcomments li small {
			font-size:11px;
			color:#6a6a6a;
			}

/* Posts Type widget */
.post_list {
	list-style-type:none;
	padding:0;
	margin:0;
	}
	.post_list li {
		overflow:hidden;
		padding-top:1.5em;
		padding-bottom:1.5em;
		border-top:1px solid #dbdbdb;
		margin:0;
		}
	.post_list li:first-child {
		border:none;
		padding-top:0;
		}
		.post_list li img {
			float:left;
			margin:0 15px 0 0;
			}

/* Popular posts */
.popular-posts {
	list-style-type:none;
	padding:0;
	margin:0;
	}
	.popular-posts li {
		overflow:hidden;
		margin:0 0 2em 0;
		}
		.popular-posts li .post-thumb {
			float:left;
			margin-right:20px;
			width:100px;
			height:100px;
			overflow:hidden;
			padding:1px;
			border:1px solid #dbdbdb;
			}
		.popular-posts li .post-thumb.empty-thumb {
			background:#ececec url('/theme/bluehue-1.0/img/bg/empty_thumb.gif') no-repeat 50% 50%;
}
		.popular-posts li h5 {
			font-size:1em;
			margin-bottom:.5em;
			}
		.popular-posts li .excerpt {
			margin-bottom:.8em;
			}
			
			
/* Events cycle */			
.events_cycle {
	margin:0;
	padding:0;
	z-index:1;
	width:461px !important;
}
.events_cycle .events_item {
	display:none;
	background:none;
	position:relative;
	min-height:313px;
	width:100%;
	height:100%;
	}
#events-cycle .events_item:first {
	display:block;
	}	
.events_cycle .featured-thumbnail {
		border:none;
		margin:0;
		border:1px solid #e5e5e5;
		position:relative;
		z-index:1;
	}
.events_cycle .desc {
		position:absolute;
		left:80px;
		bottom:32px;
		z-index:2;
		width:381px;
		height:73px;
		background-repeat:no-repeat;
		background-position:left top;
		display:block;
		text-align:right;
	}	
.events_cycle .desc .inner {
			padding:15px 80px 0 0;
		}
		.events_cycle .desc h4 {
			font-size:14px;
			text-transform:uppercase;
			line-height:1.2em;
			margin:0;
			font-weight:bold;
		}
			.events_cycle .desc h4 a {
				text-decoration:none;
			}
			.events_cycle .desc h4 a:hover {
				text-decoration:none;
				color:#5c5c5c;
			} 
			
#post-controls {
		position:absolute;
		right:12px;
		top:280px;
		z-index:99;
	}		
	#post-controls a {
		width:19px;
		height:0;
		padding-top:21px;
		overflow:hidden;
		background-repeat:no-repeat;
		background-position:left top;
		float:left;
	}
	#post-controls a#prev:hover {
		background-position:0 -18px;
	}
	#post-controls a#next {
		background-position:-21px -18px;
		margin-left:0;
	}	 
	#post-controls a#next:hover {
		background-position:-21px 0;
	}			


/* Post Cycle */
.post_cycle {
	padding:0;
	margin:0;
	}
#post-cycle .cycle_item {
	display:none;
	background:none;
	position:relative;
	min-height:100px;
	}
#post-cycle .cycle_item:first {
	display:block;
	}
	.post_cycle .featured-thumbnail {
		border:none;
		margin:0;
		box-shadow:0 1px 2px rgba(0,0,0,.5);
		-moz-box-shadow:0 1px 2px rgba(0,0,0,.5);
		-webkit-box-shadow:0 1px 2px rgba(0,0,0,.5);
	}
	.post_cycle .desc {
		position:absolute;
		left:78px;
		bottom:27px;
		
		width:381px;
		height:73px;
		background-repeat:no-repeat;
		background-position:left top;
		display:block;
		text-align:right;
	}
		.post_cycle .desc .inner {
			padding:15px 80px 0 0;
		}
		.post_cycle .desc h4 {
			font-size:14px;
			text-transform:uppercase;
			line-height:1.2em;
			margin:0;
		}
			.post_cycle .desc h4 a {
				color:white;
				text-decoration:none;
			}
			.post_cycle .desc h4 a:hover {
				text-decoration:underline;
			} 


/* Folio Cycle */
.folio_cycle {
	list-style-type:none;
	padding:0;
	margin:0;
	width:100%;
	overflow:hidden;
	}
	.folio_cycle .folio_item {
		overflow:hidden;
		display:none;
		}
	.folio_cycle .folio_item:first {
		display:block;
		}
		.folio_cycle .folio_item figure.thumbnail {
			width:270px;
			overflow:hidden;
			}
#folio-controls {
	text-align:center;
	overflow:hidden;
	}
	#folio-controls ul {
		list-style-type:none;
		margin:0;
		padding:0;
		}
		#folio-controls ul li {
			padding:0 5px 0 0;
			display:inline;
			}
			#folio-controls ul li a {
				display:inline-block;
				text-decoration:none;
				width:8px;
				height:8px;
				background:#000;
				font-size:0;
				line-height:0;
				}
			#folio-controls ul li a:hover {
				background:#999;
				}


/* Testimonials */
.testimonials {
	padding:0;
	margin:0;
	}
	.testimonials div.testi_item {
		background:none;
		padding:0;
		margin:0;
		}
		.name-testi {
			text-align:right;
			padding-left:20px;
			}
			.name-testi .user {
				font-style:italic;
				font-family:Arial, sans-serif;
				font-size:24px;
			}
		.testimonials .thumb {
			float:left;
			margin-right:20px;
			}
		.testimonials div.testi_item .box {
			border:1px solid #dfdfdf;
			box-shadow:0 1px 2px rgba(0,0,0,.05);
			-moz-box-shadow:0 1px 2px rgba(0,0,0,.05);
			-webkit-box-shadow:0 1px 2px rgba(0,0,0,.05);
		}	
			.testimonials div.testi_item .box .inner {
				padding:14px 21px 17px 15px;
				overflow:hidden;
			}
		.testimonials div.testi_item figure {
			background-repeat:repeat-y;
			background-position:right top;
			display:block;
			float:left;
			padding-right:16px;
			margin-right:21px;
		}
			.testimonials div.testi_item figure img {
			border:1px solid #e5e5e5;
			}
		.testimonials div.testi_item .extra-wrap {
			padding-top:12px;
		}
			.testimonials div.testi_item .extra-wrap p {
				margin-bottom:0;
			} 
		.testimonials div.testi_item h4 {
			margin-bottom:8px;
			font-weight:normal;
			text-transform:uppercase;
			line-height:21px;
		}	
			.testimonials div.testi_item h4 a {
				text-decoration:none;
			}
			.testimonials div.testi_item h4 a:hover {
				text-decoration:underline;
			}
		.testimonials div.testi_item blockquote {
			border:none;
			padding:30px 0 0 0;
			margin:0 0 10px 0;
			font-style:italic;
			font-family:Arial, sans-serif;
			text-shadow:1px 1px rgba(255,255,255,.6);
			font-size:24px;
			line-height:26px;
			display:block;
			background:none !important;
			}
			.testimonials div.testi_item blockquote a {
				text-decoration:none;
				display:block;
				}
			
			.testimonials figure{
			position:relative;
			display:block;
			}			
			.testimonials .img-border {
			position:absolute;
			left:1px;
			top:1px;
			border-width:5px;
			border-style:solid;
			border-color:#fff;
			width:127px;
			height:127px;
		}
		.testimonials a:hover .img-border {
		}
		
		.testi-pic .img-border {
			position:absolute;			
			left:1px;
			top:1px;
			border-width:5px;
			border-style:solid;
			border-color:#fff;
			width:127px;
			height:127px;
		}

/* Misc for Cycle widgets */
#testi-controls {
	text-align:center;
	overflow:hidden;
	}
	#testi-controls ul {
		list-style-type:none;
		margin:0;
		padding:0;
		}
		#testi-controls ul li {
			padding:0;
			margin:0 2px 0 0;
			display:inline-block;
			}
		* + html #testi-controls ul li {
			display:inline;
			zoom:1;
			}


/* Recent Posts */
.latestpost {
	list-style-type:none;
	margin:0;
	padding:0;
	}
	.latestpost li {
		margin:0 0 2em 0;
		padding:0;
		background:none;
		font-size:1em;
		text-transform:none;
		list-style-type:none;
		}
			.latestpost li h4 {
				margin-bottom:5px;
				font-size:1em;
				font-weight:normal;
				text-transform:uppercase;
				}
				.latestpost li h4 a {
					padding:0;
					background:none;
					color:#3d8db8;
				}	
				.latestpost li h4 a:hover {
					color:#1f1f1f;
				}
		.latestpost li time {
			display:block;
			margin-bottom:9px;
			background-position:left 3px;
		}
		.latestpost li p {
			display:inline;
		}		


/* Twitter widget */
.twitter_update_list {
	overflow:hidden;
	}
.twitter ul li {
	list-style-type:none;
	margin:0 0 15px 0;
	padding:0 0 0 37px;
	background:url('/theme/bluehue-1.0/img/bg/twitter-icon.png') no-repeat 0 0;
	text-transform:none;
	}
	.twitter ul li a {
		background:none;
		padding:0;
	}	
	.twitter ul li .twitt-body {
		padding:0 0 5px 0;
		}
	.twitter ul li .twitt-body a {
		font-weight:bold;
		}
	.twitter ul li a.timesince {
		font-size:11px;
		}
.twitter .profileLink {
	
	}


/* Flickr widget */
.flickrImages.widget {
	overflow:hidden;
	position:relative;
	margin:0;
}
.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 img {
			vertical-align:top;
			float:left;
			}
		.banners-holder li a {
			padding:0;
			background:none;
		}	



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

/* Testimonials list */
article.testimonial {
	width:auto;
	font-family:Arial, sans-serif;
	font-style:italic;
	font-size:14px;
	line-height:1.5em;
	font-weight:normal;
	margin-bottom:35px;
	background:none;
	border:none;
	
	box-shadow:0 0 0 rgba(0,0,0,.1);
	-moz-box-shadow:0 0 0 rgba(0,0,0,.1);
	-webkit-box-shadow:0 0 0 rgba(0,0,0,.1);
	}
	article.testimonial .post-content {
		padding:30px 30px 30px 205px;
	}
	article.testimonial .testi-pic,
	.testi-pic {
		position:absolute;
		left:20px;
		top:20px;
		

			background-repeat:repeat-y;
			background-position:right top;
			display:block;
			float:left;
			padding-right:16px;
			margin-right:21px;
		}
	
	article.testimonial .name-testi,
	.name-testi {
		display:block;
		text-align:right;
		font-style:normal;
		
		}
		article.testimonial .name-testi a {
			text-decoration:none;
			}
		article.testimonial .name-testi a:hover {
			text-decoration:underline;
			}
	article.testimonial blockquote {
		border:none;
		background:none;
		text-shadow:1px 1px rgba(255,255,255,.6);
		padding-top:20px;
		padding-bottom:20px;
	}		


/* Single Testimonial */
blockquote.testi-single {
	font-family:Arial, sans-serif;
	border:none;
	padding:0;
	width:auto;
	background:none;
	font-size:14px;
	line-height:1.5em;
	font-style:italic;
	margin:0 0 2em 0;
	position:relative;
	
	box-shadow:0 0 0 rgba(0,0,0,.1);
	-moz-box-shadow:0 0 0 rgba(0,0,0,.1);
	-webkit-box-shadow:0 0 0 rgba(0,0,0,.1);
	}
blockquote.testi-single .post-content {
		padding:30px 30px 30px 205px;
	}	
	blockquote.testi-single p {
		margin:0 0 1em 0;
		padding:0;
		color:#b5b5b5;
		font-style:normal;
		}
		.testi-pic {
			position:absolute;
			left:20px;
			top:20px;
			}
			.testi-pic img {
				border:1px solid #e5e5e5;
				}
blockquote.testi-single blockquote {
		border:none;
		background:none;
		text-shadow:1px 1px rgba(255,255,255,.6);
		padding-top:20px;
		padding-bottom:20px;
	}						




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

/* Recent Posts */
.recent-posts {
	margin:0;
	padding:0;
	width:100%;
	overflow:hidden;
	border:none;
	}
	.recent-posts li {
		margin:0 0 20px 0;
		padding:0;
		border:none;
		background:none;
		text-transform:none;
		}
	.recent-posts li .thumb-wrap a {
		padding:0;
		background:none;
	}	
	.recent-posts li .thumb-wrap .img-border{
		border:none;
		
	}
		.recent-posts li img.thumb {
			float:left;
			margin:0 20px 0 0;
			
			border-width:1px;
			border-style:solid;
			}
		.recent-posts li h5 {
			font-size:1em;
			font-weight:normal;
			text-transform:uppercase;
			line-height:21px;
			margin-bottom:0;
			}
			.recent-posts li h5 a {
				text-decoration:none;
				padding:0;
				background:none;
				color:#1f1f1f;
				
			}
			.recent-posts li h5 a:hover {
				text-decoration:none;
			}
		.recent-posts li .excerpt {
			margin-bottom:1.5em;
			font-size:12px
			}
		.recent-posts li span.meta {
			display:block;
			margin-bottom:.5em;
			font-size:10px;
			text-transform:uppercase;
			}
			

/* Recent news */		
.recent-posts.recent_news {
}	
	.recent-posts.recent_news li {
		float:left;
		width:192px;
		margin:0 0 0 19px;
		padding:0 0 0 19px;
		background-repeat:repeat-y;
		background-position:0 0;
	}
	.recent-posts.recent_news li:first-child {
		margin-left:0;
		padding-left:0;
		background:none;
	}
		.recent-posts.recent_news li .thumb-wrap {
			margin-bottom:25px;
			position:relative;
			padding-left:1px;
		}
		.recent-posts.recent_news li img.thumb {
			float:none;
			margin:0;
		}
		.recent-posts.recent_news li .thumb-wrap .img-border {
			position:absolute;
			left:2px;
			top:1px;
			border-width:5px;
			border-style:solid;
			width:180px;
			height:120px;
		}
		.recent-posts.recent_news li .thumb-wrap:hover .img-border {
			position:absolute;
			left:2px;
			top:1px;
			border:0;
			width:180px;
			height:120px;			
			box-shadow:0 0 0 #fff;
			-moz-box-shadow:0 1px 1px rgba(0,0,0,.3);
			-webkit-box-shadow:0 1px 1px rgba(0,0,0,.3);
		}
		.recent-posts.recent_news li h5 {
			padding-right:20px;
			margin-bottom:7px;
		}


/* Services */
.recent-posts.services {
	list-style-type:none;
	padding:0;
	margin:0;
	overflow:hidden;
	}
	.recent-posts.services li {
		margin:18px 0 0 0;
		background:none;
		background-repeat:repeat-x;
		background-position:left top;
		padding:21px 0 0 0;
		text-transform:none;
		}
	.recent-posts.services li:first-child {
		margin-top:0;
	}
		.recent-posts.services li img.thumb {
			margin-right:18px;
			
			border:none;
			
			box-shadow:0 0 0 #e3e6e9;
		-moz-box-shadow:0 0 0 #e3e6e9;
		-webkit-box-shadow:0 0 0 #e3e6e9;
			}
		.recent-posts.services li h5 {
			font-size:18px;
			margin-bottom:12px;
			font-family:Arial, sans-serif;
			text-transform:none;
			font-style:italic;
			}
		.recent-posts.services li .excerpt {
			margin-bottom:0;
		}


.single-post.services .featured-thumbnail {
	float:left;
	margin-right:20px;
	background:none;
}
.single-post.services .featured-thumbnail .img-wrap {
	box-shadow:0 0 0 #e3e6e9;
	-moz-box-shadow:0 0 0 #e3e6e9;
	-webkit-box-shadow:0 0 0 #e3e6e9;
	border:none;
}
.single-post.services .post-meta {	
	width:auto;
}


/* Tags */
.tags-cloud a, .tagcloud a {
	display:inline-block;
	background:#e0e0e0;
	padding:2px 7px;
	border-radius:3px;
	text-decoration:none;
	color:#838383;
	margin:0 1px 4px 0;
	font-size:11px !important;
	box-shadow:1px 1px 0 rgba(0, 0, 0, .2);
	line-height:1.5em;
	vertical-align:top;
	}
.tags-cloud a:hover, .tagcloud a:hover {
	background:#fc4843;
	color:#fff;
	}


/* Recent Comments */
.recent-comments {
	list-style-type:none;
	padding:0;
	margin:0;
	}
	.recent-comments li {
		padding:0;
		margin:0;
		border:none;
		padding-bottom:.5em;
		}
		.recent-comments li .avatar {
			float:left;
			margin-right:20px;
		}	
		.recent-comments li a {
			color:#c6c6c6;
		}
		.recent-comments.recent-posts li .meta {
			font-size:14px;
			color:#82aea6;
			display:block;
		}


/* Footer
---------------------------------------- */
#footer {
	min-height:89px;
	position:relative;
	z-index:2;
	margin-top:0;
	font-family:Arial, sans-serif;
	text-transform:uppercase;
	background-repeat:repeat-x;
	background-position:center top;
}
	#footer a {
		text-decoration:none;
	}

	/* Footer widget */
	#widget-footer {
		float:right;
		padding-top:24px;		
	}
	
	
	#widget-footer h4 {
		float:left;
		font-weight:normal;
		line-height:41px;
		color:#5c5c5c;
	}
	#widget-footer .social-networks {
		float:left;
		margin-left:18px;
	}
	#widget-footer .social-networks li {
		list-style-type:none;
		padding:0 0 0 5px;
		margin:0;
		float:left;
		background:none;
		}
		#widget-footer .social-networks li a {
			float:left;
			width:41px;
			height:41px;
			padding:0;
			background-repeat:no-repeat;
			background-position:left top;
		}
		#widget-footer .social-networks li a:hover {
			background-position:0 -41px;
		}
	
	
	/* Footer navigation */
	.footer.nav {
	float:left;
	padding-top: 24px;
	font-family: Arial, sans-serif;

}
		.footer.nav ul {
			
			}
			.footer.nav ul li {
				
				list-style-type:none;
				float:left;
				padding:0 8px 0 0;
				margin:0 9px 0 0;
				background-repeat:no-repeat;
				background-position:right top;
				height:42px;
				}
			.footer.nav ul li:first-child {
				padding-left:0;
				margin-left:0;
			}	
				.footer.nav ul li a {
					margin-top:4px;
					line-height:33px;
					height:33px;
					float:left;
					padding:0 8px;
					font-size:12px;
					border-radius:3px;
					background-repeat:repeat-x;
					background-position:left -33px;
					background-image:url('/theme/bluehue-1.0/img/bg/footer-menu-current.gif');
				}
				.footer.nav ul li.current-menu-item a {
					background-position:left top;
				}
				#header .footer.nav ul li a:hover {background:none}
				
		/* Copyright */		
		#copyright {
			padding-bottom:10px;
			margin-left:9px;
			padding-right:0;
			float:none;
			clear:both;
			display:block;
			line-height:1.5em;
			color:#5C5C5C;
			font-family:Arial, sans-serif;
			text-align:center
		}
		
			#copyright a:hover {
				text-decoration:none;
				color:#5c5c5c;
			}
	


/* Misc
---------------------------------------- */
.button,
.reply a {
	display:inline-block;
	font-size:11px;
	text-transform:uppercase;
	padding:0 24px 0 0;
	background-repeat:no-repeat;
	background-position:right 7px;
	text-decoration:underline;
	}
	.button:hover,
	.reply a:hover {
		background-position:right -8px;
		text-decoration:underline;
		}
.no-results #searchform .searching {
	width:585px;	
}


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

#back-top a {
	width: 60px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}

/* arrow icon (span tag) */
#back-top span {
	width: 60px;
	height: 0;
	padding-top:60px;
	overflow:hidden;
	display: block;
	background-repeat:no-repeat;
	background-position:center center;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
}

/* 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('/theme/bluehue-1.0/img/bg/toggle.png') no-repeat 0 0;
	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;
	font-size:4em;
	line-height:1em;
	margin:0 10px 0 0;
	text-transform:uppercase;
	}

.widget-area {
	
}

.hr, .hr1 {
	height:1px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:30px 10px;
	}
	
.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;
	}
.vr {
	background-repeat:repeat-y;
	background-position:669px 0;
}
.vr.alt {
	background-position:30px 0;
}
.vertical_rule {
	background-repeat:repeat-y;
	background-position: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:0;
	padding:0 0 0 55px;
	background:none;
	font-size:1em;
	line-height:18px;
	background:url('/theme/bluehue-1.0/img/bg/address-icon1.png') no-repeat 0 3px;
}
.address dd {
	float:left;
	width:180px;
	padding:0 0 0 53px;
	background:url('/theme/bluehue-1.0/img/bg/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;
			border:none;
			text-transform:none;
			line-height:1.5em;
			}
	.address dd span {
		float:left;
		width:80px;
		}
		.address dd a {
			color:#fc4843;
			text-decoration:underline;
			background:none;
			padding:0;
			}
		.address dd a:hover {
			color:#fc4843;
			text-decoration:none;;
			}





/* 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: Arial, sans-serif; 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('/theme/bluehue-1.0/img/bg/player-graphics.gif') no-repeat -2px -1px;
}
.audiojs .loading { background: url('/theme/bluehue-1.0/img/bg/player-graphics.gif') no-repeat -2px -31px;
}
.audiojs .error { background: url('/theme/bluehue-1.0/img/bg/player-graphics.gif') no-repeat -2px -61px;
}
.audiojs .pause { background: url('/theme/bluehue-1.0/img/bg/player-graphics.gif') no-repeat -2px -91px;
}

.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;
	font-size:.91em;
	line-height:1.4em;
	border:1px solid #dbdbdb;
	font-family:Arial, sans-serif;
	margin-bottom:15px;
	}
	.error-box, .wpcf7-mail-sent-ng {
		border-color:#ff9999;
		color:#c31b00;
		background:#ffcccc url('/theme/bluehue-1.0/img/bg/icon-error.png') no-repeat 20px 50%;
}
	.attention-box, .wpcf7-validation-errors, .wpcf7-spam-blocked {
		border-color:#e6c555;
		color:#9e660d;
		background:#fdebae url('/theme/bluehue-1.0/img/bg/icon-note.png') no-repeat 20px 50%;
}
	.notice-box {
		border-color:#68a2cf;
		color:#2e6093;
		background:#bfe4f9 url('/theme/bluehue-1.0/img/bg/icon-info.png') no-repeat 20px 50%;
}
	.approved-box, .wpcf7-mail-sent-ok {
		border-color:#a3c159;
		color:#5e6f33;
		background:#ccff99 url('/theme/bluehue-1.0/img/bg/icon-download.png') no-repeat 20px 50%;
}
	


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

/* Form defaults */
input, select, textarea { 
	font-family:Arial, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
	border:1px solid #dbdbdb;
	outline:none;
}
input[type="text"], textarea, select {
	background:none;
	background-repeat:repeat;
	background-position:left top;
	border-width:1px;
	border-style:solid;
	box-shadow:inset 1px 1px 0 rgba(255,255,255,.3);
	-moz-box-shadow:inset 1px 1px 0 rgba(255,255,255,.3);
	-webkit-box-shadow:inset 1px 1px 0 rgba(255,255,255,.3);
	padding:6px 9px;
	}
input[type="submit"], input[type="reset"] {
	position:relative;
	display:inline-block;
	padding:0 25px 0 0;
	text-decoration:underline;
	text-transform:uppercase;
	font-size:11px;
	background:none;
	background-repeat:no-repeat;
	background-position:right 5px;
	border:none;
	cursor:pointer;
	margin-right:18px;
	}
input[type="submit"]:hover, input[type="reset"]:hover {
	background-position:right -10px;
	}


/* Comment form */
#commentform a {
	padding:0;
	background:none;
	text-decoration:underline;	
	}
#commentform a:hover {
	text-decoration:none;
}	
	#commentform p.field {
		margin-bottom:21px;
		}
		#commentform small {
			color:#8b8b8b;
			}
	#commentform label {
		display:block;
		}
	#commentform input[type="text"] {
		width:251px;
		}
	#commentform textarea {
		width:600px;
		max-width:600px;
		min-width:600px;
		height:285px;
		min-height:285px;
		overflow:auto;
		}




/* Contact form */
.wpcf7-form p.field {
	margin-bottom:9px;
	overflow:hidden;
	vertical-align:top;
	width:380px;
	position:relative;
	}
.wpcf7-form p.field label {
	float:left;
	width:79px;
	padding-top:6px;
	}
.wpcf7-form p.field input {
	float:left;
	width:280px;
	}
	.wpcf7-form p.field small {
		color:red;
		}
.wpcf7-form textarea {
	float:left;
	width:280px;
	max-width:280px;
	min-width:280px;
	height:250px;
	min-height:250px;
	overflow:auto;
	margin-bottom:17px;
	}
.wpcf7-form .submit-wrap {
	padding:0 0 0 79px;
	margin:0;
	}
	span.wpcf7-form-control-wrap {
		display:block;
		}
	.wpcf7-not-valid-tip {
		width:288px !important;
		position:absolute;
		left:79px !important;
		top:0 !important;
		padding:3px 0 2px 10px !important;
		background:#f3b7b7 !important;
		color:red !important;
		border:1px solid red !important;
		}


/* Sidebar search form */

#search-container {
	padding: 16px 0 0 0;
	z-index: 111;
	float: right;
}

#TopSearch .inputbox {background:#fff;padding:5px 40px 5px 5px;width:180px}
#TopSearch .FormSubmit {
	background:url('/theme/bluehue-1.0/img/search-icon.png') no-repeat 0 0;width:30px;height:30px;border:0;
	color:#fff;font-size:0;position:absolute;vertical-align:top;margin:0 0 0 193px;top:18px;display:list-item
}

/*
#search-container {
	background: none repeat scroll 0 0 #DDDDDD;
	border-radius: 0 0 0 10px;
	padding: 10px 10px 22px 15px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 111;
	float: right;
}

#TopSearch .inputbox {background:#fff;padding:5px 40px 5px 5px;width:200px}
#TopSearch .FormSubmit {
	background:url('../images/search-icon.png') no-repeat 0 0;width:30px;height:30px;border:0;
	color:#fff;font-size:0;top:12px;right:0;position:absolute;vertical-align:top;margin:0 2px 0 0
}

#search-container {
  margin-bottom: 12px;
  z-index: 111;
}
#search-container:after {clear:both;display:block;content:' ';height:0px;}
#TopSearch .inputbox {background:#fff;padding:5px 40px 5px 5px;width:325px}
#TopSearch .FormSubmit {
	background:url('../images/search-icon.png') no-repeat 0 0;width:30px;height:30px;border:0;
	color:#fff;font-size:0;vertical-align:top;
}
*/

#searchform .searching {
		width:184px;
		padding-left:0;
		margin-left:5px;
		background:none;
		border:none;
		box-shadow:inset 0 0 0 rgba(255,255,255,.3);
	-moz-box-shadow:inset 0 0 0 rgba(255,255,255,.3);
	-webkit-box-shadow:inset 0 0 0 rgba(255,255,255,.3);
	
		}
	#searchform .submit {
		width:11px;
		height:11px;
		background:none;
		cursor:pointer;
		padding-left:0;
		padding-right:0;
		margin:0;
		}



/* 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;
}
.color-blue {color:#1094AB!important}
.txt-center {text-align:center}
.floatleft {float:left}
.floatright {float:right}

.light-bg {background:none repeat scroll 0 0 #F7F7F7;border:1px solid #DFDFDF;padding:12px 35px;color:#686868}

.listing-plans-container {
	display:block;clear:both;box-shadow:3px 3px 5px #777;border-radius:12px;font-family:Arial, sans-serif;margin:0 0 10px 0
}
.listing-plans-container .price-plan-title {
	background: #696060;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	border-radius: 12px 12px 0 0;
	padding: 8px 15px;
}
.listing-plans {
	padding:8px;background:#F7F7F7;border:2px #F1F1F1 solid;border-radius:0 0 12px 12px;border-top:0;color:#666;font-size:14px;font-weight:bold;line-height:22px
}
.listing-plans .l-price {color:#696060;font-size:16px;margin-bottom:5px}
.listing-plans-container table {width:100%}
.listing-plans-container table td {
	width:25%;vertical-align:top;
}
.listing-plans-container table td .desc-cont {border-left:1px #686868 solid;padding:10px 1px 0 22px;margin:5px 0 16px 0;min-height:225px}
.listing-plans-container table td .desc-cont li {margin:0;font-size:12px}
.listing-plans-container table td:first-child .desc-cont {border:0}
.listing-plans-container .featured-img-trigger {color:#696060;margin-top:15px;cursor:pointer}
.listing-plans-container .featured-img-trigger:hover {text-decoration:underline}
.listing-plans-container table .l-title {margin-left:5px;font-size:17px}
.listing-plans-container table .l-radio {text-align:center}
.listing-plans-container table .l-radio a {background:url('/theme/bluehue-1.0/img/submit-now-red.png') no-repeat;display:block;width:190px;height:42px;margin:0 auto}
.listing-plans-container table .l-radio a.price-selected {background:url('/theme/bluehue-1.0/img/submit-now-selected.png') no-repeat!important;}
.listing-plans-container table .l-radio input[type="radio"] {height:38px;width:186px;opacity:0;cursor:pointer}

#permanent-listing-plans .price-plan-title {background:#1094AB}
#permanent-listing-plans .l-price,#permanent-listing-plans .featured-img-trigger {color:#1094AB}
#permanent-listing-plans table .l-radio a {background:url('/theme/bluehue-1.0/img/submit-now-blue.png') no-repeat}

#submit-page-layout .label {display:block;text-align:left;margin-bottom:0}
#submit-page-layout .jform-set {padding:12px 35px}
#submit-page-layout .jform-set .jfields {
	float:left;width:46%;display:block
}

#submit-page-layout .jform-set input,#submit-page-layout .jform-set textarea,#submit-page-layout .jform-set select {
	background:#fff
}

#my-cutom-list {float:left;margin:10px 0 20px 0;overflow:auto;height:270px;min-width:400px;border:1px solid #DFDFDF;padding:10px}
#my-cutom-list .my-cutom-list {}
#my-cutom-list ul li.level-1 {}
#my-cutom-list ul li:nth-child(odd) {background-color:#ffffff}
#my-cutom-list ul li:nth-child(even) {background-color:#F0F0F0}

#jselectedcategory {color:#1094AB;font-size:14px;font-weight:bold}

#popupoverlay {cursor: pointer;display: block;opacity: 0.8;bottom: 0;position: fixed;right: 0;background: none repeat scroll 0 0 #333;left: 0;overflow: hidden;top: 0;z-index: 998;}
#close-pop {background:url('/theme/bluehue-1.0/img/close.png') no-repeat;height:30px;width:30px;display:block;position:absolute;right:-19px;top:-19px;cursor:pointer}
#featured-img-popup {position:fixed;top:30%;left:28%;right:auto;box-shadow:5px 5px 10px #000;border:5px #ddd solid;z-index:999}

.submit-form-tip {position:absolute;margin:3px 0 0 -30px;display:block;}
.submit-form-tip .tip-txt:before {background:url('/theme/bluehue-1.0/img/bg/selector-arrow.png') no-repeat;display:block;content:'';width:18px;height:14px;position:absolute;top:-14px;left:7px}
.submit-form-tip .tip-txt {
  background: #F7F7F7;
  border: 1px solid #DFDFDF;
  display: none;
  padding: 3px 7px;
  position: absolute;
  min-width: 100px;
  z-index: 999;
  margin:5px 0 0 0;
  box-shadow:1px 1px 2px #777;
}
.submit-form-tip:hover .tip-txt {display:block}
.selectedplanbox {color:#fff; background:#1094AB; border: 1px solid #ddd; padding:2px 7px;float:left;min-width:405px}
.review_for_50 {color:#1094AB;text-transform:uppercase;font-weight:bold}

table.formPage.jpaypal-page {border:1px #ddd solid;background:#f1f1f1;color:#555;margin-bottom:100px}
table.formPage.jpaypal-page td {padding:3px 10px;border:1px #fff solid;text-align:left}
table.formPage.jpaypal-page td.label {background:#e7e7e7}
table.formPage.jpaypal-page td.buttons {text-align:center}

/* == Blog Polls == */
.jpolls-box-container {float: left; margin-right:31px; width: 31%;font-family:Arial, sans-serif;text-align:center}
.jpolls-box-container.last-cont {margin-right:0;float:right}
.jpolls-box-container .jpolls-box,.linkdetail-container {box-shadow:3px 3px 5px #777;padding:8px 8px 18px 8px;background:#F7F7F7;border:2px #F1F1F1 solid;border-radius:0 0 8px 8px;border-top:0;color:#222}
.jpolls-box-container .jpolls-box.polls-box-1 {}
.jpolls-box-container .poll-box-title,.linkdetail-title {background:#1094AB;color:#fff;font-weight:bold;font-size:20px;border-radius:8px 8px 0 0;padding:8px}
.jpolls-box-container .jpolls-box td {background:#D4D4D4;border:2px #F7F7F7 solid;font-size:12px}
.jpolls-box-container .jpolls-box td input[type="text"] {background: #FFFFFF;height: 18px;margin: 3px 0;padding:3px 4px 1px 4px;border:none}
.jpolls-box-container .jpolls-box td select {padding:2px;margin:2px 0}
.jpolls-box-container .jpolls-box.polls-box-2 #txtBoxHeight {width:40px;height:16px}
.jpolls-box-container .jbutton.margint {margin-top:220px}
.jpolls-box-container .jpolls-box.polls-box-1 .add-n-ans {text-align:right;margin-top:10px}
.jpolls-box-container .jpolls-box.polls-box-1 {padding-bottom:13px}

.poll-iframe-code {height:24px;text-align:center;width:1110px}

.poll-page-next {}
.poll-page-next .poll-question-title {color:#1094AB;font-weight:bold}
.poll-form-2-table {width:100%}
.poll-form-2-table td {padding:3px 7px}
.poll-form-2-table td label {font-weight:normal}
.poll-form-2-table tr:nth-child(odd) td {background:#EAEAEA;color:#888}
.poll-form-2-table .jbutton {margin:15px 0 0 0}

#jPPRow6,#jPPRow7,#jPPRow8,#jPPRow9,#jPPRow10,
#jtxtAnswer6,#jtxtAnswer7,#jtxtAnswer8,#jtxtAnswer9,#jtxtAnswer10 {display:none}


.shr-socials li a {background:none}

/* ==== Link Details Page ==== */
.linkdetail-container {padding-top:15px;margin-bottom:30px}
.linkdetail-container .even {background:none}
.linkdetail-images {width:130px;margin:0 10px 10px 5px;float:left}
.linkdetail-images img {margin-bottom:15px}
.linkdetail-container table#LinkDetail {width:790px;float:left}

#jdirectory-listing-page .jlist-separator {border: 1px solid #CCCCCC;display: block;margin: 10px 0 7px;width: 100%;}

#blog-listing-table ul li {display:inline-block;width:19.9%;float:left;margin-right:0}
#blog-listing-table ul:after {display:block;content:' ';height:0px;clear:both}

.shr-bookmarks-classic a {background:none}

/* Always remember to compress your live stylesheet and keep an uncompressed backup */