/*

Theme name: UltraLight
Description: A WordPress theme by Fredrik Sørlie
Version: 1.2
Author: Fredrik Sørlie
Author URI: http://fredriksoerlie.com
Tags: white, fixed-width, two-columns

The UltraLight theme is a simple theme for WordPress, stripped of all unessecery code and graphics.

*/

/* -------------------------------- Global styles -------------------------------- */

* {
	margin: 0; padding: 0;
}
.alignleft {
  	float: left;
padding:0 20px 0 0;
}

.alignright {
   float: right;
padding:0 0 0 20px;
}

.quote {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #666;
	text-align: left;
	line-height: 13px;
}

.quotename {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #93b3c8;
	text-align: right;
}

#textfield {
	background-color: #ffffff;
	height: 14px;
	width: 70px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 9px;
	letter-spacing: 1px;
	padding-left:10px;
	padding-top:5px;
}

#button {
	background-color: #ffffff;
	height: 19px;
	width: 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	color: #000;
	font-family: "Trebuchet MS";
	font-size: 10px;
	letter-spacing: 1px;
}

html, body {
	width: 100%; height: 100%;
}

body, table, tr, td, th, input, textarea {
	font-family: Verdana, sans-serif; font-size: 12px; color: #333;
	line-height: 18px;
}

hr {
	height: 0; line-height: 0; font-size: 0;
	display: block; clear: both;
	padding: 0; margin: 10px 0;
}

img { 
	vertical-align: bottom; border:0;
}

p { 
	display: block; clear: both;
	margin-bottom: 20px;
	margin-top: 20px;
}


.clear {
	clear: both;
}


blockquote {
	font-size: 16px; color: #666;
	padding-left: 20px;
}

/* -------------------------------- Main layout styles -------------------------------- */


body {
	text-align: center; 
	background: #f2f2f3 url("images/bg-main-back.jpg") repeat-x center top;
}

ul#menu {
	width: 900px;
	text-transform: uppercase;
	padding: 20px 0 0 0;
	list-style: none;
        float:left;
        text-align: left;        
}

div#content {
	width: 980px;
	text-align: left;
	clear: both;
	padding: 0; margin: 0 auto;
}



/* -------------------------------- Page-1 -------------------------------- */

div#page-1 {
	background: #f2f2f3 url("images/bg-main1.jpg") no-repeat center top;
	width: 985px; height: 100%;
	margin: 0 auto;
}

div#header-1 {
	width: 980px;
	display: table; clear: both;
	padding: 0px 0 0 0;
        height:35px;

}

div#maincontent-1 {
	width: 550px;
	float: left;
        padding: 80px 0 0 20px;
}

div#sidebar-1 {
	width: 270px;
	float: right;
        padding: 161px 40px 0 15px;
}

div#footer-1 {
	width: 980px;
	display: block; clear: both;
	padding: 40px 0; margin: 40px auto;
text-align:left;
}

div#blogfeed {
	width: 230px;
        font-size:11px;
        font-family: Verdana, sans-serif;
        line-height:12px;
        margin-top:-10px;
	color: #555;
}

li {
	list-style: none;
}

div#blogfeed li a {
        font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
        font-size: 13px; 
        letter-spacing:1px;
	color: #000;
	text-decoration: none;
        text-align:left;
	list-style: none;
       padding: 0 0 10px 0;
margin-bottom:20px;
        line-height:15px;
}

/* -------------------------------- Page-2 -------------------------------- */

div#page-2 {
	background: #f2f2f3 url("images/bg-main2.jpg") no-repeat center top;
	width: 985px; height: 100%;
	margin: 0 auto;
}

div#header-2 {
	width: 980px;
	display: table; clear: both;
	padding: 0;
        height:35px;
}

div#maincontent-2 {
	width: 550px;
	float: left;
        padding: 100px 0 0 20px;
}

div#sidebar-2 {
	width: 270px;
	float: right;
        padding: 170px 40px 0 0;
}

div#footer-2 {
	width: 980px;
	display: block; clear: both;
	padding: 40px 0; margin: 40px auto;
text-align:left;
}


