/*
Theme Name: Priskrossaren
Description: Custom theme for priskrossaren
Version: 1.0
Author: Muthuswamy K
Author URI: http://www.muthuswamy.in/
*/



/* REGULAR CODING */
body{font-family: Tahoma, Geneva, sans-serif; line-height:1.4; font-size:12px;}
a{text-decoration:none;}
a:hover{text-decoration:underline;}

/* STRUCTURE */
#container{margin: 0px auto;background:url(images/container.gif) repeat-x top;}
#top-strip{height:30px; color:#fff; line-height:30px;}
#header{height:75px;}
#nav-main{height:28px;}
#intro-box{margin-top:10px;}
#content-box{padding:15px 0;}
#left-panel{float:left;width:180px;}
#right-panel{margin:0 0 0 200px;}
#footer{background:url(images/footer.gif) repeat-x top; padding:10px 0; text-align:center; line-height:1.6; font-size:11px; color:#5c5c5c;}
.holder{width:990px;margin: 0px auto;}
	
/* HEADER */
#top-strip a{color:#fc0;}
.search-form{float:right; width:245px;}
.search-form .searchtxt{border:0; width:160px; padding:1px 5px; font-size:14px;}
.search-form .searchbtn{}

h1#logo{font-size:40px; width:205px; height:103px; position:absolute; overflow:hidden;}
h1#logo span{width:100%; height:100%; position:absolute; background:url(images/logo.png) no-repeat center top;}

.cart-box{float:right; width: 200px; background:url(images/cart.png) no-repeat left 18px; padding:17px 0 0 50px;}
.cart-box h3{font-weight:bold; font-size:14px;}
.cart-box strong{font-weight:bold;}

/* NAVIGATION */
#nav-main ul{margin-left:220px;}
#nav-main ul li{float:left; font-size:14px; margin:0 2px; background:url(images/nav_r.png) no-repeat right top;}
#nav-main ul li a{float:left; line-height:28px; padding:0 10px;color:#fff;background:url(images/nav_l.png) no-repeat left top;}
#nav-main ul li a:hover{text-decoration:none;}
#nav-main ul li.current_page_item, #nav-main ul li.current_page_item:hover{background-position: right -56px;}
#nav-main ul li.current_page_item a, #nav-main ul li.current_page_item:hover a{background-position: left -56px;}
#nav-main ul li:hover{background-position: right -28px;}
#nav-main ul li:hover a{background-position: left -28px;}



	/* SIDEBAR */
	.box{background:#f3f3f3;}
	.box .box-top{background:url(images/box.gif) no-repeat left top; margin-bottom:15px;}
	.box .box-bot{background:url(images/box.gif) no-repeat right bottom; padding:10px; height:1%}
	.box h3{width:135px; height:24px; line-height:24px; color:#fff; padding: 0 20px 0 5px; font-weight:bold; background:url(images/box_head.png) no-repeat left 50%; margin-bottom:5px;}
	.box a{color:#4b4b4b;}
	.box a:hover{text-decoration:none;color:#000;}
	.box ul li{padding:0 3px 0 8px; border-bottom:#a7a7a7 1px dashed; line-height:2; background:url(images/bullet.gif) no-repeat left 10px;}
	
	.box:first-child h3{background-position:left top;}
	.box:last-child h3{background-position:left bottom;}

	/* POST */
	.post h1.title , .post h1.title a{color:#c00; font-size:24px; font-family: Arial, Helvetica, sans-serif;}
	.post h1.title a{background:url(images/bullet2.gif) no-repeat right 60%; padding:0 30px 0 0}
	.post-content{color:#737373; padding:10px 0;}
	.post-content p{padding:0 0 15px 0;}
	.post-content a{color:#c00;}
	.post-content ul{list-style-type:disc; margin:10px 0 10px 25px; line-height:1.8}
	.post-content ol{list-style-type:decimal; margin:10px 0 10px 25px;line-height:1.8}
	.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;}
	
	.navigation{height:20px;}
	.navigation a{color:##c00;}
	.navigation .alignleft{float:left;}
	.navigation .alignright{float:right;}	

/* FOOTER */
#footer a{color:#008aba;}
#footer .pay-mode{height:40px; line-height:40px; text-align:center;}
#footer .fot-main a{font-weight:bold; padding:0 5px;}

/* OTHER */
.clear{clear:both;}
