/*
Theme Name: Outback Hunting
Theme URI: http://outbackhunting.se/
Description: Outback Hunting default design.
Version: 1.0
Author: Viktor Persson
Author URI: http://arcsin.se/
*/


/* 
   Reset (http://meyerweb.com/eric/tools/css/reset/)
------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, 
img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, 
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, 
tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; 
font-size: 100%; vertical-align: baseline; background: transparent; } body { 
line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } 
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: 
none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }


/* 
   General 
------------------------------------------------------------------- */

html {
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
}

body {
	background: #726E65 url('img/body.jpg');
	color: #443;
	font: normal 0.8em sans-serif;
	line-height: 1.5em;
}


/* 
   Typography 
------------------------------------------------------------------- */

p {padding: 0.2em 0 1em;}

h1 {font: normal 2em sans-serif;}
h2 {font: normal 1.8em sans-serif;}
h3 {font: normal 1.6em sans-serif;}
h4 {font: normal 1.4em sans-serif;}
h5 {font: bold 1.2em sans-serif;}
h6 {font: bold 1em sans-serif;}

h1,h2,h3,h4,h5,h6 {
	color: #554;
	margin-bottom: 0.3em;
}


blockquote {
	background: #FAFAF6 url('img/quote.gif') no-repeat;
	border: 1px solid #EAEAE6;
	color: #332;
	display: block;
	margin: 0.6em 1em 1.6em;
	padding: 0.8em 1em 0.2em 46px;
}


/* 
   Tables
------------------------------------------------------------------- */

table.data_table {
	border: 1px solid #CCB;
	margin-bottom: 2em;
	width: 100%;
}
table.data_table th {
	background: #E5E5E5;
	border: 1px solid #D5D5D5;
	color: #555;
	text-align: left;
}
table.data_table tr {border-bottom: 1px solid #DDD;}
table.data_table td, table th {padding: 10px;}
table.data_table td {
	background: #F5F5F5;
	border: 1px solid #E0E0E0;
}




/* 
   Links 
------------------------------------------------------------------- */

a {color: #663;}
a:hover {
	color: #D60;
	text-decoration: underline;
}


/* 
   Forms 
------------------------------------------------------------------- */

fieldset {
	border: 1px solid #CCC;
	border-bottom: none;	
	font-size: 0.9em;
	margin: 1em 0 1.2em;
}

input, textarea, select {
	background-color: #FFF;
	border: 1px solid #777;
	border-color: #777 #CCC #CCC #777;
	font: normal 1em Verdana,sans-serif;
	padding: 5px 6px;
}

input.button {
	background: #FAFAFA;
	border: 1px solid #AAA;
	border-color: #DDD #AAA #AAA #EEE;
	color: #444;
	cursor: pointer;
	font: normal 1em Verdana,sans-serif;
	margin-top: 5px;
	padding: 6px;
	width: auto;
}
input:focus,input:active,textarea:focus,textarea:active,select:focus,select:active,input.button:hover,input.button:focus {background: #FFFFF5;}
input.button:hover, input.button:focus {
	color: #123;
	cursor: pointer;
}

textarea {overflow: auto;}

input.image {
	border: 0;
	padding: 0;
}

/* Specific */

.form_row, .form_row_content,.form_row_content_small {
	background: #F5F5F5;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #E1E1E1;
	padding: 10px 0;
}
.form_row_content_small {padding: 6px 12px 2px;}
.form_row_content {padding: 10px 12px;}
.form_padded {padding: 2px 12px 0;}
.form_required {font-weight: bold;}
.form_row_submit, .legend {
	background: #E5E5E5;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #FAFAFA;
	padding: 4px 0 8px;
}
.legend {padding: 8px 18px 6px;}
.form_property, .form_value {float: left;}
.form_property {
	font-size: 1.1em;
	text-align: right;
	width: 110px;
}
.form_value {padding-left: 24px;}
.form_row_submit .form_value {padding-left: 132px;}
.input_description {padding-top: 3px; color: #666;}
.form_buttons {margin-top: 12px;}

/* 
   Images 
------------------------------------------------------------------- */

img.bordered,img.alignleft,img.alignright,img.aligncenter {
	background-color: #FFF;
	border: 1px solid #DDD;
	padding: 3px;
}

img.left,img.alignleft {margin: 0 15px 12px 0;}
img.right,img.alignright {margin: 0 0 15px 12px;}


/* 
   Floats
------------------------------------------------------------------- */

.left,.alignleft {float: left;}
.right,.alignright {float: right;}
.center,.aligncenter {margin: 0 auto;}

.clear,.clearer {clear: both;}
.clearer {
	display: block;
	font-size: 0;
	line-height: 0;	
}


/* 
   Misc 
------------------------------------------------------------------- */

.content_separator, .archive_separator {
	background: #D5D5D5;
	clear: both;
	color: #FFE;
	display: block;
	font-size: 0;
	height: 1px;
	line-height: 0;
	margin: 12px 0 24px;
}
.archive_separator {margin: 0 0 14px;}


/* 
   Layout 
------------------------------------------------------------------- */

/* General */
#layout_wrapper_outer {background: url('img/layout_wrapper_outer.jpg') repeat-x;}
#layout_wrapper_outer2 {background: url('img/layout_wrapper_outer2.jpg') no-repeat center top;}
#layout_wrapper {
	margin: 0 auto;
	width: 992px;
}

#layout_container {
	background: #FFF;
	padding: 6px;
}

#layout_top {height: 90px;}

#layout_header {
	height: 150px;
	background: url('img/header.jpg') no-repeat;
}
#layout_header a {
	display: block;
	height: 150px;
}

