/*

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/bg2.jpg') center 240px no-repeat; position:relative;

color:#333333; font-family: Verdana, Arial, Helvetica, sans-serif; font-size:90%; line-height: 15px;}



a { color:#5c5c5c; text-decoration:none; }

a:hover { color:#000; }



/* blue background bar */

.bgBar {  width:100%; height:240px; position:absolute; top:0; left:0; z-index:-1; }

.bgBarInner { background: url('images/logga2.jpg') center top no-repeat; height:240px;}





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



	.topbar { clear:both; margin:0px; height:35px; overflow:visible; }



		.menu { text-transform:uppercase; letter-spacing:1px; font-size:10px; 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:#036; text-decoration:none;

						}

					.menu li a:hover, .menu li.current_page_item a { color:#000000; }

					.menu li.home-link a { background:none; padding-left:0; }

				li.subscribe { float:right; margin:0px }

					li.subscribe a { background:none;  color:#036; text-decoration:none; padding:15px 3px 14px 3px;}

					li.subscribe a:hover { color:#000000; }




	.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:50px 40px 20px -40px; 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-family:Verdana, Geneva, sans-serif; font-size:11px; 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; font-size:10px; padding:10px 20px; margin:0px -20px 0px -20px; }



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



					.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; font-size:10px;}



				.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-family:Verdana, Geneva, sans-serif; font-size:10px; }



				.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; font-size:10px;}





/* 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 10px/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; }



.bild{
	padding:6px;}

.bildmatte{
	padding:0px 8px 8px 8px;
	margin:5px;}
	
.lankar{
	padding:3px;
	}
.jakt{
	width:550px;
	float:left;}

.jakttd{
	height:28px;
	padding:5px;}
	
.jakttd2{
	height:28px;
	padding:5px;
	background:#efefef;}
	
.jaktmeny{
	height:28px;
	padding:5px;
	background:#B9B9B9;
	color:#000}
	
.lydnadtd{
	height:20px;
	padding:5px;}
	
.lydnadtd2{
	height:20px;
	padding:5px;
	background:#efefef;}
	
.lydnadmeny{
    height:20px;
	padding:5px;
	background:#B9B9B9;
	color:#000
	}
	
.stamtavla{
	border:#000 1px solid;
}

.vilttd{
	height:18px;
	padding:5px;}
	
.vilttd2{
	height:18px;
	padding:5px;
	background:#efefef;}
	
.viltmeny{
	height:18px;
	padding:5px;
	background:#B9B9B9;
	color:#000}
	
.mhmeny{
	font-size: 7.5pt; 
	color: white; 
	font-family: Verdana; 
	letter-spacing: 0.75pt; 
	background: #aeaeae; 
	padding: 2.25pt;
}

.mhmarkerad{
	padding: 2.25pt; 
	background: #dddddd; 
}

.mh{
	padding: 2.25pt; 
	background: #FFF;
}
