/*  
Theme Name: Irresistible
Theme URI: http://www.woothemes.com/
Description: Irresistible by WooThemes
Version: 2.0.1
Author: WooThemes
Author URI: http://www.woothemes.com/
*/

/*------------------------------------------------------------------

1.	RESET
	Global reset for all HTML elements

------------------------------------------------------------------*/

* { font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit; margin: 0; outline: 0; padding: 0; vertical-align: baseline; }
html { height: 100% }
body { background: #fff; color: #000; font-size: 100.01%; min-height: 101%; text-align: left; position: relative; }
img, fieldset, abbr, acronym { border: 0 }
table { border-collapse: collapse; border-spacing: 0; width: 100%; }
address, caption, cite, code, dfn, em, var { font-style: normal; font-weight: normal; }
strong { font-weight: bold; }
caption { text-align: left }
q:before, q:after, blockquote:before, blockquote:after { content: '' }
input, select, textarea, button { font-size: 1em; line-height: normal; width: auto; }
input, select { vertical-align: middle }
textarea { height: auto; overflow: auto; }
option { padding-left: 0.6em }
button { background: none; border: 0; cursor: pointer; text-align: center; }
ul, ol { list-style-type:none; }
embed { margin-bottom:20px; }

/*------------------------------------------------------------------

2.	MAIN STYLES
	General definitions

--------------------------------------------------------------------

/*-------------------------------
2.a Tags defaults
---------------------------------
[?] Tags only. No classes or ID's here.
*/
	
body#woothemes {
	background:#08669d url(http://globalhopenetwork.org/images/background.png) repeat-x scroll 0 0;
	color: #2a2a2a;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
}

input, textarea {
	-khtml-border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

p, ul, ol, table { 
	font-size:15px;
	line-height:20px;
	margin:0 0 15px;
}

p.fineprint {
	font-size:10px;
}

em { color: #2a2a2a }


/* Headlines */
h1, h2, h3{
	font-weight: normal;
	line-height: normal;
	letter-spacing:-1px;
}
h1 { font-size:30px; }
h2 { font-size:26px; }
h3 { 
	font-size:22px; 
}
h5 { font-size:12px; }
h6 { font-size:10px; }
h1, h2, h3, h4 {
	color: #1e4156;
	font-family: "trebuchet MS",helvetica,arial,sans-serif;
	margin-top: 15px;
}
h4 {
	font-size:20px;
	font-weight:bold;
	margin-bottom:13px;
	margin-top:0;
}


/* Anchors */
a, a:link, a:visited {
	color: #0055ec;
	text-decoration: none;
}
a:hover, a:active, a.active {
	text-decoration:none;
	color:#c76814;
}

/* Lists */
#main div.box1 ul {
	padding:0 20px 15px;
	list-style:inside;
}

	#main div.box1 ul li {
	list-style:disc;
	}
	
	#main div.box1 .postfooter ul li {
		list-style:none;
	}

#main div.box1 ol {
	padding: 0 20px;
	list-style:inside;
	list-style-type:decimal;
}
	
	#main div.box1 ol li {
		margin:15px 0;
	}

#sidebar .box1 { 
	background:none repeat scroll 0 0 transparent !important;
	margin:7px 0 18px;
}
#sidebar #videos .box1 { margin: 0 0 20px; padding: 10px; }

#sidebar ul, #sidebar ol { 
	list-style-type:none;
}

blockquote {
	margin:15px 0; padding:10px 20px;
	border-bottom:1px solid #000;
	font:1.00em Arial, Helvetica, sans-serif; color:#fff;
	background:url(images/bg-box.png) repeat scroll 0 0 !important;
	background: #222;
}

/* Buttons */

.button {
	-khtml-border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border-width:1px;
}

	.tripnotebtn {
		background:none repeat scroll 0 0 #08669D;
		border:1px solid #003C5F;
		display:block;
		height:10px;
		line-height:8px;
		padding:10px;
		width:170px;
		float:left;
		font-weight:bold;
		width:190px;
		margin-left:10px;
	}
	
		.tripnotebtn:hover {
			background:none repeat scroll 0 0 #c26e00;
			text-decoration:none;
			border:1px solid #12425e;
		}

/*-------------------------------
2.b Base layout
---------------------------------
[?] Mostly ID's. Classes & tags allowed.
*/

