/*  

Theme Name: Travel Blog WordPress Theme
Theme URI: http://www.wordpressthemed.com/
Description:  Travel Blog WordPress theme brought to you by <a href="http://www.wordpressthemed.com">http://www.wordpressthemed.com</a>.
Version: 1.0
Author: WordpressThemed
Author URI: http://www.wordpressthemed.com/
Tags: Travel Wordpress Themes, Free Wordpress Themes, 3 Column, Travel, Center Post, CSS, Images, Left Sidebar, Right Sidebar, Widget Ready, Wordpress 2.7.1, Wordpress 2.5.x, Wordpress 2.3.x, XHTML

*/


/* Begin Typography & Colors */


.narrowcolumn .entry, .widecolumn .entry {
	line-height:18px;
	padding:1px 0px 10px 0px;
	margin:2px 0px 0px 0px;
	}

.thread-alt {
	background-color: #f8f8f8;
	text-align:left !important;
	}
	
.thread-even {
	background-color:#ffffff;
	text-align:left !important;
	}
	
.depth-1{
	border: 1px solid #ddd;
	}
	
.even{
	border-top:solid 2px #323232;
	border-bottom:solid 2px #323232;
	background-color: #f8f8f8;
	color:#323232 !important;
	}
	
.alt {
	border-top:solid 2px #dad8d8;
	border-bottom:solid 2px #dad8d8;
	color:#323232 !important;
	background-color:#fafefe;
	}
	
.alt a, .alt a:visited{
	color:#0193ac !important;
	}
	
.alt a:hover{
	color:#0193ac !important;
	text-decoration:underline;
	}
	
.alt small{
	color:#323232 !important;
	}

small {
	font-size:11px;
	}
	
.postmetadata small, .postmetadata1 small{
	font-size:10px !important;
	}


h1, h2, h3 {
	font-weight:normal;
	color:#22150d;
	}

h1 {
	font-size:26px;
	text-align: center;
	line-height:28px;
	font-weight:normal;
	}

h2 {
	font-size:24px;
	line-height:26px;
	font-weight:normal;
	}

h2.pagetitle {
	font-size:24px;
	line-height:26px;
	font-weight:normal;
	}


h3 {
	font-size:18px;
	line-height:20px;
	font-weight:normal;
	}
	
h3#comments, h3#respond{
	font-size:18px;
	line-height:20px;
	font-weight:normal;
	}


	
.entry p a, .entry p a:visited {
	color:#0193ac;
	text-decoration:none;
	}
	
.entry p a:hover {
	color:#06a7c2;
	text-decoration:underline;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 11px Arial, Arial, Verdana, tahoma;
	}
	
.commentlist li ul li {
	font-size: 11px;
}

.commentlist li {
	font-weight:normal;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}
	
.commentlist cite a:hover {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}


#commentform p {
	font-family:Arial, Verdana, tahoma;
	}

.commentmetadata {
	font-weight: normal;
	font-size:11px;
	}


small{
	color:#323232;
	}

code {
	font: 1.1em Arial, Verdana, tahoma;
	}

acronym, abbr, span.caps
	{
	font-size: 0.9em;
	letter-spacing: .07em;
	}


#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration:underline !important;
	color:#dbd1be;
	}

#wp-calendar caption {
	font: bold 1.2em Arial, Arial, Verdana, tahoma;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

.narrowcolumn {
	padding: 0 0 20px 0px;
	margin: 0px 0 0;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 0px;
	padding:0px 0px 0px 0px;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata, .narrowcolumn .postmetadata1 {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px ;
	}

.widecolumn .postmetadata, .widecolumn .postmetadata1 {
	padding:0px;
	margin:0px;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
	}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
	}

.clear {
	clear: both;
	}

/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 0px;
	margin: 0;
	}

h2 {
	margin: 0px 0 0;
	}

h2.pagetitle {
	margin:0px 0px 0px 0px;
	text-align: center;
}


h3 {
	padding: 0;
	margin: 0px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 0px;
	list-style: none;
	padding-left: 0px;
	text-indent: 0px;
	}

html>body .entry li {
	margin: 0px 0 0px 0px;
	}

#sidebar ul ul li:before, #sidebar2 ul ul li:before,
#sidebar ul ul li, #sidebar2 ul ul li{
	list-style-type:none;
	background-image:url(images/list2.gif);
	background-repeat:no-repeat;
	background-position:0px 7px;
	padding:0px 0px 0px 0px;
	line-height:20px;
	}
	
