﻿/*
	Client: Flaming Star
	Client URI: http://flamingstar.no
	Theme name: FlamingStarV2
	Author: Fredrik Sørlie
	Author URI: http://fredriksoerlie.com
	Version: 2.0
*/

/* -------------------------------- Generic styles -------------------------------- */

* {
	margin: 0;
	padding: 0;
	border:0;
}

html {
	width: 100%;
	height: 100%;
}

body, table, tr, td, th, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #CCC;
}

hr {
	height: 0;
	line-height: 0;
	font-size: 0;
	border-top: 1px solid #222;
	margin: 10px 0 10px 0;
	padding: 0;
	display: block;
	clear: both;
}

img {
	vertical-align: bottom;
}

p {
	display: block;
	clear: both;
	margin-bottom: 18px;
}

.left {
	float: left;
	display: block;
}

.right {
	float: right;
	display: block;
}

.alignright {
	text-align: right;
}

.inline {
	display: inline;
}

.hidden {
	display: none;
}

img.size-thumbnail, img.size-medium {
	display: block;
	float: left;
	margin: 0 20px 20px 0;
}

.size-large, .size-full {
	display: block;
	clear: both;
	margin-bottom: 20px;
}

.clear,
.clearer {
	display: block;
	clear: both;
}

.padding {
	padding: 30px;
}

.excerpt img {
	display: none;
}

.toppsak img {
	/*border: 1px solid #999;*/
}

/* -------------------------------- Headings -------------------------------- */

h1 {
	width: 1000px;
	height: 300px;
	overflow: hidden;
}

h1 img {
	width: 1000px;
	height: 300px;
	overflow: hidden;
}

h2 {
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #999;
	border-bottom: 1px solid #222;
	padding-bottom: 3px;
	text-transform: uppercase;
	margin-bottom: 20px;
	clear: both;
}

h3 {
	font-size: 22px;
	color: #;
	line-height: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}

.subpost .overlay h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	z-index: 20;
}

.postcontent h3 {
	font-size: 16px;
	margin-bottom: 10px;
}

.headline h3 {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	margin: 0; padding: 0;
}

h4 {
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
}

h5 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin: 0 0 20px 0;
	padding: 0;
}

h6 {
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

/* -------------------------------- Link styles -------------------------------- */

a,
a:focus,
a:link,
a:active {
	outline: none;
}

a:link,
a:visited {
	color: #FFF;
	text-decoration: underline;
}

a:hover,
#menu ul li.current_page_item a {
	color: #D04F79;
	text-decoration: none;
}

#menu ul li a {
	color: #FFF;
	display: inline;
	text-decoration: none;
}

#menu ul li a:hover {
	color: #D04F79;
	text-decoration: none;
}

.subpost .overlay h3 a {
	color: #FFF;
}

a.rss {
	background: url('/images/rss_icon.png') left 55% no-repeat;
	padding-left: 26px;
	line-height: 26px;
}

a.button {
	width: 80px;
	height: 20px;
	line-height: 20px;
	color: #FFF;
	background: url('/images/button-login.png') no-repeat;
	position: absolute;
	top: 10px;
	right: 10px;
}

h2 a:link,
h2 a:visited,
h3 a:link,
h3 a:visited,
h4 a:link,
h4 a:visited,
h5 a:link,
h5 a:visited,
h6 a:link,
h6 a:visited {
	text-decoration: none;
}

/* -------------------------------- List styles -------------------------------- */

ul,
ol,
li {
	list-style: none;
	text-indent: 0;
	padding: 0;
}

ul#pagelist {
	display: inline;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
}

	ul#pagelist li {
		display: inline;
		float: left;
		margin-left: 20px;
	}

ul#langswitch {
	display: inline;
	float: left;
	position: absolute;
	top: 0;
	right: 0;
}

	ul#langswitch li {
		display: inline;
		float: left;
		margin-right: 30px;
	}

#controlpanel ul {
	clear: both;
	margin-bottom: 10px;
}

	#controlpanel ul li {
		float: left;
		margin-right: 20px;
	}

ul#topiclist {
	padding-bottom: 10px;
	display: table;
	clear: both;
	float: left;
	text-align: left;
}

#forumtopics ul li {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
}

	#forumtopics ul li small {
		font-size: 11px;
		font-weight: normal;
	}

/* -------------------------------- Main layout styles -------------------------------- */

body {
	width: 100%;
	height: 100%;
	text-align: center;
}

body {
	background: #000 url("/images/bg/intro.jpg") top center no-repeat;
}

body.nyheter {
	background: #000 url("/images/bg/1.jpg") top center no-repeat;
}

body.medlemskap {
	background: #000 url("/images/bg/medlemskap.jpg") top center no-repeat;
}

body.magasin {
	background: #000 url("/images/bg/2.jpg") top center no-repeat;
}