#wrap {
	margin: auto;
	text-align: left;
	width: 960px;
	position: relative;
	background:transparent url(http://globalhopenetwork.org/images/logo-background.jpg) no-repeat scroll 0 0;
}

	#header, #content, #footer {
		float: left; display: inline;
		clear: both;
		position: relative;
	}

	#header {
		height:auto;
		margin-bottom:20px;
		margin-top:15px;
		width:100%;
	}
		#logo { 
			margin: 0;
			display:inline-block;
			width:507px;
			float:left;
		}
		
			#logo a {
				cursor: pointer;
				display:inline-block;
				text-decoration: none;
			}
			
		#header .banner {
			height:366px;
			width:960px;
			background:transparent none repeat-x scroll 0 0;
			clear:both;
		}
		
		.innerbannr {
			background:transparent url(http://globalhopenetwork.org/images/become-a-part.png) no-repeat scroll 0 8px;
			float:right;
			height:365px;
			width:440px;
			position:absolute;
			right:0;
			top:213px;
		}
		
			.innerbannr.adopt-background {
				background:transparent url(http://globalhopenetwork.org/images/become-a-part-adopt.png) no-repeat scroll 0 8px;
			}
		
			.joinbttn {
				background:#0d2f44;
				bottom:14px;
				font-family:"arial black", arial;
				font-size:41px;
				height:59px;
				letter-spacing:-3px;				
				text-transform:uppercase;
				width:182px;
			}
			
			.joinbttn.inrbnr {
				right:0;
				position:absolute;
			}
			
				.joinbttn.inrbnr.adopt {
					right:50px;
					font-size:40px;
					height:57px;
					width:390px;
				}
			
			.joinbttn.sideb {
				position:relative;
				background:#0d2f44;
				margin:10px auto 0;
			}
			
				.joinbttn:hover {
					background:#d65735 none no-repeat scroll 0 0;
				}
				
				.joinbttn.inrbnr a, #sidebar .joinbttn.sideb a {
					color:#d65735;
					display:inline-block;
					height:100%;
					text-align:center;
					width:100%;
					text-decoration:none;
					line-height:53px;
				}
			
					.joinbttn a:hover, #sidebar .joinbttn.sideb a:hover {
						color:#0d2f44;
					}

	#content {
		padding: 0 0 4em;
		width: 100%;
		*z-index:-1;
	}
		.home #main {
			float: left;
			width: 374px;
		}
		#main {
			-khtml-border-radius:4px;
			-moz-border-radius:4px;
			-webkit-border-radius:4px;
			border-radius:4px;
			float: left;
			width: 600px;
			background:#ffffff;
			border:3px solid #244F68;
		}
		
			#main div.box1 {
				margin-top:10px;
			}
		
			#main .postheader {
				background:none repeat scroll 0 0 #0E334A;
				border-bottom:1px solid #6DAED5;
				border-left:1px solid #6DAED5;
				margin:0 auto 15px;
				padding-left:15px;
				width:565px;
			}
			
				#content.trips #main .postheader {
					width:920px;
				}
			
				#main a.post-edit-link {
					color:#FF8F2C;
					text-decoration:none;
				}
				
				#main a.post-edit-link:hover {
					color:#A3D5EA;
				}
			
				#main .postheader h3 a {
					display:inline-block;
				}
				
				.postheader h3 {
					text-shadow:-1px 2px 2px #969696;
				}
			
				#main .postheader .pheadertxt {
					font-family:"Arial black",arial;
					font-size:38px;
					font-weight:bold;
					letter-spacing:-2px;
					line-height:44px;
					margin-bottom:9px;
					margin-top:-1px;
					color:#ffffff;
					padding-top:10px;
				}
				
					#main .postheader .pheadertxt a {
						color:#ffffff;
						text-shadow:-1px 2px 2px #969696;
					}
					
				.comments {
					float:right;
					height:21px;
					margin-right:10px;
					margin-top:0;
					text-align:center;
				}
				
					.comments a {
						color:#fff;
						display:inline-block;
						font-size:14px;
						height:100%;
						width:100%;
					}
				
				.postfooter {
					background:none no-repeat scroll 0 0 #C2D8E4;
					border-bottom:1px solid #5E8FAD;
					border-top:1px solid #5E8FAD;
					height:auto;
					overflow:auto;
					width:100%;
					min-height:50px;
				}
				
					.postfooter ul, 
					.postfooter .tags {
						margin-bottom: 10px;
						margin-top:10px;
					}
				
					.tags {
						color:#244f68;
						display:inline-block;
						float:left;
						font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
						font-size:15px;
						margin-bottom:10px;
						margin-left:25px;
						margin-top:15px;
						width:319px;
					}
					
						.tags a {
							color:#244f68;
							text-decoration:none;
						}
				
					#main div.box1 .postfooter ul {
						float:right;
						height:27px;
						margin:12px 0 10px;
						padding:0;
						width:236px;
					}
				
					.postfooter li {
						-khtml-border-radius:4px;
						-moz-border-radius:4px;
						-webkit-border-radius:4px;
						float:right;
						margin-left:10px;
					}
					
						.postfooter li a {
							display:inline-block;
							height:100%;
							width:100%;
							text-align:center;
						}
						
					.readmore {
						height:30px;
						width:109px;
						background:transparent url(http://globalhopenetwork.org/images/read-more-bttn.png) no-repeat scroll 0 0;
					}
					
						.readmore:hover {
							background:transparent url(http://globalhopenetwork.org/images/read-more-bttn.png) no-repeat scroll 0 -30px;
						}
					
					.share {
						background:url("http://globalhopenetwork.org/images/share-bttn.png") no-repeat scroll 0 0 transparent;
						height:30px;
						margin-right:15px;
						width:77px;
					}
					
						.share:hover {
							background:url("http://globalhopenetwork.org/images/share-bttn.png") no-repeat scroll 0 -30px transparent;
						}
		
		#content.trips #main {
			width:100%;
		}
		
		.home #sidebar {
			width: 543px;
		}
		
		#sidebar-wrap {
			float:right;
		}
		
		#sidebar {
			width: 316px;
			float:right;
			clear:right;
		}
		
			.sidesegment {
				-moz-box-shadow:0 0 10px #003858; 
				-wbekit-box-shadow:0 0 10px #003858; 
				box-shadow:0 0 10px #003858;
				-khtml-border-radius:3px;
				-moz-border-radius:3px;
				-webkit-border-radius:3px;
				border-radius:3px;
				background:transparent none repeat scroll 0 0;
				border:3px solid #0E334A;
				margin-bottom:20px;
			}
			
				.sb-dashedbox {
					-khtml-border-radius:6px;
					-moz-border-radius:6px;
					-webkit-border-radius:border-radius:6px;
					border:2px dashed #BFE5FB;
					margin:0 auto 25px;
					padding:10px 3px;
					width:90%;
				}
			
		#sidebar h3 { 
			margin-top:10px; 
			letter-spacing:-1px;
		}
		
			#sidebar h3.scfont {
				color:#FFFFFF;
				font-size:34px;
				margin-left:40px;
				text-align:left;
				letter-spacing:-1px;
			}
	
