/*
Theme Name: Mediascreen2
Theme URI: http://mediascreen.se/
Description: Experimental theme for mediascreen.se
Version: 0.1
Author: Marcus Anderssonq
Tags: wide, black
*/

/* CSS-reset */
html, body, div, span, h1, h2, h3, h4, p, form, fieldset, ol, ul, li, dl, dt, dd, img, a, blockquote {
	margin:0;
	padding:0;
	border:none;
}
a:focus {
	outline:none;
}
body {
	font-size:13px;
	line-height:1.5;
	font-family:helvetica, verdana, Helvetica, sans-serif;
	background: #333 url(images/bg-diag-stripes.png) repeat fixed;
}
table td {
	font-size:12px;
}
#wrapper {
	width:950px;
	padding:0 0px;
	margin:10px auto;
	overflow:hidden;
}
#header {
	background: transparent url(images/bg_top.png) no-repeat top center;
	height:60px;
	padding-top:15px;
	position:relative;
}
#puff {
	position:relative;
	background: transparent url(images/bg_puff.png) no-repeat top center;
	height:160px;
}
#slide-wrapper {
	position:absolute;
	top:24px;
	right:45px;
	width:308px;
	height:100px;
	border: solid #FFF 6px;
	overflow:hidden;
	background-color:#FFF;
}
#slide-projects ul {
	margin:0;
	padding:0;
	list-style:none;
}
#slide-projects li {
	margin-right:6px;
	padding:0;
	list-style:none;
	position:relative;
}
#slide-projects img {
	margin:0;
}
#slide-wrapper a span {
	display:none;
	position:absolute;
	bottom:0;
	left:0;
}
#slide-wrapper a:hover span {
	display:block;
   background: rgb(255, 255, 255); 
   background: rgba(255, 255, 255, 0.7);
	color:#000;
	font-weight:normal;
	width:300px;
	padding:2px 7px 4px 7px;
}

#toptext {
	font-family:helvetica, arial, Georgia, "Times New Roman", Times, serif;
	font-size:16.5px;
	line-height:1.4;
	font-weight:normal;
	width:510px;
	color:#E9F0F4;
	padding-left:45px;
	padding-top:18px;
}

#toptext a {
	color:#E9F0F4;
	text-decoration:none;
	border-bottom:dotted #E9F0F4 1px;
}
#toptext a:hover {
	border-bottom:solid #E9F0F4 1px;
}

/* Main navigation */
#header ul {
	list-style:none;
	margin:0px 48px 0 0;
	overflow:hidden;
	float:right;
}
#header li {
	float:left;
	margin-left:8px;
}
#header ul a {
	color:#EEE;
	display:inline-block;
	padding:10px 6px 4px 6px;
	font-weight:bold;
	text-transform:uppercase;
	font-family: Helvetica, sans-serif;
	font-size:12px;
}
.startpage #nav-startpage a,
.blog #nav-blog a,
.webbutveckling #nav-webbutveckling a,
.egna-webbprojekt #nav-egna-webbprojekt a,
.om-marcus-andersson #nav-om-marcus-andersson a,
#header ul a:hover {
	background-color:rgb(200, 200, 200);
	background-color:rgba(255, 255, 255, 0.2);
	color:#FFF;
}
/* END navigation */



#header #logo {
	position:absolute;
	top:30px;
	left:45px;
	height:26px;
	width:214px;
	text-indent:-999em;
	background: transparent url(images/logo.png) no-repeat center;
}

#mainbody1 {
	background: transparent url(images/bg_middle.png) repeat-y top center;
}
#mainbody2 {
	margin:0 15px 0 15px;
	padding:30px 30px 10px 30px;
	background: #FFF url(images/bg_middle_top.png) repeat-x top center;
	overflow:hidden;
}
#content {
	float:left;
	width:510px;
	padding:0;
}
#sidebar {
	float:right;
	width:320px;
}

#footer {
	clear:both;
	padding:11px 45px 24px 45px;
	height:56px;
	background: transparent url(images/bg_bottom.png) no-repeat bottom center;
	font-size:11px;
}



.wp-pagenavi {
	text-align:center;
	font-size:12px;
}


#projects {
	padding-bottom:5px;
}

#projects img {
	border-color:#F0EFE8 #D1C9B3 #D1C9B3 #F0EFE8;
	border-style:solid;
	border-width:1px;
	padding:3px;
	margin-bottom:5px;
	height:100px;
	width:314px;
}
#projects div {
	position:relative;
}
#projects div span {
	position:absolute;
	top:4px;
	left:4px;
	height:88px;
	width:292px;
	padding:5px 10px;
	background-color:#FFFFFF;
	display:none;
	border:solid #F0EFE8 1px;
	cursor:pointer;
}

#projects div a {
	color:#333;
	font-style:italic;
	line-height:1.4;
	font-size:12px;
	font-family:arial, trebuchet MS, calibri;
}
#projects div a:hover {
	color:#000;
}
#projects div a strong {
}
#about {
	padding:12px;
	background-color:#2B2B2B;
	color:#FFFFFF;
	overflow:hidden;
}
#about ul {
	padding:0;
	margin:-8px 0 0 0;
}
#about li {
	list-style:none;
	padding:0;
	margin:0;
	width:97px;
	float:left;
}
#about a {
	padding-left:22px;
	display:block;
	line-height:22px;
	height:22px;
	color:#FFFFFF;
}
#about a:hover {
	color:#BBB;
}
#delicious {
	background: transparent url(images/icons/delicious_16.png) no-repeat left center;
}
#twitter {
	background: transparent url(images/icons/twitter_16.png) no-repeat left center;
}
#linkedin {
	background: transparent url(images/icons/linkedin_16.png) no-repeat left center;
}
#lastfm {
	background: transparent url(images/icons/lastfm_16.png) no-repeat left center;
}
#facebook {
	background: transparent url(images/icons/facebook_16.png) no-repeat left center;
}
#librarything {
	background: transparent url(images/icons/librarything.png) no-repeat left center;
}

