/* 
Theme Name: svalas.net
Theme URL: http://www.svalas.net/
Description: Whiteboard anpassat f&ouml;r svalas.net.
Author: Brian Purkiss (grundkod), Andreas Sval&aring;s (design/layout)
Author URI: http://www.svalas.net
Version: 1.0
*/

/*  The following CSS Reset was written by Dejan Cancarevic
http://stylizedweb.com/2008/02/14/10-best-css-hacks/         */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
{margin:0;padding:0;}

/* typography.css */
html {font-size:1em;}
body {font-size:.75em;color:#000;background: rgb(233,233,233) url("images/drake.gif") no-repeat top center;background-attachment: fixed;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#cc3333;text-decoration:underline;}
a, a:visited {color:#cc3333;text-decoration:none;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0;}
ul, ol {margin:0 1.5em 1.5em 0;padding-left:3.333em;}
ul {list-style-type:square;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input[type=text], input[type=password], input.text, input.title, textarea, select {background-color:#fff;border:1px solid #bbb;}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {border-color:#666;}
input[type=text], input[type=password], input.text, input.title, textarea, select {margin:0.5em 0;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {position:relative;top:.25em;}
form.inline {line-height:3;}
form.inline p {margin-bottom:0;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

/*
Here is a list of all the <DIV>s in Whiteboard.
*/

#container {
	width: 1000px;
	padding: 0 10px 0 10px;
	margin: 0 auto;
	}

#header {
//	-moz-border-radius: 0 0 5px 5px;
//	-webkit-border-radius: 0 0 5px 5px;
	
	}

	#header {
		}
#topTitle {
	padding-top: 30px;
	color: rgb(178,178,178);
	}
	#topTitle h1, #topTitle h1 a, #topTitle h1 a:visited {
		font-size: 12px;
		color: #cc3333;
		text-decoration: none;
		padding: 0;
		margin: 0 0 0 -5px;
		background: url("logo.gif") 0 0 no-repeat;
		width: 477px;
		height: 116px;
		text-indent:-9999px;
		display: block;
		}
	#topTitle h1 a:hover {
		color: #fff;
		background: url("logo.gif") 0 -116px no-repeat;
		}
	#topTitle p {
		text-indent:-9999px;
		display: none;
		}
#content {
	width: 670px;
	float: left;
	}
.post {
	background: rgb(255,255,255);
	padding: 19px 19px 1px 20px;
//	border: 1px solid rgb(209,209,209);
//	border: 1px solid rgba(0,0,0,.1);
	border-left: 130px solid #d1d1d1;
	border-left: 130px solid rgba(0,0,0,.2);
	border-right: 1px solid rgb(209,209,209);
	border-right: 1px solid rgba(0,0,0,.1);
	border-top: 1px solid rgb(209,209,209);
	border-top: 1px solid rgba(0,0,0,.1);
	border-bottom: 1px solid rgb(209,209,209);
	border-bottom: 1px solid rgba(0,0,0,.1);
	margin-bottom: 20px;
//	-moz-border-radius: 5px;
//	-webkit-border-radius: 5px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#d1d1d1', Direction=135, Strength=2);zoom:1;
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,.2);
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,.2);
	box-shadow: 2px 2px 5px rgba(0,0,0,.2);
//	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #000000), to(#EEEEEE));  
//	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #EEEEEE 25px); 
	}
	
	.post small {
		font-size: .8em;
		}
	
	.post h2, .post h2 a, .post h2 a:visited {
		color: #000;
		margin: -3px 0 5px 0;
	//	margin-left: 130px;
	//	position: relative;
	//	padding-left: 130px;
	//	font-size: 1.5em;
	//	font-style: italic;
		font-size: 1.5em;
	//	letter-spacing: 1px;
	//	font-weight: lighter;
		text-align: left;
	//	text-shadow: 0 0 2px rgba(0,0,0,.3);
		text-decoration: none;
		}
	.post p {
		line-height:1.7em;
		font-size:1em;
		}
	.post li {
		line-height:1.7em;
		font-size:1em;
		}

	.post h2 a:hover {
		text-decoration: underline;
		}
	.post img {
		max-width: 500px;
		}
	.frame {
		padding:5px;
		background: #fff;
		border: 1px solid rgb(229,229,229); /* Fallback */
		border: 1px solid rgba(0,0,0,.1);
		filter: progid:DXImageTransform.Microsoft.Shadow(color='#eeeeee', Direction=135, Strength=3);
		zoom:1;
		-moz-box-shadow: 2px 2px 4px rgba(0,0,0,.2);
		-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,.2);
		box-shadow: 2px 2px 4px rgba(0,0,0,.2);
		max-width: 488px !important;
		}
	.attachment-thumbnail {
		padding:5px;
		height: 140px;
		width: 140px;
		background: #fff;
		border: 1px solid rgb(229,229,229) !important; /* Fallback */
		border: 1px solid rgba(0,0,0,.1) !important;
		filter: progid:DXImageTransform.Microsoft.Shadow(color='#eeeeee', Direction=135, Strength=3);
		zoom:1;
		-moz-box-shadow: 2px 2px 4px rgba(0,0,0,.2);
		-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,.2);
		box-shadow: 2px 2px 4px rgba(0,0,0,.2);
		margin: 0 auto;
		}

