/*
	Client: Personal
	Client URI: http://fredriksoerlie.com
	Theme name: Carbon
	Author: Fredrik Sørlie
	Author URI: http://fredriksoerlie.com
	Version: 1.0
*/

/* -------------------------------- Generic styles -------------------------------- */

* {
	margin: 0;
	padding: 0;
}

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

body {
	width: 100%; height: 100%;
	background: #000 url("/images/bg-main.jpg") top center no-repeat;
	text-align: center; 
	padding-bottom: 20px;
	border: 0;
}

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

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

p {
	margin: 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

.underline {	
	margin-bottom: 20px;
}

.pdf-link {
	line-height: 24px;
	background: url("/images/pdf_icon.gif") left 50% no-repeat;
	padding-left: 24px;
	display: table;
}

/* -------------------------------- Form fields -------------------------------- */

input {
	color: #618F97;
	font-size: 13px;
	border-width: 1px;
	border-style: solid;
	border-color: #618F97;
	background: url("/images/bg_transblack.gif");
	margin-top: 4px;
}

textarea {
	width: 498px;
	border-width: 1px;
	border-style: solid;
	border-color: #618F97;
	background: url("/images/bg_transblack.gif");
	overflow: auto;
	margin-top: 4px;
}

/* -------------------------------- Headings and text -------------------------------- */

body, table, tr, td, th, input, textarea {
	font-family: 'Lucida Sans Unicode', Arial, Helvetica, sans-serif; font-size: 13px; color: #FFF;
}

h1 {
	width: 200px; height: 31px; line-height: 1px; font-size: 1px;
	float: left;
	display: table;
	margin-top: 30px;
}

h2 {
	font-size: 20px;
	font-weight: normal;
	text-align: left;
}

h3 {	
	width: 100%;
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFF;
	background: url("/images/icon.gif") left 65% no-repeat;
	margin: 40px 0 20px 0;
	/*border-top: 1px solid #444;*/
	padding: 0 0 0 27px;
	clear: both;
}

h4 {	
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	clear: both;
	margin: 0 0 2px 0;
}

.postheading h4 {
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	color: #FFF;
	clear: both;
	margin: 0 0 5px 0;
}

.posttitle h5 {
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	color: #FFF;
	clear: both;
	margin: 0 0 2px 0;
}

.commentcontent h5 {
	font-size: 15px;
	font-weight: normal;
	clear: both;
	margin: 0 0 2px 0;
}

h3 .color {
	color: #FFF;
}

#blogroll h2 {
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	clear: both;
	margin: 0 0 10px 0;
}

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

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

a {
	color: #94C6CF; text-decoration: none;
}

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

a:hover {
	color: #FFF; text-decoration: underline;
}

ul#menu li a {
	color: #FFF;
	display: inline;
	float: left;
	margin: 0 0 0 20px;
}

ul#menu li.current_page_item a,
ul#menu li a:hover {
	color: #94C6CF;
	text-decoration: none;
}

h3 a:visited,
h3 a:hover {
	color: #FFF; text-decoration: none;
}

.facebook-link {
	background: url('/images/facebook.png') left 55% no-repeat;
	padding-left: 26px;
	line-height: 26px;
}

.linkedin-link {
	background: url('/images/linkedin.png') left 55% no-repeat;
	padding-left: 26px;
	line-height: 26px;
}

.twitter {
	background: url('/images/twitter.png') left 55% no-repeat;
	padding-left: 26px;
	line-height: 26px;
}

.rss {
	background: url('/images/rss_icon.png') left 55% no-repeat;
	padding-left: 26px;
	line-height: 26px;
}

.newsletter {
	background: url('/images/newsletter.png') left 55% no-repeat;
	padding-left: 26px;
	line-height: 26px;
}

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

ul,
ol,
li {
	list-style: none; text-indent: 0; padding: 0;
}

ul#menu {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	float: right;
	margin-top: 37px;
}

ul#menu li {
	display: inline;
}

	div#servicemenu ul.servicelist {
		float: left;
		margin-right: 30px;
	}
	
	div#sidebar div#servicemenu ul.servicelist {
		clear: both;
		margin-bottom: 20px;
	}
	
	div#servicemenu ul.servicelist li ul li {
		background: url('/images/listicon.png') left 55% no-repeat;
		padding-left: 30px;
		line-height:24px;
	}
	
	div#blogroll ul {
		width: 980px;
		clear: both;
		text-align: left;
	}
	
	div#blogroll ul li {
		width: 170px;
		float: left;
		margin-right: 20px;
		display: table;
		overflow: hidden;
	}
	
	div#blogroll ul li ul {
		width: 170px;
		float: left;
		display: table;
		overflow: hidden;
	}
	
	div#blogroll ul li ul li {
		background: url('/images/linkicon.png') left 55% no-repeat;
		padding-left: 30px;
		line-height:24px;
		display: table;
	}
	