#footer {
	height:50px;
	line-height:1px;
	margin:0 auto 30px;
	width:100%;
}
	#footerWrap {
		background:#0E334A none repeat-x scroll 0 0;
		color:#ffffff;
		height:40px;
		margin:0 auto;
		padding:0 20px;
		position:relative;
		width:970px;
		border:1px solid #3c7495;
	}
	
	
/* Fix Footer Position */
#wrap {position: relative; min-height: 100%;}
html, body, * html #wrap {height: 100%;}
#content {padding-bottom: 100px;}
#footer {margin-top: -73px; bottom: -7px }


/*-------------------------------
2.c Navigations
-------------------------------*/

ul.nav { margin: 0 }

/* Main navigation */
#nav {
	background:url("http://globalhopenetwork.org/images/ghni-navigation.png") no-repeat scroll 0 0 transparent;
	float:left;
	height:38px;
	left:0;
	top:10px;
	width:810px;
}

#nav.nav {
	padding: 0 0 0 15px;
}

#nav, #nav ul {
	padding: 0;
	margin:25px 0 10px;
	list-style: none; 
	line-height: 1;
	letter-spacing:0;
	font-family:Arial, Helvetica, sans-serif;
}

#nav a {
	color:#404040;
	display:block;
	font-size:14px;
	font-weight:bold;
	padding:5px 9px;
	text-decoration:none;
	text-transform:uppercase;
}

	#nav li.page-item-2, 
	#nav li.page-item-92, 
	#nav li.page-item-1555, 
	#nav li.page-item-130, 
	#nav li.page-item-74, 
	#nav li.page-item-381, 
	#nav li.page-item-1852 {
		margin:4px 0 0 2px;
	}
	
	#nav li.page-item-78 {
		margin: 4px 0 0 4px;
	}

	#nav a:hover {
		color: #e4f2f4;
		background:#ff8022;
	}

#nav li {
	float: left;
}

.navigation.nav.clearfix {
	margin:0 auto 20px;
	width:300px;
	clear:left;
}

	.navigation.nav.clearfix a {
		display:block;
		height:30px;
		width:137px;
	}

	.navigation.nav.clearfix .fl {
		background: url("../../../images/entries-buttons.png") no-repeat scroll -140px 0 transparent;
		height:30px;
		width:137px;
	}
	
		.navigation.nav.clearfix .fl:hover {
			background: url("../../../images/entries-buttons.png") no-repeat scroll -140px -30px transparent;
		}
	
	.navigation.nav.clearfix .fr {
		background: url("../../../images/entries-buttons.png") scroll no-repeat 0 0 transparent;
		height:30px;
		width:137px;
	}
	
		.navigation.nav.clearfix .fr:hover {
			background: url("../../../images/entries-buttons.png") no-repeat scroll 0 -30px transparent;
		}

/* Style drop down list */

#nav li ul {
	position: absolute;
	width: 300px;
	left: -999em;
	margin-top:1px;
	z-index:40;
}

	#nav li ul li {
		margin-top:-1px;
	}
	
		#nav li ul li a {
			-moz-border-radius: 3px;
			-khtml-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;	
			background: url(images/nav-hov-bckgnd.png);
			line-height: 22px;
			font-size: 11px;
			color: #fff;
			width: 150px;
		}
	
			#nav li ul li a:hover {
				background: transparent url(images/nav-hov-bckgnd-hover.png) repeat scroll 0 0;
				color:#ffe2cc;
			}
			
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	display:block;
}

#nav li ul ul {
	margin: -29px 0 0 168px;
}

	#nav li ul li a:hover #nav a {
		color: #e4f2f4;
		background:#ff8022;
	}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}

.sf-sub-indicator {
	display:none;
}

/* IE7 Fix */

#nav li:hover, #nav li.hover {  
	position: static;
}

ul#footerNav {
	float:right;
	font-size:12px;
	line-height:40px;
	text-transform:uppercase;
}
	ul#footerNav li {
		display:inline;
		float:left;
		margin-left:9px;
	}
	
		ul#footerNav li a {
			color:#ffffff;
		}


/*-------------------------------
2.d Elements, ID's & Classes
-------------------------------*/

#footer #footerWrap #copy {
	display:inline-block;
	font-size:13px;
	letter-spacing:0;
	line-height:40px;
	float:left;
}
	#footer #footerWrap #copy a {
		color: #B2CEFF;
	}
	
.sb {
	float:right;
	height:140px;
	width:337px;
	margin-top:-15px;
}