#navigation, #dashboard {margin: 6px 0;}


/* Navigation */
#navigation {font: bold 1.3em sans-serif;}

.navigation ul, .navigation li {display: inline;}
.navigation li {display: inline;}
.navigation a {
	float: left;
	text-align: center;
	text-decoration: none;
}

#nav1, #nav2 {padding: 0 8px;}
#nav1 {
	background: #58584C url('img/navigation.gif') repeat-x;
	padding-top: 3px;
}

#nav1 a {
	color: #CCC;
	padding: 10px 12px 12px;
}
#nav1 a:hover {color: #EEE;}
#nav1 li.current_page_item a,#nav1 li.current_page_parent a {color: #FFD;}
#nav1 li.current_page_parent a {background: url('img/nav1_arrow.gif') no-repeat center bottom; margin-bottom: -1px; padding-bottom: 13px;}


#nav2 {
	background: #332;
	border-top: 1px solid #665;
}
#nav2 a {
	color: #D0D6DA;
	padding: 10px;
}
#nav2 a:hover {color: #FFF;}
#nav2 li.current_page_item a {color: #FFF;}

/* Nextprev */
.nextprev a {display: block; margin-bottom: 16px;}


/* Main */
#main_outer {
	background: url('img/main_outer.gif') repeat-y;
	border: 1px solid #D0D0CD;
	border-right-color: #B0B0AD;
	border-bottom-color: #C5C5C2;
}
#main {
	background: url('img/main.gif') no-repeat;
	padding: 16px 12px 16px 16px;
}
#main ol, #main ul {margin: 0 0 1.2em 1.6em;}
#main ul li {list-style: disc;}
#main ol li {list-style: decimal;}
#main li {padding: 2px 0;}

#content_outer {width: 646px;}

/* Sidebar */
#sidebar_outer {width: 263px;}
#sidebar {color: #555;}
#sidebar a {color: #555;}
#sidebar a:hover {color: #000;}

#sidebar ul {margin: 0 0 1em;}
#sidebar ul li {padding: 5px; border-bottom: 1px solid #B8B8B3; list-style: none;}

/* Dashboard */
#dashboard {
	background: #B7BDB1 url('img/dashboard.gif') repeat-x;
	border: 1px solid #9CA197;
	font-size: 0.9em;
}
#dashboard_inner {padding: 18px 20px 12px;}

#dashboard .col3 {width: 285px;}
#dashboard .col3mid {width: 367px;}
#dashboard .col3mid .col3_content {
	border-left: 1px solid #A1A69B;
	border-right: 1px solid #A1A69B;
	padding: 0 20px;
	margin: 0 20px;
}
#dashboard .col_title {
	color: #554;
	font-size: 1.4em;
	font-weight: bold;
	padding-bottom: 5px;
}