.entry ul li:before{
	line-height:20px;
	}
	

.entry ol {
	padding:0px 0px 0px 0px;
	margin:0px !important
	}

.entry ol li {
	margin: 0;
	padding: 0px 0px 0px 0px;
	line-height:20px !important;
	list-style-position:inside;
	}
	
.entry ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
	}
	
.entry ul li{
	line-height:20px !important;
	list-style-type:disc;
	list-style-position:inside;
	}


.postmetadata ul, .postmetadata li, .postmetadata1 ul, .postmetadata1 li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
#sidebar ul, #sidebar2 ul{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style-type:none;
	}
	
#sidebar ul li, #sidebar2 ul li{
	color:#fff !important;
	line-height:20px;
	font-family:Tahoma, Arial, Verdana;
	}
	
#sidebar ul li a, #sidebar ul li a:visited, #sidebar2 ul li a, #sidebar2 ul li a:visited
	{
	text-decoration:none;
	color:#fff;
	}
	
#sidebar ul li a:hover, #sidebar2 ul li a:hover{
	text-decoration:none;
	color:#dbd1be;
	}

#sidebar ul, #sidebar ul ol, #sidebar2 ul, #sidebar2 ul ol{
	margin: 0;
	padding: 0;
	}

#sidebar ul li, #sidebar2 ul li{
	list-style-type: none;
	list-style-image: none;
	margin:0px;
	padding:0px;
	}

#sidebar ul p, #sidebar ul select, #sidebar2 ul p, #sidebar2 ul select{
	margin: 5px 0 0px 10px;
	}

#sidebar ul ul, #sidebar ul ol, #sidebar2 ul ul, #sidebar2 ul ol{
	margin: 0px 8px 0px 10px;
	}

#sidebar ul ul ul, #sidebar ul ol, #sidebar2 ul ul ul, #sidebar2 ul ol{
	margin: 0 0 0 0px;
	}

ol li, #sidebar ul ol li,  #sidebar2 ul ol li{
	list-style: decimal inside;
	}

#sidebar ul ul li, #sidebar ul ol li, #sidebar2 ul ul li, #sidebar2 ul ol li{
	margin: 0px 0 0;
	padding:0px 10px 0px 20px;
	}
	
li.widget_tag_cloud h2{
	text-align:left;
	}

	
li.widget_tag_cloud{
	padding-bottom:0px !important;
	text-align:center;
	}
	
/* End Entry Lists */

#sidebar h2, #sidebar2 h2{
	margin:0px;
	background-image:url(images/bg-titlebox.png);
	background-repeat:no-repeat;
	padding:2px 0px 0px 0px;
	height:32px;
	text-align:center;
	font-size:18px;
	color:#0193ac;
	font-weight:normal;
	color:#fff;
	font-family:Arial, Verdana, tahoma;
	}
	
	
#sidebar{
	color:#fff;
	font-family:Tahoma, Arial, Verdana ;
	}



/* Begin Form Elements */
#searchform {
	margin: 0px auto;
	padding: 0px 0px;
	text-align: center;
	}

#sidebar #searchform #s, #sidebar2 #searchform #s {
	padding: 0px 0px 0px 0px;
	}

#sidebar #searchsubmit {
	padding: 0px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width:90%;
	}

#commentform input {
	padding: 2px;
	margin: 0px 5px 1px 0;
	border:solid 1px #dad8d8;
	}

#commentform {
	margin: 5px 0px 0 0px;
	}
	
#commentform textarea {
	width:95%;
	padding: 2px;
	border:solid 1px #dad8d8;
	}
	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 0px auto;
	float: left;
	padding:4px;
	font-weight:bold;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 20px 0px 0px 0px !important;
	padding: 10px !important;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	line-height:16px;
	}

.commentlist {
	padding: 0;
	text-align:left !important;
	}
	
ol.commentlist{
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
	}
	
ol.commentlist a, ol.commentlist a:visited{
	color:#0193ac;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 10px;
	list-style: none;
	}

.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 0px 0 0px 0;
	}

#sidebar form {
	margin: 0;
	}
	
.textwidget{
	padding:0px 0px 0px 15px;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 0px auto 0;
	width:80%;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width:auto;
	margin:0px;
	padding:8px 0px 8px 0px;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color:transparent; }
	
