/* Clearfix */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
body {
	background: #f5f4f2 url(../images/bg_body.png) top left repeat-x;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #666;
}
body ul li {
	color: inherit;
}
a {
  color: #444;
  text-decoration: none;
  line-height: inherit;
  font-weight: inherit;
}
a:hover {
  color: #333;
  text-decoration: none;
}
header {
	width: 100%;
	float: left;
	padding: 20px 0px;
}
header #logo {
	width: 290px;
	float: left;
}
header #logo h1{
	margin-bottom: 0;
	line-height: 1;
}
header #topnav {
	width: auto;
	float: right;
}
header #topsearch {
	width:260px;
	float: right;
}
header #topsearch fieldset{
	margin-bottom: 0;
	padding-top: 13px;
}
header #topsearch #searchform{
	margin-bottom: 0;
}
#searchform input[type=text] {
	height: 21px;
	line-height: 21px;
	float: left;
}
#topsearch #searchform input[type=text] {
	width: 216px;
}
.sidebar #searchform input[type=text] {
	width: 235px;
}
#searchform .searchbutton{
	width: 30px;
	height: 31px;
	background: url(../images/search.png);
	border: none;
	float: left;
	margin-left: 4px;
}
#topnav ul {
	display: inline-block;
	font-size: 0.9em;
	padding: 0;
	margin: 0px 20px 0px 0px;
	list-style: none;
}
#topnav ul a{
	color: #888;
}
#topnav ul a:hover{
	text-decoration: underline;
}
nav {
	clear: both;
	margin-bottom: 20px;
}
/* Superfish Menu Reset */
nav .menu, nav .menu *{margin:0; padding:0; list-style:none}
nav>ul.menu {padding-bottom: 0px;}
nav .menu{line-height:1.0}
nav .menu ul{position:absolute; top:-999em; width:10em;}
nav .menu ul li{width:100%}
nav .menu li:hover{visibility:inherit}
nav .menu li{float:left; position:relative}
nav .menu a{display:block; position:relative}
nav .menu li:hover ul, 
nav .menu li.sfHover ul{left:0; top:35px; z-index:999}
nav ul.menu li:hover li ul, 
nav ul.menu li.sfHover li ul{top:-999em;}
nav ul.menu li li:hover ul, 
nav ul.menu li li.sfHover ul{left:10em; top:0;}
nav ul.menu li li:hover li ul, 
nav ul.menu li li.sfHover li ul{top:-999em}
nav ul.menu li li li:hover ul, 
nav ul.menu li li li.sfHover ul{left:10em; top:0;  z-index:50}

/* Superfish Menu SKIN */
nav .menu{
	padding: 0;
	margin: 0;
	list-style: none;
	border:1px solid rgb(56,54,51);
	height: 35px;
	background: rgb(64,61,59);
	background: -moz-linear-gradient(top,  rgba(78,75,74,1) 0%, rgba(64,61,59,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(78,75,74,1)), color-stop(100%,rgba(64,61,59,1)));
	background: -webkit-linear-gradient(top,  rgba(78,75,74,1) 0%,rgba(64,61,59,1) 100%);
	background: -o-linear-gradient(top,  rgba(78,75,74,1) 0%,rgba(64,61,59,1) 100%);
	background: -ms-linear-gradient(top,  rgba(78,75,74,1) 0%,rgba(64,61,59,1) 100%);
	background: linear-gradient(top,  rgba(78,75,74,1) 0%,rgba(64,61,59,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e4b4a', endColorstr='#403d3b',GradientType=0 );
	-webkit-background-clip: padding-box;
		   -moz-background-clip: padding;
	   		background-clip: padding-box;
	-webkit-border-radius: 3px;
		-moz-border-radius:3px;
			border-radius: 3px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	   -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
			box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
nav .menu a{ 
	display: block; 
}
nav .menu>li>a{
	display: block;
	padding: 0px 20px;
	background-color: rgb(64,61,59);
	background-repeat: no-repeat;
	background-image: -moz-linear-gradient(top,  rgba(78,75,74,1) 0%, rgba(64,61,59,1) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(78,75,74,1)), color-stop(100%,rgba(64,61,59,1)));
	background-image: -webkit-linear-gradient(top,  rgba(78,75,74,1) 0%,rgba(64,61,59,1) 100%);
	background-image: -o-linear-gradient(top,  rgba(78,75,74,1) 0%,rgba(64,61,59,1) 100%);
	background-image: -ms-linear-gradient(top,  rgba(78,75,74,1) 0%,rgba(64,61,59,1) 100%);
	background-image: linear-gradient(top,  rgba(78,75,74,1) 0%,rgba(64,61,59,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e4b4a', endColorstr='#403d3b',GradientType=0 );
	line-height: 35px;
	text-transform: uppercase;
	font-size: 0.85em;
	color: #fff;
	border-right: 1px solid #383633;
	border-bottom: 1px solid #383633;
	border-left: 1px solid #5a5756;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.5);
	letter-spacing: 0.07em;
	-webkit-transition: 0.1s linear all;
	-moz-transition: 0.1s linear all;
	-ms-transition: 0.1s linear all;
	-o-transition: 0.1s linear all;
	transition: 0.1s linear all;
}
nav .menu>li.home-link a {
	width: 40px;
	text-indent: -9999px;
	position: relative;
	padding: 0;
}
nav .menu>li.home-link a:before {
	content: 'home';
	display: block;
	position: absolute;
	width: 13px;
	height: 12px;
	top: 12px;
	left: 14px;
	background: url(../images/icon-home.png) no-repeat left top;
}
nav .menu>li:first-child a {
	border-left: none;
}
nav .menu>li>a:hover, nav .menu>li.sfHover>a{ 
	color: #fafafa; 
	text-decoration: none;
	background: rgb(56,54,51);
	border-left-color: #383633;
}

nav .menu li.sfHover > a{ 
	color: #fafafa;
}
nav .menu li ul li a { 
	color: #ddd;
	padding: 0px 15px;
	line-height: 25px; 
	font-size: 0.9em;
	margin:0px; 
	text-transform: capitalize; 
	text-shadow:none; 
}
nav .menu li.separator a{
	display: block;
	padding: 0;
	width: auto;
	margin: 3px 15px;
	height: 2px;
	text-indent: -9999px;
	background: url(../images/separator.png) top left repeat-x;
}
nav .menu li ul li a:hover { 
	color: #fafafa;
}
nav ul.menu ul {
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	   -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
			box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); 
	background: rgb(56,54,51); 
	z-index: 99;
	padding: 10px 0px;
	border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
}
nav ul.menu ul ul {
	border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
}
/***** Breadcrumbs *****/
#breadcrumbs {
	font-size: 0.9em;
	width: 940px;
	float: left;
	margin-bottom: 20px;
}
#breadcrumbs img {
	margin-right: 5px;
}
/***** Nivo Slider *****/
#slider {
	display: block;
	width: 940px;
	height: 390px;
	margin-bottom: 20px;
	z-index: 99;
	overflow: hidden;
}
.singleimage {
	display: block;
	width: 940px;
	height: 390px;
	margin-bottom: 20px;
}
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:20px;
	bottom:20px;
	background: none;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	z-index:8;
	width: 300px;
}
.nivo-caption h3 {
	display: block;
	height: 30px;
	padding: 0px 10px;
	line-height: 30px;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	background: #ff9933;
	color: #fff;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.5);
	float: left;
}
.nivo-caption span {
	disply:block;
	float: left;
	background: rgba(0,0,0,0.6);
	padding: 10px;
	font-style: italic;
	min-width: 250px;
	font-family: Georgia, Times New Roman, serif;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	display: block;
	height: 31px;
	bottom: 20px;
	z-index:9;
	cursor:pointer;
	text-indent: -9999px;
}
.nivo-prevNav {
	right:50px;
	width: 29px;
	background: url(../images/slider-arrows.png) 0px 0px no-repeat;
}
.nivo-nextNav {
	right:20px;
	width: 30px;
	background: url(../images/slider-arrows.png) -29px 0px no-repeat;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position: absolute;
	top: 28px;
	right: 20px;
}
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
	display: block;
	float: left;
	width: 14px;
	height: 15px;
	margin-right: 4px;
	text-indent: -9999px;
	background: url(../images/slider-bullets.png) top left no-repeat;
}
.nivo-controlNav a.active {
	background-position: top right;
}

