/*
Theme Name: Spore
Theme URI: http://www.spore.se/temp/
Description: Default theme for spore.se.
Version: 1.0
Author: Max Kårevall
Author URI: http://error.nu/
Tags: 

*/



/* Begin Typography & Colors */


.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-weight: bold;
	color: #005698;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

h2 {
	font-size: 1.5em;
	margin: 10px 0 6px 0;
	padding: 0;
	}

h2.pagetitle {
	font-size: 2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #0081c9;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

img
{
	border: 0;
}
.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}



small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #10255a;
	text-decoration: none;
	}

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

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */


body {
	font-size: 75%;
	font-family: Arial, Sans-Serif;
	background: #d6e8f0 url(images/body-bg.jpg) repeat-x;
	color: #353535;
	text-align: center;
	margin: 0;
	padding: 0;
	}

#page {
	background: url(images/content-bg.jpg) repeat-y;
	text-align: left;
	width: 982px;
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
	}
#header
{
	background: url(images/header.jpg) no-repeat;
	height: 98px;
	overflow: hidden;
	width: 982px;
	margin: 0;
}

	#nav
	{
		margin: 0;
		padding: 0 0 0 70px;
		background: url(images/nav.jpg) repeat-x;
		height: 26px;
		overflow: hidden;
		clear: both;
	}
		#nav li
		{
			padding: 4px 0 0 0;
			list-style: none;
			display: inline;
			float: left;
			overflow: hidden;
		}
		#nav a
		{
			/*text-transform: uppercase;*/
			font-size: 94%;
			font-weight: bold;
			text-decoration: none;
			color: white;
			background: url(images/nav-separator.gif) right no-repeat;
			padding: 0 12px 0 10px;
			height: 20px;
			
		}
		#nav.current_page_item
		{
			background: url(images/nav-active.gif) right no-repeat;
		}
		#nav #search
		{
			float: right;
			margin: 0 26px 0 0 !important;
			padding: 0 !important;
		}
#logo
{
	margin: 0;
	padding: 0;
}
#logo a
{
	background: url(images/logo.jpg) no-repeat;
	width: 182px;
	height: 58px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	float: left;
	margin: 40px 0 0 78px;
	padding: 0;
}
#pageContent
{
	width: 930px;
	background: url(images/content-header.jpg) no-repeat;
	padding: 15px 26px;
	overflow: hidden;
}
#content
{
	width: 620px;
	margin: 0;
	float: left;
	display: inline;
	background: white;
}
#main-teaser
{
	background: url(images/main-teaser.jpg) no-repeat;
	width: 620px;
	height: 200px;
	text-align: center;
	padding: 50px 0 0 0;
}
#main-teaser abbr
{
	text-decoration: none !important;
	color: white;
	font-size: 160%;
	font-weight: bold;
	position: relative;
	top: 176px;
	/*left: 202px;*/
	border: 0;
	letter-spacing: -1px;
}
#archive-teaser
{
	background: url(images/archive-teaser.jpg) no-repeat;
	width: 620px;
	height: 111px;
}
	#archive-teaser h2
	{
		margin: 0;
		padding: 0;
		color: white;
		position: relative;
		top: 58px;
		left: 105px;
		
	}
#page-teaser
{
	background: url(images/page-teaser.jpg) no-repeat;
	width: 650px;
	height: 111px;
}
	#page-teaser span
	{
		margin: 0;
		padding: 0;
		color: white;
		position: relative;
		top: 58px;
		left: 105px;
		font-size: 2em;
		font-weight: bold;
		
	}
#search-teaser
{
	background: url(images/search-teaser.jpg) no-repeat;
	width: 650px;
	height: 111px;
}
	#search-teaser span
	{
		margin: 0;
		padding: 0;
		color: white;
		position: relative;
		top: 58px;
		left: 105px;
		font-size: 2em;
		font-weight: bold;
		
	}
#cat-nav
{
	margin: 0;
	padding: 0 0 0 10px;
	background: url(images/cat-nav.gif) repeat-x;
	height: 31px;
}
#cat-nav li
{
	float: left;
	margin: 0 10px 0 0;
	list-style: none;
	padding: 5px 12px 0 0;
	font-size: 0;
	background: url(images/cat-nav-separator.gif) right no-repeat;
	height: 26px;
	
}
	#cat-nav li a
	{
		color: white;
		text-decoration: none;
		font-size: 11px;
		font-weight: bold;
	}
	#cat-nav li a:hover
	{
		color: #071a4a;
	}
	.current-cat a
	{
		color: #071a4a !important;
	}
	#content .post
	{
		margin: 0 10px 16px 10px;
		border-bottom: 1px solid #c8c8c8;
		padding: 0 0 10px 0;
	}
	#content .post small
	{
		margin: 0;
		padding: 0;
	}
	.entry p
	{
		margin: 0 0 1em 0;
	}
	.postmetadata
	{
		font-size: 94%;
	}
#sidebar
{
	float: left;
	width: 300px;
	display: inline;
	margin: 0 0 0 10px;
}
	#banner-sidebar img
	{
		margin: 0 0 6px 0;
	}

#footer {
	background: url(images/footer.gif) no-repeat;
	overflow: hidden;
	float: none;
	clear: both;
	height: 26px;
	margin: 0 auto;
	width: 982px;
	}


#archive
{
	/*border-color: #0089ce;
	border-width: 0 1px 1px 1px;
	border-style: solid;*/
	background: #f3f9fc;
	margin: 0 0 6px 0;
	padding: 0 0 6px 0;
	background: url(images/sidebar-widget-bg.gif) bottom no-repeat;
}
#archive span
{
	display: block;
	background: url(images/sidebar-widget-header.gif) no-repeat;
	height: 22px;
	font-size: 94%;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	padding: 5px 0 0 10px;
}
#archive ul
{
	margin: 10px;
	padding:0;
}
#archive li
{
	list-style: none;
}

#searchform
{
	float: left;
}

#searchsubmit
{
	width: 20px;
	height: 20px;
	background: url(images/search-submit.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	border: 0;
	margin: 3px 0 0 0;
	cursor: pointer;
}
#s
{
	width: 265px;
	height: 17px;
	background: transparent url(images/search-input.gif) no-repeat;
	border: 0;
	margin: 0;
	position: relative;
	top: -2px;
	padding: 3px 5px 0 5px;
	font-size: 94%;
	color: white;
}

#banner-top
{
	float: right;
	margin: 30px 26px 0 0;
}

.alignright
{
	float: right;
	margin: 0 0 10px 10px;
}
