/*
	
	Author Name	: Johan Sundkvist
	Author Site	: http://johansundkvist.se
	Style Name	: Aurora 09
	Style URI	: http://johansundkvist.se
	Version		: 0.7
	Tags		: style, header, color, layout
	Comment		: The latest version of my Aurora-theme.
*/

body {
	background: #fff;
	}

#page {
	background: #fff;
	border: 0;
	padding: 7px 0 0 0;
	width: 100%;
	}

#header {
	padding: 0;
	margin: 0;
	margin-bottom: -20px;
	position: relative;
	background: #fff;
	height: 40px;
	}
	
.columns-one #page {
	width: 680px;
	}

.columns-one .secondary {
	width: 300px;
	border-top: 1px solid #eee;
	}

#primary {
	position: relative;
	float: left;
	width: 620px;
	padding: 10px;
	}

#toppage {
	background: #232323 url("background3.png") repeat-x;
	width: 100%;
	height: 130px;
	text-align: left;
	margin: 0 auto;
	margin-top: 0px;
	padding-top: 20px;
	position: relative;
	border: none;
	}
	
#logo {
	width: 670px;
	margin: 0 auto;
	margin-top: 32px;
	padding: 0 20px;
	height: 160px;
	background: url("johan.png") no-repeat;
	position: relative;
	left: 20px;
	}
	
.page-head {
	font-size: 2.5em;
	margin: 20px 0;
	text-align: center;
	font-weight: normal;
	font-spacing: -2px;
	}

#sidebar-1 {
	/* The first sidebar */
	}

#sidebar-2 {
	/* The second sidebar */
	}

.secondary {
	/* Contains both sidebars */
	}

#footer {

	}
	
/*
	Rolling Archives
*/	

#rollingarchives {
	width: 625px !important;
	font-size: 12px;
	}


#pagetrack, #pagetrackwrap {
	width: 350px;
	left: 150px;
	}

/*
	Menu
*/

ul.menu {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 47px;
	left: 20px;
	width: 80%;
	}

ul.menu li a {
	font-size: 1em;
	text-transform: uppercase;
	color: #ddd;
	font-weight: bold;
	margin: 0;
	padding: 7px 15px;

	}
	
ul.menu li a:hover {
	background: #fff;
	color: #333 !important;
	text-decoration: none;
	}


/*
	Titles
*/

h1, h2, h3, h4, h5, h6, .blog-title {
	font-family: 'Lucida Grande', Verdana, Helvetica, Arial, sans-serif;
	}

.secondary h4 { /* Secondary H4 is sidebar headlines */
	font-size: 1.5em;
	font-weight: normal;
	padding: 0;
	display: block;
	margin-bottom: 5px;
	}

.entry-title, h3 { /* H3 is entry headlines. H4 is comments and replyform headlines */
	font-family: Georgia, serif !important;
	font-size: 2.7em;
	font-weight: normal;
	}
	
.entry-content, h3 {
		font-family: 'Lucida Grande', Verdana, Helvetica, Arial, sans-serif !important;
	}

.entry-title, h1 {
	font-size: 3em;	
	}

.comments h4 {
	font-size: 2.5em;
	font-weight: normal;
	font-spacing: -2px;
	}

.page-head h1 {
	font-size: 1em;
	font-weight: normal;
	}

/* 
	Content
*/

.hentry {
	margin: 5px 0 40px;
	position: relative;
	}

.entry-content p, em, strong {
	color: #454545;
	}

#dynamic-content .k2-asides .entry-content {
	display: block;
	border-left: 2px solid #ddd;
	padding-left: 20px;
	margin-bottom: 40px;
	}

/*
	Links
*/

a {
	color: #ff3366;
	text-decoration: none;
	}


.entry-content a:link {
	color: #ff3366;
	text-decoration: none !important;
	font-weight: normal;
	border-bottom: 1px solid #ddd;
	}

.entry-content a:hover {
	color: #666;
	text-decoration: none;
	border-bottom: 1px solid #999;
	}

.entry-content a:visited {
	color: #666;
	font-weight: normal;
	text-decoration: none !important;
	}

.entry-content h4 {	
	font-size: 1.5em;
	}

	
.entry-head .entry-meta {
	background: 0;
	min-height: 16px;
	padding-left: 0;
	}
	
.entry-head .entry-tags {
	display: block;
	margin-left: 0px;
	}

.feedlink { /* On the sidebar */
	display:none;
	}

/* 
	Comments 
*/

.comments input[type=text], .comments textarea, code {
	font: 1.1em 'Lucida Grande', Verdana, Sans-Serif;
	color: #444;
	}

.bypostauthor {
	background: #f6f7f8;
	border: 1px solid  #ddd;
	}
	
/*
	Various formating 
*/

small {
	font-size: 0.8em;
	font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Sans-Serif;
	}
	
blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: italic !important;
	color: #666;
	}
	

/*
	Notiser
*/

#dynamic-content .category-notiser h3 {
	font-size: 2em;
	font-weight: normal;
	}
	
#dynamic-content .category-notiser .commentslink {
	display: none;
	}
	
#dynamic-content .category-notiser .entry-tags {
	display: none;
	}	
	
/*
	Citat
*/	

#dynamic-content .category-citat h3 {
	font-size: 2em;
	font-weight: normal;
	}

#dynamic-content .category-citat .commentslink {
	display: none;
	}
	
#dynamic-content .category-citat .entry-tags {
	display: none;
	}

#dynamic-content .category-citat .entry-meta {
	display: none;
	}