/*
Theme Name: Tripingo Darkish
Theme URI: http://tripingo.com/
Description: Tripingo theme, for your pleasure..
Version: 1.0
Author: Jan Kraus
Author URI: http://www.jankraus.pl/
Tags: dark, fixed width, one columns, widgets

*/

html,body,h1,h2,h3,ul#nav,ul#nav li, form, fieldset,input, div.sidebar-inner ul,div.sidebar-inner ul li,div#comments ol, div#comments li{
	margin: 0;
	padding: 0;
}

/* black text fix on OS X */
h1, h2, h3, h4, h5, p, li, a, span, strong, input, td, th, caption, textarea{
opacity:0.999999;
}

body{
	background: #070606 url('images/background.png') 0 -1px repeat-x;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 12px;
	color:#6e5d53;
}

a:link{
	color:#56759a;
}

a:visited{
	color:#6786ab;
}

a img{
	border: none;
}

div#wrp{
	background: transparent url('images/header.png') 0 -1px repeat-x;
	min-height: 450px;
}

div#hdr,div#cnt{
	width: 966px;
	margin: 0 auto;
	position: relative;
}

/*	=Header
	------------------------------------------------------ */

div#hdr{
	height: 100px;
	position: relative;
}

h1{
	width: 360px;
	height: 100px;
}

h1 a{
	display: block;
	text-indent: -999em;
	color: #fff;
	background: url('images/tripingo-logo.png') 0 0 no-repeat;
	height: 100%;
	width: 100%;
}

ul#nav{
	position: absolute;
	top: 80px;
	right: 15px;
	list-style: none;
}

ul#nav li{
	display: inline;
	padding: 1px 10px;
	border-right: 1px dotted #ecf4ff;
}

ul#nav li:last-child{
	border:none;
}

ul#nav li a{
	color:#ecf4ff;
	text-decoration: none;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 900;
}

ul#nav li a:hover{
	color: #fff;
	text-decoration:underline;
}

form#searchform{
	position: absolute;
	right:0px;
	top:10px;
}

form#searchform fieldset{
	border:none;
}

form#searchform input#s{
	width:175px;
	background:#fff;
	height:15px;
	padding:5px;
	color:#555;
	font-size:11px;
	border:none;
	border-top:2px solid #222;
	border-left:2px solid #222;
	border-bottom:1px solid #222;
}

form#searchform input.submit{
	width:60px;
	height:28px;
	border:none;
	background:#000;
	text-align: center;
	color:#fff;
	border:1px solid #000;
	position: relative;
	top:1px;
	left:0px;
	font-size:11px;
}

form#searchform label{
	display: none;
}

/*	=Content
	------------------------------------------------------ */

div#cnt{
	min-height: 310px;
}

div.promo-image{
	width:965px;
	height: 350px;
	background: transparent url('images/header-box.png') 0 0 no-repeat;
	padding: 5px 0 0 1px
}

div.promo-image img{
	border:5px solid #fff;
}

div.promo-image a.badge{
	display: block;
	position: absolute;
	right:10px;
	top: 50px;
	height: 97px;
	width: 39px;
	text-indent: -999em;
	outline: none;
	background: transparent url('images/flickr-badge-vertical.png') 0 0 no-repeat;
}


/* main article 
-------------------------------------------- */

div.main-article h2{
	position: absolute;
	top: 265px;
	left: 6px;
	font-size: 30px;
	font-weight: 100px;
	letter-spacing: 2px;
	background: #fff;
	padding: 10px 20px;
	width: 910px;
}

div.main-article h2 a{
	color: #070606;
	text-decoration: none;
}

div.main-article{
	padding: 15px 30px;
}

div.main-article p{
	line-height: 2.5;
}	

div.main-article div.introduction{
	background: #0c0e11;
	font-size: 17px;
	padding: 0px 270px 0 30px;
	margin: 0px -26px 0 -30px;
	letter-spacing: -1px;
	border:5px solid #0f1216;
	color: #f3b202;
	position: relative;
}

div.main-article div.introduction div.details{
	position: absolute;
	right: 0px;
	width: 220px;
	top: 20px;
	border-left: 1px solid #0f1216;
	height: 80px;
	font-size: 10px;
	color: #555;
	padding: 10px 10px 10px 10px;
	line-height: 2;
	letter-spacing: 0;
}

