/*
Theme Name: Renegade
Theme URI: http://frostpress.com/themes/renegade/

Version: 2.0

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)
*/


@import url("reset.css");
@import url("basic.css");
@import url("dropdown.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:#545d65 url('images/bgBar.png') left top repeat-x; width:100%; height:240px; 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; overflow:visible; }

		.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 { display:inline-block; 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 { 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; }

	.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; }

			.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; }

				.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; margin:0px 0px 0px 20px; }

			#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('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; }
.wp-caption img { 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; }
