/*
	Theme Name: Stramme Rammer
	Them URI: http://www.frietoyler.com
	Media: Screen
	Version: Thur 29, April 2010
	Author: Morten Stoltz Vernegg, Eivind Kaasin and Ole Andreas Lo
	Author URI: http://www.frietoyler.com
*/

/*------------------------- [General elements */
@font-face {
	font-family: 'PortagoITCTTRegular';
	src: url('http://www.havresekken.no/portagoitctt-webfont-webfont.eot');
	src: local('☺'), url('http://www.havresekken.no/portagoitctt-webfont-webfont.woff') format('woff'), url('http://www.havresekken.no/portagoitctt-webfont-webfont.ttf') format('truetype'), url('http://www.havresekken.no/portagoitctt-webfont-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

html, body {	
	height: 100%;
	margin: 0 0 1px;
	padding: 0;
}

body {
	font-family: arial, verdana, sans-serif;
	font-size: 62.5%;
	color: #362f2d;
	line-height: 1.6em;
	background-image: url('images/background_havresekken.jpg');
	background-repeat: repeat;
}

img {
	vertical-align: middle;
	border: 0px;
	padding: 0.8em 0 0.8em 0;
}
hr {
	color: #555555;
}
p {
	font-size: 1.3em;
	color: #362f2d;
	line-height: 1.6em;
	margin-bottom: 1em;
}

h1 {
	font-family: 'PortagoITCTTRegular', Georgia, "Times New Roman", serif;
	font-size: 3.8em;
	color: #362F2D;
	line-height: 1.2em;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	text-transform: uppercase;
}
h1 a {
	text-decoration: none;
	color: #362F2D;
}
h1 a:hover {
	text-decoration: none;
}

h2{
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.8em;
	color: #362F2D;
	font-style: italic; 
	font-weight: 400;
}

h3{
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.1em;
	line-height: 1.6em;
	color: #998675;
	font-style: italic;
	font-weight: 400;
	margin: 0;
	padding: 0;
}
h4 {
	font-size: 1.1em;
	color: #555555;
	line-height: 1.6em;
	margin: 0;
	padding:0; 
	font-weight: bold;
}
a {
	color: #998675;
	text-decoration: none;
}
a:hover {
	color: 	#534741;
	text-decoration: underline;
}
ul {
      padding-left: 2em;
}
li{
	font-size: 1.2em;
	line-height:1.6em; 
}

li p {
	font-size: inherit;
}
.no-link a{
	text-decoration: none;
	color: #555555;
}

.right {
	float:right;
}
.align-right {
	text-align: right;
}

.left {
	float:left;
}
.clear{
	clear:both;
}
input{ 
        height: 1.2em;
        font-family: arial, verdana, sans-serif;
        font-size: 1.1em;
        color: #998675;
}
.text_box {
        border: 1px solid #998675;
		padding: 0.3em;
}
.spacer-12 {
	height: 1.2em;
}
.spacer-14 {
	height: 1.4em;
}
.spacer-16 {
	height: 1.6em;
}
.spacer-18 {
	height: 1.8em;
}

/*---------------------------------- [Wrapper */
#wrapper {
	width: 84em;
	margin: 0 auto;
	border: 0px solid black;
}

/*----------------------------------- [Main-nav */
#main-nav {
	width: 84em;
	vertical-align: bottom;
	overflow: hidden;
}
#main-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#main-nav ul li {
	float: left;
	padding: 0;
	margin: 0;
}
#main-nav ul li h2 a {
	display: list-item;
	padding: 2em 0.4em 0.7em 0.4em;
	text-decoration: none;
	color: #534741;
	margin: 0;
}
#main-nav ul li h2 a:hover, #main-nav ul li.current a{
	background-color: #534741;
	color: white;
}
#main-nav h2 {
	padding: 0;
	margin: 0;
}
/*----------------------------------- [Header */
#header {
	width: 84em;
	overflow: hidden; 
}
/*---------------------------------- [Content */
#content {
	width: 44em;
	float: left;
	overflow: hidden;
	border: 0px solid green;
	margin-bottom: 1em;
}
.the_content {
	overflow: hidden;
}

#page #post{
	border-bottom: 0px none;
}

#page_type {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.2em;
	color: #555555;
	font-style: bold;
	border-bottom: 1px solid #555555;
	margin-top: 0;
	margin-bottom: .4em;
	text-transform: uppercase;
}

#post {
	padding-bottom: 3em;
	margin-bottom: 3em;
	background-image:url('images/border_post.png');
	background-repeat:no-repeat;
	background-position:bottom;
}
#post .category {
	color: #998675;
	text-transform: uppercase;
	margin-bottom: -1.3em;
}