div#hi {
	background:transparent url(http://globalhopenetwork.org/images/social-media-bar.png) no-repeat scroll center top;
	float:right;
	height:147px;
	width:339px;
}
	div#hi p a {
		color: #d0d0d0;
		font: 11px/11px Arial, Helvetica, sans-serif;
	}
	
	#hi ul {
		height:75px;
		margin-left:18px;
		margin-top:42px;
		width:337px;
	}
	
		#hi ul li {
			display:inline-block;
			float:left;
			height:71px;
			margin:4px 0 0 17px;
		}
		
			#hi ul li a {
				height:100%;
				width:100%;
				display:inline-block;
			}
		
			#hi ul li.sb-twitter {
				background: transparent url(http://globalhopenetwork.org/images/twitter-followus.png) no-repeat scroll 0 0;
				margin-left:12px;
				width:68px;
			}
			
				#hi ul li.sb-twitter:hover {
					background: transparent url(http://globalhopenetwork.org/images/twitter-followus.png) no-repeat scroll 0 -71px;
				}
			
			#hi ul li.sb-facebook {
				background: transparent url(http://globalhopenetwork.org/images/facebook-fan-us.png) no-repeat scroll 0 0;
				margin-left:11px;
				width:55px;
			}
			
				#hi ul li.sb-facebook:hover {
					background: transparent url(http://globalhopenetwork.org/images/facebook-fan-us.png) no-repeat scroll 0 -71px;
				}
			
			#hi ul li.sb-tumblr {
				background: transparent url(http://globalhopenetwork.org/images/tumblr-love-us.png) no-repeat scroll 0 0;
				width:55px;
				margin-top:7px;
			}
			
				#hi ul li.sb-tumblr:hover {
					background: transparent url(http://globalhopenetwork.org/images/tumblr-love-us.png) no-repeat scroll 0 -71px;
				}
			
			#hi ul li.sb-vimeo {
				background: transparent url(http://globalhopenetwork.org/images/vimeo-watch-us.png) no-repeat scroll 0 0;
				width:63px;
			}
			
				#hi ul li.sb-vimeo:hover {
					background: transparent url(http://globalhopenetwork.org/images/vimeo-watch-us.png) no-repeat scroll 0 -71px;
				}
	
		#hi ul li a img {
			display:inline-block;
			float:left;
			margin:12px 0 0 14px;
		}
	
	.subscribe {
		background:transparent url(http://globalhopenetwork.org/images/subscribe.png) no-repeat scroll 0 0;
		width:85px;
	}
	
		.subscribe:hover {
			background:url("http://globalhopenetwork.org/images/subscribe.png") no-repeat scroll 0 -34px transparent;
		}


h3#myWritings {
	background: url(images/bg-h2-mywritings.png) no-repeat;
	width: 160px; height: 34px;
	margin: 0 0 10px 12px;
	display:0
}

h3#myVideos {
	background: url(images/bg-h2-myvideos.png) no-repeat;
	width: 138px; height: 33px;
	margin: 0 0 11px 12px;
}

h3#myPhotos {
	background: url(images/bg-h2-myphotos.png) no-repeat;
	width: 137px; height: 34px;
	margin: 0 0 10px;
}
h3#myPortfolio {
	background: url(images/bg-h2-myportfolio.png) no-repeat;
	width: 160px; height: 34px;
	margin: 0 0 10px;
}
h3#myLifestream {
	background: url(images/bg-h2-mylifestream.png) no-repeat;
	width: 189px; height: 34px;
	margin: 0 0 10px;
}
h3#myFavblog {
	background: url(images/bg-h2-myfavblog.png) no-repeat;
	width: 150px; height: 32px;
	margin: 0 0 10px;
}


h2.lifestream_date { display:none; } 
p.lifestream_credits { display:none; } 


div.box1, ol.commentlist li, form#comments { 
	background:#ffffff none repeat scroll 0 0 !important;
}

div.box1 {
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: 0 0 20px;
}
	div.box1 ul, div.box1 ul.blog-list li p { margin: 0 }

		div.box1 ul.blog-list li {
			border-bottom: 1px dashed #3f566e;
			padding: 0 0 15px;
		}

	div.box1 p.link {
		text-align: right;
		margin: 0 0 15px;
	}
	
	div.box1 ul.left-list {
		float: left;
		width: 230px;
		padding: 10px 0 10px 10px;
	}

	div.box1 ul.right-list {
		float: right;
		width: 230px;
		padding: 10px 10px 10px 0;
	}
	
		div.box1 ul.left-list li, div.box1 ul.right-list li, div.box1 ul.list3 li {
			line-height: 13px;
			border-top: 1px dashed #3f566e;
			padding: 8px 0;
		}
		
		div.box1 ul.list3 {
			margin: 15px 0 0;
		}

		div.box1 ul.list3 li {
			padding: 15px 0;
		}
		
		div.box1 ul.list3 li ul {
			margin: 0;
			border: none !Important;
		}

		div.box1 ul.list3 li ul li {
			margin: 0 0 0 15px;
			padding: 15px 0 0;
			border: none !Important;
		}
		
		div.box1 ul.left-list li a, div.box1 ul.right-list li a, div.box1 ul.list3 li a { color: #dadada }

div.box2 {
	background-color: #141517;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 8px;
}

.box1 .continue {
	background:transparent none repeat scroll 0 0;
	color:#ff8f2c;
}

	.box1 a.more-link {
		color:#A3D5EA;
		text-decoration:none;
	}

		.box1 .continue:hover {
			color:#A3D5EA;
		}

.txt0, .txt0 a, .continue { 
	color: #a3d5ea;
	background:#28668C none repeat scroll 0 0;
	color:#A3D5EA;
	display:inline-block;
}

.txt01 {
	color:#fff;
	font-size:15px;
	margin-bottom:10px;
	padding:2px 10px;
	letter-spacing:-1px;
}

.txt02 {
	text-transform:uppercase;
}

h4.txt1 {
	background: url(images/ico-1.gif) no-repeat 15px 3px;
	padding: 0 0 10px 45px;
}

#sidebar h3 {
	color: #fff;
	font-weight: normal;
}