#dashboard li {
	color: #555;
	padding: 4px 0;
}
#dashboard li {border-top: 1px solid #A7ACA1;}
#dashboard li a {
	color: #444;
	text-decoration: none;
}
#dashboard li a:hover {
	color: #112;
	text-decoration: underline;
}


/* Footer links */
#footer {
	background: #514D45 url('img/footer.gif') repeat-x;
	border: 1px solid #413D35;
	color: #B5B5B0;
	padding: 8px 11px;
}
#footer a {color: #C5C5C0;}
#footer a:hover {color: #FFF;}
#footer .text_separator {padding: 0 3px; color: #777;}


/* 
   Posts 
------------------------------------------------------------------- */

.post {margin-bottom: 24px;}

.post_title a,.post_date a,.post_meta a {text-decoration: none;}
.post_date a:hover,.post_meta a:hover,.post_meta a:hover {text-decoration: underline;}

.post_date {
	border-top: 1px solid #D5D5D5;
	color: #777;
	font-size: 0.9em;
	padding: 8px 0 12px;
}
.post_date a {color: #444;}

.post_meta {
	background: #E0E0DA;
	border: 1px solid #D0D0CA;
	color: #777;
	font-size: 0.9em;
	padding: 6px 10px;
}
.post_meta a {color: #345; }
.post_meta a:hover {color: #001;}

/* Archives */
.archive_pagination {margin-bottom: 1.6em;}
.archive_post {margin-bottom: 14px;}
.archive_post_date {
	background: #F7F7F2 ;
	border-bottom: 1px solid #C5C5C5;
	border-right: 1px solid #CFCFCF;
	border-top: 7px solid #997;
	float: left;
	margin-right: 12px;
	padding: 0 0 5px;
	text-align: center;
	width: 46px;
}
.archive_post .post_date {
	border: none;
	padding: 0;
}
.archive_post_day {font: normal 1.3em Georgia,serif;}


/* 
   Thumbnails
------------------------------------------------------------------- */

.thumbnails {margin: 0 0 2em -12px;}
.thumbnails .thumb {margin: 0 0 12px 12px; float: left;}

.thumb a img {display: block;}

.thumb a {	
	border: 1px solid #BBB;
	background: #FFF;
	display: block;
	padding: 3px;
}

#sidebar .thumb a {
	background: #EEE;
	border-color: #AAA;
	padding: 2px;
}

#sidebar .thumb a:hover, .thumb a:hover {
	background: #442;
	border-color: #442;
}

.gallery_preview {
	margin-bottom: 2px;
}
.gallery_preview .thumb {
	margin-right: 6px;
}

#sidebar .gallery_list li {
	list-style: none;
	background: #D7D7D2;
	padding: 0;
	margin-bottom: 5px;
}
#sidebar .gallery_list .info {padding-top: 8px;}
#sidebar .gallery_list .title {font-size: 1.3em;}
#sidebar .gallery_list .count {color: #777; padding-top: 3px;}
#sidebar .gallery_list li .thumb {
	margin: 2px 10px 2px 2px;
}
#sidebar .gallery_list {
	margin: 0 0 2px;
}



/* 
   Box
------------------------------------------------------------------- */

.box {margin-bottom: 0.6em;}
.box_title {
	background: #B7B7B2;
	color: #554;
	font: bold 1.3em sans-serif;
	padding: 6px 10px;
}
.box_content {padding: 8px 0 8px;}
.box li:first-child {border-top: none;}


/* 
   Comments 
------------------------------------------------------------------- */

div.comment_list {
	border-top: 1px solid #D6D6D6; 
	margin: 1em 0 2em;
}

.comment {
	border-bottom: 1px solid #D6D6D6;
	padding-top: 10px;
}
.comment_date {font-size: 0.9em;}
.comment_date a {
	color: #567;
	text-decoration: none;
}
.comment_date a:hover {
	color: #001;
	text-decoration: underline;
}
.comment_body {padding-top: 4px;}

.comment_gravatar {width: 48px;}
.comment_gravatar img {
	background: #FFF;
	border: 1px solid #DDD;
	padding: 2px;
}


/* 
   Sponsors 
------------------------------------------------------------------- */

#spons {padding: 12px 6px;}
a#spons_arcsin {display: block; height: 26px; width: 94px; background: url('img/spons_arcsin.gif') no-repeat;}
a#spons_arcsin:hover {background-position: left bottom;}