/***** Coin Slider *****/
.coin-slider { 
	overflow: hidden; 
	zoom: 1; 
	position: relative; 
}
.coin-slider a{ 
	text-decoration: none; 
	outline: none; 
	border: none; 
}
.cs-buttons { 
    position: absolute !important;
	bottom: 40px;
	z-index: 100;
}
.cs-buttons a{ 

	float: left;
	text-indent: -9999px;
	background: url(../images/slider-bullets.png) top left no-repeat;
	margin-right: 5px;
	width: 14px;
	height: 15px;
}
.cs-buttons a.cs-active{
	background-position: top right;
}
.cs-prev, 
.cs-next { 
	display: block;
	width: 40px; 
	height: 42px; 
	text-indent: -9999px;
	background: url(../images/coin-arrows.png) top left no-repeat;
}
.cs-prev {
	left: 20px !important;
	top: 175px !important;
}
.cs-next {
	background-position: top right;
	right: 20px !important;
	top: 175px !important;
}
/***** Roundabout Slider *****/
.roundabout-holder	{
	width: 78%;
	height:330px;
	margin: 0;
	margin:30px auto;
	padding:0;
	list-style:none;
	
}
.roundabout-moveable-item {
	width:460px;
	height:330px;
	display:block;
	overflow:hidden;
	padding:0;
	cursor: pointer;
	outline: 1px solid rgba(0, 0, 0, 0.2); 
	-webkit-transition: 0.2s linear outline;
	-moz-transition: 0.2s linear outline;
	-ms-transition: 0.2s linear outline;
	-o-transition: 0.2s linear outline;
	transition: 0.2s linear outline;
}
.roundabout-moveable-item span{
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	position: relative;
}
.roundabout-moveable-item span h2 {
	display: block;
	height: 30px;
	padding: 0px 10px;
	line-height: 30px;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	background: #ff9933;
	color: #fff;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.5);
	float: left;
	position: absolute;
	bottom: 20px;
	left: 20px;
	opacity: 0;
	-webkit-transition: 0.2s linear opacity;
	-moz-transition: 0.2s linear opacity;
	-ms-transition: 0.2s linear opacity;
	-o-transition: 0.2s linear opacity;
	transition: 0.2s linear opacity;
}
.roundabout-moveable-item.roundabout-in-focus span h2{
	opacity: 1;
}
.roundabout-moveable-item.roundabout-in-focus {
	outline: 1px solid rgba(0, 0, 0, 0.6);
}
/* Kwicks Slider */
#slider #kwicks { width: 940px; height: 390px; float: left; position: relative; overflow:hidden; margin-bottom: 20px; background: #111;
}
#kwicks .kwicks { list-style: none; position: relative; margin: 0; padding: 0; width: 940px; text-shadow: none; color: #fff; background: #fff; }
#kwicks .kwicks li{ width: 235px; height: 390px; display: block; float:left; position:relative; overflow: hidden; padding: 0; outline: 1px solid rgba(0, 0, 0, 0.2); outline-offset: -1px; transition: outline 0.12s ease-in; -webkit-transition: outline 0.12s ease-in; -moz-transition: outline 0.12s ease-in;}
#kwicks .kwicks .kwick_detail { position: absolute; bottom: 0; left:0; width:100%; background: url(../images/caption-bg.png); overflow:hidden; padding: 20px 20px 20px 0px;}
#kwicks .kwicks .kwick_detail h1 { display: block; height: 30px; padding: 0px 10px; margin-bottom: 0; line-height: 30px; font-size: 0.9em; font-weight: bold; text-transform: uppercase; background: #ff9933; color: #fff; text-shadow: 0px 1px 0px rgba(0,0,0,0.5); float: left; }
#kwicks .kwicks .kwick_detail p { disply:block; float: left; background: rgba(0,0,0,0.6); padding: 10px; font-style: italic; min-width: 250px; font-family: Georgia, Times New Roman, serif;}
#kwicks .kwicks li .kwick_shadow { background:url(../images/kwick_shadow.png) repeat-y scroll right 0 transparent; position:absolute; top: 0; right: 0; height:100%; width:20px; z-index: 90; }

/* Skitter Slider */
.box_skitter {position:relative; overflow: visible !important; }
.box_skitter ul {display:none;}
.box_skitter .container_skitter {overflow:hidden;position:relative;}
.box_skitter .image {overflow:hidden;}
.box_skitter .image img {display:none;}

.box_skitter .box_clone {position:absolute;top:0;left:0;width:100px;overflow:hidden;display:none;z-index:20;}
.box_skitter .box_clone img {position:absolute;top:0;left:0;z-index:20;}

