@charset utf-8;
l/*--
	Theme Name: Ulysses Trust
	Description: A theme for the Ulysses Trust website
	Version:1.0
	Author: Support Command
	Author URL: http://www.supportcommand.co.uk
--*/

/* General
---------------------------------------- */
html,
body {
	min-width:980px;
	height:100%;
	}
body{
	background-color: #fff;
	background-repeat:repeat;
	background-position:center 0;
	/* background-image:url(images/body-pattern.gif); */
	color: #565050;
	font: 100%/1.125em "Trebuchet MS", Arial, Helvetica, sans-serif;
	position:relative;
}

::selection {background: #a6cdf2; color: #fff;}
::-moz-selection {background: #a6cdf2; color: #fff;}
img::selection {background: transparent;}
img::-moz-selection {background: transparent;}
body {-webkit-tap-highlight-color: #a6cdf2;}

#main {
	font-size:.75em;
	min-height: 100%;
}

/* Links */
a {
	color:#cc3939;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	margin:0 0 1em 0;
	}	
h1, h2, h3{
	clear:both;
}
h3 {
	letter-spacing:-1px;
	}
h5 {
	text-transform:uppercase;
}	
	

/* List styling */
dl dt {
	font-size:18px;
	line-height:1.2em;
	color:#191919;
	}
dl dd {
	padding:0 0 0 32px;
	margin:0 0 1.5em 0;
	}

ul li {
	list-style-type: none;
	padding: 10px 0 0 14px;
	margin: 8px 0 0 0;
	text-transform:uppercase;
	position:relative;

	background-repeat:repeat-x;
	background-position:0 0;
	background-image:url(images/divider1.gif);
}
ul li:first-child {
	background:none;
	padding-top:0;
	margin-top:0;
}
ul li:before {
	content: "";
	background-repeat:no-repeat;
	background-position:0 0;
	background-image:url(images/arrow.gif);
	width:3px;
	height:5px;
	position:absolute;
	top: 17px;
	left: 0;
}
ul li:first-child:before {
	top: 7px;
} 
	ul li a {
		color:#cc3939;
		text-decoration:none;
	}
	ul li a:hover {
		color:black;
		text-decoration:underline;
	}
	
	ul ul {
		margin-bottom:8px;
		margin-top:8px;
	}
	
	pre{
		display:none;
	}
	
	tr{
		vertical-align:top;
	}
	td{
		padding:0 10px 15px 0;
	}
	th{
		text-align:left;
		padding-bottom:15px;
	}


/* Header
---------------------------------------- */
#header, #header-condensed {
	height:447px;
	position:relative;
	z-index:99;
	border-bottom: 5px solid #efeeee;
	background-repeat:repeat-x;
	background-position:0 0;
	background-image:url(images/tail-top.gif);
	margin-bottom: 40px;
	}
#header-condensed{
	height:200px;
}
body.home #header {
	height:500px;
}

#header-img {
	height:88px;
	display: block;
	width:100%;
	background-repeat:no-repeat;
	background-position:0 0;
}

/* Logo */
.logo {
	position:absolute;
	left:725px;
	top:5px;
	}
	.logo h1,
	.logo h2 {
		font-size:36px;
		line-height:1.2em;
		margin:-7px 0 0 0;
		font-family: 'Fredericka the Great', cursive;
		text-shadow:0 1px black;
		}
		.logo h1 a,
		.logo h2 a {
			color:#e7ab26;
			text-decoration:none;
			}
.logo .tagline {
	font-size:10px;
	text-transform:uppercase;
	}


/* EasyTooltip */
.tooltip {
	background: none repeat scroll 0 0 #b46045;
	border: 1px solid #3b2b23;
	color: #EEEEEE;
	display: none;
	font-size: 11px;
	line-height:1.2em;
	margin: 0 0 0 0;
	padding: 5px;
	z-index:99;
}
body.logged-in .tooltip {
	margin-top:-28px;
}




/* Request a quote */
#widget_my_requestquotewidget {
	width:100%;
	overflow:hidden;
	}
	
	.top-box {
		background:#eee;
		border:1px solid #dbdbdb;
		padding:20px;
		margin-bottom:20px;
		overflow:hidden;
		zoom:1;
		position:relative;
		min-height:80px;
		}
	.box-button {
		float:right;
		background:#dbdbdb;
		font-size:21px;
		color:#fff;
		text-decoration:none;
		padding:10px;
		position:absolute;
		right:30px;
		top:50%;
		margin-top:-25px;
		}
	.box-text {
		float:left;
		width:75%;
		}



/* Slider
---------------------------------------- */
#slider-wrapper {
	height:240px;
	overflow:hidden;
	position:relative;
	padding:3px 0px;
	background-repeat:repeat;
	background-position:0 0;
	background-color:#6a97c4;
	}
body.home #slider-wrapper {
	height:294px;
	padding-bottom:0;
}	
#slider {
	position:relative;
	width:940px;
	height:294px;
	background:url(images/loading.gif) no-repeat 50% 50%;
} 
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}


/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0;
	bottom:0px;
	background:#cc3939;
	color:#fff;
	opacity:1; /* Overridden by captionOpacity setting */
	
	height:61px;
	line-height:61px;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	text-shadow:0 1px #7e1b13;
	z-index:89;
}
.nivo-caption .nivo-caption-inner {
	padding:0 15px;
	margin:-2px 0 0 0;
	display: inline-block;
	vertical-align: middle;
	line-height:18px;
	max-width:800px;
}
.nivo-caption a {
	display:inline !important;
	text-decoration:none;
	color:#fff;
}
.nivo-html-caption {
  display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position:absolute;
	width:904px;
	height:61px;
	padding:0 27px;
	left:0;
	bottom:0;
	text-align:right;
	background-repeat:repeat-x;
	background-position:0 0;
	background-image:url(images/control-nav-tail.png);
	z-index: 65;
}
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
	display:inline-block !important;
	width:13px;
	height: 0;
	padding-top:14px;
	overflow: hidden;
	background-repeat:no-repeat;
	background-position:-20px 0;
	background-image:url(images/control-nav-sprite.png);
	margin: 25px 0 0 7px;
}
.nivo-controlNav a.active,
.nivo-controlNav a:hover {
	background-position:0 0;
}

.nivo-directionNav {

	}
.nivo-directionNav a {
	position:absolute;
	display:block;
	width:36px;
	height:35px;
	text-indent:-9999px;
	border:0;
	top:50%;
	margin-top:-17px;
	background:url(images/direction_nav.png) no-repeat 0 0;
}
a.nivo-nextNav {
	right:20px;
	background-position:-36px 0;
}
a.nivo-nextNav:hover {
	background-position:-36px -35px;
	}
a.nivo-prevNav {
	left:20px;
	background-position:0 0;
}
a.nivo-prevNav:hover {
	background-position:0 -35px;
	}

#slider .nivo-controlNav img {
	display:inline; /* Unhide the thumbnails */
	position:relative;
	margin-right:10px;
	width:120px;
	height:auto;
}









/* Navigations
---------------------------------------- */

/* Primary navigation */
nav.primary {
	position:relative;
	z-index:99;
}

/* 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) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu li:before {
	background:none;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			-2px;
	top:			102px; /* 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 {
	left:			165px; /* match ul width */
	top:			0;
}
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 {
	left:			165px; /* match ul width */
	top:			0;
}

.sf-menu li.menu-item-5928 > a{
	width:135px;
}


/* Our skin for dropdown menu */
.sf-menu {
	max-width:760px;
	float:left;
	height:127px;
}
.sf-menu a {
	text-decoration:none !important;
	color:#fff !important;
	font-size:11px;
	text-transform:uppercase;
}
.sf-menu > li {
	background-repeat:no-repeat;
	background-position:right 0;
	background-image:none;
}
.sf-menu .exped-report-menu a.sf-with-ul{
	width:150px;
}
.sf-menu > li > a {
	border-bottom: 0px solid #a61e1e;
	font:100%/1.125em "Trebuchet MS", Arial, Helvetica, sans-serif;
	height:57px;
	line-height:20px;
	margin-left:-2px;
	padding-top:35px;
	text-align:center;
	width:112px;
}
.sf-menu > li > a:hover,
.sf-menu > li.sfHover > a,
.sf-menu > li.current_page_item > a {
	background-color:#6a97c4;
	border-bottom-width: 8px;
}
.sf-menu li ul {
	width:165px;
}
	.sf-menu li li {
		border-bottom: 1px solid #a61e1e;
	}
	.sf-menu li li:first-child {
		border-top: none;
	}
		.sf-menu li li a {
			background-color:#6a97c4;
			background-repeat:no-repeat;
			background-position:-21px 14px;
			background-image:url(images/nav-arrow1.gif);
			line-height:18px;
			padding: 11px 23px;
		}
		.sf-menu li li a:hover,
		.sf-menu li li.sfHover > a,
		.sf-menu li li.current_page_item > a {
			background-color:#577ca7;
			background-position:143px 14px;
		}
.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 {
	display:		none;
	vertical-align: 	top;
	position:relative;
	top: 48px;
	width:			5px;
	height:			3px;
	text-indent: 	-999em;
	overflow:		hidden;
	margin-left: 14px;
	background:		url(images/nav-arrow.gif) no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			48px;
	background-position: 0 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:  -10px 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: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url(images/shadow.png) no-repeat bottom right;
	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;
}




