/*  
Theme Name: LifeTheme
Theme URI: http://www.kristofferlidman.se
Description: 
Version: 1.0
Author: Kristoffer Lidman / iDenta Labs
Author URI: http://identa.se/
*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	background: #555 url(images/bg-2.png);
	color: #666;
	margin: 0px;
	padding: 0px;
}
a  {
	color: #5ba4d2;
	border: none;
	text-decoration: none;
	outline: none;
}
a.white {
	color: #fff;
}
a:hover {
	color: #666;
}
p {
	margin: 0 0 15px 0;
}
img  {
	border: none;
}
h1, h2, h3, h4, h5  {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h1, h2 {
	font-size: 24px;
	padding: 2px 0 0 0;
	margin: 0 0 10px 0;
}
.frontpage {
	display:block;
	width:254px;
	height:80px;
	border: none;
	float: left;
	margin: 0;
	padding: 0;
	text-indent:-9009px;
}
.frontpage a {
	display:block;
	outline:none;
	width:100%;
	height:100%;
	padding: 0;
	margin: 0;
	border: none;
}
.alignleft  {
	float: left;
}
.alignright  {
	float: right;
}
#top {
	width: 100%;
	height: 100px;
	margin: 0px auto;
	background: url(images/bg_top.gif) repeat-x;
}
#top_wrapper {
	width: 790px;
	margin: 0px auto;
}
#wrapper  {
	width: 790px;
	margin: 20px auto 0px auto;
	overflow: hidden;
}
#logo {
	width: 254px;
	height: 84px;
	float: left;
	background: url(images/logo.png) no-repeat;
}
#menu {
	width: 460px;
	height: 40px;
	margin: 10px 0 0 0;
	float: right;
	position: relative;
	display: inline;
}
.button {
	width: 40px;
	height: 41px;
	float: right;
	margin: 0 0 0 10px;
	cursor: pointer;
}
.button.contact {
	background: url(images/button_contact.png) no-repeat;
}
.button.about {
	background: url(images/button_about.png) no-repeat;
}
.button.about:hover, .button.about.active {
	background: url(images/button_about-hover.png) no-repeat;
}
/*------- Dropdown -------*/
#morestuff {
	display: none;
	position: absolute;
	z-index: 999;
	width: 500px;
	top: 44px;
	right: -98px;
	font-size: 12px;
	line-height: 1.5em;
}
#morestuff .content {
	width: 500px;
	padding-top: 16px;
	float: left;
	background: url(images/point.png) no-repeat 365px 0;
}
#morestuff .inner-content {
	background: url(images/top_box.png) no-repeat top center;
	padding: 10px 11px 0px 11px;
	color: #999;
	float: left;
}
#morestuff .inner-content hr {
	height: 2px;
	margin: 10px 0 0 0;
	padding: 0;
	background: #d4d4d4;
	border: none;
	border-bottom: 1px solid #f4f4f4;
}
#morestuff .inner-content .network {
	width: 224px;
	height: 40px;
	padding: 6px 0 0 10px;
	float: left;
	background: url(images/network.png) no-repeat;
	margin: 10px 10px 0 0;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 0 1px 0 #fff;
}
#morestuff .inner-content .network .icon {
	width: 41px;
	height: 33px;
	float: left;
	margin: 2px 0 0 0;
}
#morestuff .inner-content .network em {
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
}
#morestuff .inner-content .network.right {
	float: right;
	margin: 10px 0 0 0;
}
#morestuff .bottom-content {
	width: 500px;
	height: 20px;
	float: left;
	background: url(images/top_box.png) no-repeat bottom center;
}
#content {
	width: 790px;
	float: left;
	margin: 0;
}
/*-------- Hub -------*/
#pitch {
	width: 790px;
	float: left;
	background: url(images/pitch.png) no-repeat center bottom;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	font-size: 24px;
	color: #fff;
	line-height: 1.4em;
	text-shadow: 0 2px 1px #000;
}
#pitch p {
	margin: 0;
}
#pitch strong {
	border-bottom: 1px dotted #666;
}
#pitch em {	
	color: #fff;
	font-style: normal;
}
#pitch a {	
	color: #9ac5d2;
}
#pitch a:hover {	
	color: #888;
}
#projects {
	width: 790px;
	float: left;
}
.project {
	width: 250px;
	height: 151px;
	float: left;
	margin: 0 20px 20px 0;
	background: url(images/project_bg.png) no-repeat;
}
.project.right {
	float: right;
	margin: 0 0 20px 0;
}
/*------ Blogg -------*/
.post {
	width: 790px;
	float: left;
	margin: 0 0 30px 0;
}
.post_left {
	width: 620px;
	float: left;
}
.post_left .post_type {
	width: 40px;
	height: 44px;
	margin: 0;
	float: left;
}
.post_left .post_content {
	width: 560px;
	float: right;
}
.post_left .this_post_content {
	width: 510px;
	padding: 15px 15px 0 35px;
	margin: 0;
	float: left;
}
.post_left .this_post_content ul {
	margin: 0 0 20px 20px;
}
.post_left .this_post_bott {
	width: 560px;
	height: 15px;
	margin: 0;
	float: left;
}
/*---------- Olika post-typer -----------*/
/* Post */
.post_left .this_post_content.post {
	width: 560px;
	padding: 0;
	background: none;
}
.post_left .this_post_content.post .post_top {
	float: left;
	width: 510px;
	padding: 10px 15px 0 35px;
	background: url(images/post_post.png) no-repeat left top;
}
.post_left .this_post_content.post .post_content {
	float: left;
	padding: 0 15px 0 35px;
	width: 510px;
	background: url(images/post_post_bg.png) repeat-y;
}
.post_left .this_post_content.post h2, .post_left .this_post_content.post h1 {
	padding: 5px 0 7px 0;
	border-bottom: 1px dotted #ccc;
}
/* Link */
.post_left .this_post_content.link {
	padding: 10px 15px 0 35px;
	color: #fff;
	text-shadow: 0 2px 1px #000;
	background: url(images/post_link.png) no-repeat;
}
.post_left .this_post_content.link p {
	margin: 0;
}
.post_left .this_post_content.link h2, .post_left .this_post_content.link h1 {
	margin: 0 0 15px 0;
}
/* Quote */
.post_left .this_post_content.quote {
	font-family: Georgia, Arial;
	width: 525px;
	padding: 0px 15px 0 20px;
	color: #fff;
	font-size: 26px;
	text-shadow: 0 2px 1px #000;
}
.post_left .this_post_content.quote blockquote {
	padding: 0 0 0 17px;
	margin: 0 0 15px 0;
	background: url(images/line_vert.png) repeat-y;
	line-height: 1.3em;
}
/* Image */
.post_left .this_post_content.image {
	padding: 19px 15px 0 35px;
	background: url(images/post_image.png) no-repeat;
}
.post_left .this_post_content.image .img_box {
	padding: 14px 10px 0 10px;
	position: relative;
	width: 490px;
	float: left;
	background: #fff;
	font-size: 16px;
	color: #666;
	text-shadow: none;
	border-bottom: 2px solid #000;
}
.post_left .this_post_content.image .image_overlay {
	width: 514px;
	height: 25px;
	position: absolute;
	top: -5px;
	right: -2px;
	z-index: 99;
	background: url(images/image_overlay.png) no-repeat top center;
}
/* Video */
.post_left .this_post_content.video {
	padding: 10px 15px 0 35px;
	color: #fff;
	text-shadow: 0 2px 1px #000;
	background: url(images/post_video.png) no-repeat;
}
/*-------- Olika postbott-typer --------*/
.post_left .this_post_bott.post {
	height: 16px;
	background: url(images/post_post.png) no-repeat center bottom;
}
.post_left .this_post_bott.link {
	background: url(images/post_link.png) no-repeat center bottom;
}
.post_left .this_post_bott.image {
	background: url(images/post_image.png) no-repeat center bottom;
}
.post_left .this_post_bott.video {
	background: url(images/post_video.png) no-repeat center bottom;
}
.by {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	width: 500px;
	margin: 0;
	float: left;
}
.more-link {
	float: right;
	width: 80px;
	height: 25px;
	padding: 5px 0 0 0;
	background: #eee url(images/read-more.gif) no-repeat;
	text-indent: -9999px;
}
.more-link:hover {
	background: #eee url(images/read-more_hover.gif) no-repeat;
}
/*-- Postmeta --*/	
.post_right {	
	width: 150px;
	float: right;
	font-size: 11px;
	text-shadow: 0 2px 0px #000;
	color: #ccc;
	font-weight: bold;
}
.post_right a {
}
.post_right ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 20px 0;
}
.post_right ul li {
	margin: 0 0 3px 0;
	padding: 0 0 0 24px;
}
.post_right ul li.date {
	background: url(images/icon_date.png) no-repeat -1px 3px;
}
.post_right ul li.com {
	background: url(images/icon_com.png) no-repeat 0px 3px;
}
.post_right ul li.tag {
	background: url(images/icon_tag.png) no-repeat -1px 3px;
}
.post_right ul.meta-tags {
	width: 150px;
	float: left;
}
.post_right ul.meta-tags li {
	font-size: 12px;
	display: inline;
	float: left;
	padding: 0;
	margin: 0 3px 3px 0;
	font-family: "Lucida Grande", "Lucida Sans", Lucida, Verdana, sans-serif;
}
.post_right ul.meta-tags li a {
	text-decoration: none;
	color: #999;
	padding: 2px 5px 3px 5px;
	background-color: #222;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-weight: normal;
}
.post_right ul.meta-tags li a:hover,
.post_right ul.meta-tags li a:focus {
	color: #ccc;
	background-color: #111;
	text-shadow: #000 0 1px 1px;
}
.post_right ul.meta-tags li a:active {
	color: #fff;
	background-color: #000;
}

