/*
Theme Name: Resebokningen
Description: Sustom travel theme for Resebokningen
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 */
body{line-height:1.4; background:#f7f7f7; font-family: Arial, Helvetica, sans-serif; font-size:12px;}
a{text-decoration:none; color:#06c;}
a:hover{text-decoration:underline;}

/* STRUCTURE */
#holder{width:880px; margin: 0px auto; padding:0 16px; background:url(images/holder.png) repeat-y center;}
#header{background:url(images/header.jpg) no-repeat; height:130px;}
#nav-main{background:url(images/nav.png) no-repeat; height:38px;}
#content-box{padding:10px 0;}
#left-panel{float:left; width:180px; margin-right:10px;}
#main-panel{float:left; width:480px; margin-right:10px;}
#right-panel{float:left; width:200px; height:400px;}
#footer{background:url(images/footer.png) no-repeat left top; text-align:center; padding:20px 0;}

/* HEADER */
#logo{padding:40px 0 0 38px; width:290px; height:50px; overflow:hidden; position:relative;}
#logo span{position:absolute; width:100%; height:100%; background:url(images/logo.png) no-repeat;}
#logo a{font-size:42px; color:#fff; font-family: Myriad Pro, Arial, Helvetica, sans-serif; font-weight:bold;}

/* NAVIGATION */
#nav-main li{line-height:36px; float:left; border-right:#fff 1px solid;}
#nav-main li:last-child{border:0;}
#nav-main li a{float:left; color:#333; font-size:14px; padding:0 18px;}
#nav-main li.current_page_item a, #nav-main li a:hover{text-decoration:none; background:url(images/nav_hov.png) repeat-x top; color:#fff;}

/* CONTENT */

	/* SIDEBAR */
	.box{background:url(images/box_small.png) repeat-y center; margin-bottom:10px;}
	.box .box-bot{background:url(images/box_small.png) no-repeat right bottom;}
	.box .box-top{background:url(images/box_small.png) no-repeat left top; zoom:1;}
	.box h3{line-height:37px; padding:0 6px; color:#fff; font-size:18px; font-weight:bold;}
	.box .box-content{padding:10px; text-align:center;}
	.box .box-content ul li{padding:5px 0 5px 10px; border-bottom:#dae1e5 1px solid; background:url(images/bullet.gif) no-repeat left 10px; text-align:left;}
	
		/* Wider Box */
		.box-big{background:url(images/box_big.png) repeat-y center; margin-bottom:10px;}
		.box-big .box-bot{background:url(images/box_big.png) no-repeat right bottom;}
		.box-big .box-top{background:url(images/box_big.png) no-repeat left top;}
	
		/* Empty Box */
		.box-empty{margin-bottom:10px; text-align:center;}
	
	.news-form p{padding:5px 0;}
	.news-form .news-txt{border:#dbdada 1px solid; padding:2px; font-size:12px; width:150px;}
	.news-form .news-btn{font-size:12px;}

	/* MAIN PANEL */
	.ui-tabs .ui-tabs-hide {display: none;}
	.main-tabs{background:#ececec url(images/search_grey.png) no-repeat left top; margin-bottom:10px; width:480px;}
	.tabs-hold{background:url(images/search_grey.png) no-repeat right bottom; padding:10px;}
	.tab-box{background:#069 url(images/search_blue.png) no-repeat right bottom;}
	#tabs{background:url(images/search_blue.png) no-repeat left top; width:460px;}
	#tabs ul.tab-single{float:left; background:url(images/tab-end.png) no-repeat right top; padding-right:10px;}
	#tabs ul.tab-single li{float:left; line-height:30px; background:url(images/tab_sep.png) no-repeat right top; padding-right:2px;}
	#tabs ul.tab-single li a{float:left; padding:0 15px; background:url(images/tab_single.png) repeat-x top; color:#fff;}
	#tabs ul.tab-single li a:hover{text-decoration:none; color:#069;}
	#tabs ul.tab-single li.ui-tabs-selected a{background:#6cf; outline:0;}
	#tabs ul.tab-single li.ui-tabs-selected a:hover{color:#fff;}
	#tabs .tab-content{clear:left; padding:10px; color:#fff;}
	
		/* Search */
		.main-search p{padding:5px 0;}
		.main-search label{display:block; font-weight:bold;}
		.main-search .search-sel-long{width:208px; float:left; margin-right:8px;}		
		.main-search .search-date{width:208px; float:left; margin-right:8px;}
		.main-search .search-small{float:left; margin-right:20px; text-align:center;}
		.main-search .search-txt{width:200px;}
		.main-search .search-med{float:left; margin-right:20px;}
		.main-search .search-btn{background:url(images/search_btn.jpg) no-repeat; width:116px; height:50px; border:0; float:right; cursor:pointer; font-size:18px; color:#fff; font-weight:bold;}

	/* POST */
	.post{margin-bottom:15px; padding:0 5px; border-bottom:#e0e0e0 1px solid;}
	.post-title, .post-title a{font-size:24px; font-weight:bold; color:#069;}
	.post .post-title a:hover{text-decoration:none; color:#333;}
	.post-content{padding:5px 0; line-height:1.8;}
	.post-content p{padding:0 0 15px 0;}
	.post-content ul{list-style-type:disc; margin:5px 0 10px 20px;}
	.post-content ol{list-style-type:decimal; margin:5px 0 10px 25px;}
	.post-content blockquote{margin:10px 20px; background:#f5f5f5; padding:10px;}
	.post-content blockquote p{padding:0;}
	.post-content h1{font-size:18px;}
	.post-content h2{font-size:16px;}
	.post-content h3{font-size:14px;}
	.post-content b, .post-content strong{font-weight:bold;}
	.post-content i, .post-content em{font-style:italic;}
	
	.navigation{height:20px; padding:0 5px 15px 5px;}
	.navigation .alignleft{float:left;}
	.navigation .alignright{float:right;}
	
		/* 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:22px; border-bottom:#e5e5e5 1ps dotted;}
	#commentform p{padding:8px 0;}
	#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:350px;}
	#submit{background:#678fc2; border:#2a568e 1px solid; color:#fff; height:30px; margin-left:110px;}	
	
	ol.commentlist{padding:20px;}
	ol.commentlist li{padding:15px; 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 b.auth a{font-weight:bold; color:#06c;}
	
/* FOOTER */
#footer p{padding-top:10px;}
#footer ul li{display:inline;}
#footer ul li a{padding:0 2px;}

/* OTHER */
.clear{clear:both;}