div.main-article div.introduction div.details a.author-avatar{
	position: absolute;
	right: 10px;
	top:-10px;
	border:1px solid #444;
	display: block;
	padding:1px;
}

div.main-article div.introduction div.details a.author-avatar img{
	display: block;
}

div.main-article h3{
	margin: 20px 0 0 0;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 4px;
	color:#aaa;
	font-weight: 100;
}

/*	=Article single page
	------------------------------------------------------ */

div#cnt.single{
	overflow:auto;
}


div#cnt.single div.main-article{
	width:700px;
	float:left;
	padding:20px 0;
}

div#cnt.single  div.entry{
	background: #0c0e11;
	font-size: 15px;
	padding: 20px;
	margin: 0;
	letter-spacing: -1px;
	border:5px solid #0f1216;
	color: #aaa;
	position: relative;	
}

div#cnt.single div.entry p{
	margin:10px 0 20px 0;
}

div#cnt.single div.entry h3{
	color:#f3b202;
	font-size:15px;
	margin:10px 0;
	border-bottom:1px dotted #0f1216;
}

div#cnt.single div.entry p.details{
	background:#0f1216;
	padding:5px 10px;
	font-size:11px;
	text-align: center;
	margin:-20px -20px 0 -20px;
	color:#6e5d53;
	letter-spacing:0;
}

div.sociable_tagline{
	padding:0 0 5px 0;
}

div.post-bottom{
	background:#0f1216;
	padding:5px 10px;
	font-size:11px;
	text-align: center;
}

div.post-bottom p{
	padding:0px 0;
	margin:0;
}

div#comments{
	padding:10px 10px;
}

div#comments ol li{
	padding:0px 0 0px 10px;
	border-left:1px dotted #0f1216;	
	display: block;
	margin:20px 0;	
}

div#comments ol li p.comment-meta{
	font-size:10px;
	padding:10px 0 0px 0;
	margin:0;
}

div#comments div.comment-reply{
	background:#0f1216;
	padding:5px 10px;
	font-size:11px;
}

div.comment-reply input.text{
	width:175px;
	background:#fff;
	height:15px;
	padding:5px;
	color:#555;
	font-size:11px;
	border:none;
	border-top:2px solid #000;
	border-left:2px solid #000;	
}

div.comment-reply textarea{
	width:600px;
}

div.comment-reply input.submit{
	width:120px;
	height:27px;
	border:none;
	background:#000;
	text-align: center;
	color:#fff;
	border:1px solid #000;
	font-size:11px;	
	cursor:pointer;
}


div#side{
	float:right;
	width:250px;
	padding:20px 0;

}

div#side.side{
	margin:0 10px 0 0;	
}

div#side ul{
	list-style:none;
}

div#side ul li h2{
	font-size:15px;
	border-bottom:1px dotted #0f1216;
	font-weight: normal;
	margin:0 0 10px 0;
	color:#f3b202;
}

div#side ul li.widget{
	padding:0 0 10px 0;
	margin:10px 0 20px 0;
}

div#side ul li.widget table{
	width:100%;
}

div#side ul li.widget table caption{
	padding:3px 3px 3px 6px;
	border-bottom:1px solid #0f1216;	
	text-align: left;
}

div#side ul li.widget table th,div#side ul li.widget table td{
	padding:3px;
	text-align: center;
	color:#aaa;
	border-bottom:1px solid #0f1216;		
}

div#side ul li.widget ul li{
	padding:1px 0 1px 20px;
	background: transparent url('images/bullet_black.png') 2px 2px no-repeat;	
}

/* bottom section
-------------------------------------------- */

div#btm{
	padding: 10px;
	background: #0C0A0A;
	min-height: 200px;
}

div#btm div.sidebar-inner{
	width:960px;
	margin: 0 auto;
	overflow:auto;
}

div#btm div.sidebar-inner ul{
	list-style:none;
}

div#btm div.sidebar-inner ul li h2{
	font-size:15px;
	border-bottom:1px dotted #0f1216;
	font-weight: normal;
	margin:0 0 10px 0;
	color:#f3b202;
}

div#btm div.sidebar-inner ul li.widget{
	padding:0px 20px;
	margin:10px 0 10px 0;
	width:280px;
	float:left;
}