.box_skitter .prev_button {position:absolute;top:50%;left:20px;z-index:100;width:40px;height:40px;overflow:hidden;text-indent:-9999em;margin-top:-20px;background:url(../images/skitter-arrows.png) no-repeat left top;}
.box_skitter .next_button {position:absolute;top:50%;right:20px;z-index:100;width:40px;height:40px;overflow:hidden;text-indent:-9999em;margin-top:-20px;background:url(../images/skitter-arrows.png) no-repeat right top;}
.box_skitter .next_button:focus,
.box_skitter .prev_button:focus { outline: none; }
.box_skitter .info_slide {position:absolute;top:15px;left:15px;z-index:100; color:#fff;font:bold 11px arial;padding:5px 0 5px 5px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;opacity:0.75;}
.box_skitter .info_slide .image_number {background:#333;float:left;padding:2px 10px;margin:0 5px 0 0;cursor:pointer;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;}
.box_skitter .info_slide .image_number_select {background:#cc0000;float:left;padding:2px 10px;margin:0 5px 0 0;}

.box_skitter .container_thumbs {position:relative;overflow:hidden;height:50px;}
.box_skitter .info_slide_thumb {-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;overflow:hidden;height:45px;top:auto;bottom:-5px;left:-5px;padding:5px;opacity:1.0;}
.box_skitter .info_slide_thumb .image_number {overflow:hidden;width:70px;height:40px;position:relative;}
.box_skitter .info_slide_thumb .image_number img {position:absolute;top:-50px;left:-50px}

.box_skitter .box_scroll_thumbs {padding:0 10px;}
.box_skitter .box_scroll_thumbs .scroll_thumbs {position:absolute;bottom:60px;left:50px;background:#ccc;background:-moz-linear-gradient(-90deg, #555, #fff);background:-webkit-gradient(linear, left top, left bottom, from(#555), to(#fff));width:200px;height:10px;overflow:hidden;text-indent:-9999em;z-index:101;-moz-border-radius:20px;-webkit-border-radius:20px;border-radius:20px;cursor:pointer;border:1px solid #333;}

.box_skitter .info_slide_dots {position:absolute;bottom:20px; z-index:151;padding:0;}
.box_skitter .info_slide_dots .image_number {float: left; text-indent: -9999px; background: url(../images/slider-bullets.png) top left no-repeat; margin-right: 5px; width: 14px; height: 15px;}
.box_skitter .info_slide_dots .image_number:hover { cursor: pointer;}
.box_skitter .info_slide_dots .image_number_select {background-position: top right;}

.loading {position:absolute; top:50%; right:50%; z-index:10000; margin:-16px -16px;color:#fff;text-indent:-9999em;overflow:hidden;background:url(../images/ajax-loader.gif) no-repeat left top;width:32px;height:32px;}

.box_skitter .label_skitter {z-index:150;position:absolute;bottom:5px;left:0px;color:#fff;display:none;opacity:0.8;background:#000;}
.label_skitter p {padding:10px;margin:0;letter-spacing:-1px;}
.info_slide * {font-family:Consolas,arial,tahoma !important;}

.box_skitter .progressbar { background: rgba(255,255,255,0.5); position:absolute; top:5px;left:5px;height:3px; width: 930px; z-index:99; }

/* Skitter Preview */
#preview_slide { display:none; position:absolute; z-index:152; bottom:30px; left:-40px; width:100px; height:100px; border:1px solid rgba(0,0,0,0.75); -moz-box-shadow:rgba(0,0,0,0.7) 2px 2px 5px; -webkit-box-shadow:rgba(0,0,0,0.7) 2px 2px 5px; box-shadow:rgba(0,0,0,0.7) 2px 2px 5px; overflow:hidden; }
#preview_slide ul { height:100px; overflow:hidden; margin:0; list-style:none; display:block; position:absolute; top:0; left:0; }
#preview_slide ul li { width:100px; height:100px; overflow:hidden; float:left; margin:0; padding:0; position:relative; display:block; }
#preview_slide ul li img { position:absolute; top:0; left:0; height:150px; width:auto; }

#overlay_skitter { position:absolute; top:0; left:0; width:100%; z-index:9998; opacity:1; background:#000; }

.box_skitter .focus_button {position:absolute;top:50%;z-index:100;width:42px;height:42px;overflow:hidden;text-indent:-9999em;margin-top:-25px;background:url(../images/focus-button.png) no-repeat left top;opacity:0;}
.box_skitter .play_pause_button {position:absolute;top:50%;z-index:151;width:42px;height:42px;overflow:hidden;text-indent:-9999em;margin-top:-25px;background:url(../images/pause-button.png) no-repeat left top;opacity:0;}
.box_skitter .play_pause_button.play_button {background:url(../images/play-button.png) no-repeat left top;}

/***** Articles *****/
.post {
	border-bottom: 1px solid #E6E3D7;
	padding-bottom: 10px;
	margin-bottom: 36px;
}
.post:last-child{
	border-bottom: none;
	padding-bottom: 10px;
	margin-bottom: 0;
}
.postheader {
	width: 620px;
	float: left;
	margin-bottom: 15px;
	line-height: 1;
}
.author-avatar {
	float: left;
	padding-right: 15px;
}
.posttitle h3 {
	line-height: 1;
}
.postmeta {
	font-family: Georgia, Times New Roman, serif;
	font-size: 0.9em;
	font-style: italic;
	margin-top: 4px;
	margin-bottom: 10px;
}
.postdate {
	float: right;
}
.postmeta a{
	font-style: italic;
}
.postcommentcount {
	float: right;
	margin-top: -1.65em;
}
/* Post Header */
.postheader{
	display: block;
	float: left;
	margin-bottom: 18px;
}
.postheader {
	display: block;
	float: left;
	width: 100%;
	height: auto;
	position:relative;
	padding: 0;
}
.postheader img {
	display: block;
	float: left;
	
}
.postheader a span.overlay{
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
	display: block;
	width:  100%;
	height: 100%;
	background: rgba(0,0,0,0.2) url(../images/icon-magnifier.png) center center no-repeat;
	-moz-opacity:0; 
    filter: alpha(opacity=00);
   	opacity:0;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	line-height: 1;
}
.postheader a:hover span.overlay{
	-moz-opacity:1; 
    filter: alpha(opacity=100);
   	opacity:1;
}
/* Gallery Post Format */
.format-gallery .postheader {
	position:relative;
}
.format-gallery .slides_control, .format-gallery .slides_container {
	overflow:  hidden;
	height: 250px;
}
#fullwidth .format-gallery .slides_control, #fullwidth .format-gallery .slides_container {
	overflow:  hidden;
	height: auto;
}
.format-gallery .postheader .slides-pagination  {
	position: absolute;
	padding:0;
	right: 15px;
	bottom: -5px;
	z-index: 99;
}
.format-gallery .postheader .slides-pagination  li{
	display: inline-block;
	width: 13px;
	height: 15px;
	margin-left: 5px;
}
.format-gallery .postheader .slides-pagination  li a{
	display: block;
	text-indent: -9999px;
	background: url(../images/slider-bullets.png) top left no-repeat;
	width: 14px;
	height: 15px;
}
.format-gallery .postheader .slides-pagination  li a:focus{
	outline: 0;
}
.format-gallery .postheader .slides-pagination  li.current a{
	background-position: top right;
}
/* About the Author */
#authordesc h3 {
	line-height: 1;
	font-weight: 500;
	margin-bottom: 36px;
}
#authordesc {
	border-bottom: 1px solid #E6E3D7;
	padding-bottom: 36px;
	margin-bottom: 36px;
}
/*-----------------------------------------------------------------------------------*/
/*	5.	Comments
/*-----------------------------------------------------------------------------------*/

#comments {
	float: left;
	width: 620px;
}
#comments h3 {
	line-height: 1;
	font-weight: 500;
	margin-bottom: 36px;
}
#comments label {
	display: none;
}
ol.commentlist {
	margin-left: 0px;
	border-bottom: 1px solid #E6E3D7;
	width:620px;
	float:left;
	margin-bottom: 36px;
}
ol.commentlist div{
	float: left;
	width: 100%;
}
ol.commentlist li{
	float: left;
	padding-bottom: 20px;
	list-style: none;
}
ol.commentlist ul.children {
	padding-bottom: 0px;
}
ol.commentlist ul.children li{
	margin-left:  40px;
	margin-top: 40px;
}
ol.commentlist ul.children li:last-child{
	margin-left:  40px;
	margin-top: 0px;
	padding-bottom: 0;
}
ol.commentlist li .comment-text {
	display: block;
	float: left;
	position: relative;
	width:  560px;
	border-bottom: 1px solid #E6E3D7;
	padding-bottom: 18px;
}
ol.commentlist li:last-child .comment-text{
	border-bottom: none;
}
ol.commentlist ul.children li:last-child .comment-text{
	border-bottom: 1px solid #E6E3D7;
}
ol.commentlist li li .comment-text {
	width:  495px;
}
ol.commentlist li li li .comment-text {
	width:  430px;
}
ol.commentlist li .comment-text p:last-child{
	margin-bottom: 0;
}
ol.commentlist aside.vcard {
	float: left;
}
aside.vcard .avatar { 
	float:left; 
	margin: 0px 20px 10px 0px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	   -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
			box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.comment-text .commentmeta {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.comment-text span {
	font-size: 0.9em;
	font-style: italic;
	font-weight: normal;
	float: right;
	font-family: "Droid Serif", Georgia, Times New Roman;
}
.comment-text span a{
	font-style: italic;
}
.comment-text strong {
	color: #444;
}
#respond{
	margin-left:  0;
	width:500px;
	float:left;
}
#respond textarea{
	width:480px;
}
ol.commentlist li #respond{
	margin-top: 20px;
	width: 340px;
	margin-left: 60px;
}
.cancel-comment-reply a{
	font-size: 0.8em;
	text-transform: uppercase;
	color: #999;
	margin-bottom: 10px;
}
ol.commentlist li #respond textarea{
	width: 340px;
}
/*-----------------------------------------------------------------------------------*/
/*	6.	Portfolio
/*-----------------------------------------------------------------------------------*/
.gallery {
	min-height: 150px;
}
ul.gallerycolumns {
	margin-left: -20px;
	list-style: none;
	min-height: 150px;	
}
ul.gallerycolumns li { float: left; }
ul.gallerycolumns h3 {
	font-size: 1.1em;
}
.galleryitem4 {
	float:  left;
	width:  220px;
	margin-left: 20px;
}
.galleryitem3 {
	float:  left;
	width:  300px;
	margin-left: 20px;
}
.galleryitem2 {
	float:  left;
	width:  460px;
	margin-left: 20px;
}
.galleryitem1 {
	float:  left;
	width:  940px;
	margin-left: 20px;
}
.galleryitem1meta {
	float:  left;
	width:  300px;
	margin-right: 20px;
}
ul.gallerycolumns .entry-content{
	width: auto;
	margin-bottom: 18px;
}
ul.gallerycolumns .postheader{
	width: auto;
}
ul.gallerycolumns .posttitle{
	width: auto;
	clear: both;
	padding-bottom: 10px;
}
h3.relatedh3 {
	line-height: 1;
	font-weight: 500;
	margin-bottom: 36px;
}
/***** Portfolio Sort *****/
.sort {
  float: right;
}
.sort ul{
	float: right;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  list-style: none;
  border-left: 1px solid #ccc;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.sort li{
  display: block;
    float: left;
}
.sort a {
 cursor: pointer;
 display: inline-block;
 background-color: #e6e6e6;
 background-repeat: no-repeat;
 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
 background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
 background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
 background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
 background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
 background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
 padding: 5px 14px 6px;
 text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
 color: #333;
 font-size: 13px;
 line-height: normal;
 border-top: 1px solid #ccc;
 border-right: 1px solid #ccc;
 border-bottom: 1px solid #bbb;
 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
 -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
 -webkit-transition: 0.1s linear all;
 -moz-transition: 0.1s linear all;
 -ms-transition: 0.1s linear all;
 -o-transition: 0.1s linear all;
 transition: 0.1s linear all;
}
.sort li:first-child a{
 	border-radius: 3px 0px 0px 3px;
 	-webkit-border-radius: 3px 0px 0px 3px;
 	-moz-border-radius: 3px 0px 0px 3px;
}
.sort li:last-child a{
 	border-radius: 0px 3px 3px 0px;
 	-webkit-border-radius: 0px 3px 3px 0px;
 	-moz-border-radius: 0px 3px 3px 0px;
}
.sort a:hover {
	background-color: #e6e6e6;
	background-position: 0 -15px;
	color: #333;
	text-decoration: none;
}
.sort a:active {
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.sort a.active {
color: #bfbfbf;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.sort a.active:hover {
	background-color: #e6e6e6;
	background-position: 0 0px;
}
.sort a:focus {
	outline: none;
}
.sort li.nav-previous div{
	text-indent: -9999px;
	display: block;
	background: url('../images/widget-arrows.png') no-repeat 0px -16px;
	width: 10px;
}
.sort li.nav-next div{
	text-indent: -9999px;
	display: block;
	background: url('../images/widget-arrows.png') no-repeat 0px 4px;
	width: 10px;
}
/***** Sidebar *****/
.sidebar {
	padding-left: 19px;
	width: 280px;
	border-left: 1px solid #E6E3D7;
	color: #808080;
}
.sidebar .widget {
	margin-bottom: 36px;
}
.sidebar h3{
	font-size: 1em;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1;
	border-bottom: 1px solid #E6E3D7;
	padding-bottom: 10px;
	margin-bottom: 18px;
}
.widget ul {
	margin: 0;
	width: 100%;
	float: left;
	margin-bottom: 36px;
}
.widget ul ul.children {
	margin: 5px 0 0 0;
	color: #808080;
}
.widget li {
	list-style-position: inside;
	line-height: 1.5;
	margin: 3px 0px;
}
.widget li:first-child {
	margin-top: 0;
}
.widget_archive li {
	list-style-position: inside;
	width: 140px;
	float: left;
}
.widget_archive li:first-child {
	margin-top: 3px;
}
/* Sponsor Banners */
.sponsors {
	display: block;
	float: left;
	width: 300px;
	margin-left: -20px;
	margin-top: -20px;
	margin-bottom: 36px;
}
.sponsors a.lightbox {
	display: inline-block;
	width: 130px;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 0px;
}
.sponsors a .overlay {
	width: 130px;
	height: 130px;
}
/* Page List Widget */
.widget_pages li.current_page_item {
	padding: 5px 0px 5px 10px;
	background: url(../images/current_page.png);
	height: 21px;
	margin-left: -10px;
	color: #fff;
}
.widget_pages li.current_page_item>a{
	color: #fff;
}
/* Search Widget */
#searchform {
	margin:0;
	padding:0;
}
#searchform fieldset {
	margin:0;
	padding:0;
}
/* Flickr Widget */
.widget_flickr {
	height: auto;
}
.widget_flickr .flickrcontainer {
	margin-left: -20px;
}
.flickr_badge_image {
	width: 60px;
	height: 60px;
	display: inline-block;
	margin-left: 20px;
	margin-bottom:20px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	   -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
			box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	-webkit-transition: all linear 0.2s;
		-moz-transition: all linear 0.2s;
		transition: all linear 0.2s;

}
.flickr_badge_image img{
	width: 60px;
	height: 60px;
}
.flickr_badge_image:hover{
	opacity: 0.6;
}