/* Donate */
#donate {
	text-align:right;
	height:46px;
	margin-bottom:28px;
}
	#donate em {
		font-size:16px;
		color:#b63030;
		text-shadow:0 1px black;
		display: inline-block;
		vertical-align: top;
		margin-right:20px;
		padding-top:12px;
	}
	#donate .amount {
		font-size:36px;
		line-height:47px;
		height:47px;
		color:#ffffff;
		background-repeat:repeat;
		background-position:0 0;
		background-image:url(images/amount-tail.png);
		font-family: 'Fredericka the Great', cursive;
		text-shadow:0 1px black;
		display: inline-block;
		vertical-align: top;
		padding: 0 12px;
	}
	
	/*
	#donate .btn {
		font-size:24px;
		color:#fff;
		text-transform:uppercase;
		background-repeat:repeat-x;
		background-position:0 0;
		background-image:url(images/btn-tail.gif);
		text-decoration:none;
		display: inline-block;
		line-height:46px;
		height:46px;
		overflow: hidden;
		padding: 0 22px;
		text-shadow:0 1px #7e1b13;
		
		box-shadow:0 1px 2px rgba(0,0,0,.4);
		-moz-box-shadow:0 1px 2px rgba(0,0,0,.4);
		-webkit-box-shadow:0 1px 2px rgba(0,0,0,.4);
	}
	.ie8 #donate .btn {
		line-height:47px;
	}
	#donate .btn:hover {
		background:#e7ab26;
		color:#5f0000;
		text-shadow:0 1px rgba(255,255,255,.6);
	}

*/


#donate .btn, #donate_paypal button.btn, #donate_paypal .btn {
	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #eb2f21), color-stop(1, #a82a1e) );
	background:-moz-linear-gradient( center top, #eb2f21 5%, #a82a1e 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb2f21', endColorstr='#a82a1e');
	background-color:#eb2f21;
	-webkit-border-top-left-radius:8px;
	-moz-border-radius-topleft:8px;
	border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-moz-border-radius-topright:8px;
	border-top-right-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	-moz-border-radius-bottomright:8px;
	border-bottom-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	-moz-border-radius-bottomleft:8px;
	border-bottom-left-radius:8px;
	text-indent:0;
	border:1px solid #d02718;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:46px;
	line-height:46px;
	width:300px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #810e05;
	text-transform:uppercase;
	}
#donate .btn:hover, #donate_paypal button.btn:hover, #donate_paypal .btn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a82a1e), color-stop(1, #eb2f21) );
	background:-moz-linear-gradient( center top, #a82a1e 5%, #eb2f21 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a82a1e', endColorstr='#eb2f21');
	background-color:#a82a1e;
	}
#donate .btn:active, #donate_paypal button.btn:active, #donate_paypal .btn:active {
	position:relative;
	top:1px;
}


#donate_paypal button.btn, #donate_paypal .btn{
	padding:0 40px;
	width:auto;	
}

#donate_paypal {
	float:left;
	width:30%;	
}

#donate{
	float:right;
	width:70%;	
}


/* Content
---------------------------------------- */
.primary_content_wrap {
	position:relative;
	z-index:1;
	padding-bottom:196px;
	}
	
#content {
	
}
#content ul li{
	text-transform:none;
	}
#content .wp-caption-text{
	text-align:center;
	margin:5px 0 5px 0;
	}
#content h2{
	padding-top:10px;
}
#content.left {
	float:right !important;
	}
.right-indent {
	padding-right:29px;
}

.gallery-caption{
	padding:0;
}

.readmore{
	display:block;
	float:left;
}

.print{
	display:block;
	float:right;
}

/*Archive Page*/

.post-holder.archive{
	margin:15px 0 0 0;
	padding:15px 0 0 0;
}

.meta-column{
	float:left;
	margin-bottom:15px;
	width:50%;
}

.meta-block{
	float:left;
	width:100%;
}

/* Donation Page */
.donationcolumns{
	float:left;
	margin-bottom:20px;
}

.donationtext{
	float:left;
	height:210px;
}

.donationbtn{
	float:left;
	margin:0 auto;
}

.wpdm-only-button .btn_outer_c{
	padding:0;
	background:none;
}

/* 2Cols Page */

.column-content{
	width:50%;
}

.column-content.left{
	float:left;
}

.column-content.right{
	float:right;
}

/* Contact Page */

.contact.left{
	float:left;
	width:50%;
}

.contact.left input{
	font-size:15px;
	height:20px;
	padding:7px 5px;
	width:390px;
}

.contact.left input[type="submit"]{
	height:48px;
	width:180px;
}

.contact.right{
	float:right;
	width:50%;
}

.contact.right textarea{
	font-size:15px;
	width:505px;
}

div.wpcf7-validation-errors{
	clear:both;"
}

/* Expedition Reports */

/* Funders */

.funders{
	float:left;
	margin-bottom:30px;
}

.funder{
	float:left;
	margin-right:20px;
	margin-top:20px;
}


/* Page */
.page {
	
	}
	#page-content {
		
	}
	#page-meta {
		
	}
	
	.posts-wrap .entry-header h2{
		clear:none;
	}
	
	.tags{
		float:left;
		margin-bottom:15px;
		width:100%;
	}
	
	#page-content ul li{
		background-image:none;
	}
	
	
/* Feedback Tab */

#tab_slide_widget_area{
	color:#ffffff;
	padding:20px 10px 0 10px;
	text-align:left;
}

#tab_slide_widget_area #text-7 h3{
	text-align:center;
}

#tab_slide_widget_area #text-7 a{
	color:#b63030
}

#tab_slide_widget_area #text-7 a:hover{
	color:#e7ab26;
}

#tab_toggle{
	background:url("http://development.supportcommand.co.uk/wp-content/plugins/tab-slide/images/TabSlide.png") no-repeat 0 0 transparent;
	background-color:transparent!important;
	border:0!important;
	right:-31px!important;
	width:31px!important;
	height:99px!important;
}

#tab_title_wrap{
	display:none!important;
}

/* Feedback Form */

#feedbackform textarea{
	height:120px;
	min-height:120px;
	margin-top:5px;
	width:590px;
}

#feedbackform span.wpcf7-form-control-wrap{
	margin-top:5px;
}

#feedbackform span.wpcf7-list-item{
	margin-left:30px;
}

#feedbackform span.wpcf7-list-item:first-child{
	margin-left:0;
}
	
/* Breadcrumbs */

.breadcrumbs{
	margin-bottom:20px;
}

/* Gallery to Slideshow */

/*
 * Gallery To Slideshow CSS
 * @package  Gallery To Slideshow
 * @author   Matt Varone
 * @changes   Markus Steiger
 */

/* Wrapper ------------------------------------------------------- */
div.gallery-to-slideshow-wrapper {
        width: 100%;
        border: 1px solid #cccccc;
        overflow: hidden;
        padding: 0;
        margin: 1.5em 0 1.5em 0em;
        position: relative;
        background: #dedede;
        clear: both;
        display: block;
}
/* Header -------------------------------------------------------------- */
.gallery-to-slideshow-header {
display:none;
}
.gallery-to-slideshow-title, .gallery-to-slideshow-caption {
        margin-bottom: 0;
}
/* Slides -------------------------------------------------------------- */
.flex-container a:active,
.gallery-to-slideshow a:active {
        outline: none;
}
.gallery-to-slideshow .slides {
        margin: 0; padding: 0;
        list-style: none;
}
.gallery-to-slideshow {
        /* width: 90%; */
        margin: 0 auto;
        padding: 0;
}
.gallery-to-slideshow .slides > li {
        display: none;
}
.gallery-to-slideshow .slides img {
        max-width: 100%;
        display: block;
        height:auto;
        margin:0 auto;
}
.gallery-to-slideshow  .slides:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
}
html[xmlns] .gallery-to-slideshow .slides {
        display: block;
}
* html .gallery-to-slideshow  .slides {
        height: 1%;
        }
.no-js .gallery-to-slideshow  .slides > li:first-child {
        display: block;
}
/* Pager -------------------------------------------------------------- */
.gallery-to-slideshow .pager {
        text-align: center;
        margin: 0 0 -.4em 0 !important;
        width: 100%;
        list-style: none;
        overflow: hidden;
}
.gallery-to-slideshow .pager li {
        display: inline-block;
        margin-top: .7em;
        vertical-align:top;
}
.gallery-to-slideshow .pager li a {
        background: white;
        border: 1px solid #cccccc;
        display: block;
        height: 2.9em;
        width: 3em;
        margin: 0 .2em 0 .2em;
        opacity: 0.5;
        padding: 0.4em;
        overflow:hidden;
}
.gallery-to-slideshow .pager li a img {
        width: 3em;
        height: 2.9em;
}
.gallery-to-slideshow .pager li.active a {
        opacity: 1;
        border-color: #999999;
}
/* Captions -------------------------------------------------------------- */
.gallery-to-slideshow .slides{
        zoom: 1;
        position: relative;
}
.gallery-to-slideshow .flex-caption {
        width: 100%;
        padding: .2em;
        position: absolute;
        left: 0;
        bottom: 0;
        color: #fff;
        font-size:0.9em;
        margin-bottom: 0 !important;
        background: #242424;
        opacity: .4;
        filter: alpha(opacity=40);
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}
.gallery-to-slideshow .flex-caption span {
  padding: 0 2%;
}




/* Comments
---------------------------------------- */
h3#comments {
 padding-top:10px;
 margin-bottom:20px;
 font-size:30px;
 line-height:1em;
 }
