/*
Theme Name: Renegade
Theme URI: http://frostpress.com/themes/renegade/

Version: 2.1.2

Description: Elegant theme with a dirty grunge touch to it, and a lot of attention to details. Theme options for things like logo, fonts, custom widgets, etc. Dropdown menu for fast and space-saving navigation.

Tags: light, white, blue, two-columns, fixed-width, right-sidebar, threaded-comments, theme-options, custom-header, sticky-post

Author: Frostpress
Author URI: http://frostpress.com

*************************************************************************************

This theme is released under GPL (http://www.opensource.org/licenses/gpl-3.0.html)

"Anticipating pain was like enduring it twice. Why not anticipate pleasure instead?"
*/


@import url("reset.css");
@import url("basic.css");

body { 
	margin:0px; padding:0px; background:#e1ddd0 url('images/bg.jpg') center 240px no-repeat; position:relative;
	font:normal normal 12px/150% Verdana, Helvetica, Arial, serif; color:#333333;
	}

a { color:#B91313; text-decoration:none; }
a:hover { color:#E81E1E; }

/* blue background bar */
.bgBar { background:#464e54 url('images/bgBar.jpg') left top repeat-x; width:100%; position:absolute; top:0; left:0; z-index:-1; }
.bgBarInner { background: url('images/bgBarOver.jpg') center top no-repeat; height:240px; }

.wrap { width:960px; margin:0px auto 0px; }

	.topbar { clear:both; margin:0px; height:40px; }
/*
		.menu { text-transform:uppercase; letter-spacing:1px; font-size:11px; line-height:100%; }
			.menu ul { list-style:none; margin:0px; padding:0px; z-index:100; }
				.menu li { float:left; margin:0px; padding:0px; position:relative; }
					.menu li a { 
						display:inline-block; padding:15px 15px 14px 20px; margin:0px; background:url('images/menu-line.png') left 17px no-repeat; 
						color:#CCCCCC; text-decoration:none;
						}
					.menu li a:hover,
					.menu li.current_page_item a,
					.menu li.current_page_parent a { color:#FFFFFF; }
					.menu li.home-link a { background:none; padding-left:0; }
				.menu li.subscribe { float:right; overflow:hidden; }
					.menu li.subscribe a { background:none; color:#FFC062; }
					.menu li.subscribe a:hover { color:#FFD697; }
					.menu li.subscribe img { float:right; margin:-2px 0px 0px 8px; width:16px; height:16px; }
*/
		.nav ul {
			list-style: none;
			margin: 0px; padding: 0px;
			font-size: 11px; line-height: 100%;
			text-transform: uppercase;
			letter-spacing: 1px;
		}
		.nav li, .nav li a {
			float: left;
		}
		.nav li {
			margin: 0px; padding: 0px;
			position: relative;
		}
		.nav li a {
			display: block;
			padding: 15px 15px 14px 15px;
			color: #cccccc;
			background: url('images/menu-line.png') left 17px no-repeat;
		}
		.nav li a:hover {
			color: #ffffff;
		}
		.nav li.current_page_item a, .nav li.current_page_parent a, {
			color: #ffffff;
		}
		.nav li.home-link a { 
			background: none;
			padding-left: 0;
		}
		
		/* sub menu */
		.nav li ul {
			display: none;
			position: absolute; left: 0; top: 100%;
			text-transform: none;
		}
		.nav li:hover > ul {
			display: block;
		}
		.nav li ul li a {
			width: 150px;
			display: block;
			padding: 12px 15px 12px 15px;
			background: #454B50;
			background: rgba(69,75,80,0.95);
		}
		.nav li ul li a:hover {
			background: #34383D;
		}
		
		/* sub-sub menu */
		.nav li ul li ul {
			display: none;
		}
		.nav li ul li:hover ul {
			left: 100%; top: 0;
		}

		/* subscribe link */
		.nav li.subscribe {
			float: right;
		}
		.nav li.subscribe a {
			background-image: url('images/rss.png');
			background-position: 100% 12px;
			background-repeat: no-repeat;
			padding-right: 25px;
			color: #EEB57B;
		}
		.nav li.subscribe a:hover {
			color: #FFD697;
		}
		
	.header { padding:30px 0px 30px 0px; margin:0px; clear:both; overflow:hidden; color:#CCCCCC; }
		.header h1 { font:bold 44px/100% Helvetica, Arial, sans-serif; margin:0px 0px 0px 0px; text-shadow:1px 1px 1px rgba(0,0,0,0.5); }
			.header a, .header a:hover { color:#FFFFFF; text-decoration:none; }
		.header h4 { font:normal 14px/140% Georgia, serif; font-style:italic; margin:10px 0px 0px 0px; }

	.content { clear:both; }

		.c1 { width:640px; float:left; margin: 0px 20px 0px 0px; }

			.post { 
				overflow:hidden; background:#FFFFFF; padding:20px; margin:0px 0px 20px 0px; border-bottom:solid 5px #8A949D;
				box-shadow:rgba(0, 0, 0, 0.05) 0px 0px 10px; -moz-box-shadow:rgba(0, 0, 0, 0.05) 0px 0px 10px; -webkit-box-shadow:rgba(0, 0, 0, 0.05) 0px 0px 10px;
				}

				.post-title { overflow:hidden; font:bold 32px/130% Helvetica, Arial, sans-serif; color:#333333; margin:0px; padding:0px; }
				.post-title a { color:#333333; text-decoration:none; }
				.post-title a:hover { color:#666666; text-decoration:none; }

				.post-text { overflow:hidden; margin:20px 0px; }

				.post-meta { overflow:hidden; clear:both; padding:10px 20px; margin:0px -20px 0px -20px; background:#F1F1EF; color:#888888; font-size:11px; }

					.post-comments { font-weight:bold; float:right; }

				.sep { background:url('images/sep.gif') center top no-repeat; height:17px; margin:40px 0px; overflow:hidden; clear:both; }

				.navigation a, .navigation span { background:#8A949D; }

		.c2 { width:300px; float:left; }

			#widgets { list-style:none; margin:85px 0px 0px 0px; padding:0px; }

				.widget { 
					overflow:hidden; background:#F1F1EF; padding:20px; margin:0px 0px 20px 0px; border-bottom:solid 5px #B9BEC4; 
					box-shadow:rgba(0, 0, 0, 0.05) 0px 0px 10px; -moz-box-shadow:rgba(0, 0, 0, 0.05) 0px 0px 10px; -webkit-box-shadow:rgba(0, 0, 0, 0.05) 0px 0px 10px;
					}
					.widget h2 { margin:0px 0px 10px 0px; padding:0px; font:bold 18px/150% Helvetica, Arial, sans-serif; }

				.widget_search input { 
					width:240px; background:#FFFFFF url('images/icon_search.png') 235px 10px no-repeat; 
					box-shadow:rgba(0, 0, 0, 0.05) 0px 0px 5px; -moz-box-shadow:rgba(0, 0, 0, 0.05) 0px 0px 5px; -webkit-box-shadow:rgba(0, 0, 0, 0.05) 0px 0px 5px;
					}

				.widget_fpcomments li, .widget_fptwitter li { border-bottom:solid 1px #CCCCCC; padding:5px 0px 5px 0px; overflow:hidden; }
				.widget_fpcomments li:last-child, .widget_fptwitter li:last-child { border:0; }

	.footer { clear:both; overflow:hidden; padding:40px 0px 20px 0px; color:#888888; background:url('http://www.newspostindia.com/wp-content/themes/renegade/images/bg_bottom.jpg') center top no-repeat; }
		.footer-text { display:inline; overflow:hidden; }


/* aligns and images */
p img { padding:0; max-width:100%; }
img.centered { display:block; margin-left:auto; margin-right:auto; }
img.alignnone { padding:0px; margin:0px 0px 10px 0px; display:inline; }
img.alignright { padding:0px; margin:0px 0px 10px 10px; display:inline; }
img.alignleft { padding:0px; margin:0px 10px 10px 0px; display:inline; }
.alignright { float:right; }
.alignleft { float:left; }
.aligncenter, div.aligncenter { display: block; margin-left:auto; margin-right:auto; }
.textalignleft { text-align:left; }
.textalignright { text-align:right; }
.textaligncenter { text-align:center; }

/* captions */
.wp-caption { text-align:center; padding:0px; margin:0px; overflow:hidden; }
.wp-caption.alignright { margin:0px 0px 10px 10px; }
.wp-caption.alignleft { margin:0px 10px 0px 10px; }
.wp-caption.alignnone, .wp-caption.aligncenter { margin:0px 0px 10px 0px; width: 100% !important; }
.wp-caption img { max-width: 100%; display:block; margin:0px 0px 4px 0px; padding:0; border:0px; float:none; }
.wp-caption.alignright img { float:right; }
.wp-caption.alignleft img { float:left; }
.wp-caption p.wp-caption-text { display:block; font:normal 11px/150% Arial, Helvetica, sans-serif; color:#666666; padding:0px; margin:0px; }

/* calendar */
#wp-calendar, #wp-calendar th, #wp-calendar td { background:none; border:none; }
#wp-calendar { background:none; empty-cells: hide; width:100%; font:normal 11px/200% Verdana, Arial, Helvetica, sans-serif; }
#wp-calendar th { font-style:normal; font-weight:normal; text-transform: capitalize; }
#wp-calendar td { text-align: center; background-color:#E1E1E1; padding:0px; }
#wp-calendar td:hover { background-color:#CFCFCF; }
#wp-calendar a { text-decoration:none; display:block; background-color:#CDCDCD; color:#333333; }
#wp-calendar a:hover { background-color:#B9B9B9; }
#wp-calendar caption { font-weight:bold; text-align:center; }
#wp-calendar #today { background-color:#FFFFFF; }
#wp-calendar caption { text-align: center; width:100%; }
#wp-calendar .pad { background-color:#F0F0F0; }
#wp-calendar #next a { padding-right:10px; text-align:right; }
#wp-calendar #prev a { padding-left:10px; text-align:left; }
#wp-calendar .pad, #wp-calendar .pad:hover { background:#F3F3F3; }