/*
Theme Name: Travel Theme
Description: Customized theme for a travel site.
Version: 1.0
Author: Muthuswamy K
Author URI: http://www.muthuswamy.in/
*/

/* DEFAULT */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;font-weight: 100;font-style: normal;font-size: 100%;font-family: inherit;vertical-align: baseline;}
body {line-height: 1;color: black;background: white;}
ol, ul {list-style: none;}
table {border-collapse: separate;}
caption,th,td{text-align: left;font-weight: normal;}

/* REGULAR CODING */
html{background:#000;}
body{line-height:1.4; font-family: Arial, Helvetica, sans-serif; font-size:12px; background:#f7f8f9 url(images/container.png) repeat-x top; color:#383838;}
a{text-decoration:none; color:#06c;}
a:hover{text-decoration:underline;}

/* STRUCTURE */
#container{background:url(images/holder.png) repeat-y center;}
#container-hold{background:url(images/header.png) no-repeat center top;}
#container-hold2{background:url(images/banner.jpg) no-repeat center 46px;}
#holder, .holder{width:980px; margin: 0px auto;}
#header{height:205px;}
#nav-main{height:45px; line-height:45px; float:right;}
#content-box{padding:20px 0;}
#sidebar-left{float:left; width:180px; margin-right:10px;}
#main-panel{float:left; width:490px; margin-right:20px;}
#sidebar-right{float:left; width:280px;}
#footer{background:#000 url(images/footer.png) repeat-x top; padding:20px 0; text-align:center; color:#fff;}

/* HEADER */
#logo{float:left; position:relative; left:-10px;}
#logo a{float:left;}

/* NAVIGATION */
#nav-main li{float:left; background:url(images/nav_sep.png) no-repeat right top; padding:0 5px;}
#nav-main li:last-child{background:none;}
#nav-main li a{float:left; font-weight:bold; color:#fff; padding:0 14px;}
#nav-main li.current_page_item a{color:#ff0;}
#nav-main li.highlight a{color:#242424; background:url(images/btn_highlight.png) no-repeat center 50%;}
#nav-main li.current_page_item a:hover{color:#ff0; text-decoration:none;}

/* CONTENT */
#map_box{height:300px;}
.map-box{background:url(images/map_bar.png) no-repeat center top; margin-bottom:15px;}
.map-box h3{font-size:18px; color:#fff; padding-left:40px; line-height:36px; margin-bottom:5px;}

	/* SIDEBAR */
	.box, .box-bot, .box-top{float:left;}
	.box h3{margin-bottom:10px;}
	.box h3, .box h3 a{line-height:36px; color:#fff; font-weight:bold; font-size:18px;}
	.box a{color:#06c;}
	.box ul li{padding:2px 0 2px 10px; background:url(images/bullet.gif) no-repeat left 8px;}
	.box p{padding:5px 0;}
	.box p img{padding:3px; background:#fff; border:#cecece 1px solid;}
	.box ol{float:left; margin-bottom:5px;}
	.box ol li{float:left; padding:0 2px;}
	.box .annonser{display:block; width:156px; line-height:30px; color:#fff; font-weight:bold; font-size:18px; text-align:center; margin:0 auto; background:url(images/annonser.png) no-repeat; clear:both;}
	.box .annonser:hover{text-decoration:none;}
	
	#sidebar-left .box{background:url(images/box_small.png) repeat-y center; margin-bottom:10px;}
	#sidebar-left .box-bot{background:url(images/box_small.png) no-repeat right bottom;}
	#sidebar-left .box-top{background:url(images/box_small.png) no-repeat left top; padding:0 10px 10px 10px; width:160px;}
	
	#sidebar-right .box{background:url(images/box_large.png) repeat-y center; margin-bottom:10px;}
	#sidebar-right .box-bot{background:url(images/box_large.png) no-repeat right bottom;}
	#sidebar-right .box-top{background:url(images/box_large.png) no-repeat left top; padding:0 10px 10px 10px; width:260px;}
		
	/* POST */
	.post{background:url(images/post.png) repeat-y center; margin-bottom:10px;}
	.post-bot{background:url(images/post.png) no-repeat right bottom;}
	.post-top{background:url(images/post.png) no-repeat left top; padding:0 10px 10px 10px;}
	.post-title{line-height:35px; margin-bottom:10px;}
	.post-title, .post-title a{color:#fff; font-size:18px; font-weight:bold;}
	.post-title a:hover{text-decoration:none; color:#eee;}
	.post-content img{border:#d9e1e8 1px solid; padding:2px;}
	.post-content p{padding:0 0 10px 0;}
	.post-content ul{list-style-type:disc; margin:10px 0 10px 20px;}
	.post-content ol{list-style-type:decimal; margin:10px 0 10px 25px;}
	.post-content blockquote{margin:10px 20px; background:#f5f5f5; padding:10px;}
	.post-content blockquote p{padding:0;}
	.post-content h1{font-size:17px; font-weight:bold; color:#000;}
	.post-content h2{font-size:15px; font-weight:bold; color:#000;}
	.post-content h3{font-size:13px; font-weight:bold; color:#000;}
	.post-content b, .post-content strong{font-weight:bold; color:#000;}
	
	.post-content i, .post-content em{font-style:italic;}
	.navigation .alignleft{float:left; line-height:20px;}
	.navigation .alignright{float:right; line-height:20px;}
	
		/* Wordpress Classes */
		.aligncenter, div.aligncenter {display: block; margin-left: auto; margin-right: auto;}
		.alignleft{float: left; margin:0 10px 10px 0;}
		.alignright{float: right; margin:0 0 10px 10px;}
		.wp-caption {border: 1px solid #ddd;text-align: center;background-color: #f3f3f3;padding-top: 4px;margin: 10px;}
		.wp-caption p.wp-caption-text {font-size: 11px;line-height: 17px;padding: 0 4px 5px;margin: 0;}
		
	/* COMMENT */
	#comments, #respond{font-size:18px; color:#333;margin-bottom:15px; clear:both;}
	#commentform p{padding:8px 0; font-size:12px;}
	#commentform label{width:100px; float:left; text-align:right; margin:0 10px 0 0; line-height:25px;}
	#commentform .req{color:#f00;}
	#author, #email, #url{width:240px; height:20px; padding:5px 5px 0 5px;}
	#comment{width:450px;}
	#submit{background:#0c5d81; border:#377a97 1px solid; color:#fff; height:30px; margin-left:110px; cursor:pointer;}
	#submit:hover{background:#377a97;}
	
	ol.commentlist{}
	ol.commentlist li{padding:15px; background:#fff; border-bottom:#eee 1px dotted;}
	ol.commentlist li.alt{background:#f5f5f5;}
	ol.commentlist .comment-content{padding:10px 0;}
	ol.commentlist .comment-content a{color:#39c;}
	ol.commentlist small{font-size:11px;}
	ol.commentlist .avatar{display:none;}
	ol.commentlist .comment-meta{margin-bottom:5px;}
	ol.commentlist b.auth a{font-weight:bold; color:#06c;}

/* FOOTER */
#footer ul li{display:inline;}
#footer ul li a{padding:0 5px;}
#footer a{color:#d6d6d7;}
#footer p{padding-top:10px;}

/* OTHER */
.clear{clear:both;}