/* Contact Info Widget */
.contact-info { 
	width: auto; 
}
.contact-info p { 
	width: auto;
}
.contact-info span { 
	width: 190px;  
	padding-left: 30px; 
}
.contact-info span.icon-phone { 
	background: url(../images/icons-contact.png) -4px -45px no-repeat; 
	
}
.contact-info span.icon-cellphone { 
	background: url(../images/icons-contact.png) -4px -88px no-repeat;
}
.contact-info span.icon-mail { 
	background: url(../images/icons-contact.png) -4px -174px no-repeat; 
}
.contact-info span.icon-address { 
	background: url(../images/icons-contact.png) -4px -133px no-repeat;
}
.contact-info span.icon-name { 
	background: url(../images/icons-contact.png) -5px -4px no-repeat; 
}
.contact-info span.text { 
	width: auto;
	padding-left: 0;
}
/* Portfolio Items Widget */
.widget_uxportfolioitems{
	position: relative;
}
.sidebar .widget_uxportfolioitems{
	clear: both;
}
.widget_uxportfolioitems .slides_nav {
	position: absolute;
	display: block;
	width: 20px;
	height: 10px;
	top: 0px;
	right: 0px;
}
.widget_uxportfolioitems .slides_nav a.prev{
	display: block;
	float: left;
	width: 10px;
	height: 10px;
	background: url(../images/widget-arrows.png) 0px -20px no-repeat;
}
.widget_uxportfolioitems .slides_nav a.next{
	display: block;
	float: left;
	width: 10px;
	height: 10px;
	background: url(../images/widget-arrows.png) 0px 0px no-repeat;
}
.widget_uxportfolioitems .slides_nav a:focus{
	outline: none;
}
.widget_uxportfolioitems .widget_slider{
	width: 280px;
	height: 159px;
	overflow: hidden;
}