.commentlist {
 list-style-type:none;
 padding:0 0 20px 0;
 margin:0;
 }
 li.comment {
  list-style-type:none;
  overflow:hidden;
  padding: 0;
  margin: 0;
  background:none;
  text-transform:none;
 }
 li.comment:before {
	display: none;
 }
  .odd {

  }
  .even {

  }
   li.comment .comment-body {
    padding:15px 30px 20px 102px;
    position:relative;
    zoom:1;
    background-repeat:repeat;
    background-position:0 0;
    background-image:url(images/comment-tail.png);
    margin-top:10px;
    }
    li.comment .comment-body p {
     min-height: 65px;
    }
  .author-comment {

  }
  .comment-author {
   position:absolute;
   left:20px;
   top:18px;
   }
   .author {
   font-weight:bold;
   text-transform:capitalize;
   color:#958d8d;
   }
  .comment-text {

  }
	
	/* Comment meta */
  .comment-meta {
   float: right;
   color:#4b382e;
   text-transform:uppercase;
  } 
  .comment-meta a {
   
		}
	
	 /* Avatar */
   li.comment .avatar {
    float:none;
    margin:0;
    vertical-align:top;
    overflow:hidden;
		border:1px solid #eee;
    }
    li.comment .avatar {
     display:block;
     vertical-align:top;
     overflow:hidden;
     }

    .commentlist ul.children {
     margin:0 0 0 20px;
     overflow:hidden;
     }
     .commentlist ul.children li.comment {

      }

		/* Reply */
    .reply {
     float: right;
     margin-left: 28px;
     }
     .reply a {
      display:inline-block;
      text-decoration:none !important;
      text-transform:uppercase;
      padding-left:21px;
      background-repeat:no-repeat;
      background-position:0 8px;
      background-image:url(images/arrow1.gif);
      }
     .reply a:hover {
      color:#000;
      text-decoration:underline !important;
      }


  .waiting-for-approval {

  }
 #trackbacks {

 }
  li.trackback {

  }
 p#no-comments {

 }
 #comments-form {

 }

 .allowed_tags {
  background:#eee;
  padding:15px;
  font-size:11px;
  font-family:"Courier New", Courier, monospace;
  color:#666;
  }
  .allowed_tags strong {
   font-family:Tahoma, Geneva, sans-serif;
   }
  #respond {
   padding-top:28px;
   margin-top:20px;
  }
	#respond h3 {
		font-size:30px;
		line-height:1em;
	}
  .cancel-comment-reply a {
   color:#333 !important;
   text-decoration:underline;
  }
  .cancel-comment-reply a:hover {
   text-decoration:none;
  }


/* Share buttons */
.share-buttons {
  overflow: hidden;
  margin-bottom: 2em;
  padding: 10px 0;
  width: 100%;
}
.share-buttons span {
  display: block;
  float: left;
  width: 90px;
}
/*/ Share buttons */



/* Post
---------------------------------------- */
.post {
	
}
	.postContent {
		
	}
	.post-excerpt {
		
	}
.post-holder {
	margin:29px 0 0 0;
	padding:33px 0 30px 0;
	position:relative;
	background-repeat:repeat-x;
	background-position:0 0;
	background-image:url(images/divider1.gif);
	clear: both;
	}
.post-holder:first-child {
	background:none;
	padding-top:0;
	margin-top:0;
}	

/* Post header */
.post-holder .entry-title {
	font-size:17px;
	margin-bottom:.4em;
	text-transform:uppercase;
	color:#cc3939;
	}
	.post-holder .entry-title a {
		text-decoration:none;
	}
	.post-holder .entry-title a:hover {
		text-decoration:underline;
	}
.post-holder.single-post {
	margin-bottom:30px;
	overflow:hidden;
	width:100%;
	}

.addthis_toolbox {
	margin-bottom:20px;
}	

/* Featured thumbnail */
.featured-thumbnail {
	border:1px solid #fff;
	float:left;
	margin:0 10px 5px 0;
	position:relative;
	box-shadow:0 1px 2px rgba(0,0,0,.3);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,.3);
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.3);
	}
.no-boxshadow .featured-thumbnail {
	box-shadow:0 1px 2px #cbcbcb;
	-moz-box-shadow:0 1px 2px #cbcbcb;
	-webkit-box-shadow:0 1px 2px #cbcbcb;
}
	.featured-thumbnail img {
		float:left;
		
		/* Can't see any value to this and it's causing exped report thumbnails to shrink down
		width:194px;*/
	}
	
	.featured-thumbnail img.bigleft{
		float:left;
		width:400px;
	}
	
	.featured-thumbnail img.bigstretch{
		float:left;
		width:606px;
	}
	
	.featured-thumbnail img.mediumright{
		float:left;
		width:400px;
	}
	
	.featured-thumbnail a .inner-border {
		position:absolute;
		left: 0;
		top: 0;
		bottom: 0;
		right: 0;
		border: 0px solid #fff;
		
		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
	}
	.featured-thumbnail a:hover .inner-border, .featured-thumbnail a.randomblack .inner-border {
		background:#000;
		content: attr(data-content);
		opacity:0.8;
	}
	
	.featured-thumbnail a p.hovertitle,#content .featured-thumbnail a p.hovertitle{
		display:none;
	}
	.featured-thumbnail a.bigstretch:hover p.hovertitle{
		font-size:40px;
		line-height:43px;
		padding-top:50px;
		width:90%;
	}
	.featured-thumbnail a.mediumright:hover p.hovertitle{
		font-size:30px;
		line-height:35px;
		padding-top:25px;
		width:90%;
	}
	.featured-thumbnail a.bigleft:hover p.hovertitle{
		font-size:40px;
		line-height:43px;
		padding-top:40px;
	}
	.featured-thumbnail a.newsletter-homepage:hover p.hovertitle{
		font-size:25px;
		line-height:35px;
		padding-top:25px;
	}
	#content .featured-thumbnail.large a:hover p.hovertitle{
		font-size:38px!important;
		line-height:45px!important;
		padding:25px 0 0 10px!important;
		width:95%!important;
	}
	#content .featured-thumbnail.related a:hover p.hovertitle{
		margin:10px 0 0 32px;
	}
	.featured-thumbnail a:hover p.hovertitle, .featured-thumbnail a.randomblack p.hovertitle, #content .featured-thumbnail a:hover p.hovertitle {
		color:#fff;
		display:block;
		font-size:18px;
		line-height:23px;
		padding:20px;
		position:absolute;
		width:80%;
		z-index:99;
	}
	
	/* Small thumbnail */
	.featured-thumbnail.small img {
		padding:4px;
		}
	
	/* Large thumbnail */
	.featured-thumbnail.large {
		margin-right:0;
		overflow:hidden;
		margin-bottom:1.5em;
		padding:5px;
		}
	.featured-thumbnail.large img {
		height:auto;
		max-width:100%;
	}

/* Post content */
.post-content {
	
}
	.post-content .excerpt {
		margin-bottom:2.1em;
		padding-right:10px;
		}
	.pagination {
		
	}
		.pagination a {
			display:inline-block;
			padding:0 5px;
			background:#eee;
			}

/* Post footer */
.post-holder .post-footer {
	clear:both;
	padding:15px 0 0 0;
	}
.post-holder.single-post .post-footer {
	margin-top:20px;
	}
		

/* Meta information for post */
.post-meta {
	text-transform:uppercase;
	}
	.post-meta,
	.post-meta a {
		color:#4b382e;
	}
	.post-meta a {
		text-decoration:none;
	}
	.post-meta a:hover {
		text-decoration:underline;
	}
	
	.comments-link {
		margin-left:10px;
	}
	
	.post-navigation {
		
	}
	
p.gravatar {
	float:left;
	margin-right:20px;
	}


/* Post edit link */
.post-edit-link {
	
	}
.post-edit-link:hover {
	
	}


/* Image styling */
.wp-caption.alignleft, .wp-caption.alignright, .wp-caption.aligncenter, .wp-caption.alignnone{
	padding:5px 0 0 10px;
}
.alignleft {
	float:left;
	margin:0 20px 10px 0;
	padding:5px 10px 5px 10px;
	}
.alignright {
	float:right;
	margin:0 0 10px 20px;
	padding:5px 10px 5px 10px;
	}
.aligncenter {
	text-align:center;
	margin:0 auto;
	padding:5px 0 0 0;
	}
.alignnone {
	margin:0 0 10px 0;
	padding:5px 0 0 10px;
	}
.alignleft,
.alignright,
.aligncenter,
.alignnone {
	/*border:1px solid #fff;
	padding:5px 10px 5px 10px;
	box-shadow:0 1px 2px rgba(0,0,0,.3);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,.3);
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.3);*/
}
.no-boxshadow .alignleft,
.no-boxshadow .alignright,
.no-boxshadow .aligncenter,
.no-boxshadow .alignnone {
	box-shadow:0 1px 2px #cbcbcb;
	-moz-box-shadow:0 1px 2px #cbcbcb;
	-webkit-box-shadow:0 1px 2px #cbcbcb;
}
article .post-content img {
	max-width:710px;
	}

.frame {
	padding:7px;
	background:#fff;
	border:1px solid #dbdbdb;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	text-align:center;
	}
.frame img.alignleft,
.frame img.alignright{
	margin:0;
	padding:0;
	border:none;
	}

	
/* Related Posts */
.rp-title {
	font-size:30px;
	line-height:1em;
}
.related-posts {
	padding:0 0 40px 0;
	margin:0;
	}
	.related-posts li {
		list-style-type:none;
		padding:0;
		margin:0 0 0 14px;
		float:left;
		background:none;
		width:140px;
		text-transform:none;
		}
	.related-posts li:before {
		display: none;
	}	
	.related-posts li:first-child {
		margin-left:0;
		}
		.related-posts li .featured-thumbnail {
			float:none;
			margin:0 0 10px 0;
			overflow:hidden;
			}



/* Page Navigaton */	
.pagenavi {
	clear:both;
	padding:30px 0 0 0;
	margin-top:15px;
	position:relative;
	font-size:12px;
	line-height:13px;
	background-repeat:repeat-x;
	background-position:0 0;
	background-image:url(images/divider1.gif);
	text-transform:uppercase;
}

.pagenavi span, .pagenavi a {
	display:block;
	float:left;
	margin: 0 10px 0 0;
	padding:11px 14px 10px;
	text-decoration:none;
	width:auto;
	color:#fff;
	background: #cc3939;
	text-shadow:0 1px #7e1b13;
	
	box-shadow:0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,.2);
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.2);
	}
.no-boxshadow .pagenavi span,
.no-boxshadow .pagenavi a {
	box-shadow:0 1px 2px #cbcbcb;
	-moz-box-shadow:0 1px 2px #cbcbcb;
	-webkit-box-shadow:0 1px 2px #cbcbcb;
}	
 
.pagenavi a:hover,
.pagenavi .current {
	color:#fff;
	background:#e7ab26;
	text-shadow:0 1px black;
	}


/* Older and newer navigation */
nav.oldernewer {
	width:100%;
	overflow:hidden;
	margin-bottom:1.5em;
}
	.older {
		float:left;
	}
	.newer {
		float:right;
	}

.single-oldernewer {
	font-size:11px;
	border-top:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
	padding:.5em 0;
	margin:1em 0 0 0;
	}	

	