.postmeta{
	width: 500px;
//	height: 30px;
	border-top: 1px dotted #cc3333;
	border-bottom: 1px dotted #cc3333;
	margin-bottom: 20px;
	display: block;
	padding: 5px 0 5px 0;
	font-size: 1em;
	}
	.metapostdate {
		width: 120px;
		display:block;
		margin:-6px 0 -1px -150px;
		padding: 5px 0 5px 10px;
		border-top: 1px solid #d14747;
		border-bottom: 1px solid #b82e2e;
		float: left;
		background: #cc3333;
		color: #fff;
		-moz-box-shadow: 1px 1px 3px rgba(0,0,0,.2);
		}
	.metatext {
		margin-right: 20px;
		float: left;
		display: block;
		border-right: 1px solid #fff;
		}
	.metacomments {
		float: right;
		display: block;
		}
.postmeta a, .postmeta a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	}
.postmeta a:hover {
	color: #000;
	text-decoration: underline;
	}
.socialmedia {
	border-top: 1px dotted #cc3333;
	padding: 5px 0 18px 0;
	margin-top: 20px;
	}
.postnavigation{}
#searchform{}
#sidebar {
//	width: 260px;
	width: 270px;
	margin-left: 20px;
	line-height: 1.7em;
	padding: 19px 19px 0 19px;
	border: 1px solid rgb(209,209,209);
	border: 1px solid rgba(0,0,0,.1);
	background: rgb(255,255,255);
	background: rgba(255,255,255,.7);
	filter: alpha(opacity = 70)
	progid:DXImageTransform.Microsoft.Shadow(color='#cccccc', Direction=135, Strength=6);
	zoom:1;
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,.2);
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,.2);
	box-shadow: 2px 2px 5px rgba(0,0,0,.2);
	float: left;
	color: #5a5a5a;
	color: rgba(0,0,0,.6);
	}
	#sidebar h2 {
		font-size: 1.5em;
		border-bottom: 1px dotted #5a5a5a;
		border-bottom: 1px dotted rgba(0,0,0,.6);
		padding-bottom: 5px;
		margin-bottom: 5px;
		display: block;
		color: rgb(99,99,99);
		color: rgba(0,0,0,.6);
		}
#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
#sidebar li {
	}
#sidebar ul li {
	margin: 0 0 19px 0;
	padding: 0;
	}
#sidebar ul ul li {
	margin-bottom: 3px;
	list-style-type:square;
	margin-left: 1.2em;
	padding: 0;
	}
#sidebar ul ul ul li {attributes}
#sidebar img {max-width: 270px;}
#pagenav {attributes}
#pagenav ul {attributes}
#pagenav ul li {attributes}

#footer {
	background: #000;
	background: rgba(0,0,0,.7);
	color: #fff;
	border: 1px solid #000;
	border: 1px solid rgba(0,0,0,.1);
	padding: 19px 19px 0 19px;
	margin: 20px 0 0 20px;
	display: block;
	width: 270px;
	float: left;
	filter: alpha(opacity = 70)
	progid:DXImageTransform.Microsoft.Shadow(color='#cccccc', Direction=135, Strength=6);
	zoom:1;
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,.2);
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,.2);
	box-shadow: 2px 2px 5px rgba(0,0,0,.2);
	}

	#footer p {
		margin-bottom: 19px;
		line-height: 1.7em;
		}
	#footer p a {
		color: #ccc;
		}

#comments
.comments_navigation{}
.comments_navigation{}
.comments_reply{}
.comments_text{}
#comments_list {
	list-style: none;
	margin: 0;
	padding: 0;
	}