.widget_uxportfolioitems .slides_container img{
	width: 280px;
	height: auto;
}
.widget_uxportfolioitems a.lightbox {
	display: inline-block;
	width: 280px;
	float: left;
	margin-bottom: 0px;
}
.widget_uxportfolioitems a .overlay {
	width: 280px;
	height: 159px;
}

footer .widget_uxportfolioitems .slides_nav {
	top: 15px;
	right: 5px;
}
footer .widget_uxportfolioitems .widget_slider{
	width: 300px;
	height: 170px;
}
footer .widget_uxportfolioitems .slides_container img{
	width: 300px;
}
footer .widget_uxportfolioitems a.lightbox {
	width: 300px;
}
footer .widget_uxportfolioitems a .overlay {
	width: 300px;
	height: 170px;
}
/* Testimonials Widget */
.widget_uxtestimonials{
	position: relative;
}
.sidebar .widget_uxtestimonials{
	clear: both;
}
.sidebar .slides_container div{
	width: 280px;
	float: left;
}
.widget_uxtestimonials p.testimonial {
	background: #fff;
	padding: 10px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	position: relative;
	margin-bottom: 2px;
	color: #999;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	   -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
			box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.widget_uxtestimonials p.testimonial:after {
	content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 20px;
    bottom: -10px;
    border: 5px solid;
    border-color: #fff #fff transparent transparent ;
}
.widget_uxtestimonials span.name {
	padding-left: 40px;
	font-family: Georgia, Times New Roman, serif;
	font-style: italic;
}
.widget_uxtestimonials .slides_nav {
	position: absolute;
	display: block;
	width: 20px;
	height: 10px;
	top: 0px;
	right: 0px;
}
.widget_uxtestimonials .slides_nav a.prev{
	display: block;
	float: left;
	width: 10px;
	height: 10px;
	background: url(../images/widget-arrows.png) 0px -20px no-repeat;
}
.widget_uxtestimonials .slides_nav a.next{
	display: block;
	float: left;
	width: 10px;
	height: 10px;
	background: url(../images/widget-arrows.png) 0px 0px no-repeat;
}
.widget_uxtestimonials .slides_nav a:focus{
	outline: none;
}
.widget_uxtestimonials .widget_slider{
	width: 280px;
	height: auto;
	overflow: hidden;
}
footer .widget_uxtestimonials .widget_slider{
	width: 300px;
}
footer .widget_uxtestimonials .slides_nav {
	top: 15px;
	right: 5px;
}
footer .slides_container div{
	width: 300px;
	float: left;
}
/* Tag Cloud */
ul.wp-tag-cloud li{
	display: inline-block;
	width:auto;
	border: 0;
	margin-bottom: 5px;
	margin-right: 3px;
}
ul.wp-tag-cloud li a {
 cursor: pointer;
 display: inline-block;
 background-color: #e6e6e6;
 background-repeat: no-repeat;
 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
 background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
 background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
 background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
 background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
 background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
 padding: 5px 14px 6px;
 text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
 color: #666;
 font-size: 0.9em;
 line-height: normal;
 border: 1px solid #bbb;
 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
 -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
 -webkit-border-radius:12px;
 -moz-border-radius: 12px;
 border-radius:12px;
 -webkit-transition: 0.1s linear all;
 -moz-transition: 0.1s linear all;
 -ms-transition: 0.1s linear all;
 -o-transition: 0.1s linear all;
 transition: 0.1s linear all;
}
ul.wp-tag-cloud li a:hover {
	background-color: #e6e6e6;
	background-position: 0 -15px;
	color: #333;
	text-decoration: none;
}
ul.wp-tag-cloud li a:active {
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* Calendar Widget */
#wp-calendar{
	width:100%;
	font-size: 0.8em;
	padding:0;
	margin:0;
}
#wp-calendar table th,#wp-calendar table td {
  padding: 7px 7px 6px 7px;
  line-height: 12.5px;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
}
#wp-calendar table th {
  padding-top: 6px;
  font-weight: bold;
  border-bottom-width: 2px;
}
#wp-calendar tr:last-child td {
    border-bottom: none;
}
#wp-calendar td#today {
    background: #fff;
}
/* Twitter Widget */
ul#twitter_update_list li a {
	display:inline;
	background: none;
	padding: 0;
}
ul#twitter_update_list li {
	background: url(../images/icons-twitter.png) 0px 6px no-repeat;
	text-indent:20px;
	padding-top: 3px;
	padding-bottom: 10px;
	list-style: none;
}
.entry-content ul#twitter_update_list {
	list-style: none;
	margin-left: 0;
}
/* Recent & Popular Posts w/ Images */
.widget_uxrecent img, .widget_uxpopular img {
	width: 35px;
	height: 35px;
	float: left;
	margin: 0px 10px 10px 0px;
}
.widget_uxrecent li, .widget_uxpopular li {
	clear: both;
	list-style: none;
}
.widget_uxrecent span, .widget_uxpopular span {
	font-family: Georgia, Times New Roman, serif;
	font-size: 0.9em;
	font-style: italic;
}

/*-----------------------------------------------------------------------------------*/
/*	8.	Wordpress specific typography (and changes/additions to bootstrap)
/*-----------------------------------------------------------------------------------*/

