/*  
Theme Name: Traveler's Edition Theme 
Theme URI: http://www.travelersedition.com
Description: Traveler's Edition Theme 
Version: 1.0
*/
img, div, a{ behavior: url(iepngfix.htc) }
body {
	margin: 0px;
	background:#878e95;
	font-family:Tahoma;
	font-size:13px;
}
.wrapper {
	margin:0 auto;
	width:890px;
}

/* Stuff */
a {
	color:#2e5e84;
}
a:hover {
	text-decoration:none;
}
.clear {
	clear:both;
}

/* Header */

.headerbg {
	width:100%;
	position:absolute;
	top:0;
	left:0;
	background:url(images/te_headbg.gif) top repeat-x;
	height:179px;
	display:block;
}
#header {
	width:940px;
	margin:0 auto;
	position:relative;
}
#header .left {
	float:left;
	background:url(images/te_head-left.gif) top no-repeat;
	width:25px;
	height:179px;
}
#header .search {
	display:block;
	float:left;
	width:890px;
	height:48px;
	position:relative;
	background:url(images/te_head-search.gif) top no-repeat;
}
#header .head {
	display:block;
	float:left;
	width:890px;
	height:131px;
	position:relative;
	background:url(images/te_header.gif) top no-repeat;
}
#header .compass {
	width:51px;
	height:6px;
	position:absolute;
	left:48px;
	top:179px;
	background:url(images/te_compass.gif) top no-repeat;
}

/* Header Pages menu */
#header .head .pagesmenu {
	position:absolute;
	top:0;
	right:10px;
}
#header .head .pagesmenu ul {
	list-style:0;
	margin:0;
	padding:0;
}
#header .head .pagesmenu li {
	display:inline;
}
#header .head .pagesmenu li a {
	color:#878e95;
	float:left;
	margin:0 10px;
	padding:9px 5px;
	text-decoration:none;
}
#header .head .pagesmenu li a:hover {
	color:#fff;
}
#header .head a#bookmark {
	position:absolute;
	top:11px;
	left:93px;
	background:url(images/te_bookmark.gif) 0px 0px no-repeat;
	width:69px;
	height:16px;
}
#header .head a:hover#bookmark {
	background:url(images/te_bookmark.gif) 0px -16px no-repeat;
}
#header .head a#rss {
	position:absolute;
	top:11px;
	left:170px;
	background:url(images/te_rss.gif) 0px 0px no-repeat;
	width:43px;
	height:16px;
}
#header .head a:hover#rss {
	background:url(images/te_rss.gif) 0px -16px no-repeat;
}
#header .head a#logo {
	display:block;
	position:absolute;
	top:40px;
	left:0;
	width:290px;
	height:87px;
}
#header .head h1 {
	margin:0;
	padding:0;
}
#header .head a#bookmark b, #header .head a#rss b, #header .head a#logo b {
	display:none;
}
#header .search form {
	position:absolute;
	top:9px;
	right:10px;
	padding:0;
	margin:0;
}
#header .search input {
	float:left; 
	margin:0;
	padding:0;
}
#header .search input#searchfield {
	display:block;
	width:171px;
	height:18px;
	background:url(images/te_searchfield.gif) top no-repeat;
	border:0;
	color:#fff;
	padding:2px 5px;
	margin-right:10px;
}
#header .search input#searchbutton {
	width:26px;
	height:22px;
	background:url(images/te_searchbutton.gif) top no-repeat;
	border:0;
}
#header .search .slogan {
	position:absolute;
	top:15px;
	left:105px;
	font-size:9px;
	color:#878e95;
}
#header .search .slogan strong {
	color:#a9b0b8;
	font-weight:normal;
}



/* Content */ 
#content {
	width:560px;
	margin-right:5px;
	float:left;
}
#content .post {
	background:#fff url(images/te_post-top.gif) top no-repeat;
	margin:0;
	padding:10px;
}
#content .post .image {
	position:relative;
	display:block;
	clear:both;
	width:540px;
	height:197px;
}
#content .post .image a {
	display:block;
	width:540px;
	height:197px;
	background:url(images/te_post-pic.png) top no-repeat;
	position:absolute;
	top:0;
	left:0;
	z-index:10;
}
#content .post .image .pic {
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:540px;
	height:197px;
	z-index:0;
}

#content .post .image .date {
	position:absolute;
	top:13px;
	left:0;
	display:block;
	width:109px;
	height:18px;
	z-index:15;
	text-align:center;
	color:#1b1f25;
	font-size:9px;
	padding-top:8px;
}
#content .post h1 {
	font-size:18px;
	font-weight:normal;
	margin:5px 0 0 0;
	padding:0 0 0 30px;
	background:url(images/te_post-bullet.gif) 0px 2px no-repeat;
}
#content .post h1 a {
	color:#262b31;
	text-decoration:none;
}
#content .post h1 a:hover {
	color:#2e5e84;
}