.comment{
	background: rgb(255,255,255);
	padding: 19px 19px 19px 20px;
	border-left: 130px solid #d1d1d1;
	border-left: 130px solid rgba(0,0,0,.2);
	border-right: 1px solid rgb(209,209,209);
	border-right: 1px solid rgba(0,0,0,.1);
	border-top: 1px solid rgb(209,209,209);
	border-top: 1px solid rgba(0,0,0,.1);
	border-bottom: 1px solid rgb(209,209,209);
	border-bottom: 1px solid rgba(0,0,0,.1);
	margin-bottom: 20px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#d1d1d1', Direction=135, Strength=2);zoom:1;
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,.2);
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,.2);
	box-shadow: 2px 2px 5px rgba(0,0,0,.2);
	overflow: visible;
	display:block;
	line-height: 1.7em;
}
.comments_meta{
	width: 110px;
	margin: 0 0 0 -150px;
	padding: 0 10px 0 10px;
	text-align: center;
	float: left;
	color: #5a5a5a;
	font-weight: bold;
	}
	.comments_meta img{
		padding:5px;
		background: #fff;
		border: 1px solid #5b5b5b; /* Fallback */
		border: 1px solid rgba(0,0,0,.1);
		-moz-box-shadow: 2px 2px 4px rgba(0,0,0,.2);
		-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,.2);
		box-shadow: 2px 2px 4px rgba(0,0,0,.2);
		display: block;
		margin: 0 auto 10px auto;
		}
	.comments_meta p{
		margin: 0; 
		}

.update {
	background: #000;
	background:rgba(0,0,0,.7);
	filter: alpha(opacity = 70)
	progid:DXImageTransform.Microsoft.Shadow(color='#cccccc', Direction=135, Strength=6);
	zoom:1;
	color: #fff;
	padding: 10px;
	}
	.update p {
		padding:0;
		margin: 0;
		}
	.update h3 {
		color: #fff;
		font-size: 1em;
		font-weight: bold;
		display: block;
		border-bottom: 1px dotted #fff;
		padding:0 0 10px 0;
		margin-bottom: 10px;
		}
.arrow {
	font-family: verdana,"Helvetica Neue",arial;
	}
.older, .older:visited {
	float:left;
	font-weight: bold;
	font-size:1.6em;
	letter-spacing: 1px;
	text-decoration: none;
	padding:10px;
	color:#fff;
	background:#cc3333;
	margin-bottom: 20px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#d1d1d1', Direction=135, Strength=2);zoom:1;
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,.2);
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,.2);
	box-shadow: 2px 2px 5px rgba(0,0,0,.2);
	}
.older:hover {
	background: #d1d1d1;
	background: rgba(0,0,0,.2);
	text-decoration: none;
	}
.newer, .never:visited {
	float:right;
	font-weight: bold;
	font-size:1.6em;
	letter-spacing: 1px;
	text-decoration: none;
	padding:10px;
	color:#fff;
	background:#cc3333;
	margin-bottom: 20px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#d1d1d1', Direction=135, Strength=2);zoom:1;
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,.2);
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,.2);
	box-shadow: 2px 2px 5px rgba(0,0,0,.2);
	}
.newer:hover {
	background: #d1d1d1;
	background: rgba(0,0,0,.2);
	text-decoration: none;
	}

#topNav {
	}
#topNav ul {
	margin:0;
	padding: 0;
	}
#topNav li {
	float: left;
	list-style: none;
	margin:10px 10px 20px 0;
}
#topNav a, #topnav a:visited {
	padding: 5px;
	color: #fff;
	font-weight: bold;
	font-decoration: none;
	background: #BABABA;
	background: rgba(233,233,233,1);
	color: #E9E9E9;
	color: rgba(186,186,186,1);
	letter-spacing: 1px;
	text-decoration: none;
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,.2);
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,.2);
	box-shadow: 2px 2px 5px rgba(0,0,0,.2);
	}
#topNav a:hover {
	padding: 5px 4px 4px 5px;
	color: #fff;
	font-weight: bold;
	font-decoration: none;
	background: #cc3333;
	border-bottom: 1px solid #b82e2e;
	border-right: 1px solid #b82e2e;
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,.2);
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,.2);
	box-shadow: 2px 2px 5px rgba(0,0,0,.2);
	color: #fff;
	letter-spacing: 1px;
	text-decoration: none;
	}