code, pre {
	font: 11px Consolas, "Andale Mono", Courier, "Courier New", monospace; background: url(../images/pre_bg.gif) repeat;
	padding: 18px 20px 15px 20px;line-height: 19px;overflow: auto;overflow-Y: hidden;
}
a.more-link {
	font-family: Georgia, Times New Roman, serif;
	font-size: 0.9em;
	font-style: italic;
	padding-top: 20px;
}
.entry-content h1,
.entry-content h6 {
	color: #444;
	font-family: "Oswald", Helvetica Neue, Arial, Helvetica;
	font-weight: normal;
}
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	color: #444;
	margin-bottom: 9px;
	font-weight: normal;
	font-family: "Oswald", Helvetica Neue, Arial, Helvetica;
}
.alert-message.block-message.white {
  background-color: #fff;
  border-color: #ddd;
}
.btn:focus {
	outline: 0;
}
.alignright {
	float:right;
}
.alignleft {
	float:left;
}
img.alignright {
	float:right;
	margin: 0px 0px 20px 20px;
}
img.alignleft {
	float:left;
	margin: 0px 20px 20px 0px;
}
.aligncenter {
	display: block;
	margin:0 auto;
	text-align:center;
}
.gallery .gallery-item {
	float: left;
	text-align: center;
	margin-right: 18px;
}
.attachment-thumbnail {
	border: 1px solid #404040;
}
.wp-caption img {
	line-height: 1;
	padding: 0;
	margin:0;
	float:left;
}
.wp-caption-text {
	padding: 4px 0px;
	text-indent: 10px;
	margin: 0px 0px 18px 0px;
	background: #fcfcfc;
	font-size: 0.95em;
	font-color: #444;
	float:left;
	width: 100%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	border-bottom:  1px solid #eee;
}
.fancyamp {
	font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif;
	font-style: italic;
	font-weight: normal;
	font-size: 1.3em;
}
table {
	background: #fff;
}
.bordered-table tbody tr:first-child td:first-child {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
 .bordered-table tbody tr:first-child td:last-child {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/*-----------------------------------------------------------------------------------*/
/*	10.	Shortcodes
/*-----------------------------------------------------------------------------------*/

/* Full-Width & Columns */
#fullwidth .entry-content, #fullwidth .postheader {

}
.fullposttitle h3{
	padding-left: 0;
	color: #666;
	font-family: "Oswald", Helvetica Neue, Arial, Helvetica;
	font-weight: 500;
	font-size: 2em;
	line-height: 1;
	margin-bottom: 20px;
	float: left;
	text-transform: uppercase;
	padding: 0;
}
.one-half { float: left; width: 460px; margin: 0px; margin-right: 20px; }
.one-third { float: left; width: 300px; margin-right: 20px; }
.two-third { float: left; width: 620px; margin-right: 20px; }
.one-forth { float: left; width: 220px; margin-right: 20px; }
.three-forth { float: left; width: 700px; margin-right: 20px;  }
.one-fifth { float: left; width: 170px; margin-right: 20px;  }
.two-fifth { float: left; width: 360px; margin-right: 20px;  }
.three-fifth { float: left; width: 560px; margin-right: 20px;  }
.four-fifth { float: left; width: 750px; margin-right: 20px;  }
.last { margin-right: 0px; }

/* List Shortcode */
ul.list-check, ul.list-cross,
ul.list-arrow, ul.list-arrow2 { 
	margin-left: 0;
}
ul.list-check li, ul.list-cross li,
ul.list-arrow li, ul.list-arrow2 li { 
	list-style: none;
	padding-left: 20px;
}
ul.list-check li { 
	background: url(../images/list.png) 0px -82px no-repeat; 
}
ul.list-cross li { 
	background: url(../images/list.png) -59px -21px no-repeat;
}
ul.list-arrow li { 
	background: url(../images/list.png) -31px -50px no-repeat;
}
ul.list-arrow2 li { 
	background: url(../images/list.png) -93px 4px no-repeat;
}

/* Pull Quotes */
blockquote {
	padding: 10px 15px;
	margin-left: 20px;
}
blockquote p{
	font-family: Georgia,"Times New Roman",Times,serif;
	font-style: italic;
	font-size: 1.1em;
	line-height: 1.3em;
	color: #666;
}
blockquote small {
	line-height: 22px;
}
.pullquote_left {
	float: left;
	width: 30%;
	margin-right: 18px;
	margin-left: 0px;
}
.pullquote_right {
	float: right;
	width: 30%;
	margin-left: 18px;
}
/* Image shortcode */
a.lightbox {
	display:block;
	width: auto;
	height: auto;
	margin-bottom: 18px;
	position:relative;
	padding: 0;
	line-height: 1;
}
a.lightbox img {
	line-height: 1;
	padding: 0;
}
a.lightbox span.overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	background: rgba(0,0,0,0.2) url(../images/icon-magnifier.png) center center no-repeat;
	-moz-opacity:0; 
    filter: alpha(opacity=00);
   	opacity:0;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	line-height: 1;
	padding:0;
}
a.lightbox span.overlay.link{
	background: rgba(0,0,0,0.2) url(../images/icon-link.png) center center no-repeat;
}
a.lightbox span.overlay.video{
	background: rgba(0,0,0,0.2) url(../images/icon-video.png) center center no-repeat;
}
a.lightbox:hover span.overlay{
	display: block;
	-moz-opacity:1; 
    filter: alpha(opacity=100);
   	opacity:1;
   	cursor: pointer;
}
/* Accordion */
.accordion{ 
	clear:both; 
	margin-bottom:20px; 
	border-bottom:1px solid #ddd;
	-webkit-border-radius:4px;
	-moz-border-radius: 4px;
	border-radius:4px;
	background: #fff;
}
.accordion .ui-accordion-header{ 
	margin:0px; 
	display: block; 
	padding: 0 15px;
	line-height: 35px;
	cursor:pointer; 
	border-top:1px solid #ddd; 
	border-left:1px solid #ddd; 
	border-right:1px solid #ddd;
	user-select: none;
	-moz-user-select:none;   
	-webkit-user-select:none; 
	color: #808080;
	background: #fafafa;
	position:relative;
	-webkit-transition: all linear 0.2s;
		-moz-transition: all linear 0.2s;
			transition: all linear 0.2s;
}
.accordion .ui-accordion-header:first-child{ 
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
.accordion .ui-accordion-header:focus { 
	outline: none;
}
.accordion .ui-icon {
	display: block;
	position:absolute;
	top: 12px;
	right: 12px;
	width:11px;
	height:11px;
	background: url(../images/plus-minus.png) 0px 0px no-repeat;
}
.accordion .ui-accordion-header:hover{ 
	background: #eee;
}
.accordion .ui-accordion-header.ui-state-active{ 
	background: #eee; 
	border-color: #ddd; 
	margin:0px; 
	-webkit-box-shadow: inset 0px 0px 3px rgba(0,0,0,0.1); 
	-moz-box-shadow:inset 0px 0px 3px rgba(0,0,0,0.1); 
	box-shadow: inset 0px 0px 3px rgba(0,0,0,0.1);
}
.accordion .ui-accordion-header.ui-state-active .ui-icon {
	background: url(../images/plus-minus.png) 0px -37px no-repeat;
}
.accordion div.inner{ 
	padding: 10px; 
	border-top:1px solid #ddd;
	border-left:1px solid #ddd; 
	border-right:1px solid #ddd; 
	border-bottom: none; 
	margin:0px; 
	background: #fff;
}
.accordion div.inner:last-child{ 
	-webkit-border-radius: 0px 0px 4px 4px;
	-moz-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;
}
.accordion div.inner p:last-child{
	margin:0;
}

/* Tabs */
.ui-tabs-nav {
	margin-bottom: 0;
	user-select: none;
	-moz-user-select:none;   
	-webkit-user-select:none;  
}
.ui-tabs .ui-tabs-hide {
	display:none;
}
.ui-tabs li a {
	-webkit-transition: all linear 0.2s;
		-moz-transition: all linear 0.2s;
			transition: all linear 0.2s;
}
li.ui-tabs-selected > a  {
	background-color: #fff;
	padding: 0 14px;
	border: 1px solid #ddd;
	border-bottom: 1px solid #fff;
	color: #808080;
	
}
li.ui-tabs-selected > a:focus  {
	outline: 0;
}
li.ui-tabs-selected > a:hover  {
  	color: #808080;
  	background-color: #ffffff;
  	border: 1px solid #ddd;
  	border-bottom-color: transparent;
  	cursor: default;
}
.ui-tabs-panel {
	-webkit-border-radius: 0px 0px 4px 4px;
	-moz-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;
}
.tabcontainer div {
	padding: 15px;
	background: #fff;
	margin-bottom:20px;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
/* Toggle */
.toggle{
	margin-bottom:20px;
}
.toggle div.title{
	margin:0px; 
	padding:10px 15px 10px 15px; 
	line-height:normal; 
	position:relative; 
	-webkit-border-radius:5px; 
	-moz-border-radius:5px; 
	border-radius:5px; 
	cursor:pointer; 
	user-select: none;
	-moz-user-select:none;   
	-webkit-user-select:none;
	border:1px solid #ddd;  
	background:#fff; 
	color: #808080;
}
.toggle div.title:hover{
	background: #eee;
}
.toggle div.title.toggled{ 
	background: #eee; 
	-webkit-border-radius:5px 5px 0 0; 
	-moz-border-radius:5px 5px 0 0; 
	border-radius:5px 5px 0 0;
	margin:0px; 
	-webkit-box-shadow: inset 0px 0px 3px rgba(0,0,0,0.1); 
	-moz-box-shadow:inset 0px 0px 3px rgba(0,0,0,0.1); 
	box-shadow: inset 0px 0px 3px rgba(0,0,0,0.1);
}
.toggle .inner{
	display:none;
	background: #fff;
	border:1px solid #d3d3d3; 
	border-top:none; 
	margin:0px; 
	overflow:hidden; 
	-webkit-border-radius:0 0 5px 5px; 
	-moz-border-radius:0 0 5px 5px; 
	border-radius:0 0 5px 5px;
}
.toggle .inner div { 
	padding: 10px; 
}
.toggle .inner pre{
	margin:5px 0;
}
.inner p:last-child{
	margin:0;
}
.toggle div.title span {
	display: block;
	position:absolute;
	top: 12px;
	right: 12px;
	width:11px;
	height:11px;
	background: url(../images/plus-minus.png) 0px 0px no-repeat;
}
.toggle div.title.toggled span {
	background: url(../images/plus-minus.png) 0px -37px no-repeat;
}

/* Blog Posts Shortcode */
.blog_posts img {
	width: 35px;
	height: 35px;
	float: left;
	margin: 0px 10px 10px 0px;
}
.blog_posts ul {
	margin-left: 0;
}
.blog_posts li {
	clear: both;
	list-style: none;
}
.blog_posts span {
	font-family: Georgia, Times New Roman, serif;
	font-size: 0.9em;
	font-style: italic;
	color: #808080;
}
/* Highlight Shortcode */

.hyellow { 
	background-color:#fdf5d9; 
	padding: 1px 4px;
}

.hblue { 
	background-color:#ddf4fb; 
	padding: 1px 4px;
}

/* Dropcap */

.dropcap {
	display: block; 
	float: left;
	font-size: 2.6em;
	line-height: 1;
	margin: 0 8px 0 0; 
}

/* Divider Shortcode */

.divider { 
	clear: both; 
	display: block; 
	position:relative; 
	margin-bottom: 20px; 
	width: 100%; 
	height: 2px; 
	border-bottom: 1px solid #ddd;
} 

.divider a { 
	background:#f5f5f5;
	color: #b2b2b2; 
	font-size: 0.85em; 
	text-transform: uppercase;	
	padding: 0 5px 0 5px; 
	position: absolute; 
	left: 48%; 
	bottom:-9px;
}
/* CAPITALIZE Shortcode */
.capitalize {
	text-transform: uppercase;
}
/* Text Widget Shortcode */
.widget_text { 
	width: 100%; 
}

/* Video Shortcode */
.video_frame { 
	clear: both; 
}
.video_frame iframe { 
	border: 0; 
	background:#FFF; 
	margin-bottom: 20px;
}

/* Google Map Shortcode */
.google_map {
	border: 1px solid #ddd;
}
.widget .google_map { 
	height: 200px; 
}
/* Slab Text Shortcode */
.slabtexted .slabtext {
    display:inline-block;
    white-space:nowrap;
}
.slabtextinactive .slabtext {
    display:inline;
    white-space:normal
}
.slabtextdone .slabtext{
    display:block
}
.slabtexted h1 {
    line-height:1;
    width: 100%;
    text-transform: uppercase;
}
/*-----------------------------------------------------------------------------------*/
/*	11.	jPlayer 
/*-----------------------------------------------------------------------------------*/

div.jp-interface {
	position: relative;
	width: 100%;
	background: url(../images/jplayer.png) 0px -211px repeat-x;
}
div.jp-type-single div.jp-interface {
	height: 30px;
}

div.jp-interface ul.jp-controls, div.jp-interface ul.jp-toggles {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
div.jp-interface ul.jp-controls li,  div.jp-interface ul.jp-toggles li{
	display: inline;
}
div.jp-interface ul.jp-controls a,  div.jp-interface ul.jp-toggles a{
	position: absolute;
	overflow: hidden;
	text-indent: -9999px;
}

a.jp-play,
a.jp-pause,
a.jp-full-screen,
a.jp-restore-screen {
	width: 33px;
	height: 30px;
	z-index: 1;
	outline: none;
}
div.jp-type-single a.jp-play,
div.jp-type-single a.jp-pause {
	left: 1%;
}
div.jp-type-single a.jp-full-screen,
div.jp-type-single a.jp-restore-screen {
	right: 1%;
}
a.jp-play {
	background: url(../images/jplayer.png) 0 0 no-repeat;
}
a.jp-play:hover {
	background: url(../images/jplayer.png) -33px 0 no-repeat;
}
a.jp-pause {
	background: url(../images/jplayer.png) 0 -30px no-repeat;
	display: none;
}
a.jp-pause:hover {
	background: url(../images/jplayer.png) -33px -30px no-repeat;
}
a.jp-full-screen {
	background: url(../images/jplayer.png) 0 -260px no-repeat;
	display: none;
}
a.jp-full-screen:hover, a.jp-restore-screen {
	background: url(../images/jplayer.png) -32px -260px no-repeat;
	display: none;
}
a.jp-pause:hover {
	background: url(../images/jplayer.png) -33px -30px no-repeat;
}

div.jp-progress-container {
	position: absolute;
	top: 0;
	left: 6%;
	width: 72%;
	height: 6px;
	padding: 12px 0px;
}
div.jp-progress {
	position: absolute;
	overflow:hidden;
}
div.jp-type-single div.jp-progress {
	width: 100%;
	height: 7px;
	padding: 1px;
	background: url(../images/jplayer.png) 0 -192px repeat-x ;
}

div.jp-seek-bar {
	width: 0px;
	height: 5px;
	cursor: pointer;
	background: url(../images/jplayer.png) 0 -163px repeat-x;
	
}
div.jp-play-bar {
	width: 0px;
	height: 5px;
	background: url(../images/jplayer.png) 0 -133px repeat-x ;
}

div.jp-volume-bar-container {
	position: absolute;
	top: 0;
	left: 84%;
	width: 10%;
	height: 6px;
	padding: 12px 0px;
}
div.jp-volume-bar {
	position: relative;
	overflow: hidden;
	background: url(../images/jplayer.png) 0 -192px repeat-x;
	width: 100%;
	height: 9px;
	cursor: pointer;
}
div.jp-type-single div.jp-volume-bar {
	top: 0;
	left: 0;
}

div.jp-volume-bar-value {
	width: 0px;
	height: 5px;
	margin: 1px;
	background: url(../images/jplayer.png) 0 -133px repeat-x;
}

a.jp-mute,
a.jp-unmute {
	width: 17px;
	height: 13px;
	z-index: 1;
	outline: none;
}
div.jp-type-single a.jp-mute,
div.jp-type-single a.jp-unmute {
	top: 9px;
	left: 81%;
}

a.jp-mute {
	background: url(../images/jplayer.png) -10px -68px no-repeat;
}
a.jp-mute:hover {
	background: url(../images/jplayer.png) -43px -68px no-repeat;
}
a.jp-unmute {
	background: url(../images/jplayer.png) -10px -98px no-repeat;
	display: none;
}
a.jp-unmute:hover {
	background: url(../images/jplayer.png) -43px -98px no-repeat;
}
div.jp-jplayer {
	width: 620px;
	height: 250px;
	background: #000;
}
/* jPlayer in Full Width View */
#fullwidth div.jp-jplayer {
	width: 940px;
}

/* jPlayer Full Screen */
div.jp-video-full {
	/* Rules for IE6 (full-screen) */
	width:480px;
	height:270px;
	/* Rules for IE7 (full-screen) - Otherwise the relative container causes other page items that are not position:static (default) to appear over the video/gui. */
	position:static !important; position:relative;
	z-index:9999;
}
div.jp-video-full div.jp-jplayer {
	top: 0;
	left: 0;
	position: fixed !important; position: relative; /* Rules for IE6 (full-screen) */
	overflow: hidden;
	z-index:9999;
}
div.jp-video-full div.jp-interface {
	position: fixed !important; position: static; /* Rules for IE6 (full-screen) */
	bottom: 0;
	left: 0;
	width:100%;
	z-index:9999;
}
/*-----------------------------------------------------------------------------------*/
/*	12.	UI to Top & Feedback Buttons & Hello Bar
/*-----------------------------------------------------------------------------------*/

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:5px;
	right:15px;
	overflow:hidden;
	width:44px;
	height:44px;
	border:none;
	text-indent:-999px;
	cursor: n-resize;
	background:url(../images/ui.totop.png) no-repeat center center;
}

#toTop:active, #toTop:focus {
	outline:none;
}