/*---- Page ----*/
.page {
	color: #fff;
	text-shadow: 0 2px 0 #000;
}
.page h1 {
	color: #fff;
	text-shadow: 0 2px 1px #000;
	font-size: 34px;
	font-weight: bold;
	margin: 0 0 20px 0;
}
/*----- Form -----*/
.form_box {
	width: 520px;
	float: left;
	margin: 30px 0 0 0;
}
.form_container {
	width: 520px;
	float: left;
	margin: 0 0 20px 0;
}
.form_label {
	width: 120px;
	float: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2em;
}
.form_label em {
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #B4BEC8;
}
.form_field {
	width: 375px;
	float: right;
}
.form_field input {
	height: 32px;
	width: 275px;
	padding: 0 0 0 10px;
	border: none;
	background: url(images/contact_text.png) no-repeat;
	color: #B4BEC8;
	font-size: 16px;
	text-shadow: 0 1px 0 #000;
}
.form_container #msg {
	width: 355px;
	height: 180px;
	padding: 10px;
	border: none;
	background: url(images/contact_textarea.png) no-repeat;
	color: #B4BEC8;
	text-shadow: 0 1px 0 #000;
}
.form_container #submit {
	float: right;
	width: 100px;
	height: 32px;
	color: #333;
	padding: 0 0 2px 0;
	background: url(images/contact_submit.png) no-repeat;
	font-weight: bold;
	cursor: pointer;
	border: none;
}
/*----- Kommentarer ------*/
#comments {
	width: 540px;
	float: left;
	margin: 20px 0 20px 80px;
	text-shadow: 0 1px 1px #000;
	display: inline;
}
#comments h2, #comments h3 {
	margin: 0 0 15px 0;
	color: #fff;
	font-size: 20px;
	text-shadow: 0 2px 1px #000;
}
#comments label {
	margin: 0 0 0 5px;
}
#submit {
	width: 120px;
	height: 35px;
	float: right;
}
.comment {
	width: 540px;
	float: left;
	padding: 10px 0 0 0;
	margin: 0 0 20px 0;
}
.comment_user {
	width: 70px;
	float: left;
	text-align: center;
}
.comment_avatar {
	width: 54px;
	height: 55px;
	float: left;
	padding: 8px;
	background: url(images/avatar_bg.png) no-repeat;
	margin: 0 0 5px 0;
}
.comment_content {
	width: 440px;
	float: right;
	color: #fff;
	font-size: 12px;
}
.comment_meta {	
	width: 440px;
	height: 25px;
	padding: 0;
	line-height: 1em;
	color: #777;
	font-size: 14px;
	font-weight: bold;
}
.comment_meta em {
	color: #999;
	margin: 0 5px;
	font-family: Georgia, Arial;
}
#comments form input {
	height: 32px;
	width: 275px;
	padding: 0 0 0 10px;
	border: none;
	background: url(images/contact_text.png) no-repeat;
	color: #B4BEC8;
	font-size: 16px;
	text-shadow: 0 1px 0 #000;
}
#comments form #comment {
	width: 520px;
	height: 141px;
	padding: 10px;
	border: none;
	background: url(images/comment_textarea.png) no-repeat;
	color: #B4BEC8;
	text-shadow: 0 1px 0 #000;
}
#comments form #submit {
	float: right;
	width: 100px;
	height: 32px;
	font-size: 14px;
	text-shadow: none;
	color: #333;
	padding: 0 0 2px 0;
	background: url(images/contact_submit.png) no-repeat;
	font-weight: bold;
	cursor: pointer;
	border: none;
}
/*------ Navigation -----*/
.navigation {
	width: 620px;
	float: left;
	margin: 0 0 20px 0;
	text-shadow: 0 2px 1px #000;
}
.navigation .alignleft a {
	width: 120px;
	height: 26px;
	float: left;
	padding: 5px 10px 0 0;
	text-align: right;
	background: url(images/navi_left.png) no-repeat;
}
.navigation .alignright a {
	width: 120px;
	height: 26px;
	float: right;
	padding: 5px 0 0 10px;
	text-align: left;
	background: url(images/navi_right.png) no-repeat;
}
/*---- Footer ----*/
#footer {
	width: 100%;
	color: #7D8285;
	text-shadow: 0 2px 0 #000;
	margin: 0px auto 20px auto;
	padding: 0;
	overflow: hidden;
}
#footer_container {
	width: 790px;
	margin: 0px auto;
	padding: 10px 0 0 0;
	background: url(images/footer.png) no-repeat center top;
}
#footer_container span {
	color: #1D1F21;
	font-weight: bold;
	font-size: 16px;
	text-shadow: 0 1px 0 #3F4246;
}