#sidebar a {
	color: #ffffff;
	display:inline-block;
}

ol.commentlist  { margin:0; }

ol.commentlist li {
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin: 0 0 10px;
	padding: 18px 20px 18px 20px;
	position: relative;
}
	ol.commentlist li p {	margin: 0 }

		ol.commentlist li img.avatar {
			float:right;
			padding:0 10px 0 10px;
		}

		ol.commentlist li p a { color: #6099ff; }
		
	ol.commentlist li ul li {
		padding: 15px 0px 5px 20px;
		margin:0;
	}

ol.commentlist .comment-meta a { color:#999; padding-bottom:5px; }
ol.commentlist .children { margin:0; }

h2.title { color: #fff; margin: 0 0 14px }

div.post { padding: 0 20px 20px; }
.post strong { font-weight: 700;}
.post em { font-style: italic}


.home .post { border-bottom: 1px dashed #777777}

div.post img { 
	-khtml-border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background:none repeat scroll 0 0 #F2F9FD;
	border:1px dashed #08669D;
	padding:5px !important;
}

.box1 .navigation { padding: 10px 0; }

h2.hd-page {
	margin: 20px 0;
}
div.box1 ul.list2 li, div.list3 li {
	border-bottom:2px dashed #D9F1FF;
	line-height:16px;
	padding:10px 0;
}

	div.list3 li:hover {
		background:#086ca7;
	}

div.list3 .lifestream li { border:none; }

/*-------------------------------
Trip Notes pages styling
-------------------------------*/

.segment {
	-khtml-border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	width:835px;
	padding:15px;
}

	.segment:hover {
		background:none repeat scroll 0 0 #DFEAFF;
		border:1px solid #075380;
		padding:14px;
	}

	.segment ul {
		margin-left: 25px;
	}


/*------------------------------------------------------------------

3.	FORMS
	Styles for forms only

--------------------------------------------------------------------

/*-------------------------------
3.a Form styles
-------------------------------*/

input.text, select.select, textarea.textarea
{
	border: 0;
	color: #000;
	padding: 7px;
}
input.text { width: 168px }
select.select { width: 200px }
textarea.textarea { width: 375px; height: 100px; background-color: #e9eef4 }

button.button {
	color: #fff;
	height: auto; width: auto;
	line-height: normal;
	white-space: nowrap;
}

/* General forms */
form.form {  }

	form.form ol.fieldset {	list-style: none }
	
		form.form ol.fieldset li.field {
			margin: 0 0 13px;
			position: relative;
		}
			form.form ol.fieldset li.field label {
				position: absolute;
				top: 5px; left: 195px;
			}
			
	form.form p.submit { margin: 0 }
	
	form.form p.submit input { padding: 5px 10px }


/* Search forms where button and text input are next to each other  */
form.search { /* nothing here */ }
	
	form.search p.fields { margin: 0 }

		form.search p.fields input, form.search p.fields button {
			display: inline;
			vertical-align: middle;
		}


/*-------------------------------
3.b Individual forms
-------------------------------*/

form#topSearch {
	background: url(images/bg-search.png) no-repeat;
	width: 178px; height: 32px;
	position: absolute;
	top: 10px; right: 0;
}
	form#topSearch p.fields input {
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		width: 130px;
		background: none;
		overflow: hidden;
		border: none;
		position: absolute;
		top: 8px; left: 8px;
	}
		form#topSearch p.fields button {
			background: url(images/ico-search.png) no-repeat;
			width: 21px; height: 21px;
			border: none;
			position: absolute;
			top: 5px; right: 10px;
		}

form#comments {
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 20px 30px;
}
		

/*------------------------------------------------------------------

4.	PLUGINS
	Predefined utilities

--------------------------------------------------------------------

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

ul.idTabs {
	width: 100%;
	padding: 0;
	margin: 0 0 0 10px;
}

ul.idTabs li {
	display: inline;
	margin-right:5px;
	float:left;
}

ul.idTabs li a {
	display:block;
	float:left;
	height:16px;
	margin:0 auto;
	padding:10px;
	text-align:left;
}

ul.idTabs li a.selected, ul.idTabs li a:hover {
	background: url(images/bg-box.png) repeat !important;
	background: #111;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-topleft: 6px;
	-khtml-border-radius: 6px 6px 0 0;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	border-radius: 6px 6px 0 0;	
}
#tabs .inside {
	background: url(images/bg-box.png) repeat !important;
	background: #111;
	-moz-border-radius: 6px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;	
}

#tabs .inside ul li {
	line-height: 13px;
	border-bottom: 1px dashed #555;
	padding: 15px 0;	
}
#tabs .inside ul#comm li {
	background:url(images/ico-6.gif) no-repeat left center;
	padding-left:28px;
}
#tabs .inside ul#pop li {
	background:url(images/ico-2.gif) no-repeat left center;
	padding-left:28px;
}


#tagcloud {
	padding:15px;
}
#tabs .inside ul{
	margin:0;
	padding:0px 15px 10px 15px !important;
}
.home #tabs {
	width:260px;
	float:left;
	margin:24px 0 20px;
}
.home div#myfavblog {
	width:260px;
	float:right;
}



/*-------------------------------
Widgets
-------------------------------*/


.widgetized .inside {
	background: url(images/bg-box.png) repeat !important;
	background: #111;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-topleft: 6px;
	-khtml-border-radius: 6px 6px 0 0;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	border-radius: 6px 6px 0 0;	
}

.widgetized h3 {
	display:none;
}

table#wp-calendar { margin:0 !important; }

#wp-calendar caption {
	color: #fff;
	font-weight: normal;
	font-size: 22px;
	letter-spacing: -1px;
	margin: 0 0 10px;
	font-family: Georgia;
}