#feedback {
	background: url(../images/feedback.png) 0px 0px no-repeat;
	width: 35px;
	height: 85px;
	position: fixed;
	top: 45%;
	left: -6px;
	border: none !important;
	z-index: 9000;
	user-select: none;
	-moz-user-select:none;   
	-webkit-user-select:none; 
	-webkit-transition: 0.1s linear left;
	-moz-transition: 0.1s linear left;
	-ms-transition: 0.1s linear left;
	-o-transition: 0.1s linear left;
	transition: 0.1s linear left;
}
#feedback:hover {
	left:-2px;
}
/* Hello Bar */
#howdy {
	display: none;
	background: #b5b3ac;
	color: #444;
	font-size: 0.9em;
	padding: 5px 0;
	width: 100%;
	z-index: 9999;
	-webit-box-shadow: 0px 1px 0px rgba(255,255,255,0.3), inset 0px -5px 4px -3px rgba(0,0,0,0.2);
	  -moz-box-shadow: 0px 1px 0px rgba(255,255,255,0.3), inset 0px -5px 4px -3px rgba(0,0,0,0.2);
		   box-shadow: 0px 1px 0px rgba(255,255,255,0.3), inset 0px -5px 4px -3px rgba(0,0,0,0.2);
}
#howdydo-wrapper {
	overflow: visible;
	padding: 0;
	width: 100%;
}
#howdydo-close {
 	float: right; 
	margin: 0;
	display: block;
	width: 15px;
	height: 16px;
	background: url(../images/hellobar-hide.png);
	text-indent: -9999px;
	cursor: pointer;
}
#howdydo-open {
	padding: 0px;
	float: right; 
	margin: 0;
	display: block;
	width: 15px;
	height: 13px;
	background: url(../images/hellobar-show.png);
	text-indent: -9999px;
	cursor: pointer;
}
.howdydo-hover { position: absolute; top: 0;  left: 0; }
.howdydo-scroll { position: fixed; top: 0;  left: 0; }
.howdydo-push {	position: relative; clear: both; float: left; margin-bottom: 1px; }
/***** Footer *****/
footer {
	width: 100%;
	clear: both;
	background: #e8e6df;
	border-top: none;
	-moz-box-shadow: inset 0px 8px 8px -5px rgba(0,0,0,0.1);
	-webit-box-shadow: inset 0px 8px 8px -5px rgba(0,0,0,0.1);
	box-shadow: inset 0px 8px 8px -5px rgba(0,0,0,0.1);
	padding: 20px 0px;
	margin-top: 20px;	
	color: #51504F;
}
footer .widget {
	width:300px;
	float:left;
	margin-left:20px;
}
footer h3 {
	color: #525150;
	font-family: "Droid Serif", Georgia, Times New Roman, serif;
	font-style: italic;
	font-weight: 500;
	font-size: 1.2em;
	margin-bottom: 10px;
}
/***** Sub-Footer *****/
#subfooter {
	width: 100%;
	clear: both;
	background: #999;
	color: #fff;
	padding: 3px 0px;
	font-size: 0.8em;
}
#subfooter ul {
	float: right;
	padding: 0;
	margin: 0;
}
#subfooter li{
	display: inline;
}
#subfooter li:before{
	content: "\7C";
	padding: 0px 10px;
	color: #555;
}
#subfooter li:first-child:before{
	content: "";
}
#subfooter a {
  color: #fff;
}
#subfooter a:hover {
  color: #fafafa;
}
/***** Pagination   *****/
.pagination {
clear: both;
  margin: 18px 0 0 0;
}
.pagination ul{
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  list-style: none;
  border-left: 1px solid #ccc;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.pagination a {
 cursor: pointer;
 display: inline-block;
 background-color: #e6e6e6;
 background-repeat: no-repeat;
 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
 background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
 background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
 background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
 background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
 background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
 padding: 5px 14px 6px;
 text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
 color: #333;
 font-size: 13px;
 line-height: normal;
 border-top: 1px solid #ccc;
 border-right: 1px solid #ccc;
 border-bottom: 1px solid #bbb;
 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
 -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
 -webkit-transition: 0.1s linear all;
 -moz-transition: 0.1s linear all;
 -ms-transition: 0.1s linear all;
 -o-transition: 0.1s linear all;
 transition: 0.1s linear all;
}
.pagination li:first-child a{
 	border-radius: 3px 0px 0px 3px;
 	-webkit-border-radius: 3px 0px 0px 3px;
 	-moz-border-radius: 3px 0px 0px 3px;
}
.pagination li:last-child a{
 	border-radius: 0px 3px 3px 0px;
 	-webkit-border-radius: 0px 3px 3px 0px;
 	-moz-border-radius: 0px 3px 3px 0px;
}
.pagination a:hover {
	background-color: #e6e6e6;
	background-position: 0 -15px;
	color: #333;
	text-decoration: none;
}
.pagination a:active {
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination a:focus {
	outline: none;
}
.pagination .disabled a {
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination .disabled a:hover {
	background-color: #e6e6e6;
	background-position: 0 0px;
}