/*
Theme Name: Ousland
Theme URI: http://ousland.com/
Description: Ousland theme based on the default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 2
Author: Øyvind Smestad
Author URI: http://www.ixd.no
*/

/*Colors:
 * links: #14266c menu: 18216d, h1: 11185d
 * yellow: #ffd115
 * */


/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial,Helvetica,sans-serif;
	background: #000;
	/* how it should be (CSS3):
	background: #000 url('images/bg.jpg') no-repeat center 25px;
	-o-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-khtml-background-size: 100% auto;
	-moz-background-size: 100% auto;*/
	color: #333;
	text-align: center;
	overflow-y: scroll; /* keep scrollbar visible to avoid jumpiness */
}

input {
	font-family: Arial,Helvetica,sans-serif;
}

img#background {
	width: 100%;
	z-index: -3;
	position: fixed;
	left: 0;
	top: 25px;
}

#page {
	text-align: left;
}

#content {
	/*font-size: 1.2em;*/
	position: relative;
}

p, td, th, #content li, #content .navigation {
	font-size: 1.2em;
}

li p {
	font-size: 1em;
}

.post th {
	background-color: #609fe2;
	color: #fff;
	font-weight: bold;
	padding: 4px;
}

td.price {
	font-size: 1.8em;
	color: #800000;
}

.widecolumn .entry p {
	font-size: 1.05em;
}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
}

.widecolumn {
	line-height: 1.6em;
}

.narrowcolumn .postmetadata {
	/*text-align: center;*/
}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
	border: 1px solid #ddd;
}

.even, .alt {
	border-left: 1px solid #ddd;
}

#footer,
#footer h2,
#footer h2 a {
	color: #fff;
}

#footer h2 {
	text-align: left;
	padding: 20px 0 8px;
	font-size: 1.2em;
	text-transform: uppercase;
}

small {
	/*font-family: Arial, Helvetica, Sans-Serif;*/
	font-size: 0.9em;
	line-height: 1.5em;
}

small.date {
	display: block;
	margin-bottom: -15px;
}

h1, h2, h3 {
	/*font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;*/
	font-weight: bold;
}

#header {
	text-transform: uppercase;
	color: #fff;
}

#header .description {
	font-size: 1.4em;
	font-weight: bold;
	color: #ffd115;
	padding-left: 188px;
}

h2 {
	font-size: 1.6em;
}

h2.pagetitle {
	font-size: 2.6em;
	font-weight: normal;
}

#sidebar h2 {
	/*font-family: 'Lucida Grande', Verdana, Sans-Serif;*/
	font-size: 1.2em;
}

#sidebar li {
	font-size: 1.1em;
}

#sidebar li li {
	font-size: 1em;
}

h3 {
	font-size: 1.3em;
}

h2, h3 {
	color: #333;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}

.entry p a:visited {
	color: #b85b5a;
}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
}
.sticky h2 {
	padding-top: 10px;
}

.commentlist li, #commentform input, #commentform textarea {
	/*font-size: 0.9em;  'Lucida Grande', Verdana, Arial, Sans-Serif;*/
}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p {
	/*font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;*/
}

.commentmetadata {
	font-weight: normal;
}

#sidebar {
	/*font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;*/
}

small, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}

a {
	text-decoration: underline;
	color: #18216d;
}

h2 a:hover, h3 a:hover, #footer h2 a:hover {
	color: #06c;
	text-decoration: none;
}

a:hover {
	color: #147;
	text-decoration: underline;
}

.topbar a,
#footer a {
	color: #ffd115;
	text-decoration: none;
	word-wrap: break-word;
}

.topbar a:hover,
#footer a:hover,
#footer a:hover span {
	text-decoration: underline;
}

#wp-calendar #prev a, #wp-calendar #next a {
	/*font-size: 9pt;*/
}

#wp-calendar a {
	/*text-decoration: none;*/
}

#wp-calendar caption {
	font-size: 1.2em;
	text-transform: capitalize;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	font-size: 1.1em;
}

#wp-calendar td {
	font-size: 1.1em;
}
/* End Typography & Colors */


/* Begin Structure */
body {
	margin: 0;
	padding: 0;
}

#page {
	margin: 0 auto;
	padding: 0;
	width: 974px;
}

#header {
	padding-bottom: 30px;
	position: relative;
	z-index: 2;
}

#header h1 {
	padding-top: 100px;
}