#nav-bar,
.more-link {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.1em;
	color: #998675;
	font-style: italic;
	font-weight: 400;
	text-align: right;
}
.post-meta {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.1em;
	color: #998675;
	font-style: italic;
	font-weight: 400;
	margin-top: 2em;
	margin-bottom: 3em;
}
.post-meta ul {
	margin: 0;
	padding: 0;
}
.post-meta li {
	font-size: 1.1em;
	list-style: none;
	display: inline;
	float: left;
	padding-right: 0.5em;
	padding-left: 0.5em;
    border-left: 1px #998675 solid;  
}
.post-meta li.first {
    border: 0;
}


/*---------------------------------- [Sidebar */
#sidebar {
	width: 37em;
	float: right;
	overflow: hidden;
	border: 0px solid yellow;
}
#sidebar-left {
	width: 17em;
	float: left;
	overflow: hidden;
}
#sidebar-right {
	width: 17em;
	float: right;
	overflow: hidden;
}
#bar-element {
	color: #998675;
	padding-bottom: 1.6em;
}
#bar-element ul{
	list-style: none;
	margin: 0;
	padding: 0;	
}
#bar-element li{
	font-size: 1.1em;
	line-height:1.6em; 
}
#bar-element h4{
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.1em;
	color: #534741;
	font-style: bold;
	background-image:url('images/border_post.png');
	background-repeat:no-repeat;
	background-position:bottom;
	margin-top: 0;
	margin-bottom: .4em;
	text-transform: uppercase;
}
#bar-element p {
	font-size: 1.1em;
}

#bar-element .aktuelt {
	font-family: Georgia, "Times New Roman", serif;
	color: #362f2d;
	font-weight: 400;
}

#bar-element .aktuelt h3 {
	color: #362f2d;
	font-style: italic;
	font-weight: 400;
	font-size: 1.4em;
	line-height: 1.4em;
	margin: 0 0 0.6em 0;
}
#bar-element .aktuelt h3 a {
	color: #362f2d;
}
#bar-element .aktuelt h3 a:hover {
	color: 	#534741;
}

#bar-element .separated li{
	margin-bottom: 1em;
}

#bar-element .network ul {
	margin: 0;
	padding: 0;
}
#bar-element .network li {
	list-style: none;
	display:inline;
	padding-right: 0.2em;
	padding-left: 0.2em;
    border-right: 1px #998675 solid;  
}
#bar-element .network li.last {
	border: 0;
}
#searchform {
	margin: 0;
	padding: 0;
}
#searchform #s { 
   	width: 12.5em;
}
#searchform #submit_button {
	text-align: center;
	vertical-align: bottom;
	width: 1.9em;
	height: 2em;
}

#loginform p {
	margin: .4em 0;
}
#loginform #user_login, #loginform #user_pass {
	width: 14.7em;
	margin-bottom: 0.3em;
}
/*---------------------------------- [Prosjekt */
#project {
	width: 84em;
	padding-bottom: 2em;
}
#project .project-item{
	width: 18em;
	margin-right: 4em;
	margin-bottom: 4em;
	float: left;
}
#project .project-item-last{
	width: 18em;
	margin-bottom: 4em;
	float: left;
}
#project h2 {
	margin: 0 0 0.4em 0;
	padding-bottom: 0.2em;
	border-bottom: 1px solid black;
}
#project h3 {
	font-size: 1.2em;
	line-height: 1.8em;
}
#project ul {
	margin: 0;
	padding: 0;
}
#project li {
	list-style: none;
	display: inline;
}

/*-------------------------------------- [Underside */
#underside #post {
	border: 0;
}
#underside ul{
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0;	
}
#underside li{
	font-size: 1.1em;
	line-height:1.6em; 
}
/*-------------------------------------- [Forretning */
#forretning {
	width: 67em;
	padding-bottom: 2em;
	background-color: green;
	float: left;
	overflow: hidden;
}
/*-------------------------------------- [Footer */
#footer {
	text-align: right;
	clear: both;
	padding-top: 0.1em;
	background-image:url('images/border_footer.png');
	background-repeat:no-repeat;
}
/*---------------------------------- [Standard WP */
.wp-caption {
	padding-left: 0.8em;
	padding-right: 0.8em;
}

.wp-caption-text{
	font-size: 1.1em;
	color: #998675;
	text-align:center;
	margin-top: -0.4em;
}
.alignright {
	float: right;
}
img.alignright {
	padding-left 0.8em; 
}
.alignleft {
	float: left;
}
img.alignleft {
	padding-right: 0.8em; 
}
.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/*---------------------------------- [Flickr badge */
#flickr_badge_uber_wrapper {
        text-align:center; 
        width: 17em;
        height: 16.8em;
        margin: 0 0.1em;
        display: block; 
}
.flickr_badge_image {
	margin:0;
	float: left;
}
.flickr_badge_image img {
	border: 0px solid #555555;
	width: 5.4em;
	height: 5.4em;
	padding: 0.1em;
}

