/*

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:Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color:#CCCCCC;
	line-height: 14px;
}

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:#000 url() no-repeat center top;
}

div#page {
	width:850px; height: 100%;
	margin: 0 auto;
}
div#headWrap {
background-image:url(images/pattFill.jpg);
	background-color:#FFFFFF;
	width:100%;
	display:table;
	height:71px;


}
div#header {
	width:850px;
	height:70px;
	display: table; clear: both;
	margin:auto;
	background-color:#ffffff;
	background-image:url(images/pattFill.jpg);
}
div#headContent {

}

div#headLogo {
	margin-top:6px;
	background-image:url(images/logo.png);
	height:57px;
	width:506px;
	display:table;
}
div#headMenu {
	width:394px;
	position:absolute;
	margin-left:535px;
	display:table;
}
ul#menu {
	text-transform: uppercase;
	display: table; clear: both;
	list-style: none;
	margin-top: 25px;
	font-size:24px;
	font-weight:bold;
}

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

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

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

div#footer {
	width:850px;
	border-top: 1px solid #333;
	display: block; clear: both;
	 margin: 10px auto;
	padding-bottom:40px;
}
div#archive {
background-image:url(images/archive.jpg);
background-repeat:no-repeat;
height:15px;
width:125px;
}
div#cool {
background-image:url(images/cool.jpg);
background-repeat:no-repeat;
height:15px;
width:315px;
}
div#twitter {
background-image:url(images/twitter.jpg);
background-repeat:no-repeat;
height:15px;
width:315px;
}
div#clients {
background-image:url(images/clients.jpg);
background-repeat:no-repeat;
height:15px;
width:315px;
}
div#contact {
background-image:url(images/contactme.jpg);
background-repeat:no-repeat;
height:15px;
width:315px;
}
div#commentsLink {

	display: block; clear: both;
	position:absolute;
	margin-left:425px;
}

#twitterPost ul {
margin-bottom:10px;

}

#twitterPost ul li {
margin-bottom:15px;

}

/* -------------------------------- 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;
	position:relative;
	margin-top:5px;
	
}

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

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

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

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

#pagination {
	width: 506px;
	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: 15px; font-weight: bold; color:#a1b41e; 
	line-height: 19px;
	text-transform: uppercase;
	border-bottom: 1px solid #999;
	display: block; clear: both;
	margin-bottom: 5px;
	text-decoration:none;
}

h3 {
	font-size: 14px; font-weight: normal; color: #a1b41e;
	border-bottom: 1px solid #333;
	line-height:19px;
	margin-bottom:10px;
}

#maincontent h3 {
	font-size: 16px; font-weight: normal; color: #a1b41e;
}

h4 {	
	font-size: 14px; font-weight: normal; color: #999;
}
h5 {
font-size: 15px; font-weight: bold; color:#FF9900; line-height: 21px;
	text-transform: uppercase;
	border-bottom: 1px solid #333;
	display: block; clear: both;
	margin-bottom: 5px;
	text-decoration:none;
	}

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

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

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

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

a:hover {
	color:#FF9900; text-decoration: none;
}

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

ul#menu li.current_page_item a,
ul#menu li a:hover {
	color: #333;
	text-decoration: none;
	border-top: 20px solid #a1b41e;
	display: block; clear: both;
	margin-top: -25px;
	padding-top:5px;
	
	
}

div#commentsLink a {
color:#FF9900; text-decoration: none;
}

div#commentsLink a:hover {
	color: #a1b41e;
	text-decoration: none;
	
	
}


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

ul,
ol,
li {
text-decoration: none;
}

ul#menu li {
	display: block; float: left;
	margin-right: 35px;
	text-decoration: none;
	height:71px;
	
}

ul#menu li.right {
	float: right;
	margin: 0;
}

#maincontent ul {
	list-style: disc inside;
	display: block; clear: both;
	margin-bottom: 20px;
	text-decoration: none;
}

#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;
}