/*  
Theme Name: TheTravelen Theme 
Theme URI: http://www.TheTravelen.com
Description: TheTravelen Theme made by <a href="http://www.blogothemes.com/" target="_blank">mBerk</a>
Version: 1.0
Author: mBerk
Author URI: http://www.blogothemes.com/
*/
img, div, a{ behavior: url(iepngfix.htc) }
body {
	margin: 0px;
	background:#f3f6f9 url(images/travelen_head-bg.gif) top repeat-x;
	font-size:13px;
	font-family:Tahoma;
	color:#375166;
}
.wrapper {
	width:940px;
	margin:0 auto;
}
.clear {
	clear:both;
}
a {
	color:#1f77c3;
}
a:hover {
	text-decoration:none;
}

/* Header */
.header {
	display:block;
	position:relative;
	width:915px;
	height:156px;
	padding:19px 0 0 25px;
	background:url(images/travelen_header.gif) top no-repeat;
}
.header h1 {
	margin:0;
	padding:0;
}
.header a.logo {
	display:block;
	width:340px;
	height:123px;
	position:absolute;
	bottom:0;
	left:0;
}
.header a.logo b {
	display:none;
}
.header .loginbar {
	position:absolute;
	top:9px;
	right:23px;
	width:170px;
}
.header .loginbar a {
	font-size:12px;
	text-decoration:none;
	float:left;
}
.header .loginbar a:hover {
	text-decoration:underline;
}
.header .loginbar a.register {
	color:#c9e6ff;
}
.header .loginbar a.login {
	color:#fff;
	font-weight:bold;
	margin:0 15px;
}
.header .loginbar a.headrss {
	display:block;
	width:18px;
	height:19px;
	background:url(images/travelen_head-rss.gif) top no-repeat;
	margin-top:-2px;
}
.header .loginbar a.headrss b {
	display:none;
}
.header .searchtext {
	width:50px;
	position:absolute;
	right:250px;
	top:102px;
}
.header .search {
	position:absolute;
	right:0;
	top:94px;
	width:249px;
	height:34px;
	display:block;
}
.header .search form {
	padding:0;
	margin:0;
}
.header .search #searchfield {
	width:204px;
	height:19px;
	background:url(images/travelen_head-search.gif) 0px 0px no-repeat;
	padding:10px 10px 5px 35px;
	border:0;
	margin:0;
}


/* Fancy Menu */
#menu {
	position: relative;
	height: 26px;
	display:block;
	overflow: hidden;
}
#menu ul{
	padding: 0;
	margin: 0;
}

/* Don't apply padding here (offsetWidth will differ in IE)
If you need padding add it to the child anchor */
#menu ul li{
	float: left;
	list-style: none;
}
#menu ul li a {
	z-index: 10;
	display: block;
	float: left;
	height: 26px;
	padding:5px 10px;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	position: relative;
	overflow: hidden;
	background-position:center center;
	background-repeat:no-repeat;
	text-transform:uppercase;
	margin:0 2px;
}
#menu ul li a:hover, #menu ul li.current-cat a {
	color:#6ec00d;
}

#menu li.background {
	background: url('images/travelen_hmenu-right.gif') no-repeat top right !important;
	z-index: 8;
	position: absolute;
	visibility: hidden;
}
#menu .background .left {
	background: url('images/travelen_hmenu-left.gif') no-repeat top left !important;
	height: 26px;
	margin-right: 5px; 
}


/* Content */
.content-container {
	display:block;
	background:url(images/travelen_content-bg.gif) top no-repeat;
	padding:17px 0 0 0;
}
.contentwrap {
	float:left;
	width:736px;
}
.content {
	float:right;
	width:532px;
}
.posttop, .postfoot {
	display:block;
	height:6px;
	background:url(images/travelen_post-top.png) top no-repeat;
}
.postfoot {
	background:url(images/travelen_post-foot.png) top no-repeat;
	padding-bottom:3px;
}
.post {
	background:url(images/travelen_post-bg.gif) top repeat-y;
	padding:5px 15px;
}
.post h1.title {
	padding:3px 0 0 0;
	text-indent: 40px;
	margin:0;
	font-size:18px;
	color:#375166;
	background:url(images/travelen_post-bullet.gif) 0px 5px no-repeat;
	float:left;
	width:430px;
}
.post h1.title a {
	color:#375166;
	text-decoration:none;
}
.post .categories {
	color:#a6b6c3;
	padding-top:5px;
	font-size:12px;
	text-align:right;
	float:right;
	font-size:11px;
}
.post .date a {
	color:#a6b6c3;
	font-size:12px;
}
.entry {
	clear:both;
	padding-top:0px;
	padding-bottom:10px;
}
.post .entry p {
	margin:2px 0 8px 0;
}
.entry img {
	border:1px solid #434445;
	margin:0 auto;
	clear:both;
}
.post .button {
	background:url(images/travelen_post-but-left.gif) 0px 0px no-repeat;
	padding:0 0 0 7px;
	margin:0;
	height:27px;
	float:left;
}
.post .button a {
	padding:5px 10px 7px 3px;
	float:left;
	background:url(images/travelen_post-but-right.gif) right no-repeat;
	color:#375166;
	font-weight:bold;
	text-decoration:none;
}
.post .button a:hover {
	text-decoration:underline;
}
.post .comments {
	background:url(images/travelen_post-but-right.gif) right no-repeat;
	padding:0 4px 0 0;
	margin:0;
	height:27px;
	float:right;
}
.post .comments a {
	padding:5px 3px 7px 13px;
	float:left;
	background:url(images/travelen_post-but-left.gif) 0px 0px no-repeat;
	color:#375166;
	font-weight:bold;
	text-decoration:none;
}
.post .comments .rss a {
	float:left;
	width:19px;
	height:19px;
	margin:3px;
	background:url(images/travelen_post-com-rss.gif) top no-repeat;
}
.post .comments .rss a b {
	display:none;
}
.post .comments a:hover {
	text-decoration:underline;
}
.post .date {
	padding-bottom:5px;
	color:#a6b6c3;
}