/* Gallery post format */
.gallery_post {
	list-style-type:none;
	padding:0;
	margin:0 0 1em 0;
	width:100%;
	overflow:hidden;
	}
	.gallery_post .g_item {
		overflow:hidden;
		display:none;
		}
	.gallery_post .g_item:first-child {
		display:block;
		}
		.gallery_post .g_item .featured-thumbnail {
			float:none;
			margin:0;
			}
			.gallery_post .g_item .featured-thumbnail img {
				float:none;
				}

.g_pagination {
	text-align:left;
	overflow:hidden;
	}
	.g_pagination ul {
		list-style-type:none;
		margin:0;
		padding:.5em 0;
		overflow:hidden;
		}
		.g_pagination ul li {
			padding:0 5px 0 0;
			display:inline;
			margin:0;
			background:none;
			}
		.g_pagination ul li:before {
			display: none;
		}	
			.g_pagination ul li a {
				display:inline-block;
				text-decoration:none;
				width:10px;
				height:10px;
				background:#000;
				font-size:0;
				line-height:0;
				border-radius:5px;
				vertical-align:top;
				}
			.g_pagination li.activeSlide a,
			.g_pagination li a:hover {
				background:#999;
				}
.g_controls {
	float:right;
	}
	.g_controls a {
		display:inline-block;
		background:#000;
		color:#fff;
		vertical-align:top;
		font-size:11px;
		text-decoration:none;
		border-radius:4px;
		font-family:"Times New Roman", Times, serif;
		}
		.g_controls a span {
			display:inline-block;
			padding:2px 6px 4px 6px;
			}
	.g_controls a:hover {
		background:#999;
		}

/* Author
---------------------------------------- */
#post-author {
	overflow:hidden;
	border:1px solid #dbdbdb;
	padding:20px;
	margin-bottom:2em;
	}
#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 h3,
#recent-author-posts h3 {
	font-size:30px;
	line-height:1em;
}
#recent-author-comments {
	padding-top:40px;
}

.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;
			}

.author-meta {
	margin-bottom:20px;
	overflow:hidden;
	width:100%;
	}
	.author-meta p.gravatar {
		margin:0;
		}




/* 404
---------------------------------------- */
#error404 {
	padding:30px 0 100px 0;
}
	.error404-num {
		font-size:250px;
		line-height:1.2em;
		color:#cc3939;
		}
	#error404 hgroup {
		margin:0 0 2em 0;
		padding-top:50px;
		}
		#error404 hgroup h1 {
			font-size:3em;
			margin-bottom:.2em;
			}
	#error404 #searchform .searching {
		width:180px;
	}




/* Portfolio
---------------------------------------- */
.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:30px;
		line-height:30px;
		letter-spacing:-1px;
		}
	.header-title .page-desc {
		font-size:.91em;
		}



/* Default layout 3 columns */
#gallery {
	
	}
	#gallery .portfolio {
		width:100%;
		list-style-type:none;
		padding:0;
		margin:-50px 0 3px 0;
		}
		#gallery .portfolio li {
			list-style-type:none;
			display:-moz-inline-box;
			display:inline-block;
			zoom:1;
			vertical-align:top; 
			width:299px;
			margin:50px 17px 0 0;
			position:relative;
			background:none;
			padding:0;
			text-transform:none;
			}
		#gallery .portfolio li:before {
			display: none;
		}	
		* + html #gallery .portfolio li {
			display:inline;
			}
		#gallery .portfolio li.nomargin {
			margin-right:0 !important;
			}
			#gallery .portfolio li span.image-border {
				display:block;
				height:199px;
				width:299px;
				position:relative;
				}
			#gallery .portfolio li a.image-wrap {
				display:block;
				border:1px solid #fff;
				overflow:hidden;
				height:197px;
				width:297px;
				position:relative;
				background:#f5f5f5 url(images/loading-folio.gif) 50% 50% no-repeat;
				
				box-shadow:0 1px 2px rgba(0,0,0,.3);
				-moz-box-shadow:0 1px 2px rgba(0,0,0,.3);
				-webkit-box-shadow:0 1px 2px rgba(0,0,0,.3);
				
				-webkit-transition: all .2s ease-in-out;
				-moz-transition: all .2s ease-in-out;
				-o-transition: all .2s ease-in-out;
				}
			.no-boxshadow #gallery .portfolio li a.image-wrap {
				box-shadow:0 1px 2px #cbcbcb;
				-moz-box-shadow:0 1px 2px #cbcbcb;		
				-webkit-box-shadow:0 1px 2px #cbcbcb;
			}	
			#gallery .portfolio li a.image-wrap:hover {
				
				}
				#gallery .portfolio li a.image-wrap img {
					float:left;
					}
			
			#gallery .portfolio h3 {
				font-size:12px;
				text-transform:uppercase;
				letter-spacing:0;
			}
			#gallery .portfolio .folio-desc {
				margin-bottom:0;
				padding:1.5em 0 0 0;
				}
			#gallery .portfolio p.excerpt {
				padding:0;
				}
			
			.zoom-icon {
				display:block;
				position:absolute;
				left:0;
				top:0;
				right:0;
				bottom:0;
				cursor:pointer;
				background:rgba(255, 255, 255, .5);
				-webkit-transition: all .2s ease-in-out;
				-moz-transition: all .2s ease-in-out;
				-o-transition: all .2s ease-in-out;
				opacity:0;
				}
			.no-rgba .zoom-icon {
				background:url(images/white-opacity-50.png);
				visibility:hidden;
				}
			.zoom-icon:before {
				content:"";
				display:block;
				position:absolute;
				left:50%;
				top:50%;
				width:101px;
				height:101px;
				margin:-50px 0 0 -50px;
				background:url(images/magnify.png) 50% 50% no-repeat;
				}
			.image-wrap:hover .zoom-icon {
				opacity:1;
				}
			.no-rgba .image-wrap:hover .zoom-icon {
				visibility:visible;
				}


/* 1 column portfolio*/
#gallery.one_column .portfolio li {
	width:100%;
	margin-right:0;
	margin-left:0;
	}
	#gallery.one_column .portfolio li span.image-border {
		width:539px;
		height:319px;
		float:left;
		}
	#gallery.one_column .portfolio li a.image-wrap {
		width:537px;
		height:317px;
		}
		#gallery.one_column .folio-desc {
			float:left;
			margin:0 0 0 22px;
			padding: 0;
			width:375px;
			}

/* 2 columns portfolio*/
#gallery.two_columns .portfolio li {
	width:459px;
	}
	#gallery.two_columns .portfolio li span.image-border {
		width:459px;
		height:249px;
		}
	#gallery.two_columns .portfolio li a.image-wrap {
		width:457px;
		height:247px;
		}

/* 4 columns portfolio*/
#gallery.four_columns .portfolio li {
	width:219px;
	}
	#gallery.four_columns .portfolio li span.image-border {
		width:219px;
		height:148px;
		}
	#gallery.four_columns .portfolio li a.image-wrap {
		width:217px;
		height:146px;
		}


		
/* Single Portfolio Page
---------------------------------------- */		
.entry-meta {
	
	}
	
/* Info */
.portfolio-meta-list {
	border:none;
	margin:0 0 2em 0;
	border-top:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
	padding:1em 0;
	}
	.portfolio-meta-list li {
		list-style-type:none;
		padding:0;
		margin:.5em 0 0 0;
		border:none;
		background:none;
		text-transform:none;
		}
	.portfolio-meta-list li:before {
		display: none;
	}	
	.portfolio-meta-list li:first-child {
		margin-top:0;
		}
		.portfolio-meta-list li strong {
			display:inline;
			padding-right:.3em;
			}

/* Single Image */
.image-holder {
	position:relative;
	}
	.image-holder img {
		max-width:100%;
		}

/* Single Video */
.video-holder {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin:0 0 2% 0;
}
.video-holder iframe,  
.video-holder object,  
.video-holder embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}

/* Audio Single */
.single-audio-holder .audiojs {
	width:620px;
	}
.single-audio-holder .audiojs .scrubber {
	width:440px;
	}
.single-audio-holder object{overflow:hidden;}	
	
/* Grid Gallery */
.grid_gallery {
	position:relative;
	padding:0 0 0 0;
	}
	.grid_gallery_inner {
		width:640px;
		position:relative;
		}
	.grid_gallery .gallery_item {
		float:left;
		margin:0 15px 15px 0;
		}
		
.single-gallery-item {
	margin:0;
	}
		
		

/* Sidebar
---------------------------------------- */
#sidebar {
	
}
	#widget-sidebar {
		
	}
		.widget {
			margin-top:35px;
		}
		.widget:first-child {
			margin-top:0;
		}
		.widget-title {
			font-size:30px;
			line-height:30px;
			margin-bottom:21px;
		}
		.hometext{
			font-size:14px;
		}
		.xoxo {
			margin-bottom:0;
		}
		.widget ul li:before{
			background:none!important;
		}
		.widget ul li:first-child{
			margin:0;
			padding:0;
		}
		.widget ul li{
			background:none;
			float:left;
			margin:0;
			padding:0;
		}
		
		.widget ul li .posticon{
			float:left;
		}
		
		.category-expedition-report .posticon{
			padding-top:5px;
		}
		
		.widget ul li.category-expedition-report a,.widget ul li.category-news a{
			display:block;
			padding-left:30px;
		}
		
		.category-news .fa, .category-expedition-report .fa {
			font-size:1.5em;
		}

/* Calendar */
#calendar_wrap {
	padding:0 10px;
	}
	#wp-calendar {
		width:100%;
		}
		#wp-calendar caption {
			text-align:center;
			}
		#wp-calendar td {
			text-align:center;
			padding:6px 0;
			border:none;
			}
		#wp-calendar caption {
			font-size:16px;
			color:#000;
			font-weight:bold;
			padding:4px 0;
			margin-bottom:5px;
			}
		#wp-calendar thead th {
			padding:7px 0;
			font-size:14px;
			background:#e8e8e8;
			color:#000;
			text-align:center;
			}
		#wp-calendar #prev {
			text-align:left;
			}
		#wp-calendar #next {
			text-align:right;
			}