body.reiser {
	background: #000 url("/images/bg/3.jpg") top center no-repeat;
}

body.forum {
	background: #000 url("/images/bg/4.jpg") top center no-repeat;
}

body.kontakt {
	background: #000 url("/images/bg/6.jpg") top center no-repeat;
}

#page {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 30px;
}

#header {
	width: 1000;
	height: 300px;
	overflow: hidden;
	clear: both;
}

#menu {
	width: 1000px;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	color: #C36;
	text-transform: uppercase;
	background: url("/images/bg-menu.png") no-repeat;
	clear: both;
	display: block;
	position: relative;
}

#content {
	width: 1000px;
	background: url("/images/bg-content.png") center top no-repeat;
	padding-bottom: 30px;
	clear: both;
	display: block;
	position: relative;
}

	#maincontent {
		width: 500px;
		overflow: hidden;
		text-align: left;
		display: block;
		float: left;
		margin: 30px 0 0 30px;
	}

	#sidebar {
		width: 410px;
		overflow: hidden;
		text-align: left;
		display: block;
		/*position: absolute;
		top: 0;
		right: 30px;*/
		float: right;
		margin-right: 30px;
	}


div#footer {
	width: 100%;
	background: url("/images/bg-footer.png") center top no-repeat;
	clear: both;
	display: table;
	margin: 30px 0;
}

/* -------------------------------- Additional layout styles -------------------------------- */

/* Maincontent */

.video {
	width: 500px;
	clear: both;
	display: table;
	padding-bottom: 20px;
	border-bottom: 1px solid #222;
	margin-bottom: 25px;
}

	.video .thumbnail {
		width: 140px;
		float: left;
	}

	.video .thumbnail img {
		border: 1px solid #999;
	}

	.video .meta {
		float: left;
	}

.post {
	width: 500px;
	clear: both;
	display: table;
	padding-bottom: 20px;
	border-bottom: 1px solid #222;
	margin-bottom: 25px;
}

	.post .postmeta {
		color: #999;
		display: block;
		clear: both;
		margin: 10px 0 0 0;
	}

.postthumb {
	float: left;
	display: block;
}

.postthumb img {
	/*border: 1px solid #999;*/
}

.postcontent {
	width: 280px;
	float: right;
	display: block;
}

	.postcontent img {
		display: none;
	}

	.postcontent p.exerpt {
		margin: 0;
	}

	.postcontent p {
		margin: 0 0 5px 0;
		display: inline;
	}

	.postcontent strong,
	.postcontent b {
		font-weight: normal;
	}

.headline {
	width: 500px;
	clear: both;
	display: block;
	padding-bottom: 30px;
}

	.headline img {
		display: none;
	}

	.headline p.exerpt {
		margin: 0;
	}

#subposts {
	width: 560px;
	clear: both;
	display: block;
	position: relative;
}

.subpost {
	width: 240px;
	height: 240px;
	display: block;
	float: left;
	position: relative;
	margin: 20px 20px 0 0;
}

	.subpost img {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
	}

	.subpost .overlay {
		width: 100%;
		background: url("/images/black-80.png") repeat;
		clear: both;
		display: inline;
		position: absolute;
		bottom: 0;
		left: 0;
		margin: 0;
		padding: 5px;
		z-index: 20;
	}

		.subpost .overlay p {
			margin: 0;
			z-index: 20;
		}

/* Sidebar */

#searchbox {
	width: 410px;
	height: 50px;
	background: url("/images/bg-search.png") left top no-repeat;
	position: relative;
	margin-top: 30px;
	clear: both;
	display: block;
}

#controlpanel {
	background: url("/images/bg-sidebox.png") left top no-repeat;
	display: block;
	clear: both;
	padding: 27px 30px;
	margin-top: 30px;
}

#shop {
	background: url("/images/bg-sidebox.png") left top no-repeat;
	display: block;
	overflow: hidden;
	clear: both;
	padding: 27px 30px;
	margin-top: 30px;
}

	#shop #shopitems {
		width: 400px;
	}

		#shop #shopitems .prod-item {
			width: 110px;
			height:110px;
			float: left;
			margin: 0 10px 10px 0;
		}

			#shop #shopitems .prod-item a.prod-name {
				display: none;
			}

#latest-shopitems {
	width: 530px;
}

	#latest-shopitems a {
		width: 110px;
		height:110px;
		float: left;
		margin: 0 20px 20px 0;
	}

div#latest-products {
	width: 410px;
	height: 220px;
	background: url("/images/bg-sidebox.png") left top no-repeat;
	display: block;
	clear: both;
	margin-top: 30px;
	position: relative;
	z-index: 10;
}

	div#latest-products h2 {
		width: 350px;
		position: absolute;
		top: 27px;
		left: 30px;
	}