#content .post h2 {
	font-size:18px;
	font-weight:normal;
	margin:5px 0 0 0;
	padding:0 0 0 30px;
	background:url(images/te_post-bullet.gif) 0px 2px no-repeat;
}
#content .post h2 a {
	color:#262b31;
	text-decoration:none;
}
#content .post h2 a:hover {
	color:#2e5e84;
}


#content .post .entry {
	padding:0 20px 0 30px;
	font-size:12px;
	color:#333333;
        font-family: Arial,sans-serif;
}
#content .postmeta {
	background:#d4d8db url(images/te_post-foot.gif) bottom no-repeat;
	padding:10px 15px;
	display:block;
	color:#878e95;
	font-size:9px;
	margin-bottom:5px;
}
#content .postmeta a {
	font-size:11px;
	color:#6b737c;
	font-weight:bold;
}
#content .postmeta .category {
	float:left;
	width:440px;
}
#content .postmeta .comments {
	float:left;
	width:90px;
	text-align:right;
}
#content .postmeta .comments a {
	font-weight:normal;
}

/* Country List */
#countrylist h2 {
	text-align:center;
}
#countrylist .padding {
	padding:0 0 0 25px;
}
#countrylist ul {
	margin:0;
	padding:0;
}
#countrylist ul li {
	list-style:none;
	display:inline;
	float:left;
	width:165px;
	font-size:13px;
	text-align:center;
}
#countrylist ul li a {
	font-size:15px;
	float:left;
	text-decoration:none;
	padding:5px 0 10px 0;
}
#countrylist ul li a:hover {
	color:#000;
}
#countrylist ul li a b{ 
	display:block;
	clear:both;
}
#countrylist ul li a img {
	border:0;
	text-decoration:none;
}



/* Other Post */

#content .otherpost {
	background:#fff url(images/te_post-top.gif) top no-repeat;
	margin:0;
	padding:10px;
        min-height: 131px;
}
#content .otherpost .image {
	position:relative;
	float:left;
	width:200px;
	height:140px;
}
#content .otherpost .image a {
	display:block;
	width:190px;
	height:130px;
	background:url(images/te_post-pic.png) top no-repeat;
	position:absolute;
	top:0;
	left:0;
	z-index:10;
}
#content .otherpost .image .pic {
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:190px;
	height:130px;
	z-index:0;
}
#content .otherpost .image .date {
	position:absolute;
	top:-6px;
	left:0;
	display:block;
	width:109px;
	height:18px;
	z-index:15;
	text-align:center;
	color:#1b1f25;
	font-size:9px;
	padding-top:8px;
}
#content .otherpost .insidepost {
	padding:0 10px;
}
#content .otherpost h1 {
	font-size:18px;
	font-weight:normal;
	display:block;
	margin:5px 0 0 0;
	padding:0 0 0 30px;
	background:url(images/te_post-bullet.gif) left no-repeat;
}
#content .otherpost h1 a {
	color:#262b31;
	text-decoration:none;
	
}
#content .otherpost h1 a:hover {
	color:#2e5e84;
}
#content .otherpost .entry {
	padding:5px 0 0 0;
	font-size:12px;
	color:#333333;
        font-family: Arial;
}




/* Navigation */
.navigation {
	display:block;
	background:#fff url(images/te_post-top.gif) top no-repeat;
	padding:10px 10px 6px 10px;
}
.navifoot {
	display:block;
	height:4px;
	background:url(images/te_white-foot.gif) top no-repeat;
	margin-bottom:5px;
}
.navigation a strong#next, .navigation a strong#prev {
	color:#4a5560;
	text-decoration:underline;
	cursor:pointer;
}
.navigation a:hover strong#next, .navigation a:hover strong#prev {
	text-decoration:none;
}
.navigation strong#next {
	display:block;
	float:right;
	text-align:right;
	padding-right:10px;
}
.navigation strong#prev {
	display:block;
	float:left;
	text-align:left;
	padding-left:10px;
}