#header h1 a,
#header h1 a:visited {
		background: transparent url(images/ousland-logo.png) left top no-repeat;
		position: absolute;
		top: 0;
		width: 320px;
		height: 70px;
		overflow: hidden;
		text-indent: -9999px;
		margin-top: 45px;
}

.narrowcolumn {
	float: right;
	padding: 14px;
	margin: 0 0 30px;
	width: 690px;
	position: relative;
}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
}

#content .inner {
	/* how it should work in modern browsers:
	background: -webkit-gradient(linear, left 0, left 200, from(rgba(255,255,255,0.3)), to(rgba(255,255,255,1)));*/
	padding: 20px 50px 20px 20px;
	position: relative;
	min-height: 360px;
}

.bg-top,
.bg-solid {
	position: absolute;
	left: 0;
	right: 0;
	z-index: -1;
}

.bg-top {
	top: 0;
	height: 200px;
}

.bg-solid {
	top: 200px;
	bottom: 0;
}

#content .inner .bg-solid {
	background: #fff;
}

#content .inner .bg-top {
	background: url(images/transparent-to-white.png) repeat-x top left;
}

#sidebar .bg-solid {
	background: #d7e2ee;
}

#sidebar .bg-top {
	background: url(images/transparent-to-blue.png) repeat-x top left;
}

.post {
	margin: 0 0 40px;
	/*overflow: auto;*/
}

.archive .post,
.blog .post {
	margin: 0 -50px 0 -20px;
	padding: 0 50px 20px 20px;
	background: url(images/horizontal-shadow.jpg) no-repeat bottom center;
	overflow: auto;
}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.postmetadatatop {
	margin-top: 4px;
	font-size: 1.1em;
	font-style: italic;
	color: #777;
}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	clear: both;
	background: url(images/footer-bg.png) repeat-x top left;
	text-align: left;
}
/* End Structure */


/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 0;
	padding: 20px 0 0;
}

h2.pagetitle {
	/*text-align: center;*/
}

#sidebar h2 {
	margin: 0;
	padding: 5px 5px 0;
}

h3 {
	padding: 0;
	margin: 20px 0 0;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */


/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

/*html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul li:before {
	content: "\00BB \0020";
	}*/

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul, #sidebar ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style: disc;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul, #sidebar ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar  ol li {
	list-style: decimal outside;
	}

#sidebar ul li, #sidebar ol li {
	margin: 3px 0 0 15px;
	padding: 0;
	}
/* End Entry Lists */


/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry table form {
	text-align: right;
}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */


/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Sidebar */
#sidebar {
	padding: 14px 10px 10px;
	margin-bottom: 30px;
	width: 220px;
	position: relative;
}

.bg {
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 200px;
	z-index: -2;
	opacity: 0.2;
	filter: alpha(opacity=20);
}

.bg-bottom {
	background: url(images/white-to-transparent.png) repeat-x top left;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 200px;
	z-index: -2;
	opacity: 0.2;
	filter: alpha(opacity=20);
}

#sidebar .inner {
	/* the way it should be (CSS3):
	background: -webkit-gradient(linear, left 0, left 200, from(rgba(255,255,255,0.3)), to(rgba(215,226,238,1))); */
	position: relative;
	min-height: 200px;
}

#sidebar ul ul {
	/*background: none;*/
}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */


/* Begin Calendar */
#calendar_wrap table {
	empty-cells: show;
	margin: 0 auto;
	width: 155px;
	text-align: center;
}

#calendar_wrap table caption {
	padding: 10px 0 5px;
}

#calendar_wrap table #next a {
	padding-right: 10px;
	text-align: right;
}

#calendar_wrap table #prev a {
	padding-left: 10px;
	text-align: left;
}

#calendar_wrap table a {
	display: block;
}

#calendar_wrap table td {
	padding: 3px 0;
}

/* End Calendar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 1em 3em;
	padding: 0.5em;
	background-color: #f2f5f9;
	color: #333;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

.screen-reader-text {
	position: absolute;
	left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
	}
/* End Various Tags & Classes*/

/* 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;
}
/* End captions */


/* ØS: header stuff */
.topbar {
	padding-top: 6px;
	background: #000;
	position: fixed;
	z-index: 10;
	width: 974px;
	height: 19px;
}

.qtrans_language_chooser,
.qtrans_widget_end,
.topbar .textwidget {
	float: right;
	margin: 0;
	font-size: 1.1em;
}

