/*
Theme Name: Travel Network
Description: An elegant blue travel network theme.
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{background:#3c3b36; background-image:url(images/back.png); background-repeat:repeat-x; background-position:top; line-height:1.4;font-family: Georgia, serif; font-size:12px;}
a{text-decoration:none;}
a:hover{text-decoration:underline;}

/* STRUCTURE */
#container{margin: 0px auto; padding-bottom:30px;}
#holder{width:930px;margin: 0px auto; background:#fff; padding:0 20px 20px 20px;}
#header{height:130px; background:url(images/header.jpg) no-repeat center top;}
#nav-main{background:url(images/nav.png) repeat-x top;margin-top:1px;height:40px;}
#content-box{background:url(images/content.gif) repeat-y center; margin:20px 0;}
#left-panel{float:left;width:590px; margin-right:40px;}
#right-panel{float:left;width:300px;}
#footer{background:url(images/footer.jpg) no-repeat center top;height:69px;}
	
/* HEADER */
#logo{float:left; padding:40px 0 0 30px; line-height:1; color:#fff;text-align:right; font-size:11px;}
#logo a{color:#fff;}
#logo a:hover{text-decoration:none;}
#logo h1{font-size:36px;}

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

/* CONTENT */

	/* LEFT PANEL */
	.special{background:#f5f5f5; padding:20px 20px 0 20px;}
	.post{ margin-bottom:15px; border-bottom:#d1d1d1 1px solid;}
	.post h1.post-title , .post h1.post-title a{color:#06c; font-size:20px;}
	.post-content{color:#737373; padding:10px 0; line-height:1.6;}
	.post-content p{padding:0 0 15px 0;}
	.post-content a{color:#06c;}
	.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; margin:0;}
	.post-content h1{font-size:18px; color:#333;}
	.post-content h2{font-size:16px; color:#333;}
	.post-content h3{font-size:14px; color:#333;}
	.post-content strong, .post-content b{font-weight:bold;}
	.post-content i{font-style:italic;}
	.post-pic{padding:0 20px 20px 0;}
	.post-pic2{padding:0 0 20px 20px;}
	
	.navigation{height:20px;}
	.navigation a{color:#06c;}
	.navigation .alignleft{float:left;}
	.navigation .alignright{float:right;}

	/* RIGHT PANEL */
	#searchform{background:#0088ce; background-image:url(images/search_box.png); background-repeat:no-repeat; background-position:left top; height:50px; text-align:right; padding:20px;}
	#searchform #s{border:#ccc 1px solid; width:180px; height:20px; padding:3px 5px 0 5px; margin-bottom:5px;}
	#searchform #searchsubmit{background:url(images/search_btn.png) no-repeat center top; width:58px; height:22px; border:0; color:#fff; padding:0;}
	.box{padding:15px 0; line-height:1.6; clear:left;}
	.box a{color:#06c;}
	.box ul li{background:url(images/bullet.gif) no-repeat 2px 6px; padding:0 0 0 13px;float:left; width:135px;}
	.box h3{font-size:15px; border-bottom:#ccc 1px solid; color:#333; background:url(images/tree.gif) no-repeat left top; line-height:24px; padding:0 0 0 40px;}

/* FOOTER */
#footer p{width:600px; text-align:center; line-height:69px; color:#666; font-size:18px;}

/* OTHER */
.clear{clear:both;}
.fl-left{float:left;}
.fl-right{float:right;}