#wp-calendar thead {
	color: #6099ff;
	font-weight: bold !important;
}

#wp-calendar #next, #wp-calendar #prev {
	padding: 10px 0 0 !important;
}

#flickr {
	clear: both;
	margin: 0 0 20px 0;
	padding: 0 10px;
}

#flickr .flickr_badge_image a {
		float: left;
		display: inline;
		margin: 0 16px 15px 0;
		border: 1px dashed #888;
		padding: 5px;
}

#flickr .flickr_badge_image a:hover {
	border: 1px dashed #fff;
}

#flickr-sidebar {
	-moz-box-shadow:0 0 10px #003858; 
	-wbekit-box-shadow:0 0 10px #003858; 
	box-shadow:0 0 10px #003858;
	-khtml-border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background:transparent;
	border:3px solid #0E334A;
}

	#flickr-sidebar a {
		margin:5px 10px 10px 0;
	}
	
		.flickr-photos a img {
			-khtml-border-radius:4px;
			-moz-border-radius:4px;
			-webkit-border-radius:4px;
			border-radius:4px;
			border:2px dashed #D9F1FF;
			height:auto;
			padding:3px;
			width:76px;
		}

	.flickr-photos h3.hl {
		background:transparent url(http://globalhopenetwork.org/images/ghni-our-photostream.png) no-repeat scroll 0 0;
		height:50px;
		margin-left:-13px;
		width:490px;
		display:block;
	}

	.flickr-photos {
		height:305px;
		margin:0 auto;
		padding-bottom:10px;
		text-align:right;
		width:308px;
	}
	
#browseFlickr{
	background: url(images/bg-flickr.png) no-repeat;
	width: 91px; height: 11px;
	margin: 0 25px 10px 12px;
	float:right;
}
#video {
	padding: 10px;
}

#sidebar #advert_125x125 { padding:30px 0 20px 30px; margin: 0 0 18px;	}
#sidebar #advert_125x125 img { margin:0 15px 5px 0; }

#portfolio {
	clear: both;
	margin: 0 0 20px 0;
	padding: 0 10px;
}

#portfolio a {
		float: left;
		display: inline;
		margin: 0 16px 15px 0;
		border: 1px dashed #888;
		padding: 5px;
}

#portfolio a:hover {
	border: 1px dashed #fff;
}

/*Recent Posts*/

#recent-posts-3 {
	-moz-box-shadow:0 0 10px #003858; 
	-wbekit-box-shadow:0 0 10px #003858; 
	box-shadow:0 0 10px #003858;
	-khtml-border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background: url("../../../images/recent-posts-header.png") no-repeat scroll 0 0 transparent;
	border:3px solid #0E334A;
	float:right;
	clear:both;
	margin-bottom:20px;
	margin-top:20px;
	padding-top:70px;
	width:310px;
}

	#recent-posts-3 .list3.box1 ul {
		padding:0 20px;
	}

	#recent-posts-3 h3 {
		display: none;
	}
	
	#recent-posts-3 .list3.box1 {
		background: transparent !important;
	}
	
	#recent-posts-3 a {
		color:#FF9E48;
		display:block;
		height:100%;
		width:100%;
	}
	
		#recent-posts-3 a:hover, #flickr-sidebar a:hover {
			color: #bbe0ff;
		}

/*Recent Posts End*/

/*Image Slider*/

#slider {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(slide.png) repeat scroll 0 0;
	border-bottom:10px solid #CCCCCC;
	height:292px;
	margin:0 0;
	overflow:hidden;
	position:relative;
}

.stepcarousel {
	height:270px;
	margin:0 30px;
	overflow:scroll;
	position:relative;
	width:940px;
}

	.stepcarousel .panel {
		float:left;
		height:210px;
		margin:10px 20px;
		overflow:visible;
		width:900px;
	}
	
		.stepcarousel .panel img {
			-moz-background-clip:border;
			-moz-background-inline-policy:continuous;
			-moz-background-origin:padding;
			background:#AD4944 none repeat scroll 0 0;
			padding:10px;
			position:absolute;
			right:60px;
			top:20px;
			width:308px;
		}

/*ShareThis*/

.stbuttontext {
	display:none;
}

#main .stico_default {
	background:transparent none repeat scroll 0 0 !important;
	display:inline-block;
	height:100%;
	padding:0;
	width:100%;
}

/*-------------------------------
Disqus Comments
-------------------------------*/

#disqus_thread {
	margin:0 auto 10px;
	width:80%;
}

#dsq-content ul, #dsq-content li, #dsq-content ol, #dsq-content cite, #dsq-content div, #dsq-content table, #dsq-content td, #dsq-content th, #dsq-content p, #dsq-content a, #dsq-content cite, #dsq-content img {
	background:transparent none repeat scroll 0 0;
	border:0 none;
	float:none;
	margin:3px 0;
	padding:0;
	text-indent:0;
}

/*-------------------------------
Lifestream
-------------------------------*/

.list3 .first, .list3 h5 {
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: 1px dashed #fff;
}