/* FAQs
---------------------------------------- */
.faq_list {
	
	}
	.faq_list dt {
		color:#cc3939;
		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:#333;
		font-weight:bold;
		}
	.faq_list dd {
		padding:0 0 0 28px;
		position:relative;
		margin:0 0 2em 0;
		}
		.faq_list dd .marker {
			top:0;
			}



/* Custom widgets
---------------------------------------- */


/* Recent Comments */
ul.recentcomments {
	padding:0;
	margin:0;
	}
	ul.recentcomments li {
		background-repeat:repeat-x;
		background-position:0 0;
		background-image:url(images/divider1.gif);
		padding:25px 0 25px 0;
		margin:0;
		border-bottom:none;
		background:none;
		overflow:hidden;
		list-style-type:none;
		text-transform:none;
		}
	ul.recentcomments li:first-child {
		padding-top:0;
		background:none;
		}
	ul.recentcomments li:before {
		display: 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 0 -10px 0;
	}
	.post_list li,
	.post_list li:first-child {
		list-style-type:none;
		overflow:hidden;
		background-repeat:repeat-x;
		background-position:0 bottom;
		background-image:url(images/divider1.gif);
		text-transform:none;
		padding: 0 0 25px 0;
		margin: 0 0 25px 0;
		}
		.post_list li h5 {
			margin-bottom: 0;
			text-transform:uppercase;
		}
		
	.link_show_all {
		text-transform:uppercase;
		text-decoration:none;
		padding-left:21px;
		background-repeat:no-repeat;
		background-position:0 50%;
		background-image:url(images/arrow1.gif);
	}
	.link_show_all:hover {
		color:#3a2a22;
		text-decoration:underline;
	}

			
/* Carousel widget */
.es-carousel-wrapper{
	background: #101010;
	padding:10px 37px;
	margin:0 0 20px 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	position:relative;
}
.es-carousel{
	overflow:hidden;
	background:#000;
}
.es-carousel ul{
	display:none;
}
.es-carousel ul li{
	height:100%;
	float:left;
	display:block;
	list-style-type:none;
	padding:0;
	margin:0;
	color:#fff;
}
.es-carousel ul li .thumbnail{
	display:block;
	border-style:solid;
	border-color:#222;
}
.es-carousel ul li a img{
	display:block;
	border:none;
	max-height:100%;
	max-width:100%;
}
.es-nav span{
	position:absolute;
	top:50%;
	left:12px;
	background:transparent url(images/nav.png) no-repeat top left;
	width:14px;
	height:26px;
	margin-top:-13px;
	text-indent:-9000px;
	cursor:pointer;
	opacity:0.8;
}
.es-carousel ul li h4 {
	margin-bottom:.5em;
	}
.es-carousel ul li .excerpt {
	margin-bottom:10px;
	}
.es-nav span.es-nav-next{
	right:12px;
	left:auto;
	background-position:top right;
}
.es-nav span:hover{
	opacity:1.0;
}


/* Jetpack Carousel Close Hint - move to right hand side */

.jp-carousel-close-hint{
	position:relative!important;
	float:right;
	width:5%!important;
}

.jp-carousel-close-hint span{
	
}
			

/* Post Cycle */
body.home .widget.widget_my_postwidget {
	/*margin-top:48px;*/
}
.post_cycle {
	padding:4px 0 0 0;
	margin:0;
	}
#post-cycle .cycle_item {
	background:none;
	padding:0;
	margin: 0;
	float: left;
	width:620px;
	overflow: hidden;
	vertical-align: top;
	font-weight:normal;
	}
#post-cycle .viewport {
	width:620px;
	overflow:hidden;
	position:relative;
	height: 251px;
	
	box-shadow:0 1px 1px rgba(0,0,0,.07);
	-moz-box-shadow:0 1px 1px rgba(0,0,0,.07);
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,.07);
}
.no-boxshadow #post-cycle .viewport {
	box-shadow:0 1px 2px #e6e6e6;
	-moz-box-shadow:0 1px 2px #e6e6e6;
	-webkit-box-shadow:0 1px 2px #e6e6e6;
}
#post-cycle .overview {
	position:relative;
	left:0;
	top:0;
}
	#post-cycle .overview li {
		text-transform:none;
		background:none;
		padding: 0;
		margin: 0;		
	}
	#post-cycle .overview li:before {
		display: none;
	}
		#post-cycle .overview li .cycle_item_inner {
			background-color:#FFF;
			border-top: 1px solid #e6e6e6;
		}
			#post-cycle .overview li .cycle_item_inner a {
				text-decoration:none;
				display: block;
				padding: 17px 0 13px 0;
				overflow: hidden;
			}
		#post-cycle .overview li .cycle_item_inner:first-child {
			border-top: none;
		}
		#post-cycle .overview li .cycle_item_inner:hover {
			background:#b46045;
		}
		#post-cycle .overview li time {
			color:#cc3939;
			text-transform:uppercase;
			text-align:center;
			float: left;
			width:85px;
			height:53px;
			margin: 0 19px 0 0;
			background-repeat:repeat-y;
			background-position:right 0;
			background-image:url(images/divider2.png);
		}
			#post-cycle .overview li time b {
				font-size:30px;
				line-height:30px;
				display: block;
				margin:0 0 -2px 0;
			}
		#post-cycle .overview li h4 {
			font-size:18px;
			line-height:18px;
			text-transform:uppercase;
			margin-bottom:0;
			color:#4b382e;
		}
		#post-cycle .overview li .extra-wrap {
			padding-top:8px;
		}
		#post-cycle .overview li .cycle_item_inner:hover h4,
		#post-cycle .overview li .cycle_item_inner:hover time {
			color:#fff;
			text-shadow:0 1px #7e1b13;
		}
		#post-cycle .overview li .cycle_item_inner:hover .excerpt {
				color:#ffbf90;
			}
#post-cycle #prev-next {
	background-repeat:no-repeat;
	background-position:50% 8px;
	background-image:url(images/divider.png);
	position:absolute;
	right: -16px;
	top: 0;
}
#post-cycle .buttons {
	overflow: hidden;
	width:32px;
	padding-top:32px;
	height:0;
	background-repeat:no-repeat;
	background-position:0 -32px;
	background-image:url(images/nav-sprite.png);
	display: inline-block;
	margin: 0 8px 0 7px;
}
#post-cycle .buttons.disable {
	visibility: hidden;
}
#post-cycle .buttons.prev {
	background-position:0 -32px;
}
#post-cycle .buttons.prev:hover {
	background-position:0 0;
}
#post-cycle .buttons.next {
	background-position:-32px -32px;
}
#post-cycle .buttons.next:hover {
	background-position:-32px 0;
}


/* Folio Cycle */
.folio_cycle {
	list-style-type:none;
	padding:0;
	margin:0;
	width:100%;
	}
	.folio_cycle .folio_item {
		display:none;
		margin-top:7px;
		}
	.folio_cycle .folio_item:first {
		display:block;
		}
		.folio_cycle .folio_item .featured-thumbnail {
			float:none;
			overflow: hidden;
			margin:0 0 0 0;
			}
			.folio_cycle .folio_item .featured-thumbnail img {
				float:none;
				}
		.folio_cycle .folio_item .excerpt {
			padding-left:1px;
		}		
#folio-controls {
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:50% 8px;
	background-image:url(images/divider.png);
	position:absolute;
	top: 0;
	right: 7px;
	}
	#folio-controls a {
		width:32px;
		padding-top:32px;
		margin: 0 8px 0 7px;
		height: 0;
		overflow: hidden;
		display: inline-block;
		background-repeat:no-repeat;
		background-position:0 -32px;
		background-image:url(images/nav-sprite.png);
		}
	#folio-controls a#prev-folio:hover {
		background-position:0 0;
		}
	#folio-controls a#next-folio {
		background-position:-32px -32px;
	}
	#folio-controls a#next-folio:hover {
		background-position:-32px 0;
	}


/* Testimonials */
.testimonials {
  padding: 0;
  margin: 0;
}
.testimonials div.testi_item {
  padding: 0;
  margin: 0 0 2em 0;
  background: none;
	overflow:hidden;
}
.testimonials div.testi_item blockquote {
  display: block;
  position: relative;
  margin: 0;
  padding: 30px;
  background: #dbdbdb;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
	}
.testimonials div.testi_item blockquote:before {
  content: "";
  display: block;
  position: absolute;
  left: 65px;
  bottom: -20px;
	width:0;
	height:0;
	border-left: 20px solid transparent;
	border-right: 0 solid transparent;
	border-top: 20px solid #dbdbdb;
}
.testimonials div.testi_item blockquote:after {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  top: 10px;
  width: 41px;
  height: 38px;
  background: url(images/quotes.png) 0 0 no-repeat;
}
.testimonials div.testi_item blockquote a {
  text-decoration: none;
  color: #4e4e4e;
  display: block;
  font-style: normal;
  position: relative;
}
.testimonials div.testi_item blockquote a:hover {
  color: #ffffff;
}
.testimonials div.testi_item .featured-thumbnail {
	position:relative;
	z-index:2;
	margin:0 20px 0 10px;
	}
.name-testi {
  padding: 12px 0 0 0;
  text-align: right;
  display: block;
}
.name-testi a {
  font-weight: normal;
}
.testimonials .thumb {
  float: left;
  margin-right: 20px;
}

/* Misc for Cycle widgets */
#testi-cycle .testi_item {
	display:none;
	}
#testi-cycle .testi_item:first {
	display:block;
	}
#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:20px 0 0 0;
		padding:25px 0 0 0;
		background-repeat:repeat-x;
		background-position:0 0;
		background-image:url(images/divider1.gif);
		text-transform:none;
		list-style-type:none;
		}
	.latestpost li:before,
	.latestpost li:first-child {
		background:none;
		padding-top:0;
		margin-top:0;
	}	
		.latestpost li h4 {
			margin-bottom:17px;
			font-size:12px;
			text-transform:uppercase;
			}
			.latestpost li h4 a:hover {
				text-decoration:underline;
				color:#cc3939;
			}
		.latestpost li .excerpt {
			margin-bottom:24px;
			}
		.latestpost li time {
			color:#4b382e;
			text-transform:uppercase;
			margin-bottom:6px;
			display: block;
		}
		.latestpost .tags{
			display:none;
		}

