﻿/*

Theme name: UltraLight
Description: A WordPress theme by Fredrik Sørlie
Version: 1.1
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;
}

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

body, table, tr, td, th, input, textarea {
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #555;
	line-height: 1.5em;
}

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

img { 
	vertical-align: bottom; border:0;
}

p { 
	display: block; clear: both;
	margin-bottom: 20px;
	width:500px;
}
.mceTemp, dt.wp-caption-dt img{ /*this should be provisory*/
	width:500px;
}
.left,
.alignleft {
	float: left;
}

.right,
.alignright {
	float: right;
}

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

.clear {
	clear: both;
}

.center {
	text-align: center; 
}

blockquote {
	font-size: 16px; color: #666;
	border-left: 1px solid #CCC;
	padding-left: 20px;
}

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

body {
	text-align: left; 
	background: #FFF;
}

div#page {
	width: 720px; height: 100%;
	margin: 0 36px;
}

div#logo {
	width: 720px;
	display: block; clear: both;
	padding: 20px 0;
}

div#header {
	width: 720px;
	display: block; clear: both;
	padding: 20px 0;
}

div#header h1 {
  float: none;
  text-align: left;
}

ul#menu {
	width: 720px;
	/*border-top: 1px solid #CCC;*/
	border-bottom: 1px solid #CCC;
	display: block; clear: both;
	padding: 5px 0;
	list-style: none;
        overflow: hidden;
}

div#content {
	width: 720px;
	text-align: left;
	clear: both;
	padding: 40px 0; margin: 0 auto;
}

div#maincontent {
	width: 500px;
	float: left;
}

div#sidebar {
	width: 190px;
	float: right;
}

div#footer {
	width: 720px;
	border-top: 1px solid #CCC;
	display: block; clear: both;
	padding: 40px 0; margin: 40px auto;
}

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

img.size-full {
	width:auto;
	height:auto;
}
.date {
	font-size: 11px; font-weight: normal; color: #999;
	display: block; clear: both;
	margin-bottom: 10px;
}

.post,
.comment {
	width: 500px;
	overflow: hidden;
	border-bottom: 1px solid #CCC;
	display: table; clear: both;
	margin-bottom: 20px;
}

.singlepost {
	width: 500px;
	overflow: hidden;
	display: table; clear: both;
}

.postmeta,
.commentmeta {
	display: block; clear: both;
	margin-bottom: 20px;	
}

#pagination,
#navigation {
	display: block; clear: both;
}

#pagination {
	width: 500px;
	overflow: hidden;
	border-top: 1px solid #CCC;
	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 {
	display: block; float: left; color: #FF6600;
}

h2 {
	font-size: 12px; 
	font-weight: normal; color: #000; line-height: 14px;
	border-bottom: 1px solid #ccc;
	display: block; clear: both;
	margin-bottom: 10px;
	padding: 0 0 2px;
}

h3 {
	font-size: 160%; font-weight: normal; color: #000; line-height:1.4em;
}

#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: #EA661D; text-decoration: none;
}

a:visited {
	color: #EA661D; text-decoration: none;
}

a:hover {
	color: #fff; background:#EA661D;
}

ul#menu li a {
	/*color: #999;*/
	padding: 0 2px;
	text-decoration: none;
}

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

.rss {
	background: url('images/rss-icon.png') left 50% no-repeat;
	padding-left: 26px !important;
}

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

ul,
ol,
li {
}

ul#menu li {
	display: block; float: left;
	margin-right: 15px;
}

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: 10px;
}

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

input {
	width: 50%;
	color: #999;
	background: #FFF;
	border: 1px solid #CCC;
}

#sidebar input {
	width: 80%;
	margin-bottom: 20px;
}

textarea {
	width: 100%;
	color: #999;
	background: #FFF;
	border: 1px solid #CCC;
	overflow: auto;
}

/* -------------------------------- additional Color styles -------------------------------- */

div#hid_logo {
  	height: 90px;
	margin:54px 2px 0;
}
.orange {

}
iframe{

width:514px;}