/* -------------------------------- Page-3 -------------------------------- */

div#page-3 {
	background: #f2f2f3 url("images/bg-main3.jpg") no-repeat center top;
	width: 985px; height: 100%;
	margin: 0 auto;
}

div#header-3 {
	width: 980px;
	display: table; clear: both;
	padding: 0;
        height:35px;
}

div#maincontent-3 {
	width: 700px;
	float: left;
        padding: 110px 0px 0 20px;
}

div#sidebar-3 {
	width: 210px;
	float: right;
        padding: 120px 0 0 15px;
}

div#footer-3 {
	width: 980px;
	display: block; clear: both;
	padding: 40px 0; margin: 40px auto;
text-align:left;
}



/* -------------------------------- Page-4 -------------------------------- */

div#page-4 {
	background: #f2f2f3 url("images/bg-main4.jpg") no-repeat center top;
	width: 985px; height: 100%;
	margin: 0 auto;
}

div#header-4 {
	width: 980px;
	display: table; clear: both;
	padding: 0;
        height:35px;
}

div#maincontent-4 {
	width: 700px;
	float: left;
        padding: 80px 0px 0 20px;
}

div#sidebar-4 {
	width: 190px;
	float: right;
        padding: 150px 0 0 15px;
}

div#footer-4 {
	width: 980px;
	display: block; clear: both;
	padding: 40px 0; margin: 40px auto;
text-align:left;
}


/* -------------------------------- Page-5 -------------------------------- */

div#page-5 {
	background: #f2f2f3 url("images/bg-main9.jpg") no-repeat center top;
	width: 985px; height: 100%;
	margin: 0 auto;
}

div#header-5 {
	width: 980px;
	display: table; clear: both;
	padding: 0;
        height:35px;
}

div#maincontent-5 {
	width: 980px;
	float: left;
        padding: 80px 0px 0 20px;
}

div#sidebar-5 {
	width: 0px;
	float: right;
        padding: 150px 0 0 15px;
}

div#footer-5 {
	width: 980px;
	display: block; clear: both;
	padding: 40px 0; margin: 40px auto;
text-align:left;
}


/* -------------------------------- Page-6 -------------------------------- */

div#page-6 {
	background: #f2f2f3 url("images/bg-main6.jpg") no-repeat center top;
	width: 985px; height: 100%;
	margin: 0 auto;
}

div#header-6 {
	width: 980px;
	display: table; clear: both;
	padding: 0;
        height:35px;
}

div#maincontent-6 {
	width: 700px;
	float: left;
        padding: 60px 0px 0 20px;
}

div#sidebar-6 {
	width: 190px;
	float: right;
        padding: 150px 0 0 15px;
}

div#footer-6 {
	width: 980px;
	display: block; clear: both;
	padding: 40px 0; margin: 40px auto;
text-align:left;
}


/* -------------------------------- Page-7 -------------------------------- */

div#page-7 {
	background: #f2f2f3 url("images/bg-main7.jpg") no-repeat center top;
	width: 985px; height: 100%;
	margin: 0 auto;
}

div#header-7 {
	width: 980px;
	display: table; clear: both;
	padding: 0;
        height:35px;
}

div#maincontent-7 {
	width: 700px;
	float: left;
        padding: 80px 0px 0 20px;
}

div#sidebar-7 {
	width: 190px;
	float: right;
        padding: 150px 0 0 15px;
}

div#footer-7 {
	width: 980px;
	display: block; clear: both;
	padding: 40px 0; margin: 40px auto;
text-align:left;
}


/* -------------------------------- Page-8 -------------------------------- */

div#page-8 {
	background: #f2f2f3 url("images/bg-main8.jpg") no-repeat center top;
	width: 985px; height: 100%;
	margin: 0 auto;
}

div#header-8 {
	width: 980px;
	display: table; clear: both;
	padding: 0;
        height:35px;
}

div#maincontent-8 {
	width: 700px;
	float: left;
        padding: 80px 0px 0 20px;
}

div#sidebar-8 {
	width: 190px;
	float: right;
        padding: 150px 0 0 15px;
}