.qtrans_language_chooser {
	margin-right: 15px;
}

.qtrans_language_chooser li {
	list-style: none;
	float: left;
	padding: 1px;
	margin-right: 3px;
}

.qtrans_language_chooser .active {
	background: #ddd;
}

#mainnav {
	/*float: right;*/
	position: absolute;
	right: 0;
	top: 45px;
	background: url('images/nav-bg.png') repeat-x top left;
	padding: 10px 20px;
}

#mainnav li {
	list-style: none;
	float: left;
	padding: 5px 0 7px;
	margin: 0 1px;
}

#mainnav li.current_page_item,
#mainnav li.current_page_ancestor {
	background: url('images/arrow-down.png') no-repeat bottom center;
}

#mainnav li a {
	margin: 0 10px 0 0;
	padding: 3px 0;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
}

#mainnav li a:hover,
#mainnav li.current_page_item a,
#mainnav li.current_page_ancestor a {
	background: url('images/item-left.png') no-repeat bottom left;
}

#mainnav li a span {
	margin-right: -10px;
	padding: 3px 10px;
	white-space: nowrap;
}

#mainnav li a:hover span,
#mainnav li.current_page_item a span,
#mainnav li.current_page_ancestor a span {
	background: url('images/item-right.png') no-repeat bottom right;
}

#image-banner {
	position: relative;
}

#image-banner img {
	padding-bottom: 14px;
}

#image-banner span {
	color: #fff;
	position: absolute;
}

#image-banner .banner-text {
	font-size: 2.9em;
	left: 600px;
	top: 150px;
	right: 0;
}

#image-banner .banner-quote {
	font-size: 1.9em;
	left: 425px;
	top: 140px;
	width: 325px;
	line-height: 1;
}

#image-banner .banner-quote small {
	font-size: 0.7em;
	color: #fff;
}

/* sidebar stuff */

#sidebar .widget {
	padding-bottom: 15px;
}

#sidebar .widget_calendar .widgettitle,
#sidebar .widget_archive .widgettitle {
	background-color: #609FE2;
	border-bottom: 1px solid #fff;
	border-top: 1px solid  #fff;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	padding: 4px;
	text-transform: uppercase;
}

#sidebar .widget_calendar {
	margin-bottom: 0;
	padding-bottom: 60px;
	background: url('images/mountains.png') no-repeat center bottom;
}

#sidebar .widget_archive a {
	text-transform: capitalize;
}

#sidebar .widget_subpages ul {
	margin-top: 0;
	padding-top: 10px;
}

#sidebar .widget_subpages li {
	list-style: none;
	padding: 5px 0;
	margin: 0;
	font-size: 1.5em;
	font-weight: bold;
}

#sidebar .widget_subpages li li {
	font-size: 1em;
}

#sidebar .widget_subpages li a {
	/*color: #fff;*/
	text-decoration: none;
}

#sidebar .widget_subpages li a:hover {
	text-decoration: underline;
}

#sidebar .widget_subpages .current_page_item > a {
	color: red;
}

#sidebar .widget_subpages .current_page_item > a:hover {
	text-decoration: none;
	cursor: default;
}

/* footer stuff */
.bottombar,
.bottomline {
	width: 974px;
	margin: 0 auto;
	padding: 0;
}

.bottomline {
	padding: 20px 8px;
	clear: both;
	text-transform: uppercase;
	width: 958px;
	font-size: 1.1em;
}

.bottombar li {
	width: 206px;
	list-style: none;
	float: left;
	padding: 0 16px;
}

.bottombar li li {
	padding: 0;
	font-size: 1.2em;
	word-wrap: break-word;
}

.bottombar .widget {
	border-left: #081054 1px solid;
	min-height: 220px;
}

.bottombar .widget ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#flickrrss {
	padding: 0 0 0 8px;
	width: 248px;
	border: none;
}

#flickrrss a {
	float: left;
	margin: 0 3px 3px 0;
}

.bottombar .subzane_youtube_plugin_widget li {
	float: left;
	width: auto;
	margin-right: 12px;
}

.subzane_youtube_plugin_widget img {
	width: 90px;
}

.widget_twitter h2 a {
	background: url('images/twitter-bird.gif') no-repeat center left;
	padding: 5px 0 5px 40px;
}

.widget_links li {
	margin-bottom: 15px;
}

/* frontpage */