/* Sidebar */
#sidebar {
	width:325px;
	float:right;
	background:url(images/te_side-bg.gif) repeat-y;
}
.sidehead, .sidefoot {
	clear:both;
}
.sidehead {
	display:block;
	background:url(images/te_side-top.gif) top no-repeat;
	height:5px;
}
#long {
	display:block;
	background:url(images/long_bg.gif) repeat-y;
}
#long #sidefoot {
	display:block;
	width:100%;
	background:green;
	height:9px;
	margin:-9px 0 0 0;
	clear:both;
	background:url(images/te_side-footer.gif) top no-repeat;
	width:325px;
	float:right;
}
.topbanner {
	display:block;
	width:325px;
	background:#262b31 url(images/te_side-banner-top.gif) top no-repeat;
	padding:10px 0 5px 0;
	text-align:center;
	clear:both;
}
.topbanner img {
	border:1px solid #111316;
}
.topbannerfoot {
	display:block;
	background:url(images/te_side-banner-foot.gif) top no-repeat;
	height:9px;
}
.banner {
	text-align:center;
}
.banner img {
	margin:5px 0;
	border:0;
}
.sidebar1, .sidebar2 {
	color:#dfeefe;
	padding:0 5px;
	float:left;	
}
.sidebar1 {
	width:165px;
	margin-right:5px;
}
.sidebar1 h2, .sidebar2 h2 {
	display:block;
	height:22px;
	padding-top:5px;
	font-family:Trebuchet MS;

	font-size:14px;
	color:#fff;
	text-align:center;
	margin:0;
}
.sidebar1 h2 {
	background:url(images/te_side-title.gif) top no-repeat;
	width:165px;
}
.sidebar2 h2 {
	background:url(images/te_side-title2.gif) top no-repeat;
	width:135px;
}
.sidebar1 ul, .sidebar2 ul {
	margin:5px 0;
	padding:0;
	list-style:none;
}
.sidebar1 li, .sidebar2 li {
	margin:0;
}
.sidebar1 li a, .sidebar2 li a {
	display:block;
	padding:4px 5px 4px 20px;
	background:url(images/te_side-bullet.gif) 5px 9px no-repeat;
	color:#dfeefe;
	text-decoration:none;
	border-bottom:1px dotted #626f79;
}
.sidebar1 li a:hover, .sidebar2 li a:hover {
	background:#303941 url(images/te_side-bullet.gif) 5px 9px no-repeat;
	color:#fff;
}
.sidebar2 {
	width:135px;
}
.textwidget {
	text-align:justify;
	padding:0 5px;
}


/* Footer */
#footer {
	width:100%;
	display:block;
	height:140px;
	background:url(images/te_footerbg.gif) top repeat-x;
	clear:both;
}
.footer {
	display:block;
	width:890px;
	height:87px;
	background:url(images/te_footer.gif) top no-repeat;
	position:relative;
}
.footer .copy {
	color:#8f989f;
	font-size:11px;
	position:absolute;
	top:50px;
	left:130px;
}
.footer .footmenu {
	position:absolute;
	top:35px;
	right:35px;
	color:#d4d8db;
	font-size:11px;
}
.footer a {
	color:#d4d8db;
	margin:0 4px;
}
.footer a:hover {
	text-decoration:none;
}

/* Continents Menu */
#continents ul {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:40px;
	right:5px;
	width:585px;
}
#continents ul li {
	display:inline;	
}
#continents ul li a#africa, #continents ul li a#europe, #continents ul li a#namerica, #continents ul li a#samerica, #continents ul li a#australia, #continents ul li a#asia {
	float:left;
	height:87px;
	margin-right:1px;
}
#continents ul li a#africa {
	width:86px;
	background:url(images/te_cont_africa.gif) 0px 0px no-repeat;
}
#continents ul li a:hover#africa {
	background:url(images/te_cont_africa.gif) 0px -87px no-repeat;
}
#continents ul li a#europe {
	width:99px;
	background:url(images/te_cont_europe.gif) 0px 0px no-repeat;
}
#continents ul li a:hover#europe {
	background:url(images/te_cont_europe.gif) 0px -87px no-repeat;
}
#continents ul li a#namerica {
	width:98px;
	background:url(images/te_cont_namerica.gif) 0px 0px no-repeat;
}
#continents ul li a:hover#namerica {
	background:url(images/te_cont_namerica.gif) 0px -87px no-repeat;
}
#continents ul li a#samerica {
	width:94px;
	background:url(images/te_cont_samerica.gif) 0px 0px no-repeat;
}
#continents ul li a:hover#samerica {
	background:url(images/te_cont_samerica.gif) 0px -87px no-repeat;
}
#continents ul li a#australia {
	width:86px;
	background:url(images/te_cont_australia.gif) 0px 0px no-repeat;
}
#continents ul li a:hover#australia {
	background:url(images/te_cont_australia.gif) 0px -87px no-repeat;
}
#continents ul li a#asia {
	width:116px;
	background:url(images/te_cont_asia.gif) 0px 0px no-repeat;
}
#continents ul li a:hover#asia {
	background:url(images/te_cont_asia.gif) 0px -87px no-repeat;
}
#continents ul li a#africa strong, #continents ul li a#europe strong, #continents ul li a#namerica strong, #continents ul li a#samerica strong, #continents ul li a#australia strong, #continents ul li a#asia strong {
	display:none;
}


/* Comments */

.comments-template{
	color:#fff;
}
.comments-template a {
	color:#FFFFCC;
}
.comments-template ol{
	margin:0;
	padding:0;
	list-style: none;
}

.comments-template ol li{
	margin:0;
	background:#fff url(images/te_post-top.gif) top no-repeat;
	line-height: 18px;
	padding:8px 15px;
	color:#4a5560;
}
.comments-template ol li a {
	color:#2e5e84;
}

.comments-template h2, .comments-template h3{
	font-size: 16px;
	padding-left:15px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-size: 12px;
}