/*

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;
}

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: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 10px;
}

a img {
	border: 0px;
}


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: #333;
/*	background: #FFF url("images/bg-main.jpg") no-repeat center top; */

}

div#page {
	width: 790px;
	margin: 0 auto;
	background: #FFF;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
}

div#page_left {
	float:left;
	width: 360px; height: 100%;
	margin: 0 auto;
	background: #FFF;
	padding-bottom:0px;
}

div#page_projects {
	float:left;
	width:745px; height: 100%;
	margin: 0 auto;
	background: #FFF;
	padding-bottom:10px;
	padding-top:10px;
	border-bottom: 1px solid #CCC;
}

div#page_projects_single {
	float:left;
	width:745px; height: 100%;
	margin: 0 auto;
	background: #FFF;
	padding-bottom:10px;
	padding-top:10px;
}

div#projects_caption {
	float:left;
	width: 360px; height: 50px;
	margin: 0 auto;
	background: #FFF;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #666;
	line-height: 14px;
	text-align:center;	
}

div#page_right {
	float:left;
	width: 360px; height: 100%;
	margin: 0 auto;
	background: #FFF;
	padding-bottom:0px;
	padding-left: 10px;
}


div#header {
	width: 770px;
	display: table; clear: both;
	padding: 10px 0 0 0;
	text-align: left;
}

ul#menu {
	float:left;
	width: 650px;
/*	text-transform: uppercase;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC; */
	display: table; clear: both;
	padding: 5px 0;
	list-style: none;
font-size: 12px; font-weight: normal; color: #999; line-height: 14px;
}

div#content {
	width: 750px;
	text-align: left;
	clear: both; 
	padding: 20px 0; margin: 0 auto;
}

div#maincontent {
	width: 750px;
	float: left;
	padding-bottom:30px;
}

div#maincontent2 {
	float: left;
}

div#maincontent3 {
	float: left;
	width: 450px;
}

div#sidebar {
	width: 220px;
	float: right;
}

div#footer {
	width: 750px;
	border-top: 1px solid #CCC;
	display: block; clear: both;
	padding: 10px 0; margin: 10px auto;
        font-size: 12px; font-weight: normal; color: #999; line-height: 14px;
}

/* -------------------------------- 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: 450px;
	overflow: hidden;
	border-bottom: 1px solid #CCC;
	display: table; clear: both;
	margin-bottom: 20px;
}

.singlepost {
	width: 450px;
	overflow: hidden;
	display: table; clear: both;
}

.postmeta,
.commentmeta {
	display: block; clear: both;
	margin-bottom: 20px;	
}

#pagination,
#navigation {
	display: block; clear: both;
}

#pagination {

	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;
	margin-top: 10px;
}

h3 {
	font-size: 16px; font-weight: bold; color: #A735F6;
}

#maincontent h3 {
	font-size: 16px; font-weight: normal; color: #A735F6;
}

h4 {	
	font-size: 14px; font-weight: normal; color: #999;
}

/* -------------------------------- Link styles -------------------------------- */

a,
a:focus, 
a:link, 
a:active { 
	outline: none; 
}

a {
	color: #046BA0; text-decoration: none;
}

a:visited {
	color: #336; text-decoration: none;
}

a:hover {
	color: #000; text-decoration: underline;
}

ul#menu li a {
	color: #999;
	text-decoration: none;
}

ul#menu li.current_page_item a,
ul#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 {
	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;
}

/* -------------------------------- RE Add ons -------------------------------- */

#access_social {
	background: #fff;
	display: block;
	float: right;
/*	margin: 0 auto; */
	width: 100px;
	padding-top:5px;
	
}

#access_social img {
	float: right;
	margin: 0 auto; 
	padding-left: 8px;
}

#menu_holder {
	float: left;
	width: 770px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}