/* Sidebars */
.sidebar1, .sidebar2 {
	float:left;
	width:190px;
	margin:6px 2px 6px 0;
	position:relative;
	background:url(images/travelen_side-bg.gif) top repeat-y;
	padding:0 6px 5px 6px;
}
.sidebar2 {
	float:right;
	margin:6px 0 0 0;
}
.sidebar1 .top, .sidebar2 .top {
	display:block;
	width:202px;
	height:6px;
	background:url(images/travelen_side-top.png) top no-repeat;
	position:absolute;
	top:-6px;
	left:0;
}
.sidebar1 .bottom, .sidebar2 .bottom {
	display:block;
	width:202px;
	height:6px;
	background:url(images/travelen_side-foot.png) top no-repeat;
	position:absolute;
	bottom:-6px;
	left:0;
}

.widget_text, .textwidget {
	background:#bdd3e6;
	padding:10px;
}

.banner {
	display:block;
	text-align:center;
	padding:10px 0;
	clear:both;
}
.widgettop, .widgetfoot {
	display:block;
	height:5px;
}
.g .widgettop {
	background:url(images/travelen_side-g-top.gif) top no-repeat;
}
.widgettop {
	background:url(images/travelen_side-b-top.gif) top no-repeat;
}
.g .widgetfoot {
	background:url(images/travelen_side-g-foot.gif) top no-repeat;
}
.widgetfoot {
	background:url(images/travelen_side-b-foot.gif) top no-repeat;
	padding-bottom:5px;
}
.sidebar1 .g h2, .sidebar2 .g h2 {
	background:url(images/travelen_side-g-title.gif) top no-repeat;
	color:#fff;
}
.sidebar1 h2, .sidebar2 h2 {
	display:block;
	height:28px;
	margin:-5px 0 -5px 0;
	padding:5px 0 0 15px;
	text-align:center;
	text-transform:uppercase;
	background:url(images/travelen_side-b-title.gif) top no-repeat;
	font-size:13px;
	color:#fff;
}
.sidebar1 .g ul, .sidebar2 .g ul, .sidebar1 ul, .sidebar2 ul {
	margin:0;
	padding:0;
	list-style:none;
}
.sidebar1 .g ul li a, .sidebar2 .g ul li a {
	background:#81cc29 url(images/travelen_side-g-bullet1.gif) 7px 10px no-repeat;
	border-bottom:#6cb417 1px solid;
	border-top:#85d22c 1px solid;
	color:#376106;
}
.sidebar1 ul li a, .sidebar2 ul li a {
	display:block;
	background:#bdd3e6 url(images/travelen_side-b-bullet.gif) 7px 9px no-repeat;
	border-bottom:#8eb1ce 1px solid;
	border-top:#dbecfa 1px solid;
	padding:4px 0 4px 18px;
	color:#244f74;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
}
.sidebar1 .g ul li a:hover, .sidebar2 .g ul li a:hover {
	background:#aff55d url(images/travelen_side-g-bullet1-over.gif) 7px 10px no-repeat;
	border-bottom:#8bd930 1px solid;
	border-top:#c3fc80 1px solid;
}
.sidebar1 ul li a:hover, .sidebar2 ul li a:hover {
	background:#8eb1ce url(images/travelen_side-b-bullet.gif) 7px 9px no-repeat;
	border-bottom:#a3c4e0 1px solid;
	border-top:#6e96b8 1px solid;
}
.sidebar1 .g ul.children li a, .sidebar2 .g ul.children li a {
	background:#81cc29 url(images/travelen_side-g-bullet2.gif) 15px 9px no-repeat;
	border-bottom:#6cb417 1px solid;
	border-top:#85d22c 1px solid;
	color:#376106;
}
.sidebar1 .g ul.children li a:hover, .sidebar2 .g ul.children li a:hover {
	background:#aff55d url(images/travelen_side-g-bullet2.gif) 15px 9px no-repeat;
	border-bottom:#8bd930 1px solid;
	border-top:#c3fc80 1px solid;
}
.sidebar1 ul.children li a, .sidebar2 ul.children li a {
	display:block;
	background:#bdd3e6 url(images/travelen_side-b-bullet.gif) 15px 9px no-repeat;
	border-bottom:#8eb1ce 1px solid;
	border-top:#dbecfa 1px solid;
	padding:4px 0 4px 30px;
	color:#244f74;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
}
.sidebar1 ul.children li a:hover, .sidebar2 ul.children li a:hover {
	background:#8eb1ce url(images/travelen_side-b-bullet.gif) 15px 9px no-repeat;
	border-bottom:#a3c4e0 1px solid;
	border-top:#6e96b8 1px solid;
}