#sidebar h2 {
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	padding-bottom:4px;
}
#tagcloud {
	background:#2b2b2b;
	padding:12px 16px;
	border-bottom:solid #FFF 10px;
	text-align:justify;
	line-height:1.3;
}
#tagcloud a {
	color:#FFF;
}
#tagcloud a:hover {
	text-decoration:underline;
}
#find {
	padding:12px 16px;
	border-bottom:solid #FFF 10px;
	background:#2b2b2b;
}
#find form {
	padding-bottom:10px;
}
#find input {
	width:40px;
}
#find input#s {
	width:240px;
}
#find select {
	width:290px;
}


#delicious-feed {
	padding:12px;
	background-color:#EEE;
	color:#333;
	overflow:hidden;
	margin-bottom:12px;
	font-size:11px;
	border:solid #DDD 1px;
	line-height:1.3;
}
#delicious-feed h3 {
	font-size:11px;
	font-weight:bold;
	line-height:1.3;
	padding-bottom:.1em;
}
#delicious-feed a {

}
#delicious-feed a:hover {

}
/* Grundstyling */
p {
	margin-bottom:.8em;
}
a {
	color:#1C72A5;
	text-decoration:none;
}
ol, ul {
	margin-left:1.5em;
}
li {
	margin-bottom:.6em;
}
pre {
	overflow:scroll;
}
form {
	width:460px;
}
textarea {
	width:460px;
}

blockquote {
	font-style:italic;
	margin:0 4em 0 1.5em;
	font-size:85%;
}



#sidebar ul, #sidebar ol {
	list-style:none;
}

/* Sidstyling */
div.entry {
	overflow:hidden;
}
h2#comments {
	margin-bottom:12px;
	font-size:14px;
	font-weight:bold;
}
#commentlist {
	margin:0;
	padding:0;
	list-style:none;
}
#commentlist li {
	background-color:#eee;
	padding:12px 12px 2px 12px;
	margin-bottom:12px;
}
#commentlist li cite {
	position:relative;
	left:-12px;
	padding-left:12px;
	text-transform:uppercase;
	display:block;
	font-style:normal;
	font-size:11px;
	background:url(images/bg-comment.png) no-repeat -1px 0px;
}
#commentlist li.author {
	background-color:#1C72A5;
	color:#FFF;
}
#commentlist li.author a {
	text-decoration:underline;
	color:#FFF;
}
div.alignright {
	float:right;
	margin: 0 0 12px 10px;
}
.wp-caption-text {
	font-size:10px;
	font-style:italic;
	text-align:center;
}

/* Postlistestyling */
.post {
	padding-bottom:1.2em;
	margin-bottom:1.2em;
	border-bottom:solid #DDD 2px;
}
.storycontent {
	overflow:hidden;
}
.storycontent img {
	margin-top:2em;
}
.storycontent img.thumbnail {
	float:left;
	margin:4px 10px 8px 0;
	padding:3px;
	background-color:#f0f0f0;
	border:solid #DDD 1px;
}
h1 {
	font-family:helvetica, arial;
	font-size:1.8em;
	font-weight:normal;
	padding-bottom:0em;
	line-height:1.1;
}
h2 {
	font-family:helvetica, arial;
	font-size:1.5em;
	font-weight:normal;
	padding-bottom:0em;
	line-height:1.1;
}
h2.storytitle {
	font-family:helvetica, arial;
	font-size:1.3em;
	font-weight:bold;
	padding-bottom:1px;
	line-height:1.1;
}
h3 {
	font-family:helvetica, arial;
	font-size:1.2em;
	font-weight:normal;
	padding-bottom:0em;
	line-height:1.1;
}
.meta {
	text-transform:uppercase;
	font-size:.8em;
	padding-bottom:.5em;
	margin-top:0em;
}

/* Arkiv */
#archive {
	margin-top:2em;
	border-collapse:collapse;
	width:100%;
}
#archive td {
	padding:5px 5px;
}
#archive tr:hover td, #archive tr:hover a {
	background-color:#1C72A5;;
	color:#FFF;
}
#archive td.date {
	text-align:right;
	text-transform:uppercase;
	padding:5px 10px 5px 5px;
}
.odd td {
	background-color:#FFF;
}

#upgrade {
	background-color:#FFFF00;
	color:#000000;
	border-bottom:solid #FFCC00 1px;
	padding:4px 20px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
#upgrade a {
	color:#FF0000;
}

/* Diverse */
.about {
	border:none;
}
.alignleft {
	float:left;
	margin:6px 16px 6px 0;
}
img.border {
	border:solid #CCC 1px;
	background-color:#FFF;
	padding:2px;
}

/* Specialformat */
.egna-webbprojekt h1 {
	margin-bottom:.8em;
}
.egna-webbprojekt .entry img {
	background-color:#EEE;
	border:solid #DDD 1px;
	padding:3px;
	width:502px;
	height:140px;
	margin-top:6px;
}