.postcontent ul {
}

.postcontent ul li {
	background: url('/images/listicon.png') left top no-repeat;
	padding-left: 30px;
	margin-bottom: 24px;
}

/* -------------------------------- Posts -------------------------------- */

#maincontent .postitem {
	width: 500px;
	display: table;
	clear: both;
}

#maincontent .commentitem {
	width: 500px;
	display: table;
	clear: both;
	border-bottom: 1px solid #444;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.timestamp {
	width: 26px;
	float: left;
	text-align: center;
	display: block;
}

	.timestamp .date {
		color: #FFF;
		font-size: 22px;
		line-height: 17px;
		margin: 3px auto 0 auto;
		text-align: center;
	}

	.timestamp .time {
		color: #618F97;
		font-size: 9px;
		margin: 0 auto;
		text-align: center;
	}

.postheading {
	width: 100%;
	display: table;
	clear: both;
	margin-bottom: 20px;
}

.postcontent {
	display: table;
	clear: both;
}

.postcontent p,
.commentcontent p {
	margin-bottom: 20px;
}

.postcontent a.image {
	background: url("/images/bg_transblack.gif");
	border: 1px solid #444;
	display: table;
	padding: 9px;
	margin: 3px 0 20px 0;
	float: left;
}

#maincontent .posttitle,
#maincontent .commentcontent {
	width: 454px;
	float: right;
}

#sidebar .postitem {
	width: 360px;
	display: table;
	clear: both;
	margin-bottom: 20px;
}

#sidebar .posttitle {
	width: 310px;
	float: right;
}

#sidebar .postcontent a.image {
	margin: 3px 20px 20px 0;
}
	
blockquote {
	font-size: 16px;
	color: white;
	clear: both;
	background: url("/images/bg_transblack.gif");
	border: 1px solid #444;
	padding: 20px;
	margin-bottom: 20px;
}

.sociable {
	width: 100%;
	clear: both;
	margin-bottom:10px;
}

.sociable_tagline {
	float: left;
}

.sociable ul li {
	float: left;
	margin-left: 10px;
	display: inline;
	background: none;
	padding-left: 0;
	margin-bottom: 0;
}

/* -------------------------------- Layout -------------------------------- */

div#top-bar {
	display: none;
	/*height: 9px; line-height: 1px; font-size: 1px;
	background: #94C6CF;
	border-bottom: 1px solid #444;*/
}

div#site {
	width: 900px;
	margin: 0 auto;
	padding-bottom: 40px;
	overflow: hidden;
}

div#header {
	width: 900px;
	height: 91px;
	clear: both;
}

div#infobar {
	background: url("/images/bg_transblack.gif");
	border: 1px solid #444;
	padding: 20px;
}

div#infobarempty {
	width: 900px;
	line-height: 0;
	font-size: 0;
	height: 0;
}

div#maincontent {
	width: 500px;
	float: left;
	text-align: left;
	overflow: hidden;
}

	div#featuredwork,
	div#servicemenu,
	div#blog {
		clear: both;
	}
	
	div#featuredwork,
	div#servicemenu {
		width: 550px;
	}
		
	.featureditem {
		background: url("/images/bg_transblack.gif");
		float: left;
		border: 1px solid #444;
		margin: 0 20px 20px 0;
		padding: 9px;
		display: table;
	}
		
	.featureditem img {
		margin-bottom: 2px;
	}
	
	.featureditem .meta {
		font-size: 12px;
	}
	
	.featureditem .meta h4 {
		margin: 0;
	}
			
div#sidebar {
	width: 360px;
	float: right;
	text-align: left;
	overflow: hidden;
}

	div#contactme p {
		margin-bottom: 20px;
	}

div#picturegrid,
div#lastfmrecords {
	width: 370px;
	height: 137px;
}

	div#picturegrid a,
	div#lastfmrecords a {
		float: left;
		display: block;
		margin-bottom: 5px;
		
	}

	div#picturegrid a img,
	div#lastfmrecords a img  {
		width: 66px;
		height: 66px;
		border: 1px solid white;
		float: left;
		margin-right: 5px;
	}

	div#picturegrid a:hover img,
	div#lastfmrecords a:hover img  {
		border: 1px solid #94C6CF;
		text-decoration: none;
	}

div#subcontent,
div#blogroll {
	width: 900px;
	text-align: left;
	clear: both;
	display: table;
	margin-bottom: 40px;
}

div#footer {
	background: url("/images/bg_transblack.png");
	text-align: left;
	border: 1px solid #444;
	clear: both;
	display: table;
	margin: 40px 0;
	padding: 20px;
}