.pagetitle{
	background: #000;
	background: rgba(0,0,0,.7);
	color: #fff;
	border: 1px solid #000;
	border: 1px solid rgba(0,0,0,.1);
	padding: 19px;
	display: block;
	filter: alpha(opacity = 70)
	progid:DXImageTransform.Microsoft.Shadow(color='#cccccc', Direction=135, Strength=6);
	zoom:1;
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,.2);
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,.2);
	box-shadow: 2px 2px 5px rgba(0,0,0,.2);
	}
	.pagetitle a {
	color: #fff;
	}
.page {
	background: rgb(255,255,255);
	padding: 19px 19px 1px 19px;
	border: 1px solid #d1d1d1;
	border: 1px solid rgba(0,0,0,.2);
	margin-bottom: 20px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#d1d1d1', Direction=135, Strength=2);zoom:1;
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,.2);
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,.2);
	box-shadow: 2px 2px 5px rgba(0,0,0,.2);
	}
	.page p {
		line-height:1.7em;
		font-size:1em;
	}
	.brlink {
		line-height:2em;
	}
	.xoxo {
	padding: 0 0 0 15px;
	-moz-column-count: 2;
	-moz-column-gap: 70px;
	-moz-column-rule: 1px dotted #d1d1d1;
	border-bottom: 1px dotted #d1d1d1;
	}
	.linkcattitle{
//	margin: 0 0 5px 0;
	margin: 0;
	border-bottom: 1px solid #000;
	}
.columns {
	-moz-column-count: 2;
	-moz-column-gap: 40px;
	-moz-column-rule: 1px solid #d1d1d1;
}
.clear {
	clear: both;
	}

/* Align box*/

img.centered, .aligncenter, div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
margin: 0 0 0 10px;
display: inline;
}

img.alignleft {
margin: 0 10px 0 0;
display: inline;
}

.alignright {
float: right;
}

.alignleft {
float: left;
}
/* End Align box */

/* Xbox 360 Gamercard */
.gamercard {
//	margin: 0 auto 0; /* change margin if used elsewhere */
	padding: 4px;
	width: 260px;
	border: 1px solid #e5e5e5;
	background: #f5f5f5;
	text-align: left;
}
.gamertag, #sidebar .gamertag {
	margin: 0;
	padding: 0 0 2px 2px;
	border-bottom: 1px solid #7fad2a;
}
.gamertag p, #sidebar .gamertag p {
	margin: 0;
	padding: 0;
	line-height: 1em;
}
.gamercard a, .gamercard a:visited, #sidebar .gamercard a, #sidebar .gamercard a:visited, .gamercard a.taglink, .gamercard a.links {
	margin: 0;
	padding: 0;
	color: #7fad2a;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	border: none;
}
.gamercard a.taglink:hover, .gamercard a.links:hover, #sidebar .gamercard a.taglink:hover {
	color: #7fad2a;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	border: none;
}
.gamercard a.links:hover {
	text-decoration: none;
}
.gamerimg, .entry .gamerimg {
	margin: -1px 4px 0 1px;
	padding: 0;
	height: 32px;
	width: 32px;
	border: 1px solid #afafaf;
	float: left;
}
.gamercard .stats {
	margin: 5px 0 0;
	padding: 0;
	color: #515151;
}
.gamercard .stats div, #sidebar .gamercard .stats div {
	margin: 0;
	padding: 0;
	height: 12px;
	font: 10px/.8 Verdana, Arial, Helvetica, sans-serif;
}
.gamercard .gcinfo {
	margin: 0;
	padding: 0;
	text-align: right;
	float: right;
}
.gamercard .repimg {
	margin: 0;
	padding: 0;
	height: 9px;
	width: 63px;
}
.gamercard .playedgames {
	margin: 4px -3px 0;
	padding: 4px 0 0;
	height: 34px;
	text-align: left;
	border-top: 1px solid #e5e5e5;
}
.gamercard .playedgames p {
	margin: 0;
	padding: 0;
}
.gamercard .playedgames a, #sidebar .gamercard .playedgames a, .entry .gamercard .playedgames a {
	text-decoration: none;
	border: none;
}
.entry .gamercard .playedgames img, .gamercard .playedgames img {
	margin: 0;
	padding: 0 4px;
	border: none;
}
.gamercard .links {
	float: right;
}
/* End Gamercard */