/* Navigation */
.navigation {
	display:block;
	padding:5px 0 10px 0;
	clear:both;
	margin-bottom:10px;
}
.navigation a strong#next, .navigation a strong#prev {
	color:#375166;
	text-decoration:underline;
	font-weight:normal;
	margin:0 15px;
}
.navigation a:hover strong#next, .navigation a:hover strong#prev {
	text-decoration:none;
}
.navigation strong#next {
	display:block;
	float:right;
	text-align:right;
	width:40%;
	padding:0 10px 0 0;
	font-weight:normal;
}
.navigation strong#prev {
	display:block;
	float:left;
	text-align:left;
	width:40%;
	padding:0 0 0 10px;
	font-weight:normal;
}


/* Comments */
.topcomments {
	padding:15px 0 0 0;
	height:6px;
	background:url(images/travelen_post-top.png) bottom no-repeat;
	display:block;
}
.comments-template{
	margin:0;
	clear:both;
	background:url(images/travelen_post-bg.gif) top repeat-y;
	padding:5px 15px;
}

.comments-template ol{
	margin: 0;
	padding:0;
	list-style: none;
}

.comments-template ol li{
	margin:0;
	line-height:18px;
	padding:0;
	background:#e1edf7;
	border:1px solid #c4d5e3;
	margin-bottom:3px;
}

.comments-template h2, .comments-template h3{
	font-size: 16px;
	margin:10px 0;
	padding:0;
}

.commentmetadata{
	font-size: 12px;
	background:#c4d5e3;
	padding:10px;
	border-bottom:1px solid #c4d5e3;
}
.comments-template ol li p {
	margin:10px;
	color:#375166;
}
.comments-template ol li, .comments-template ol li a {	
	color:#7593ac;
}
.comments-template p.nocomments{
	padding: 10px;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}



/* Footer */
.footer {
	display:block;
	width:100%;
	height:210px;
	background:url(images/footer-bg.jpg) top repeat-x;
	margin-top:6px;
}
.foot {
	display:block;
	height:210px;
	background:url(images/footer.jpg) top no-repeat;
	position:relative;
}
a.gotop {
	position:absolute;
	top:50px;
	right:12px;
	width:44px;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
}
a:hover.gotop {
	text-decoration:underline;
}
.footertext {
	display:block;
	position:absolute;
	right:30px;
	top:130px;
	font-size:11px;
}

/* Wordpress stuff */
.wp-caption {

}
.wp-caption-text {
	text-align:center;
	font-style:italic;
	padding:5px;
	display:block;
	width:488px;
	border:1px solid #c4d5e3;
	background:#e1edf7;
}
h2 {
	text-align:left;
}

table {
	border-right:1px solid #c4d5e3;
	border-bottom:1px solid #c4d5e3;
}
th {
	background:#e1edf7;
}
th, td {
	padding:5px;
	border:1px solid #c4d5e3;
	border-bottom:0;
	border-right:0;
}
pre {
	overflow:auto;
	margin-bottom:10px;
	padding-bottom:10px;
}
blockquote {
	display:block;
	background:#e1edf7;
	border-left:3px solid #c4d5e3;
	padding:10px 15px;
	margin:0 0 0 50px;
}
ul#recentcomments {
	background:#bdd3e6;
	padding:10px;
}
ul#recentcomments li {
	display:block;
	padding-bottom:10px;
	margin-top:5px;
	border-bottom:1px solid #dbecfa;
}
ul#recentcomments a {
	display:block;
	background:0;
	border:0;
	padding:0;
	color:#244f74;
	text-decoration:none;
	font-weight:bold;
	text-transform:none;
}