div#footer-8 {
	width: 980px;
	display: block; clear: both;
	padding: 40px 0; margin: 40px auto;
text-align:left;
}

/* -------------------------------- Page-9 -------------------------------- */

div#page-9 {
	background: #f2f2f3 url("images/bg-main5.jpg") no-repeat center top;
	width: 985px; height: 100%;
	margin: 0 auto;
}

div#header-9 {
	width: 980px;
	display: table; clear: both;
	padding: 0;
        height:35px;
}

div#maincontent-9 {
	width: 970px;
	float: left;
        padding: 80px 0px 0 20px;
}

div#sidebar-9 {
	width: 10px;
	float: right;
        padding: 150px 0 0 15px;
}

div#footer-9 {
	width: 980px;
	display: block; clear: both;
	padding: 40px 0; margin: 40px auto;
text-align:left;
}

/* -------------------------------- Additional layout styles -------------------------------- */

.size-medium, .size-thumbnail {
	display: block; float: left;
	margin: 0 20px 20px 0;
}

.size-large, .size-full {
	display: block; clear: both;
	margin-bottom: 20px;
}

.date {
	font-size: 12px; font-weight: normal; color: #999;
	display: block; clear: both;
	margin-bottom: 10px;
}

.post,
.comment {
	width: 600px;
	overflow: hidden;
	display: table; clear: both;
	margin-bottom: 20px;
}

.singlepost {
	width: 600px;
	overflow: hidden;
	display: table; clear: both;
}

.postmeta,
.commentmeta {
	display: block; clear: both;
	margin-bottom: 20px;	
}

#pagination,
#navigation {
	display: block; clear: both;
}

#pagination {
	width: 600px;
	overflow: hidden;
	display: table; clear: both;
	padding: 20px 0;
}

.commentavatar {
	float: left; margin-right: 20px;
}

.commenttext {
	float: left;
}

.alt {
	/*background: #EFEFEF;*/
}

.widget {
	display: block; clear: both;
	margin-bottom: 20px;	
}

/* -------------------------------- Heading styles -------------------------------- */

h1 {
        font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
        font-weight: normal; 
        color: #111;
	display: block; float: left;
        font-size: 38px;
        line-height: 50px;
}

h2 {
        font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 12px; font-weight: normal; color: #111; line-height: 14px;
	text-transform: uppercase;
	display: block; clear: both;
	margin-bottom: 20px;
}

h3 {
	font-size: 14px; font-weight: normal; color: #999;
}

#maincontent h3 {
	font-size: 16px; font-weight: normal; color: #999;
}

h4 {	
	font-size: 14px; font-weight: normal; color: #999;
}

/* -------------------------------- Link styles -------------------------------- */

a,
a:focus, 
a:link, 
a:active { 
	outline: none; 
}

a {
	color: #558; text-decoration: none;
}

a:visited {
	color: #336; text-decoration: none;
}

a:hover {
	color: #000; text-decoration: underline;
}

ul#menu li a {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 9px; 
        letter-spacing:1px;
	color: #404041;
	text-decoration: none;
        text-align:left;
        padding:5px;
        background-color:#fff;
}

ul#menu li.current_page_item a,
ul#menu li a:hover {
	color: #fff;
	text-decoration: none;
        text-align:left;
        background-color:#0D323F;
        padding:5px;
}


/* -------------------------------- List styles -------------------------------- */

ul,
ol,
li {
}

ul#menu li {
	display: block; float: left;
	margin-right: 5px;
}

ul#menu li.right {
	float: right;
	margin: 0;
}

#maincontent ul {
	list-style: disc inside;
	display: block; clear: both;
	margin-bottom: 20px;
}

#sidebar ul {
	list-style: none;
	display: block; clear: both;
	margin-bottom: 20px;
}

/* -------------------------------- Form styles -------------------------------- */

input {
	width: 50%;
	color: #999;
	background: #FFF;
}

#sidebar input {
	width: 100%;
	margin-bottom: 20px;
}

textarea {
	width: 100%;
	color: #999;
	background: #FFF;
	overflow: auto;
}