/*

Theme name: Lomi - Light
Description: A WordPress theme by Fredrik Sørlie [Modified by AT@ for Lomi]
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;
}

html, body {
	width: 100%; height: 100%;
}

body, table, tr, td, th, input, textarea {
	font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #666;
	line-height: 18px;
}

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;
}

.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: center; 
	background: #FFF url("images/bg-main.jpg") no-repeat center top;
}

div#page {
	width: 900px; height: 100%;
	margin: 0 auto;
}

div#header {
	width: 900px;
	display: table; clear: both;
/* 	padding: 20px 0; */
	padding: 0;
}

ul#menu {
	width: 900px;
	text-transform: uppercase;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	display: table; clear: both;
	padding: 5px 0;
	list-style: none;
}

.menu {
	width: 900px;
	text-transform: uppercase;
/* 	border-top: 1px solid #CCC; */
	border-bottom: 1px solid #CCC;
	display: table; clear: both;
	padding: 2px 0;
	list-style: none;
	font-size: 0.8em;
	height: 18px;
}

div#content {
	width: 900px;
	text-align: left;
	clear: both;
	padding: 40px 0; margin: 0 auto;
}

div#maincontent {
	width: 600px;
	float: left;
}

div#sidebar {
	width: 260px;
	float: right;
}

div#footer {
	width: 900px;
	border-top: 1px solid #CCC;
	display: block; clear: both;
	padding: 40px 0; margin: 40px auto;
	font-size: 0.8em;
}

/* -------------------------------- 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;
	border-bottom: 1px solid #CCC;
	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;
	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;
}

h2 {
	font-size: 14px; font-weight: normal; color: #999; line-height: 14px;
	text-transform: uppercase;
	border-bottom: 1px solid #CCC;
	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, .menu li a {
	color: #999;
	text-decoration: none;
}

ul#menu li.current_page_item a, .menu li.current_page_item a,
ul#menu li a:hover, .menu li a:hover {
	color: #000;
	text-decoration: none;
}

.rss {
	background: url('images/rss-icon.png') left 50% no-repeat;
	padding-left: 26px;
}

/* -------------------------------- List styles -------------------------------- */

ul,
ol,
li {
}

ul#menu li, .menu li {
	display: block; float: left;
	margin-right: 30px;
}

ul#menu li.right, .menu li.right {
	float: right;
	margin: 0;
}

#maincontent ul {
	list-style: disc outside;
	display: block; clear: both;
	margin-left: 20px;
	margin-bottom: 20px;
}

#sidebar ul {
	list-style: none;
	display: block; clear: both;
	margin-bottom: 20px;
}

/* -------------------------------- Form styles -------------------------------- */

input {
	width: 50%;
	color: #999;
	background: #FFF;
	border: 1px solid #CCC;
}

#sidebar input {
	width: 100%;
	margin-bottom: 20px;
}

textarea {
	width: 100%;
	color: #999;
	background: #FFF;
	border: 1px solid #CCC;
	overflow: auto;
}

/* -------------------------------- News styles -------------------------------- */

div.news {
	font-size: 0.9em;
}

div.news .date-published {
	font-style: italic;
	text-transform: lowercase;
}

div.news span.date-published {
	padding: 0 0 0 5px;
	font-size: 0.9em;
}

div.news p {
	margin-bottom: 2px;
}

div.news .link {
	float: right;
	margin: 0 0 10px 10px;
	font-size: 0.9em;
}

div.news a {
	color: #999;
	text-decoration: none;
}

div.news a:hover {
	color: #000;
	text-decoration: none;
}

div.news .link a {
	color: #555;
	text-decoration: none;
}

div.news .link a:hover {
	color: #000;
	text-decoration: none;
}

/* -------------------------------- Breadcrumb styles -------------------------------- */

.breadcrumb {
	float: left;
	font-size: 0.8em;
}

.breadcrumb a {
	color: #999;
	text-decoration: none;
}

.breadcrumb a:hover {
	color: #000;
	text-decoration: none;
}

/* -------------------------------- Homepage box -------------------------------- */

#maincontent div.boxmainSx {
	float: left;
	width: 268px;
	height: 210px;
	padding: 10px 10px 20px 10px;
	margin: 10px 0 0 10px;
	border-right: 1px solid #999;
	font-size: 0.9em;
}

#maincontent div.boxmainDx {
	float: right;
	width: 268px;
	height: 210px;
   	padding: 10px 10px 20px 10px;
   	margin: 10px 0 0 10px;
	font-size: 0.9em;
}

#maincontent .linkbox {
	float: right;
	margin: 0 0 10px 10px;
	font-size: 0.9em;
}

#maincontent div.boxmainSx p,
#maincontent div.boxmainDx p {
	margin-bottom: 10px;
}

/* -------------------------------- Sidebar link -------------------------------- */

#sidebar ul li a {
	font-size: 0.8em;
	text-transform: uppercase;
	color: #999;
	text-decoration: none;
}

#sidebar ul li a:hover {
	color: #000;
	text-decoration: none;
}


.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}