div#latest-movies {
	width: 410px;
	background: url("/images/bg-sidebox.png") left top no-repeat;
	display: block;
	clear: both;
	margin-top: 30px;
}

	div#latest-movies h2 {
		width: 350px;
		margin: 27px 0 0 30px;
	}

	div#latest-movies ul#movielist {
		width: 350px;
		margin: 17px 0 0 30px;
		display: vlock;
		clear: both;
	}

		ul#movielist li {
			width: 350px;
			clear: both;
			margin-bottom: 10px;
		}

div#prods {
	width: 1100px;
	vertical-align: top !important;
	position: relative;
	display: table;
	padding: 0;
	margin: 0;
}

	div#latest-products div.prod-item {
		display: inline;
	}

	div#latest-products div.prod-item a {
		display: inline;
		vertical-align: top !important;
	}

	div#latest-products div.prod-item a img {
		height: 100px;
		float: left;
		display: inline;
		margin: 0 10px 0 0;
	}

		div#latest-products .prod-item a.prod-name {
			display: none;
		}

#banners {
	width: 450px;
	background: url("/images/bg-sidebox.png") left top no-repeat;
	display: table;
	clear: both;
	margin-top: 30px;
	padding: 27px 0 0 0;
}

	#banners h2 {
		width: 350px;
		margin: 27px 0 20px 30px;
	}

	#banners a {
		float: left;
		display: block;
		margin: 0 0 0 30px;
	}

	#banners img {
	}

#forumtopics {
	background: url("/images/bg-sidebox.png") left top no-repeat;
	display: block;
	clear: both;
	padding: 27px 30px;
	margin-top: 30px;
}

#loadingindicator {
	display: block;
	padding-bottom: 10px;
	clear: both;
}

#loadingindicator img {
	display: none;
}


/* -------------------------------- Posts -------------------------------- */

.date {
	font-size: 12px;
	color: #999;
}

blockquote {
	font-size: 14px;
	clear: both;
	color: #999;
	border: 1px solid #222;
	padding: 10px;
	margin:10px 10px 20px 10px;
}

.sociable {
	width: 100%;
	clear: both;
	margin-bottom:10px;
}

.sociable_tagline {
	float: left;
}

.sociable ul li {
	float: left;
	margin-left: 10px;
	display: inline;
	background: none;
	padding-left: 0;
	margin-bottom: 0;
}

/* -------------------------------- Form styles -------------------------------- */

input {
	color: #CCC;
	height: 24px;
	line-height: 24px;
	background: #000;
	border: 1px solid #333;
}

select {
	color: #CCC;
	background: #000;
	border: 0;
}

option {
	color: #CCC;
	background: #000;
	border: 0;
}

textarea {
	color: #CCC;
	background: #000;
	overflow: auto;
	border: 1px solid #444;
	line-height: 24px;
}

label {
	line-height: 20px !important;
	display: block;
	clear: both;
	margin-bottom: 20px;
}

#maincontent input.text {
	width: 300px; !important;
}

#maincontent textarea.text {
	width: 400px; !important;
}

#commentsarea input {
	width: 300px; !important;
}

#commentsarea textarea {
	width: 400px; !important;
}

input.checkbox {
	width: 16px !important;
	height: 16px !important;
	line-height: 16px !important;
	float: left;
	vertical-align: top;
	margin: 2px 10px 0 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent;
}

input.submit,
input#submit {
	width: 80px !important;
	height: 20px !important;
	line-height: 20px !important;
	background: url('/images/button-login.png') no-repeat;
	color: #FFF;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
	border: 0;
	cursor: pointer;
}

#controlpanel p {
	margin-bottom: 5px;
}

#controlpanel input#log {
	width: 170px;
	float: left;
	display: inline;
	margin-bottom: 5px;
}

#controlpanel input#pwd {
	width: 170px;
	float: right;
	display: inline;
	margin-bottom: 5px;
}

#controlpanel label.check {
	float: left;
}

#controlpanel input.submit {
	float: right;
}

#searchbox input.text {
	width: 290px;
	height: 30px;
	line-height: 30px;
	color: #999;
	font-size: 14px;
	position: absolute;
	top: 10px;
	left: 40px;
	background: transparent;
	border: 0;
}

#searchbox input.submit {
	width: 60px !important;
	height: 30px !important;
	line-height: 30px !important;
	color: #FFF;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
	position: absolute;
	top: 10px;
	left: 340px;
	background: transparent;
	border: 0;
	cursor: pointer;
}

.form-table {
	width: 100%;
}

.form-table th {
	width: 180px;
	font-size: 13px;
	font-weight: normal;
	text-transform: none;
	vertical-align: top;
	padding-bottom: 5px;
}

.form-table td {
	vertical-align: top;
	padding-bottom: 5px;
}

.form-table td input,
.form-table td textarea {
	width: 100%;
	clear: both;
}

/* Shop */

.firstrow td, .shipping_header {
	background: none !important;
}