/* 
   Captions 
------------------------------------------------------------------- */

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	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;
}

/* 
   Pagination
------------------------------------------------------------------- */

.pagination {
	padding: 6px 10px;
	background: #F7F7F2;
	margin-bottom: 1em;
	-moz-border-radius: 3px;
}
.pagination table {	
	width: 100%;
	border-collapse: collapse;
	margin: 0;
}
.pagination td.pagination_actions {width: 25%;}
.pagination td.pagination_pages {
	width: 50%;
	color: #9AB;
}
.pagination td.pagination_pages a, .pagination span.current_page {
	padding: 0 5px;
}
.pagination td.pagination_nextprev {width: 25%;}
.pagination span.current_page {
	color: #357;
	font-weight: bold;
}
.pagination a:hover {color: #001;}

.text_tacenter {text-align: center;}
.text_taright {text-align: right;}
.text_taleft {text-align: left;}

/* 
   Shutter
------------------------------------------------------------------- */

#shDisplay div#shTitle {
	font: normal 12px/17px 'Lucida Grande', Verdana, sans-serif; /* caption font */
	color: #ffffff; /* caption colour */
	text-align: center;
	margin: 0 auto;
}

#shDisplay div#shCount {
	color: #999999;
	font: normal 10px/12px 'Lucida Grande', Verdana, sans-serif;
}

#shDisplay div#shTitle a {
	text-decoration: none;
	font: bold 16pt 'Courier New', Courier, fixed;
	letter-spacing: -2px;
	margin: 0 10px;
	width: 26px;
	color: #999999;
}

#shDisplay div#shTitle a:hover {
	color: #ffffff;
	border: none;
}

#shDisplay div#shNext{
	float:right;
}

#shDisplay div#shPrev {
	float:left;
}

body {
	height: 100%;
}

#shShutter *, #shDisplay * {
	padding: 0;
	margin: 0;
}

div#shShutter, div#shDisplay {
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
}

div#shShutter {
	height: 100%;
	z-index: 1000;
	background-color: #000000;
	opacity: 0.8;
	filter:alpha(opacity=80);
}

div#shDisplay {
	display: block;
	background-color: transparent;
	z-index: 1002;
}

div#shDisplay img#shTopImg {
	margin: 0 auto;
	border: 1px solid #555;
	background: transparent;
	display: block;
	max-width: none;
	max-height: none;
	float: none;
	padding:2px;
	cursor: pointer;
}

div#shDisplay div#shWrap {
	visibility: hidden;
}

div#shWaitBar {
	font: bold 32px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	height: 36px;
	width: 100%;
	left: 0;
	cursor: default;
	opacity: 0.999;
	filter: alpha(opacity=100);
	z-index: 1001;
	margin-top: 160px;
	color: #ae0a0a;
}

/* 
   Forum
------------------------------------------------------------------- */

.wpf {}
.wpf-pages {padding: 3px 0;}

.wpf-table, .wpf-post-table {
	border: 1px solid #ccc;
	border-collapse: collapse;
}

.wpf td, .wpf th {
	text-align: left;
	padding: 5px;
}
.wpf td {
	vertical-align: top;
}

.wpf-table tr {
	border-bottom: 1px solid #ccc;
	background: #FFF;
}
.wpf-post-table tr.wpf-alt2 {background: #FFF;}
.wpf-table tr.alt, tr.wpf-alt {
	background: #f9f9f9;
}
.wpf th {
	background: #555;
	color: #fff;
	font-weight: bold;
}

.wpf-meta{
	border-bottom: 1px solid #ccc;
}

.wpf-bright{
	background: #eee;
	color: #333;
}
.wpf th h4{
	margin: 0;
}

#wpf-info{
	background: #f9f9f9;
	text-align: center;
	border: 1px solid #ccc;
	padding: 5px;
	margin-top: 1em;
}
#forummenu, #topicmenu, #mainmenu {
}

#topicmenu, #forummenu {margin: 5px 0;}
#topicmenu a, #forummenu a {display: block; padding: 6px 8px; background: #EFE;}

#wpf-wrapper .post_info {
	padding: 10px;
}
#wpf-wrapper .post_body {
	padding: 5px 0;
}

.page-numbers.current {font-weight: bold;}

/* Links */
.link_cat_title {padding-left: 4px;}