#today, #today a{
	font-weight:bold;
	color:#dbd1be !important;
	}
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0px 10px;
	padding-left: 20px;
	border-left: 4px solid #0193ac;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	padding:5px 5px 25px 5px;
	}
	
.navigation2 {
	padding:5px 5px 25px 5px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
p{
	margin:10px 0px 10px 0px;
	}
	
.title{
	padding:0px 0px 0px 0px;
	float:left;
	width:100%;
	background-image:url(images/bg-title.gif);
	background-repeat:repeat-x;
	}
	
.title h2 a, .title h2 a:visited, .title h3 a, .title h3 a:visited{
	color:#0193ac;
	text-decoration:none;
	}
	
.title h2 a:hover, .title h3 a:hover{
	color:#06a7c2;
	text-decoration:none;
	}

	
.title small{
	color:#22150d;
	font-size:11px;
	}
	
.title_mid{
	padding:5px 10px 5px 0px;
	border-bottom:solid 1px #0193ac;
	float:left;
	width:82%;
	}
	
.title_mid2{
	padding:5px 10px 5px 0px;
	border-bottom:solid 1px #0193ac;
	}

	
.add{
	float:left;
	padding:4px 0px 0px 0px;
	margin-right:8px;
	width:56px;
	height:62px;
	background-image:url(images/bg-date.gif);
	background-repeat:no-repeat;
	text-align:center;
	color:#fff;
	}

.month{
	font-size:14px;
	}
	
.date{
	font-size:24px;
	line-height:32px;
	padding-bottom:2px;
	display:block;
	}

	
.list{
	background-image:url(images/list_red.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;
	padding-left:10px;
	}

.box{
	padding-bottom:12px;
	width:166px;
	}
	
.box-top{
	background-repeat:no-repeat;
	}
	
.c-boxbottom{
	background-image:url(images/bg-box-curvebottom.png);
	background-repeat:no-repeat;
	background-position:top;
	height:17px;
	}

.box span{
	margin:0px 0px 0px 0px !important;
	padding:8px 0px 5px 0px;
	list-style-type:none;
	font-family:Tahoma, Arial, Verdana;
	background-color:#019eb4;
	background-position:left bottom;
	background-image:url(images/bg-box-bottom.gif);
	background-repeat:no-repeat;
	min-height:94px;
	display:block;
	}
	
.box h5{
	margin:0px 0px 0px 0px !important;
	padding:8px 0px 5px 0px;
	list-style-type:none;
	font-family:Tahoma, Arial, Verdana;
	background-color:#019eb4;
	background-position:left bottom;
	background-image:url(images/bg-box-bottom.gif);
	background-repeat:no-repeat;
	min-height:94px;
	display:block;
	font-size:12px;
	font-weight:normal;
	}


.box .inputbox{
	width:100px;
	border:solid 1px #ccc;
	}
	
.box .button2{
	width:52px;
	background-image:none;
	background-repeat:no-repeat;
	border:0px;
	background-color:#3e3838;
	font-size:11px;
	color:#fff;
	font-weight:bold;
	padding:1px 2px 1px 2px !important;
	}	

#maincontent .search h2{display:none;}
#maincontent .button2{
	border:0px !important;
	background-image:url(images/bg-button.gif);
	background-repeat:no-repeat;
	width:75px;
	height:24px;
	color:#fff !important;
	font-weight:bold;
	}



.icon-search{
	background-image:url(images/icon-search.gif);
	background-repeat:no-repeat;
	padding:30px 0px 0px 20px;
	background-position:left bottom;
	color:#fff;
	}
	
.main-search{
	padding:5px 0px 20px 0px;
	}
	
.main-search #searchform{text-align:left;}
	
span.bg-inputbox{
	background-image:url(images/bg-inputbox.gif);
	background-repeat:no-repeat;
	width:100px;
	height:20px;
	padding:0px 5px 0px 5px;
	margin-right:1px;
	border:0px;
	border:0px;
	float:left;
	}
	
.main-search .inputbox{
	width:90px;
	padding:2px 5px 2px 5px;
	border:0;
	background:transparent;
	margin:0px 0px 0px 0px;
	}
	
.main-search .button2{
	width:54px;
	background-image:url(images/but-search.gif);
	background-repeat:no-repeat;
	border:0px;
	height:20px;
	background-color:transparent !important;
	}	

.button{
	border:0px !important;
	background-image:url(images/bg-button.gif);
	background-repeat:no-repeat;
	width:75px;
	height:24px;
	color:#fff;
	}
	
/*postmetadata*/
.comment{
	font-weight:bold;
	color:#0193ac;
	padding:0px;
	padding-bottom:20px;
	margin:0px 0px 10px 0px;
	float:left;
	width:100%;
	color:#fff !important;
	}
	
.comment a, .comment a:visited{
	color:#fff;
	}	

.comment a:hover{
	color:#eaf9fb;
	}

#container_metadata{
	float:right;
	padding:0px !important;
	margin:0px !important;
	
	

}