div#btm div.sidebar-inner ul li.widget table{
	width:100%;
}

div#btm div.sidebar-inner ul li.widget table caption{
	padding:3px 3px 3px 6px;
	border-bottom:1px solid #0f1216;	
	text-align: left;
}

div#btm div.sidebar-inner ul li.widget table th,
div#btm div.sidebar-inner ul li.widget table td{
	padding:3px;
	text-align: center;
	color:#aaa;
	border-bottom:1px solid #0f1216;		
}

div#btm div.sidebar-inner li.widget ul li{
	padding:1px 0 1px 20px;
	background: transparent url('images/bullet_black.png') 2px 2px no-repeat;	
}


/*	=Footer
	------------------------------------------------------ */
	
div#ftr{
	background:#111;
	margin:40px 0 0 0;
	border-top:1px solid #222;
	font-size:11px;
	color:#ccc;		
}

div#ftr div.inner{
	width:966px;
	margin:0 auto;
	padding:20px;
	position: relative;
	height:45px;
}

div#ftr div.twitter{
	position: absolute;
	right:-10px;
	top:-40px;
	color:#ccc;	
}

div#ftr div.twitter div.tweet{
	width:240px;
	padding:18px 20px 20px 50px;
	height:54px;
	background:url('images/twitter.png') 0 0 no-repeat;
	color:#333;
}

div#ftr div.twitter div.tweet ul{
	margin:0;
	padding:0;
	list-style:none;
}

div#ftr div.twitter div.tweet ul li{
	display: inline;
	margin:0;
	padding:0;
}

div#ftr div.twitter div.tweet ul li span{
	display: block;
}

div#ftr div.twitter span.follow{
	position: relative;
	top:-10px;
	left:15px;
}

div#ftr div.syndicate{
	position: absolute;
	left:295px;
	top:10px;
	border-right:1px solid #222;
	height:65px;
}

div#ftr div.syndicate a{
	background:url('images/icon_rss.png') 125px 0 no-repeat;
	height:54px;
	width:110px;
	padding:12px 90px 0 0;
	display: block;
	font-size:15px;
}

div#ftr div.powered-by{
	position: absolute;
	left:0px;
	top:10px;
	height:45px;
	width:185px;
	font-size:15px;
	border-right:1px solid #222;
	padding:10px 82px 10px 10px;
	background:url('images/icon_wordpress.png') 200px 0 no-repeat;		
}

div#ftr div.design{
	position: absolute;
	left:510px;
	top:40px;
	font-size:15px;
}


/* =Page archives
	------------------------------------------------------ */

div.page-content{
	background:#070606;
	float:left;	
}
	
div.page-content div.results{
	width:660px;
	float:left;
	padding:20px;
}

div.page-content div#side{
	padding:10px 0;
}
	
	
h2.page-title{
	background:#fff;
	padding:15px 20px;
	border-bottom:1px solid #0F1216;
	font-size:25px;
	font-style: normal;
}


div#cnt.single div.post{
	position: relative;
}

div#cnt.single div.post.result{
	border-bottom:1px dotted #222;
	margin-bottom:10px;
	padding-bottom:10px;
}

div#cnt.single div.results div.post span.post-date{
	position: absolute;
	right:10px;
	top:0px;
}

div#cnt.single div.post h3{
	font-size:15px;
	font-weight: normal;
	border-bottom:1px dotted #0f1216;
	padding:0 0 5px 0;	
}

div#cnt.single div.results div.entry{
	padding:10px 0;
	border:none;
	background:none;
}

div#cnt.single div.page-content{
	float:none;
	overflow:auto;
}

ul.destinations-list{
	margin:0;
	padding:20px 10px;
	list-style:none;
	overflow:auto;
}

ul.destinations-list > li.cat-item{
	margin:0px 10px 10px 0;
	padding:10px;
	width:205px;
	float:left;
	background:#0C0E11;
	font-size:17px;
	min-height:150px;
}

ul.destinations-list li.cat-item ul{
	margin:10px 0 10px 20px;
	padding:0;
}

ul.destinations-list li.cat-item ul li{
	width:auto;
	float:none;
	border:none;
	padding:2px 0;
	font-size:13px;
	margin:5px;
	min-height:auto;
}

div.st-tag-cloud a{
    color:#56759a !important;
}