.list3 .lifestream-icon {
	float: left;
	padding: 0 15px 0 0;
}

.list3 .lifestream-post {
	font-size: 14px;
}

.list3 .lifestream-post p {
	margin: 0 !important;
}

/*-------------------------------
MailChimp
-------------------------------*/

.mce_inline_error {
	margin:0 0 0 !important;
	padding:2px 4px !important;
	font-size:10px;
	width:100% !important;
	height:17px;
}

#mce-success-response {
	background:#e9ffd3;
	height:15px;
	border:1px solid #529214;
	line-height:16px;
}

/*-------------------------------
Utility classes
-------------------------------*/

.l { text-align: left }
.c { text-align: center }
.r { text-align: right }
.aligncenter { margin: 5px auto 15px auto;	display: block; }
.alignleft { margin: 15px 15px 5px 0; float: left; }
.alignright { margin: 5px 0px 5px 15px; float: right; }

.wrap, .col { float: left;	display: inline; position: relative; }
.wrap { clear: both }

.clear { clear: both }
.fl { float: left }
.fr { float: right }
.hide, .hidden, .anchor, .skip { display: none }
.nomargin { margin-bottom: 0 !important }
.noborder { border: 0 !important }
.top { margin-top: 0 !important }

.replace, .br { display: block; font-size: 1%; line-height: 0; text-align: left; text-indent: -10000px; }

.hr { background: #ccc; height: 1px; margin: 1.5em 0 }
.hr hr { display: none }


/*-------------------------------
Clearfix
-------------------------------*/

.clearfix:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.clearfix { display: block }
.fix{ clear: both; height: 1px; margin: -1px 0 0; overflow: hidden; }


/*-------------------------------
Table Sorter
-------------------------------*/

table.tablesorter {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #transparent;
	margin:10px 0pt 15px;
	font-size: 15px;
	width: 100%;
	text-align: left;
	border:2px solid #8399AF;
	color:#224467;
	clear:both;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color:transparent;
	border: 2px solid #8399AF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image:url("../../../images/bg.gif");
	background-position:right center;
	background-repeat:no-repeat;
	cursor:pointer;
	font-size:17px;
	font-weight:bold;
	padding-right:20px;
}
table.tablesorter tbody td {
	color: #224467;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
	border:2px solid #8399AF;
}

	table.tablesorter tbody td a {
		width:88px;
		height:31px;
		display:block;
	}
	
		table.tablesorter tbody td a.trip-notes-button {
			background: transparent url("../../../images/trip-notes-button.png") no-repeat scroll 0 0;
		}
		
		table.tablesorter tbody td a.trip-notes-button:hover {
			background: transparent url("../../../images/trip-notes-button.png") no-repeat scroll 0 -32px;
		}
	
table.tablesorter tbody tr.odd td {
	background-color:transparent;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url("../../../images/asc.gif");
}
table.tablesorter thead tr .headerSortDown {
	background-image: url("../../../images/desc.gif");
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #8dbdd8;
}

/*-------------------------------
Thickbox
-------------------------------*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#0e334a;
	filter:alpha(opacity=65);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	-khtml-border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #0e334a;
	text-align:left;
	top:50%;
	left:50%;
}

	#TB_window h3 {
		font-size:17px;
		margin:0;
	}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	float:right;
	padding:5px 10px 5px 0;
	text-align:right;
}

#TB_ajaxWindowTitle{
	float:left;
	margin-bottom:1px;
	padding:4px 0 5px 10px;
	font-size:21px;
}

#TB_title{
	background-color:#386A86;
	color:#FFFFFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	height:35px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:hidden;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

/*-------------------------------
jQuery Tabs
-------------------------------*/

/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
    font-family: Helvetica, Arial, "Trebuchet MS", Verdana, sans-serif;
    font-size: 13px;
}
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}

#main div.box1 .ui-tabs-nav li {
	float:left;
	margin:0 8px 0 0;
	list-style:none;
}

	#main div.box1 .ui-tabs-nav li a {
		display:block;
		height:35px;
	}
	
		#main div.box1 .ui-tabs-nav li a.overview {
			background:url("../../../images/trip-notes-buttons.png") no-repeat scroll -2px 0 transparent;
			width:75px;
		}
		
			#main div.box1 .ui-tabs-nav li a.overview:hover, #main div.box1 .ui-tabs-nav li.ui-tabs-selected a.overview {
				background:url("../../../images/trip-notes-buttons.png") no-repeat scroll -2px -38px transparent;
			}
		
		#main div.box1 .ui-tabs-nav li a.datesprices {
			background:url("../../../images/trip-notes-buttons.png") no-repeat scroll -2px -78px transparent;
			width:104px;
		}
		
			#main div.box1 .ui-tabs-nav li a.datesprices:hover, #main div.box1 .ui-tabs-nav li.ui-tabs-selected a.datesprices {
				background:url("../../../images/trip-notes-buttons.png") no-repeat scroll -2px -115px transparent;
			}
			
		#main div.box1 .ui-tabs-nav li a.details {
			background:url("../../../images/trip-notes-buttons.png") no-repeat scroll -2px -154px transparent;
			width:59px;
		}
		
			#main div.box1 .ui-tabs-nav li a.details:hover, #main div.box1 .ui-tabs-nav li.ui-tabs-selected a.details {
				background:url("../../../images/trip-notes-buttons.png") no-repeat scroll -2px -191px transparent;
			}
		
		#main div.box1 .ui-tabs-nav li a.expect {
			background:url("../../../images/trip-notes-buttons.png") no-repeat scroll -2px -229px transparent;
			width:107px;
		}
		
			#main div.box1 .ui-tabs-nav li a.expect:hover, #main div.box1 .ui-tabs-nav li.ui-tabs-selected a.expect {
				background:url("../../../images/trip-notes-buttons.png") no-repeat scroll -2px -266px transparent;
			}
		
		#main div.box1 .ui-tabs-nav li a.background {
			background:url("../../../images/background-btn.png") no-repeat scroll 0 -1px transparent;
			width:94px;
		}
			#main div.box1 .ui-tabs-nav li a.background:hover, #main div.box1 .ui-tabs-nav li.ui-tabs-selected a.background {
				background:url("../../../images/background-btn.png") no-repeat scroll 0 -38px transparent;
			}
			
		#main div.box1 .ui-tabs-nav li a.preparation {
			background:url("../../../images/preparation-btn.png") no-repeat scroll 0 -1px transparent;
			width:94px;
		}
			#main div.box1 .ui-tabs-nav li a.preparation:hover, #main div.box1 .ui-tabs-nav li.ui-tabs-selected a.preparation {
				background:url("../../../images/preparation-btn.png") no-repeat scroll 0 -38px transparent;
			}
			