.container_metadata{
	float:right;
	padding:0px !important;
	margin:0px !important;
	
	

}


.comment-cont{
	width:auto;
	float:left;	
	margin:0px 0px 0px 5px;
	padding:0px 0px 0px 0px;
	float:left;
}
.comment-l{
	background-image:url(images/metadata-l.gif);
	background-repeat:no-repeat;
	width:12px;
	height:25px;
	float:left;
}
.comment-m{
	background-image:url(images/metadata-m.gif);
	padding:3px 0px 4px 0px!important;
	background-repeat:repeat-x;
	float:left;
}
.comment-r{
	background-image:url(images/metadata-r.gif);
	background-repeat:no-repeat;
	width:12px;
	height:25px;
	float:left;
}
	

/* ------------------------------------------------------ For Frame ------------------------------------------------*/


html,body{height:100%}
body{
	font-family:Arial, Verdana, tahoma;
	font-size:12px;
	color:#22150d;
	margin:0px 0px 0px 0px !important;
	padding:0px;
	line-height:18px;
	background-image:url(images/bg-body.gif);
	background-color:#fff;
	background-repeat:repeat-x;
	height:100%;
	}
	
a, a:visited{
	color:#0193ac;
	text-decoration:none;
	}
	
a:hover{
	color:#06a7c2;
	text-decoration:none;
	}

/*==== container=======*/
* html #container-top{height:100%;}/* ie6 and under*/
#container-top{
	min-height:98% !important;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding-top:26px;

}
#container-bottom{
	clear:both;
	background-image:url(images/bg-body-bottom.gif);
	background-repeat:repeat-x;
	min-height:8%;
	
}
* html #container-bottom{height:5%;}/* ie6 and under*/

#frame{
	width:812px;
	margin-left:auto;
	margin-right:auto;
	}
	
#frame-pad{
	width:812px;
	padding-bottom:20px;
	float:left;
	}
	
#main-left{
	width:170px;
	float:left;
	}

#logo{
	background-image:url(images/logo.gif);
	background-repeat:no-repeat;
	height:86px;
	padding-bottom:8px;
	}
	
#logo a{
	height:86px;
	display:block;
	}

	
#main-center{
	width:472px;
	float:left;
	background-image:url(images/bg-main.jpg);
	background-repeat:no-repeat;
	min-height:729px;
	}
	
#center-pad{
	padding:20px;
	}
	
#topnav{
	height:20px;
	color:#b2b2b2;
	}
	
#topnav a, #topnav a:visited{
	font-family:Arial, Verdana;
	font-size:12px;
	padding-right:20px;
	padding-left:20px;
	padding-top:0px;
	float:left;
	color:#b2b2b2;
	text-decoration:none;
	line-height:10px;
}

#topnav a:hover{
	color:#949393;
	text-decoration:none;
}

#topnav ul {
	margin: 0;
	padding: 0;
	margin-left:auto;
	margin-right:auto;
	list-style: none;
	line-height: normal;
	text-align:center;
}

#topnav li.page_item {
	display: inline;
	float:left;
	border-left:solid 1px;
	font-size:12px;
}

#topnav li.page_item#home {
	display: inline;
	float:left;
	border-left:none;
}


#topnav ul li ul {
	float:left;
	display: inline;
}

	
#header{
	height:210px;
	}
	
#maincontent{
	
	}


#main-right{
	width:168px;
	padding-left:2px;
	float:left;
	}


#footer{
	height:45px;
	padding:20px 0px 0px 0px;
	width:812px;
	text-align:center;
	color:#fff;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	}
	
#footer a, #footer a:visited{
	color:#fff;
	}
	
 #footer a:hover{
	color:#fff;
	text-decoration:underline;
	}

/*end*/




