/*
THEME NAME: 90sekunderel
THEME URI: http://90sekunderel.se
VERSION: 1.0
AUTHOR: <a href="http://luckycat.se/">Andy Karlsson</a>
AUTHOR URI:
TAGS: sandbox, microformats, hcard, hatom, xoxo, widgets, blank slate, starter theme, minimalist, developer
*/


/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline; list-style:none;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}
td{vertical-align:top; padding-bottom:30px;}

h2, h2 a, h2 a:link, h2 a:hover, h2 a:visited, h2 a:active{font-size:22px; text-decoration:none; font-weight:normal; color:#FFF;}
h3{font-size:16px; margin:0 0 5px; font-weight:normal;}

body{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px; 
	color:#FFF; 
	background-color:#000; 
	margin-top:20px;
	margin-bottom:50px;
}
.space{padding-bottom:20px;}

.widgettitle{color: #A24A94; font-size:16px; font-weight:normal;}
p{margin:0 0 10px;}
/*.widget_fergcorp_countdown{color:#A24A94;}*/
a{text-decoration:underline;}
.textwidget a{margin-left:6px;	} 
a:link {color: #A24A94;}
a:visited {color: #A24A94;}
a:hover {color: #A24A94; font-weight:bold;}
a:active {color: #A24A94;}
.comment-meta{color:#666;font-size:11px;margin:0 0 10px 2em; }
.comment{color:#000;font-size:11px;}
.comment p{margin:0 10px 10px 10px;}

.comment-author{font-weight:700;}

#container { 
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#navigation {
  margin: 0 0 1em;
  z-index: 5;
  position:relative;
  float:right;
}
#navigation ul.menu li {
  float: left;
  padding: 0 1em; 
}
#content{
	margin: 0 200px 0 0;
	padding-top:20px;
	clear:left;
}
.sidebar1{
	margin-top:10px;
	width:170px;
	float:left;
}
.sidebar2{
	margin-top:10px;	
	width:170px;
	float:right;
}
.sidebar-header ul li div {
  text-align:center;
}
div#footer {
	clear:both;
	text-align:right;
	width: 800px;
	padding-top:10px;
	margin-top:50px;
}
#header{ width:800px; margin: 0 auto; }
#header img { float:left; }
#standard-header { height: 100px; }

.xoxo{list-style:none; padding-bottom:30px;}
.xoxo li{padding-bottom:20px;}




.entry-content{margin-top:10px;}
.entry-meta {
	margin-top:10px;
	margin-bottom:30px;
	font-style:italic;
	font-size:11px;
	color:#666;
	padding-bottom:20px; border-bottom:1px dotted;
}
.post-meta{font-weight:bold; margin-top:10px;}
.post-meta-key{font-weight:normal;}
form#commentform .form-label {
margin:1em 0 0;
}

form#commentform span.required {
background:#fff;
color:#c30;
}

form#commentform,form#commentform p {
padding:0;
}

input#author,input#email,input#url,textarea#comment {
padding:0.2em;
}

div.comments ol li {
margin:0 0 1em;
background-color:#EEEEEE;
padding:4px;
}

textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width:66%;
}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */

#vote-bar { float:left; padding-left: 15em; }