/*
Theme Name: All travel web themes
Theme URI: 
Description: The All travel web theme based on a PSD design
Version: 1.0
Author: Kentostudios
Author URI: http://kentostudios.com/
Tags: 

*/



/* Begin Typography & Colors */
body {
    background:#ffffff;
	font-size: 68.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color:#737373;
	text-align: center;
	padding:0;
margin:0px;
	font-size: .9em;
	line-height:20px;
	}
	img{
	border:none;
	}
h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
	ul{
	list-style:disc;
	}
	a{
	color:#e7c22e;
	}
#page {
	background-color: white;
	text-align: left;
	}
	
*html #home_ban,*html #con_ban{

}
	#home_ban{
	width:1000px; 
	height:392px;
	background:url(images/home_img.jpg);
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
	}
	#con_ban{
	width:1000px; 
	height:260px;
	background:url(images/con_img1.jpg);	
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
	margin-bottom:-80px;
	}
	
*html #content{

}
.cler{
width:98%;
margin:0px;
padding:0px;
height:5px;
clear:both;
}
#content_wrap{
width:880px;
margin:5px auto;
padding:0px;
clear:both;

}
#content_page {
	font-size: 0.9em;
	width:840px;
	margin:0;
	float:right;	
	padding:20px;
	padding-top:5px;

	
	}
#content {
	font-size: 0.9em;
	width:560px;
	margin:0;
	float:right;	
	padding:10px;

	
	}
	*html #sidebar{

}
#sidebar
{
	padding: 20px 0px 10px 0px;
	margin-left:0px;
	margin:0px;
	float:left;
	width:280px;
	text-align:left;
	min-height:400px;	
			}
#foot_top{
width:700px;
clear:both;
height:110px;
margin:10px auto;
margin-bottom:-30px;
padding:0px;
}
.foot_img{
margin:0px;
padding:0px;
width:150px;
float:left;
height:70px;
margin-left:12px;
margin-right:12px;
}
.foot_img img{
border:none;
}
#footer {
width:999px;
margin-left:2px;
margin:0;
padding:0;
height:75px;
margin-left:1px;
clear:both;
background:url(images/footer.jpg);	
border: none;
	}
#page {
	background:#bf0027;
	margin:0;
	margin:0px auto 0px auto;
	padding:0;
	width:1000px;
	height:auto;
	background:url(images/bg.jpg);
	background-repeat:repeat-y;
	border:1px solid #8B8B8B;
		}
		
#header {
	margin: 0 0 0 0px;
	padding: 0;
	height:179px;
	width:1000px;
	background:url(images/banner.jpg);
	background-repeat:no-repeat;	
	}
#menu{
margin:0px;
padding:0px;
height:65px;
width:1000px;
background:url(images/nav.jpg);
background-repeat:repeat-x;
}
*html #nav{
height:61px;
}
*html #nav li{
height:61px;
}
*html #nav li a{
line-height:61px;
}
#nav{
margin:0px;
padding:0px;
height:65px;
width:1000px;
}
#nav li{
height:65px;
float:left;
display:block;
margin:0px;
padding:0px;
border-left:1px solid #a90025;
}
#nav li a{
color:#ffffff;
font-size:15px;
text-decoration:none;
line-height:65px;
padding:0 14px 0 14px;
text-transform:capitalize;
}
#nav li:hover{
border-bottom:4px solid #ecb227;

}
#nav li.current_page_item{
border-bottom:4px solid #ecb227;
    
}

/*home page */
#home_box
{
margin:5px 15px 5px 5px;
width:273px;
padding:0px;
float:left;
}



.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}



#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}



h3 {
	padding: 0;
	margin: 30px 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 30px;
	list-style:disc;
	list-style-position:inside;
	padding-left: 10px;
		}
ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style:disc;
	list-style-position:inside;
	padding-left: 10px;
		}
html>body .entry li {
	margin: 7px 0 8px 10px;
	}
li {
	margin: 7px 0 8px 10px;
	}

ol {
	padding: 0 0 0 35px;
	margin: 0;
	}
 ol li {
	margin: 0;
	padding: 0;
	}
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}


/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}


.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.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 ul{
list-style:none;
}
#sidebar ul li ul{
list-style:none;
}
h2{
color:#444;
font-weight:bold;
font-size:20px;
line-height:30px;
text-decoration:none;
border-bottom:1px dotted #5d5d5d;
}
h2 a{
color:#444;
font-weight:bold;
font-size:20px;
line-height:30px;
text-decoration:none;
border-bottom:1px dotted #5d5d5d;
}
h2 a:hover{
color:#bf0027;
}
#head_l{
float:left;
width:700px;
height:211px;
}
#lo_form{
margin-top:35px;
float:left;
width:182px;
height:140px;
}
#lo_form .inputt{
height:17px;
border:1px solid #8B8B8B;
padding:3px;
margin-bottom:8px;
color:#8D8D8D;
}
#lo_form .subbit{
float:right;
padding:2px;
}
.widgettitle{
padding:4px;
line-height:30px;
font-weight:bold;
color:#444;
font-size:20px;
text-align:center;
margin-top:10px;
border:none;

}

.widget{
width:250px;
margin:0px;
padding:0px;
margin-top:15px;
list-style:none;
margin-bottom:15px;
height:auto;
}
.widget ul li{
width:94%;
padding:3px;
float:right;
display:block;
margin-top:3px;
margin-bottom:3px;
border-bottom:1px dotted #5d5d5d;
}
.widget ul li a{
color:#444;
font-weight:bold;
font-size:12px;
text-decoration:none;
padding-right:10px;
}
.widget ul li a:hover{
color:#bf0027;
}
.red{
color:#FF0000;
}
.image{
width:204px;
height:160px;
float:left;
margin:3px;
padding:0px;
line-height:0px;
}
.image_co{
width:204px;
height:190px;
float:left;
margin:2px;
margin-top:10px;
padding:0px;
line-height:0px;
}
.light_box_img{
margin:0px;
padding:0px;
border: groove 2px white; 
-moz-border-radius: 2px;  
-webkit-border-radius:2px;
border-radius: 2px;
}
.image2{
width:139px;
height:109px;
float:left;
margin:1px 0px 1px 1px;
padding:0px;
line-height:0px;
}
.image3{
width:164px;
height:128px;
float:left;
margin:2px;
padding:0px;
line-height:0px;
}