/* Twitter widget */
.twitter {
	position:relative;
	float:left;
	margin-top:20px;
	width:100%;
}
.twitter_update_list {
	overflow:hidden;
	}
.twitter ul li {
	list-style-type:none;
	margin:0 0 15px 0;
	padding:0 0 0 37px;
	background:url(images/twitter-icon.png) no-repeat 0 0;
	text-transform:none;
	}
.twitter ul li:before {
	display: none;
}	
	.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 {
	
	}
.twitter  .preloader {
	position:absolute;
	top:40px;
	left:0;
	height: 25px;
	line-height:25px;
}

.twitter-timeline{
	width:270px;
}

/* ShareThis widget */

.sharethis{
	float:left;
}

/* Flickr widget */
.flickrImages {
	overflow:hidden;
	position:relative;
	margin: 0 0 10px 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:before {
		display: none;
	}	
		.banners-holder li img {
			vertical-align:top;
			float:left;
			}

			
			
/* vCard widget */			
.vcard {
	
	}
			


/* Testimonials
---------------------------------------- */

/* Testimonials list */
article.testimonial {
	padding:17px 30px 30px 235px;
	border: none;
	width:auto;
	background-repeat:repeat;
	background-position:0 0;
	background-image:url(images/comment-tail.png);
	font-weight:normal;
	margin-bottom:35px;
	position:relative;
	}
article.testimonial:before {
	content: "";
	position:absolute;
	left: 170px;
	top: 20px;
	width:41px;
	height:38px;
	background-repeat:no-repeat;
	background-position:0 0;
	background-image:url(images/quotes.png);
}	
	article.testimonial .featured-thumbnail {
		position:absolute;
		left:20px;
		top:20px;
		}
	article.testimonial .name-testi {
		display:block;
		text-align:right;
		font-style:normal;
		color:#222c36;
		font-size:13px;
		font-family:Arial, Helvetica, sans-serif;
		line-height:1.2em;
		}
		article.testimonial .name-testi a {
			text-decoration:none;
			}
		article.testimonial .name-testi a:hover {
			text-decoration:underline;
			}





/* Shortcodes
---------------------------------------- */

/* Recent Posts */
.recent-posts {
	margin:0;
	padding:0;
	width:100%;
	overflow:hidden;
	border:none;
	}
	.recent-posts li {
		list-style-type:none;
		margin:0 0 20px 0;
		padding:0;
		border:none;
		background:none;
		text-transform:none;
		}
	.recent-posts li:before {
		display: none;
	}
		.recent-posts li img.thumb {
			float:left;
			margin:0 20px 0 0;
			}
		.recent-posts li h5 {
			font-size:1em;
			margin-bottom:0;
			}
		.recent-posts li .excerpt {
			margin-bottom:1.5em;
			}
		.recent-posts li span.meta {
			display:block;
			margin-bottom:.5em;
			font-size:10px;
			color:#888;
			text-transform:uppercase;
			overflow:hidden;
			}
			.recent-posts li .post-date {
				float:left;
				}
			.recent-posts li .post-comments {
				float:right;
				}

/* Images Format Type */
.recent-posts .format-image {
	float:left;
	margin:0 20px 20px 0;
	}	

/* Quote Format Type */
.recent-posts .format-quote {
	
	}

/* Link Format Type */
.recent-posts .format-link {
	
	}

/* Link Format Type */
.recent-posts .format-link {
	
	}	

/* Audio Format Type */
.recent-posts .format-audio {
	margin-bottom:2em;
	}
	.recent-posts .format-audio .audio-wrapper {
		margin-bottom:.5em;
		}

/* Video Format Type */
.recent-posts .format-video {
	float:left;
	width:300px;
	margin:0 20px 20px 0;
	}
.recent-posts .format-video iframe {
	width:300px;
	height:200px;
	}	

/* Our team */
.recent-posts.team {
  margin: 0;
  padding: 0;
  overflow: visible;
}
	.recent-posts.team li {
		margin: 22px 0 0 0;
		padding: 22px 0 0 0;
		background-repeat:repeat-x;
		background-position:0 0;
		background-image:url(images/divider1.gif);
	}
	.recent-posts.team li:first-child {
		background:none;
		padding-top:0;
		margin-top:0;
	}
		.recent-posts.team li .featured-thumbnail {
			margin: 0 20px 0 0;
		}
	.recent-posts.team li .excerpt {
		margin-bottom: 0;
	}

/* Programs */
.recent-posts.programs {
	overflow: hidden;
	background-color:#a05b46;
	border-radius: 6px;
	padding: 7px 28px;
	width: auto;
	position:relative;
	
	box-shadow:0 1px 2px rgba(0,0,0,.9);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,.9);
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.9);
}
	.recent-posts.programs li {
		float: left;
		width:274px;
		color:#d1afa4;
		padding: 26px 0 12px 0;
		margin: 0 37px 0 0;
		background-repeat:repeat-y;
		background-position:right 0;
		background-image:url(images/box-divider.gif);
		}
	.recent-posts.programs li:nth-child(2n)	{
		margin-right:0;
		background:none;
		width:250px;
	}
	.recent-posts.programs li.nomargin {
		margin-right:0;
		background:none;
		width:250px;
	}
	.recent-posts.programs h5 {
		font-size:14px;
		line-height:18px;
		text-transform:uppercase;
		text-shadow:1px 1px 1px rgba(0,0,0,.2);
		color:#fff;
		background-repeat:repeat-x;
		background-position:0 bottom;
		background-image:url(images/title-divider.gif);
		width:250px;
		padding-bottom:14px;
		margin-bottom:20px;
	}
		.recent-posts.programs h5 small {
			text-transform:none;
			display: block;
			font-size:1em;
		}
		.recent-posts.programs .arrow-link {
			width:30px;
			height:30px;
			background-repeat:no-repeat;
			background-position:0 0;
			background-image:url(images/arrow-link.png);
			display: inline-block;
		}
		.recent-posts.programs .excerpt {
			margin-bottom:24px;
			width:250px;
		}
		
/* Clients */
.recent-posts.clients li {
	display: inline-block;
	padding: 0;
	margin: 0 48px 0 0;
}
.recent-posts.clients li:nth-child(6n) {
	margin-right:0;
}
.recent-posts.clients li.nomargin {
	margin-right:0;
}
.recent-posts.clients .featured-thumbnail {
	border: none;
	box-shadow: none;
	margin: 0;
	float: none;
}
.recent-posts.clients h5 {
	display: none;
}	


/* Popular Posts */
.popular_posts {
	list-style-type:none;
	padding:0;
	margin:0;
	}
	.popular_posts li {
		list-style-type:none;
		padding:0 0 20px 0;
		margin:0;
		overflow:hidden;
		}



/* Tags */
.tags-cloud a,
.tagcloud a,
.post-footer a {
	display:inline-block;
	background:#b46045;
	padding:2px 7px;
	border-radius:3px;
	text-decoration:none;
	color:#fff;
	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,
.post-footer a:hover {
	background:#4e3c32;
	}


/* Recent Comments */
.recent-comments {
	list-style-type:none;
	padding:0;
	margin:0;
	}
	.recent-comments li {
		padding:0;
		margin:0;
		border:none;
		padding-bottom:.5em;
		}


/* Footer
---------------------------------------- */
#footer {
	height:137px;
	margin-top:-137px;
}

	/* Footer widget */
	#widget-footer {
		border-top: 5px solid #efeeee;
		height:71px;
		background-repeat:repeat-x;
		background-position:0 0;
		background-image:url(images/widget-footer-pattern.gif);
		position:relative;
		z-index: 3;
	}
	
	#widget-footer .social-networks {
		text-align:center;
		padding-top:22px;
	}
		#widget-footer .social-networks li {
			list-style-type:none;
			padding:0;
			margin:0 -2px 0 -1px;
			display: inline-block;
			height:28px;
			overflow: hidden;
			background:none;
			}
			#widget-footer .social-networks li a {
				position:relative;
				height:28px;
				display: inline-block;
			}
		#widget-footer .social-networks li:before {
			background:none;
		}	
			#widget-footer .social-networks li a:hover img {
				margin-top:-28px;
			}
	
	/* Copyright */
	#copyright {
		height:66px;
		line-height:62px;
		background-repeat:repeat-x;
		background-position:0 0;
		background-image:url(images/copyright-pattern.gif);
		text-align:center;
		text-shadow:0 1px black;
		position:relative;
		z-index: 3;
		}
		#copyright,
		#copyright a {
			color:#fdfdfd;
		}
		#copyright a {
			text-decoration:none;
		}
		#copyright a:hover {
			text-decoration:underline;
		}
	
	/* Footer text */
	#footer-text {
		line-height:21px;
		display: inline-block;
		vertical-align: middle;
		}
	


/* Misc
---------------------------------------- */
.button, .btn_left {
	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #eb2f21), color-stop(1, #a82a1e) );
	background:-moz-linear-gradient( center top, #eb2f21 5%, #a82a1e 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb2f21', endColorstr='#a82a1e');
	background-color:#eb2f21;
	-webkit-border-top-left-radius:8px;
	-moz-border-radius-topleft:8px;
	border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-moz-border-radius-topright:8px;
	border-top-right-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	-moz-border-radius-bottomright:8px;
	border-bottom-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	-moz-border-radius-bottomleft:8px;
	border-bottom-left-radius:8px;
	text-indent:0;
	border:1px solid #d02718;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:36px;
	line-height:36px;
	padding-left:20px;
	padding-right:20px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #810e05;
	text-transform:uppercase;
	}
.button:hover, .btn_left:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a82a1e), color-stop(1, #eb2f21) );
	background:-moz-linear-gradient( center top, #a82a1e 5%, #eb2f21 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a82a1e', endColorstr='#eb2f21');
	background-color:#a82a1e;
	}
.button:active, .btn_left:active {
	position:relative;
	top:1px;
}


.btn_left{
	margin-bottom:15px!important;
}


/*.button, */
/* .btn_left, */
.comments-link {
	display:inline-block;
	padding:0 15px;
	line-height:34px;
	background:#cc3939;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none !important;
	text-shadow:0 1px #7e1b13;
	
	box-shadow:0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,.2);
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.2);
	}