.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
    padding: 0 10px;
    background: url(tab.png) no-repeat;
}
.ui-tabs-nav a {
    margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    color: #27537a;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
    color: #000;
}
.ui-tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-bottom: 1px;
}
.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active {
    background-position: 100% -150px;
}
.ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active {
    background-position: 100% -100px;
}
.ui-tabs-nav .ui-tabs-selected a span, .ui-tabs-nav a:hover span, .ui-tabs-nav a:focus span, .ui-tabs-nav a:active span {
    background-position: 0 -50px;
}
.ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-disabled a:hover span, .ui-tabs-nav .ui-tabs-disabled a:focus span, .ui-tabs-nav .ui-tabs-disabled a:active span {
    background-position: 0 0;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-deselectable a:hover, .ui-tabs-nav .ui-tabs-deselectable a:focus, .ui-tabs-nav .ui-tabs-deselectable a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-panel {
    background:none repeat scroll 0 0 #FFFFFF; /* declare background color for container to avoid distorted fonts in IE while fading */
	margin-left:20px;
	padding:10px 8px 30px;
	width:900px; 
}
.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}

/*-------------------------------
Teasers
-------------------------------*/

.teasers {
		float:left;
		font-size:80%;
		width:255px;
	}
	
		#main .box1.teasers .post.clearfix div h3 a {
			font-size:17px;
			line-height:22px;
			width:234px;
		}
		
		#main .box1.teasers a {
			font-size:18px;
			font-weight:normal;
		}
		
		#main .box1.teasers img {
			float:left;
			height:auto;
			width:85%;
		}
		
		#main .box1.teasers .postheader {
			width:245px;
		}
		
		#main .box1.teasers .post.clearfix {
			margin-top:10px;
			height:360px;
		}
		
		#main .teasers .postheader .pheadertxt {
		line-height:18px;
		}
		
		#main .teasers .postheader .txt01 {
			font-size:12px;
		}
		
		#main div.box1.teasers .postfooter ul {
			float:left;
			width:100px;
			margin-left:12px;
		}
			#main .box1.teasers .comments {
				margin-top:18px;
			}
		
				#main .box1.teasers .comments a {
					color:#244F68;
					font-size:12px;
				}
		
			#main .box1.teasers .post.clearfix p {
				margin:0 0 8px;
				font-size:12px;
			}
			
				#main .box1.teasers .txt0 a {
						font-size:11px;
					}
					
				#main .box1.teasers .post.clearfix div a {
					font-size:11px;
				}
			
		#main .box1.teasers {
			margin-bottom: 15px;
			width:300px;
			margin-top:0;
		}
		
/*-------------------------------
Image Slider
-------------------------------*/

/*--Main Container--*/

.main_view {
	float: left;
	position: relative;
	margin-top:7px;
}

/*--Window/Masking Styles--*/
.window {
	height:350px;
	overflow:hidden;
	position:relative;
	width:498px;
}

	div.post .window.facilities img {
		padding:0 !important;
	}
	
	.window.facilities {
		height:300px;
		width:565px;
	}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/

div.post .main_view .paging {
	bottom:0;
}

.paging {
	background:url("../../../images/pagenavi-imageslider.png") repeat-x scroll 0 0 transparent;
	top:0;
	display:none;
	height:20px;
	line-height:35px;
	padding:5px 0 8px 5px;
	position:absolute;
	left:0;
	text-align:center;
	width:172px;
	z-index:20;
}

.paging a {
	color:#FFFFFF;
	display:block;
	float:left;
	line-height:17px;
	margin:0 5px;
	padding:2px 5px;
	text-decoration:none;
	width:8px;
}

.paging a.active {
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	background:none repeat scroll 0 0 #074C74;
	border:1px solid #063d5d;
	font-weight:bold;
	margin:0 5px;
	padding:2px 5px;
}

.paging a:hover {font-weight: bold;}

/*Image Slider jQuery CSS End*/

/*WPCF7 CSS Start*/

	span.wpcf7-form-control-wrap input, span.wpcf7-form-control-wrap select, span.wpcf7-form-control-wrap textarea {
		margin-top:4px;
		border:1px solid #076399;
	}
		
/*WPCF7 CSS End*/