/* no Flash banner styles */
#banner {
	height: 305px;
	overflow: hidden;
	visibility: hidden;
}

#banner ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.home h2 {
	color: #fff;
}

.trips {
	float: left;
	padding: 8px 0;
}

.trips a {
	display: block;
	float: left;
	padding: 0 8px;
	width: 227px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.5em;
	font-weight: bold;
	color: #fff;
	text-align:center;
}

.trips a:hover {
	text-decoration: underline;
}

.trips a span {
	position: absolute;
	top: 135px;
	left: 0;
	width: 227px;
	z-index: 1;
	padding: 0 8px;
}

.wrapper {
	float: left;
	width: 100%;
}

.wrapper .section {
	width: 463px;
	background: #fff url('images/white-to-gray.png') repeat-x bottom left;
	padding: 8px;
	min-height: 225px;
}

.wrapper .section h2 {
	background: #101a56 url('images/header-blue-gradient.png') repeat-x top left;
	margin: -8px -8px 4px;
	font-size: 1.2em;
	text-transform: uppercase;
	padding: 7px 8px 6px;
}

.wrapper .section a {
	font-size: 1.2em;
}

.wrapper .shop-item {
	float: left;
	width: 225px;
	margin-right: 5px;
	position: relative;
}

.wrapper .shop-item a,
.wrapper em {
	font-size: 1.2em;
	text-align: left;
	display: block;
	padding-bottom: 15px;
}

.shop-item .price {
	font-size: 2em;
	display: block;
	bottom: 50px;
	left: 118px;
	position: absolute;
}

.shop-item .button {
	bottom: 0;
	left: 114px;
	position: absolute;
}

/* Other pages */
.page-template-default .narrowcolumn .entry,
.page-template-mediapage-php .narrowcolumn .entry {
	overflow: hidden;
}

.page-template-default #content .inner {
	padding-right: 20px;
}

.page-template-default .wrapper {
	width: 624px;
}

/* Shop pages */
.shopping-cart {
	position: absolute;
	right: 12px;
	top: 12px;
}

/* Contact form */
.shadow {
	background: url('images/vertical-shadow.png') no-repeat left top;
	min-height: 416px;
}
/*
.contactform {
	float: right;
	padding-left: 35px;
	width: 290px;
}

.contactform form {
	text-align: left;
}*/

.contactform input,
.contactform textarea {
	width: 310px;
}

.button {
	background: url('images/button-left.png') no-repeat left top;
	float: left;
	width: auto;
}

.button input {
	background: url('images/button-right.png') no-repeat right top;
	border: none;
	width: auto;
	padding: 8px 10px;
	cursor: pointer;
	font-weight: bold;
	font-size: 1.3em;
}

#page .button a {
	background: url('images/button-right.png') no-repeat right top;
	border: none;
	width: auto;
	padding: 9px 13px;
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;
}

img.ajax-loader {
	position: absolute;
}

div.wpcf7-response-output {
	overflow: auto;
	width: 280px;
}

.contactform span.wpcf7-not-valid-tip {
	width: 240px;
}

/* media page styles */
.mediapage .alignleft {
	width: 260px;
}

.mediapage .alignleft h2 {
	margin-bottom: 10px;
}

.mediapage .alignleft a {
	margin: 0 3px 3px 0;
}

.mediapage .shadow {
	width: 300px;
	float: right;
}

.mediapage .shadow h2 {
	margin-left: 40px;
}

.mediapage .sz-videolisting li {
	float: left;
}

.photos {
	margin: 12px 12px 0 0;
	float: left;
}

#page .paypal form {
	padding: 7px 0;
	text-align: left;
}

.paypal select {
	width: 80px;
}

.paypal .button {
	float: right;
	margin: -7px 0;
}

.paypal .button input {
	font-size: 1.1em;
}

.page .entry table {
	float: right;
}

.page .entry h2 {
	clear: both;
}

.widget_wp_paypal_shopping_cart {
	position: relative;
}

.widget_wp_paypal_shopping_cart .bg {
	bottom: 0;
	opacity: 0.8;
}

.widget_wp_paypal_shopping_cart .shopping_cart {
	margin-bottom: 14px;
	padding: 0 20px 10px;
}

.widget_wp_paypal_shopping_cart .shopping_cart * {
	opacity: 1;
}

#china_temp_hack {
	float: right;
	position: relative;
}

#china_temp_hack a {
	position: absolute;
	right: -105px;
	top: 1px;
}