/* .no-boxshadow .button,
.no-boxshadow .btn_left, */
.no-boxshadow .comments-link {
	box-shadow:0 1px 2px #cbcbcb;
	-moz-box-shadow:0 1px 2px #cbcbcb;
	-webkit-box-shadow:0 1px 2px #cbcbcb;
}	
/* .button:hover,
a.btn_left:hover, */
a.comments-link:hover {
	color:#000000;
	background:#e7ab26;
	text-shadow:0 1px #ffffff;
	}
	
/* Small Button */
.button.small {
	font-size:10px;
	text-transform:uppercase;
	padding:3px 8px;
	}
	
/* Large Button */
.button.large {
	font-size:18px;
	padding:16px 32px;
	}

.no-results {
	
}


/* Lightbox */
.lightbox {
	display:block;
	position:relative;
	}

/* Back to Top */
#back-top-wrapper {
  position:absolute;
  overflow:hidden;
  z-index: 4;
}
#back-top {
	position: fixed;
	bottom: 160px;
	left:50%;
	margin:0 0 0 530px;
	display:none;
}

#back-top a {
	width: 43px;
	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: 43px;
	height: 43px;
	display: block;
	margin-bottom: 7px;
	background: #85b2df url(images/up-arrow.gif) no-repeat center center;

	/* rounded corners */
	-webkit-border-radius: 43px;
	-moz-border-radius: 43px;
	border-radius: 43px;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #567ba7;
}

/* Tabs */
.tabs {
    margin: 1px 0 20px 0;
}

.tabs .tab-wrapper {
    border: 1px solid #dddddd;
    border-radius: 0 5px 5px 5px;
    -moz-border-radius: 0 5px 5px 5px;
    -webkit-border-radius: 0 5px 5px 5px;
    margin: -1px 0 0 0;
}

.tabs .tab-menu ul {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
}

.tabs .tab-menu li {
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
}

.tabs .tab-menu a {
    background-color: #fafafa;
    border: 1px solid #dddddd;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    color: #aaaaaa;
    display: block;
    font-size: 12px;
    letter-spacing: 1px;
    margin: 0 2px 0 0;
    padding: 8px 20px;
}

.tabs .tab-menu a:hover {
    background-color: #f2f2f2;
    color: #666666;
}

.tabs .tab-menu a.active {
    background-color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#fafafa');
    background: -moz-linear-gradient(bottom , #fafafa 0px, #f6f6f6 90%) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear,left bottom,left top, color-stop(0, #fafafa),color-stop(90%, #f6f6f6));
    border-bottom: none;
    color: #666666;
    padding: 8px 20px 9px 20px;
}

.tabs .tab {
	background-color: #fafafa;
	border-radius: 0 5px 5px 5px;
    -moz-border-radius: 0 5px 5px 5px;
    -webkit-border-radius: 0 5px 5px 5px;
    padding: 20px;
}





/* Toggle */
.toggle {
    padding: 0 0 2px 0;
}
.toggle .trigger {
	background-color: #f5f5f5;
	background: -moz-linear-gradient(bottom, #F2F2F2 0px, #ffffff 100%);
	background: -webkit-gradient(linear,left bottom,left top, color-stop(0, #f2f2f2),color-stop(1, #ffffff));
	border: 1px solid #dddddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #666666;
	display: block;
	padding: 10px 12px 10px 40px;
	position: relative;
	text-decoration:none;
	height:1%;
	}

.toggle .trigger span {
	background: url(includes/images/toggle.png) 0 0 no-repeat;
	display: block;
	position: absolute;
	top: 9px;
	left: 10px;
	text-indent: -9999px;
	width: 22px;
	height: 20px;
	}

.toggle .trigger:hover,
.toggle .active {
	background:#191919;
	color:#fff;
	}
.toggle .active span {
	background-position: 0 -20px;
	}

.toggle .box {
	background-color: #fafafa;
	border: 1px solid #dddddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 20px;
	}



/* Dropcap */
.dropcap {
	display: block;
  float: left;
  margin: 0 22px 20px 0;
  text-transform: uppercase;
  width: 51px;
  height: 51px;
  background: #666;
	border-radius:6px;
  font-size: 36px;
  line-height: 51px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  text-transform: lowercase;
	}

.widget-area {
	
}

.hr {
	height:1px;
	background:#eee;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:30px 5px;
	}
.grid_1 .hr, .grid_2 .hr, .grid_3 .hr, .grid_4 .hr, .grid_5 .hr, .grid_6 .hr, .grid_7 .hr, .grid_8 .hr, .grid_9 .hr, .grid_10 .hr, .grid_11 .hr, .grid_12 .hr, .grid_13 .hr, .grid_14 .hr, .grid_15 .hr, .grid_16 .hr, .grid_17 .hr, .grid_18 .hr, .grid_19 .hr, .grid_20 .hr, .grid_21 .hr, .grid_22 .hr, .grid_23 .hr, .grid_24 .hr {
	margin-left:0;
	margin-right:0;
	}
.sm_hr {
  height: 1px;
  background: #eee;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  margin: 25px 10px;
}
.grid_1 .sm_hr,
.grid_2 .sm_hr,
.grid_3 .sm_hr,
.grid_4 .sm_hr,
.grid_5 .sm_hr,
.grid_6 .sm_hr,
.grid_7 .sm_hr,
.grid_8 .sm_hr,
.grid_9 .sm_hr,
.grid_10 .sm_hr,
.grid_11 .sm_hr,
.grid_12 .sm_hr {
  margin-left: 0;
  margin-right: 0;
}
.spacer {
	height:20px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	}

/* Address */
.address {
	overflow:hidden;
	width:100%;
	margin:0;
	padding:0;
	}
.address dt {
	float:left;
	width:165px;
	margin-right:20px;
	padding:0 0 0 55px;
	background:none;
	font-size:1em;
	line-height:18px;
	background:url(images/address-icon1.png) no-repeat 0 3px;
	}
.address dd {
	float:left;
	width:217px;
	padding:0 0 0 53px;
	background:url(images/address-icon2.png) no-repeat 0 3px;
	}
	.address dd ul {
		list-style-type:none;
		padding:0;
		margin:0;
		}
		.address dd ul li {
			background:none;
			padding:0;
			margin:0;
			line-height:19px;
			text-transform:none;
			}
		.address dd ul li:before {
			display: none;
		}	
	.address dd span {
		float:left;
		width:100px;
		}
		.address dd a {
			text-decoration:underline;
			}
		.address dd a:hover {
			text-decoration:none;
			}

			
/* Google Map */
.google-map {
	margin-bottom:20px;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-image:url(images/loading-map.gif);
	}




/* VIDEO */
.video-wrap {
	margin-bottom: 10px;
	position:relative;
	zoom:1;
	}
	.video-wrap object {
		position:relative;
		z-index:2;
		}
	.video-bg {
		background-color:black;
		position:absolute;
		left:0;
		top:0;
		z-index:1;
		}

/* AUDIO */
.audio-wrapper {
   margin-bottom:1.5em;
}
.audio-desc {
	font-size:.91em;
	color:#999;
	padding:.5em 0 0 0;
	}
.audiojs audio { position: absolute; left: -1px; }
.audiojs { width: 460px; height: 36px; background: #404040; overflow: hidden; font-family: monospace; font-size: 12px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #444), color-stop(0.5, #555), color-stop(0.51, #444), color-stop(1, #444));
	background-image: -moz-linear-gradient(center top, #444 0%, #555 50%, #444 51%, #444 100%);
	-webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3); -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3); box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3); }
.audiojs .play-pause { width: 25px; height: 40px; padding: 4px 6px; margin: 0px; float: left; overflow: hidden; border-right: 1px solid #000; }
.audiojs p { display: none; width: 25px; height: 40px; margin: 0px; cursor: pointer; }
.audiojs .play { display: block; }
.audiojs .scrubber { position: relative; float: left; width: 280px; background: #5a5a5a; height: 14px; margin: 10px; border-top: 1px solid #3f3f3f; border-left: 0px; border-bottom: 0px; overflow: hidden; }
.audiojs .progress { position: absolute; top: 0px; left: 0px; height: 14px; width: 0px; background: #ccc; z-index: 1;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ccc), color-stop(0.5, #ddd), color-stop(0.51, #ccc), color-stop(1, #ccc));
	background-image: -moz-linear-gradient(center top, #ccc 0%, #ddd 50%, #ccc 51%, #ccc 100%); }
.audiojs .loaded { position: absolute; top: 0px; left: 0px; height: 14px; width: 0px; background: #000;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #222), color-stop(0.5, #333), color-stop(0.51, #222), color-stop(1, #222));
	background-image: -moz-linear-gradient(center top, #222 0%, #333 50%, #222 51%, #222 100%); }
.audiojs .time { float: left; height: 36px; line-height: 36px; margin: 0px 0px 0px 6px; padding: 0px 6px 0px 12px; border-left: 1px solid #000; color: #ddd; text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5); } 
.audiojs .time em { padding: 0px 2px 0px 0px; color: #f9f9f9; font-style: normal; }
.audiojs .time strong { padding: 0px 0px 0px 2px; font-weight: normal; }
.audiojs .error-message { float: left; display: none; margin: 0px 10px; height: 36px; width: 400px; overflow: hidden; line-height: 36px; white-space: nowrap; color: #fff;
	text-overflow: ellipsis; -o-text-overflow: ellipsis; -icab-text-overflow: ellipsis; -khtml-text-overflow: ellipsis; -moz-text-overflow: ellipsis; -webkit-text-overflow: ellipsis; }
.audiojs .error-message a { color: #eee; text-decoration: none; padding-bottom: 1px; border-bottom: 1px solid #999; white-space: wrap; }

.audiojs .play { background: url(js/audiojs/player-graphics.gif) -2px -1px no-repeat; }
.audiojs .loading { background: url(js/audiojs/player-graphics.gif) -2px -31px no-repeat; }
.audiojs .error { background: url(js/audiojs/player-graphics.gif) -2px -61px no-repeat; }
.audiojs .pause { background: url(js/audiojs/player-graphics.gif) -2px -91px no-repeat; }

.playing .play, .playing .loading, .playing .error { display: none; }
.playing .pause { display: block; }

.loading .play, .loading .pause, .loading .error { display: none; }
.loading .loading { display: block; }

.error .time, .error .play, .error .pause, .error .scrubber, .error .loading { display: none; }
.error .error { display: block; }
.error .play-pause p { cursor: auto; }
.error .error-message { display: block; }



/* Alert boxes
---------------------------------------- */
.alert-box, .wpcf7-response-output {
	padding:20px 20px 20px 90px !important;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-size:.91em;
	line-height:1.4em;
	border:1px solid #dbdbdb;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:15px;
	}
	.error-box, .wpcf7-mail-sent-ng {
		border-color:#ff9999;
		color:#c31b00;
		background:url(images/icons/alert/icon-error.png) no-repeat 20px 50% #ffcccc;
		}
	.attention-box, .wpcf7-validation-errors, .wpcf7-spam-blocked {
		border-color:#e6c555;
		color:#9e660d;
		background:url(images/icons/alert/icon-note.png) no-repeat 20px 50% #fdebae;
		}
	.notice-box {
		border-color:#68a2cf;
		color:#2e6093;
		background:url(images/icons/alert/icon-info.png) no-repeat 20px 50% #bfe4f9;
		}
	.approved-box, .wpcf7-mail-sent-ok {
		border-color:#a3c159;
		color:#5e6f33;
		background:url(images/icons/alert/icon-download.png) no-repeat 20px 50% #ccff99;
		}
	


/* Forms
---------------------------------------- */

/* Form defaults */
input, select, textarea { 
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
	border:1px solid #dbdbdb;
	outline:none;
}
input[type="text"], input[type="email"], email, textarea {
	background:#fff;
	border:1px solid #7C7E7B;
	padding:7px 5px;
	border-radius:1px;
	}
input[type="submit"], input[type="reset"], .gallerybutton {
	position:relative;
	display:inline-block;
	padding:0 19px;
	line-height:34px;
	color:#fff;
	text-decoration:none;
	font-size:12px;
	background: #cc3939;
	border:none;
	height:34px;
	cursor:pointer;
	text-transform:uppercase;
	text-shadow:0 1px #7e1b13;
	margin-right:4px;
	
	box-shadow:0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,.2);
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.2);
	}
input[type="submit"]:hover, input[type="reset"]:hover, .gallerybutton:hover {
	color:#000000;
	background:#e7ab26;
	text-shadow:0 1px #ffffff;
	}
.gallerybutton a{
	color:#fff;
	text-decoration:none;
}
.gallerybutton a:hover{
	color:#000;
}

.paypal{
	border:none;
}


/* Comment form */
#commentform a {
	color:#cc3939;
	text-decoration:none;
	}
#commentform a:hover {
	color:#333;
	text-decoration:underline;
}	
	#commentform p.field {
		margin-bottom:10px;
		}
		#commentform small {
			font-size:1em;
			}
	#commentform label {
		display:block;
		color:#958d8d;
		}
	#commentform input[type="text"] {
		width:250px;
		}
	#commentform textarea {
		width:460px;
		max-width:460px;
		min-width:460px;
		height:150px;
		min-height:150px;
		overflow:auto;
		}




/* Contact form */
.wpcf7-form p.field {
	margin-bottom:9px;
	overflow:hidden;
	vertical-align:top;
	position:relative;
	}
.wpcf7-form p.field input {
	width:290px;
	}
	.wpcf7-form p.field small {
		color:red;
		}
.wpcf7-form .input-file {
	width: 79px;
	height: 22px;
	background: url(images/btn-choose-file.gif) 0 0 no-repeat;
	display: block;
	overflow: hidden;
	cursor: pointer;
	position:relative;
	}
.wpcf7-form input[type="file"] {
	position: relative;
	height: 100%;
	width: auto;
	opacity: 0;
	cursor: pointer;
	-moz-opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	}
.wpcf7-form textarea {
	width:390px;
	min-width:390px;
	height:255px;
	min-height:255px;
	overflow:auto;
	margin-bottom:17px;
	}
.wpcf7-form .submit-wrap {
	padding:0;
	margin:0;
	}
	span.wpcf7-form-control-wrap {
		display:block;
		}
	.wpcf7-not-valid-tip {
		width:290px !important;
		position:absolute;
		left:0 !important;
		top:0 !important;
		padding:5px 0 6px 10px !important;
		background:#f3b7b7 !important;
		color:red !important;
		border:1px solid red !important;
		}
	.ie9 .wpcf7-not-valid-tip {
		padding:3px 0 4px 10px !important;
		}	
	div.wpcf7-response-output {
		margin-left:0 !important;
		margin-right:0 !important;
		}





/* Sidebar search form */
#searchform {
	
	}
#searchform .searching {
		float: left;
		height:18px;
		margin-right:-1px;
		width:175px;
		}
	#searchform .submit {
		width:auto;
		cursor:pointer;
		float: left;
		}



