/*
Theme Name: Renegade II
Theme URI: http://frostpress.com/themes/renegade-ii/
Description: The sequel to the Renegade theme. Two-column theme in blue colors and round corners. Widget in the sidebar with tabbed lists of recent comments, categories and tags saves a lot of space.
Version: 1.3.2
Author: Frostpress
Author URI: http://frostpress.com/
Tags: light, white, blue, two-columns, right-sidebar, fixed-width, threaded-comments, sticky-post

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

"The honest man must be a perpetual renegade, the life of an honest man a perpetual infidelity."
*/

/* basic */
	body { margin:0px; padding:0px; background:#e1ddd0 url('images/bg.gif') center top repeat-x; font:normal 13px/160% Verdana, Helvetica, Tahoma, Verdana, sans-serif; color:#333333; }
	a { color:#CC6600; text-decoration:none; outline:none; }
	a:hover { color:#FF952B; text-decoration:none; }
	a img { border:0; }
	blockquote { padding:1px 10px 1px 10px; margin:10px 0px 10px 0px; background-color:#F1F0EB; }
		blockquote blockquote { background-color:#E8E6DD; display:inline-block; }
		blockquote blockquote blockquote { background-color:#DFDDD0; display:inline-block; }
		blockquote blockquote blockquote blockquote { background-color:#D8D6C5; display:inline-block; }
	pre { padding:5px 10px 5px 10px; margin:10px; background-color:#F2F3F4; line-height:160%; overflow:scroll; }
	input, select, textarea { font:8pt Verdana, Arial, sans-serif; color:#333333; }
	form { margin:0px; padding:0px; }
	ul { list-style:square; list-style-image:url('images/dot.gif'); }
	p { margin:11px 0px 11px 0px; }
	acronym, abbr { cursor:help; border-bottom:1px dashed #999; }
	code { font:1.1em 'Courier New', Courier, Fixed; }
	h1, h2, h3, h4, h5, h6 { font-family:Tahoma, Verdana, Arial, sans-serif; line-height:130%; }
	h1 { font-size:19px; }
	h2 { font-size:16px; }
	h3 { font-size:14px; }
	h4 { font-size:12px; }
	h5 { font-size:11px; }
	h6 { font-size:10px; }

#wrap { width:880px; margin:0px auto 0px; overflow:hidden; }

#columns { background:#FFFFFF url('images/bg_wrap.gif') center top repeat-y; width:100%; overflow:hidden; }
	.c1 { width:600px; float:left; overflow:hidden; }
		.content { margin:10px 20px 20px 20px; overflow:hidden; }
	.c2 { width:280px; float:left; overflow:hidden; background-color:#ECEEF2; font:normal 11px/150% Verdana, Tahoma, sans-serif; }

/* header */
	#header { overflow:hidden; margin:10px 0px 30px 0px; }
	#header h1 { margin:10px 0px 10px 10px; padding:0px; letter-spacing:-1px; font:bold 32px/100% Arial, Helvetica, sans-serif; }
	#header h1 a { color:#FFFFFF; }
	#header h4 { margin:0px 0px 0px 10px; padding:0px; font:bold 14px/100% Helvetica, Arial, sans-serif; color:#6C7B9F; }

	/* menu */
	#menu { overflow:hidden; font-size:11px; line-height:100%; /*float:right;*/ }
	#menu ul { list-style:none; list-style-image:none; margin:0px; padding:0px; overflow:hidden; padding:0px 0px 0px 0px; float:right; }
	#menu ul li { padding:0px; margin:0px; display:inline; }
	#menu ul li a { display:block; padding:0px 8px 2px 8px; border-right:solid 1px #4B5A76; float:left; text-decoration:none; border-bottom:0; color:#8F9AB1; }
	#menu ul li a:hover { text-decoration:none; color:#BDC5D5; }
	#menu li.current_page_item a, #menu li.current_page_item a:hover { color:#FFFFFF; }
	#menu a.subscribe { color:#FF9933; border:0; }

/* corners */
	#topcorners, #bottomcorners { overflow:hidden; }
	#topcorners .c1, #bottomcorners .c1 { background:none; }
	#topcorners .c2, #bottomcorners .c2 { background:none; }
	#topcorners .c2 { margin-top:10px; }

	.corner-bar { overflow:hidden; }
		.corner-tl { float:left; width:10px; height:10px; background-position:left top; background-repeat:no-repeat; overflow:hidden; }
		.corner-tr { float:right; width:10px; height:10px; background-position:left top; background-repeat:no-repeat; overflow:hidden; }
		.corner-middle { display:block; height:10px; overflow:hidden; }

	/* c1 top corners */
	#topcorners .c1 .corner-tl { background-image:url('images/c-tl.png'); }
	#topcorners .c1 .corner-tr { background-image:url('images/c-tr.png'); }	
	#topcorners .c1 .corner-middle { background-color:#FFFFFF; width:580px; }
	#topcorners .c1 .corner-space { height:10px; background-color:#FFFFFF; }	
	
	/* c2 top corners */
	#topcorners .c2 .corner-tl { background-image:url('images/c2-tl.png'); display:none; }
	#topcorners .c2 .corner-tr { background-image:url('images/c2-tr.png'); }	
	#topcorners .c2 .corner-middle { background-color:#8F9AB1; width:270px; }

	/* c1 bottom corners */
	#bottomcorners .c1 .corner-tl { background-image:url('images/c-bl.png'); }
	#bottomcorners .c1 .corner-tr { background-image:url('images/c-br.png'); }	
	#bottomcorners .c1 .corner-middle { background-color:#FFFFFF; width:580px; }
	#bottomcorners .c1 .corner-space { height:10px; background-color:#FFFFFF; }	
	
	/* c2 bottom corners */
	#bottomcorners .c2 .corner-tl { background-image:url('images/c2-bl.png'); display:none; }
	#bottomcorners .c2 .corner-tr { background-image:url('images/c2-br.png'); }	
	#bottomcorners .c2 .corner-middle { background-color:#ECEEF2; width:270px; }

/* post */
	.post { overflow:hidden; margin:0px 0px 0px 0px; }
	
	.post-head { font:bold 22px/120% Helvetica, Arial, sans-serif; overflow:hidden; }
		.post-head a { color:#53678C; }
		.post-head a:hover { color:#8094B5; }
		.post-date { float:right; color:#CCCCCC; text-transform:uppercase; font-weight:normal; margin-left:5px; }
	
	.post-text { overflow:hidden; margin:5px 0px 0px 0px; }
		.post-text a, .comment-content a, .bglink a { padding:1px 0px 1px 0px; background:url('images/bg_link.png') left top repeat-x; color:#000000; }
		.post-text a:hover, .comment-content a:hover, .bglink a:hover { color:#666666; }

	.post-foot { overflow:hidden; padding:8px 0px 8px 0px; margin:10px 0px 0px 0px; font-size:11px; color:#999999; }
		.post-author { display:none; }
		.post-comments { float:right; font-weight:bold; }

	.submenu { float:right; overflow:hidden; margin:0px 0px 5px 5px; }
		.submenu-content { background-color:#ECEEF2; padding:0px 10px 0px 10px; overflow:hidden; }
		.submenu-content ul { overflow:hidden; margin:0px; padding-left:20px; }

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

/* comments */
	.commentlist { padding:0px; margin:0px; overflow:hidden; }
	.commentlist ul { margin:0px; padding:0px; list-style:none; list-style-image:none; }
	.commentlist li { margin:0px 0px 0px 0px; padding:0px; list-style:none; overflow:hidden; }

	.children .comment { padding-left:20px; }

	.comment-box { overflow:hidden; background-color:#ECEEF2; margin:10px 0px 0px 0px; }

	/* comment corners */
	.cw-top { overflow:hidden; background-color:#ECEEF2; }
		.cw-top .tl { float:left; width:10px; height:10px; background:url('images/cw-tl.png') left top no-repeat; }
		.cw-top .tr { float:right; width:10px; height:10px; background:url('images/cw-tr.png') left top no-repeat; }
	.cw-bottom { overflow:hidden; background-color:#ECEEF2; }
		.cw-bottom .bl { float:left; width:10px; height:10px; background:url('images/cw-bl.png') left top no-repeat; }
		.cw-bottom .br { float:right; width:10px; height:10px; background:url('images/cw-br.png') left top no-repeat; }

 	.comment-text { overflow:hidden; padding:0px 10px 0px 10px; }
		.avatar { float:left; margin:0px 10px 0px 0px; }
		.comment-author cite, .comment-author cite a { font-weight:bold; font-style:normal; }
		.comment-meta a { font-size:8pt; color:#999999; }
		.comment-reply { font-size:8pt; float:right; }
			.comment-reply a { background-color:#ECEEF2; padding:3px 7px 3px 7px; color:#333333; margin-left:5px; }
			.comment-reply a:hover { background-color:#DCDFE7; }

	.trackbacklist { padding:0px 0px 0px 20px; overflow:hidden; }
	.trackbacklist .comment-author cite, .trackbacklist .comment-author cite a { font-weight:normal; }

	#respond input, #respond textarea { background-color:#F8F8F8; padding:4px; border:solid 1px #CCCCCC; }
	#respond input { background-color:#F8F8F8; }
	#respond input:hover, #respond textarea:hover { border:solid 1px #AEAEAE; }
	#respond #comment { width:98%; max-width:98%; }
	#respond #submit { background-color:#E3E4E6; }
	#respond #submit:hover { background-color:#D7D8DB; }

/* widgets */
	#widgets { list-style:none; list-style-image:none; margin:10px 10px 0px 10px; padding:0px; color:#333333; }
	.widget { padding:0px 5px 30px 5px; }
	.widget ul { margin:0px 20px 0px 20px; padding:0px; }
	.widget ul li { padding:5px 0px 0px 0px; }
	.widget h2, .submenu h2 { margin:0px 0px 5px 0px; padding:0px; color:#546a85; font:bold 11px/160% Verdana, Tahoma, sans-serif; }

	#search { background-color:#8F9AB1; padding:0px 10px 10px 10px; overflow:hidden; }
	#search input { padding:5px; width:250px; background-color:#ECEEF2; border:solid 1px #8D8D8D; border:none; }

	.recent .tabs { list-style:none; margin:0px; padding:0px; overflow:hidden; }
	.recent .tabs li { padding:0px; margin:0px; display:inline; }
	.recent .tabs li a { float:left; display:block; padding:2px 6px 2px 6px; background:#ECEEF2; color:#333333; margin-right:5px; border-bottom:solid 4px #ECEEF2; }
	.recent .tabs li a:hover { background-color:#DDE0E8; }
	.recent .tabs li a.active { background-color:#D3D8E2; border-bottom:solid 4px #D3D8E2; }
	.recent ul { list-style:none; margin:0px; padding:0px; }
	.recent ul li { margin-bottom:4px; background-color:#D3D8E2; display:block; padding:5px 10px 5px 10px; }

	#tab-comments { margin:0px; padding:0px; }
	#tab-comments li { overflow:hidden; }
	.recent a { color:#CC6600; background:none; }
	.recent a:hover { color:#FF952B; }
	.tab-comments-avatar .avatar { margin:3px 10px 3px 0px; }
	#tab-popular li a, #tab-categories li a { background:url('images/dot.gif') left 5px no-repeat; padding-left:17px; }

/* footer */
	.navigation { overflow:hidden; }
	.Nav { margin:4px 0px 0px 20px; }
	.navigation span { display:none; }
	.navigation a { padding:2px 8px 2px 8px; background-color:#D0D6DF; color:#333333; display:inline-block; }
	.navigation a:hover { background-color:#B7C1D0; }
	.navigation .on { padding:5px 10px 5px 10px; }

	#bottomwrap { width:880px; margin:0px auto 20px; overflow:hidden; }
	#footer { overflow:hidden; padding:20px 20px 20px 20px; font:8pt Verdana, Arial, sans-serif; color:#999999; }
	#footer a { color:#666666; }

/*  defaults */
	.overflow { overflow:hidden; }
	.navigation { overflow:hidden; width:98%; display: block; text-align: center; margin:auto; padding:0px; }
	p img { padding: 0; max-width: 100%; }
	img.centered { display: block; margin-left: auto; margin-right: auto; }
	img.alignright { padding:0px; margin:0px 0px 2px 7px; display: inline; }
	img.alignleft { padding:0px; margin:0px 7px 2px 0px; display: inline; }
	.alignright { float: right; }
	.alignleft { float: left }

	/* Calendar */
	#wp-calendar #prev a, #wp-calendar #next a { font-size: 9pt; }
	#wp-calendar a { text-decoration: none; }
	#wp-calendar caption { font-weight:bold; text-align: center; }
	#wp-calendar th { font-style:normal; font-weight:normal; text-transform: capitalize; }
	#wp-calendar { empty-cells: hide; width: 200px; }
	#wp-calendar #next a { padding-right: 10px; text-align: right; }
	#wp-calendar #prev a { padding-left: 10px; text-align: left; }
	#wp-calendar a { display: block; background-color:#D3CFBE; }
	#wp-calendar #today { background-color:#BDC6D5; }
	#wp-calendar caption { text-align: center; width: 100%; }
	#wp-calendar td { text-align: center; background-color:#EAE8DF; }
	#wp-calendar .pad { background-color:#F5F4F1; }

	/* Captions */
	.aligncenter, div.aligncenter { display: block; margin-left: auto; margin-right: auto; }
	.wp-caption { border: 1px solid #F4F5F7; text-align: center; background-color: #F4F5F7; padding-top: 4px; margin: 10px;
				-moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
	.wp-caption img { margin: 0; padding: 0; border: 0 none; }
	.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0; }