/*
Theme Name: Badkar
Description: Custom theme for Badkar.nu
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:#0085c3; font-family: Arial, Helvetica, sans-serif; font-size:12px;}
a{text-decoration:none; color:#44baeb;}
a:hover{text-decoration:underline;}

/* STRUCTURE */
#container{background:#0085c3 url(images/holder.gif) repeat-y center;}
#container2{background:url(images/header.jpg) no-repeat center top;}
#container3{background:url(images/footer.png) no-repeat center bottom; padding-bottom:21px;}
#holder{width:960px; margin: 0px auto; height: 100%;}
#header{height:106px; padding:60px 20px 0 20px}
#nav-main{height:30px; margin:6px 0 30px 0; padding:0 20px;}
#content-box{padding:0 20px 30px 20px; color:#666;}
#main-panel{float:left; width:530px; margin-right:30px;}
#sidebar-1{float:left; width:165px; margin-right:30px;}
#sidebar-2{float:left;width:165px;}
#footer {height: 80px; color:#fff; line-height:80px; padding:0 20px;}

/* HEADER */
#logo a{float:left; width:255px; height:50px; overflow:hidden; text-indent:-1000px; margin-right:10px;}
#sub-logo{color:#000; font-size:16px; font-weight:bold; line-height:50px;}

/* NAVIGATION */
#nav-main li{float:left; font-size:15px; line-height:25px;}
#nav-main li a{float:left; padding:0 15px; color:#fff; padding-bottom:5px;}
#nav-main li.current_page_item a{background:url(images/nav_hov.gif) repeat-x top;}
#nav-main li.current_page_item a:hover{text-decoration:none;}

/* CONTENT */
.pagetitle{font-size:20px; color:#333; margin-bottom:15px; text-align:center;}

	/* MAIN PANEL */
	.post{margin-bottom:15px;}
	.post-head{background:url(images/post_head.gif) repeat-x bottom; padding:5px;}
	.post-title{color:#44baeb; background:url(images/post_icon.png) no-repeat left top; line-height:30px; padding:18px 0 18px 75px; font-size:30px; font-weight:bold;}
	.post-title a{font-weight:bold;}
	.post-title a:hover{text-decoration:none; color:#333;}
	.post-content{padding:10px;}
	.post-content p{padding:0 0 10px 0;}
	.post-content ul{list-style-image:url(images/bullet.gif); 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;}
	.post-content h2{font-size:15px; font-weight:bold;}
	.post-content h3{font-size:13px; font-weight:bold;}
	.post-content b, .post-content strong{font-weight:bold;}
	.post-content i, .post-content em{font-style:italic;}
	
	.post-content .list-main{max-width:530px;}
	.post-content .list-main td.al-right{text-align:right; padding-right:15px;}
	.post-content .list-main td{padding:10px; border-bottom:#eee 1px solid;}
	.post-content .list-main .alt td{background:#f5f5f5;}
	
	.navigation{height:20px; padding:4px 10px;}
	.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;}

	/* SIDEBAR */
	.sidebar .box{background:#f5f5f5 url(images/box.png) no-repeat left top; margin-bottom:15px; color:#4f4b62;}
	.sidebar .box .box-hold{background:url(images/box.png) no-repeat right bottom; padding:0 10px 10px 10px;}
	.sidebar .box h3, .sidebar .box h3 a{line-height:31px; font-size:14px; font-weight:bold; color:#fff;}
	.sidebar .box h3{margin-bottom:10px;}
	.sidebar .box ul li{background:url(images/box_split.gif) no-repeat center bottom; padding:5px 0;}
	.sidebar .box ul li a{color:#3380a2;}
	.sidebar .box ul li a:hover{text-decoration:none; color:#4f4b62;}
	
		/* SEARCH */
		#s{background:url(images/search_txt.gif) repeat-x top; border:#cfcfcf 1px solid; width:132px; height:20px; margin-bottom:10px; padding:2px 4px 0 4px;}
		#searchsubmit{background:url(images/search_btn.png) no-repeat; width:81px; height:25px; border:0; color:#fff; font-weight:bold; font-size:14px; padding-bottom:3px; cursor:pointer;}

/* FOOTER */
#footer .feed{float:right; padding-top:25px;}
#footer .feed img{vertical-align:middle;}

/* OTHER */
.clear{clear:both;}