/* Fluid Columns */
.one_half{ width:48%; }
.one_third{ width:30.66%; }
.two_third{ width:65.33%; }
.one_fourth{ width:22%; }
.three_fourth{ width:74%; }
.one_fifth{ width:16.8%; }
.two_fifth{ width:37.6%; }
.three_fifth{ width:58.4%; }
.four_fifth{ width:79.2%; }
.one_sixth{ width:13.33%; }
.five_sixth{ width:82.67%; }
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth{ position:relative; margin-right:4%; float:left; }
.last { margin-right:0 !important; clear:right; }


.fleft { float:left;}
.fright { float:right;}
.clear { clear:both;}

.wrapper { 
	width:100%;
	overflow:hidden;
}
.extra-wrap {
	overflow:hidden;
	}


/* Clear Floated Elements */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* Always remember to compress your live stylesheet and keep an uncompressed backup */

/* Backward Compatibility */

#content p{
	display:block;
}

#content .category-expedition-report  p{
	float:left;
	width:780px;
}

.hometext{
	font-size:16px;
	font-weight:bold;
	font-style:italic;
	line-height:24px;
}

/* For full-width version of expedition page

#gallery-1{
	display:block;
	left:810px;
	position:absolute;
	width:130px;
}

#gallery-1 .gallery-item{
	width:100%!important;
} */

/*New gallery - To allow inclusion of sidebar */
#gallery-1{
	display:block;
	float:left;
	width:100%;
}

#gallery-1 .gallery-item{
	float:left;
	margin-top:10px;
	width:25%;
}

#content .category-expedition-report  p{
	float:left;
	width:100%!important;
}

.gallery-instruction, .table-instruction{
	float:left;
	font-style:italic;
	width:100%;
}

.funders h2{
	padding-top:30px!important;
	margin-bottom:0px!important;
}
/* .thanksto, .partnershipwith{
	display:block;
	float:left;
	font-size:18px;
	margin:40px 30px 0 0;
	text-align:left;
	width:90px;
} */

.thanksto, .partnershipwith{
	font-size:12px;
}

.funder{
	margin-top:10px!important;
}

.funders{
	display:block;
	float:left;
	margin-right:50px;
	/*width:780px!important;*/
}

#search.widget{
	float:left;
	margin:0;
}

.widget .tags{
	margin-bottom:0!important;
}

.widget .latestpost h4{
	margin-bottom:0px;
}

.attachment.button{
	float:left;
	margin-top:20px;
}

#annual_archive_widget-2 h3.widget-title, #annual_archive_widget-3 h3.widget-title{
	font-family:arial, sans-serif;
	font-size:18px;
	margin-bottom:5px;
}

#annual_archive_widget-2 ul li, #annual_archive_widget-3 ul li{
	float:left;
	margin:0 20px 0 0;
	padding:0;
}



/*Gallery all-images page */

.all-images-gallery #gallery-1{
	display:block;
	left:0px;
	position:relative;
	width:100%;
}

.all-images-gallery #gallery-1 .gallery-item{
	width:33%!important;
}


#donate a.btn.survey{
	float:left;
	width:440px;
}

.wp-caption{
	margin-bottom:20px;
}

img.advert{
	float:left;
}

/*Twitter Settings*/
.widget .tp_recent_tweets ul li{
	background:url('../../plugins/recent-tweets-widget/assets/tweet.png') no-repeat 0px 4px transparent!important;
	padding-left:30px!important;
	padding-bottom:20px!important;
	float:left!important;
	clear:left;
	line-height:20px;
	list-style-type:none;
}

/*Flexible Posts Widget*/
#dpe_fp_widget-2{
	float:left;
}

#dpe_fp_widget-2 ul li, #tp_widget_recent_tweets-2 ul li, #dpe_fp_widget-3 ul li, #tp_widget_recent_tweets-3 ul li {
	text-transform:none;
}

#tp_widget_recent_tweets-2{
	float:left;
}

ul.dpe-flexible-posts li{
	text-transform:none;
	width:100%;
}

/*Newsletter Download Button - Homepage Sidebar */
.newsletter-download{
	background:url('images/newsletter.jpg') no-repeat 0 0 transparent;
	display:block;
	height:200px;
	width:100%;
}

.newsletter-download span{
	color:#ffffff;
	display:block;
	font-size:18px;
	padding:172px 0 0 10px;
}

.newsletter-download a{
	display:block;
	height:200px;
	text-decoration:none;
	width:100%;
}

/* Sortable tables */
table.sortable thead {
    cursor: pointer;
}

th.sorttable_nosort{
	cursor:default;
}

table.sortable th.id{
	width:40px;
}
table.sortable th.date{
	width:55px;
}
table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after { 
    content: " \25B4\25BE" 
}