/*

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: 13px; color: #777;
	line-height: 19px;
}

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

img { 
	vertical-align: bottom; border:0;
        margin:5px 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 #3d596e;
	padding-left: 20px;
}

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

body {
	text-align: center; 
	background: #42607a;
    background-image:url('images/blog_bg.jpg');
    background-repeat:repeat-y;
    background-position:center;
}

div#page {
	width: 1000px; height: 100%;
	margin: 0 auto;
}

div#header {
	width: 1000px;
	display: table; clear: both;
	padding: 2px 0;
}

#banner {
        width:1000px;
        background:#eee;
        margin:20px 0 0 0;
}

ul#menu {
	width: 960px;
	font-size: 11px;
	text-transform: uppercase;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	display: table; clear: both;
	padding: 5px 40px 2px 0;
	list-style: none;
}

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

div#maincontent {
	width: 760px;
	padding-left: 4px;
	float: left;
}

div#sidebar {
	width: 180px;
	float: right;
	margin-left: 10px;
	font-size: 11px;
	line-height: 17px;
}

#blog_footer {
	width: 954px;
	font-size: 11px;
	padding: 8px;
	color: #444;
	background: #111;
	text-align: center;
}

div#footer {
	width: 860px;
	font-size: 11px;
	color: #333;
	display: block; clear: both;
	padding: 30px 40px 40px; margin: 40px auto;
	background: #000;
}

/* -------------------------------- 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: 11px; font-weight: normal; color: #999;
	display: block; clear: both;
	margin-top: 4px;
	margin-bottom: 10px;
}

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

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

.singlepost p {
	width: 800px;
}

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

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

#pagination {
	width: 760px;
	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: #aaa; line-height: 14px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 6px;
	display: block; clear: both;
	margin-bottom: 20px;
}

.widget h2 {
	font-size: 11px; font-weight: normal; color: #42627b; line-height: 16px;
	text-transform: uppercase;
	padding-bottom: 4px;
	border-bottom: 1px solid #ccc;
	display: block; clear: both;
	margin-bottom: 4px;
}

h3 {
	font-size: 14px; font-weight: normal; color: #aaa;
}

#maincontent h3 {
	font-size: 22px; font-weight: normal; color: #333;
}

h4 {	
	font-size: 14px; font-weight: normal; color: #aaa;
}

/* -------------------------------- Link styles -------------------------------- */

a,
a:focus, 
a:link, 
a:active { 
	outline: none; 
}

a {
	color: #ee8206; text-decoration: none;
}

a:visited {
	color:#ee8206;
}

a:hover {
	text-decoration: underline;
}

ul#menu li a {
	color: #444;
	text-decoration: none;
}

ul#menu li a:hover {
	color: #000;
	text-decoration: none;
}
ul#menu li.current_page_item a {
	
}
.rss {
	background: url('images/rss-icon.png') left 50% no-repeat;
	padding-left: 26px;
	color:#eee;
}
#footer img {
	display:none;
}

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

ul,
ol,
li {
}

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

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;
	border: 1px solid #CCC;
}

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

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

/*-------------------------------- Slider Style ---------------------------------*/

#banner {
        width:1000px; !important
}
#banner img {
        margin:0 10px;
        border:none;
}
#banner {
    position: relative;
    visibility: hidden;
    left: -5000px;
}


/*-------------------------------- Calendar Icon ---------------------------------*/

.date {
	background:#fff url('images/fulldate.jpg') repeat-x scroll top left;
	width:60px;
	height:60px;
	text-align:center;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
.date .date-day {
	color:#333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:34px;
	padding-top:4px;
}
.date .date-month {
	font-size:11px;
	font-weight:bold;
}  