/*  
Theme Name: Poetic Autumn
Theme URI: http://www.stianandreassen.com/
Description: Custom design for Astrids.net
Version: 1.0
Author: Stian Andreassen
Author URI: http://www.stianandreassen.com/

*/


/* TYPOGRAFI OG FARGER ETC. */

	body {
	margin: 0;
	padding: 0;
	background: #736357 url(images/top_bg.jpg) repeat-x;
	font: 85%/140% Tahoma, Verdana, 'Century Gothic', Arial, Helvetica, sans-serif;
	}

	a:link {
	color: #f06422;
	text-decoration: none;
	}

	a:visited {
	color: #736357;	
	text-decoration: none;
	}
	
	a:hover, a:visited:hover {
	color: #000;
	text-decoration: underline;
	}
	
	#kropp {
	background: url(images/bg_bottom.jpg) repeat-x bottom;
	margin: 0;
	padding-bottom: 10px;
	}
	
	#topp {
	background: url(images/upperleft.jpg) no-repeat;
	height: 161px;
	text-align: right;
	}
	
	h1 {
	margin: 0;
	}
	
	#right {
	float: right;
	position: static;
	background: url(images/right.jpg);
	width: 149px;
	height: 320px;
	}
	
	#left {
	float: left;
	position: static;
	background: url(images/left.jpg);
	width: 149px;
	height: 320px;
	}
	
	#main {
	margin: 0 149px 0 149px;
	background: #fff;
	border: 1px solid #000;
	border-top: none;
	min-height: 500px;
	}
	
	#sidebar {
	float: right;
	position: static;
	width: 180px;
	background: #ebebeb;
	margin: 10px;
	padding: 10px 20px;
	}
	
	#content {
	margin-right: 230px;
	padding: 30px;
	}
	
	address {
	background: url(images/rightbottom.jpg) no-repeat right top;
	height: 25px;
	margin-left: 149px;
	margin-bottom: 70px;
	padding: 4px 0 0 5px;
	font-style: normal;
	color: #fff;
	}

	address a:link {
	color: #fff;
	text-decoration: underline;
	}
	
	address a:visited {
	color: #999;
	}

	small {
	color: #666;
	}

	.postmetadata {
	color: #666;
	background: #ebebeb;
	}
	
	
	/*
	.postmetadata a:link {
	color: #666;
	text-decoration: underline;
	}
	
	.postmetadata a:visited {
	color: #999;
	}
	
	.postmetadata a:hover {
	color: #f06422;
	}
	*/
	
	.post {
	margin-bottom: 2.5em;
	}
	
	.post h2, .post h3 {
	margin-bottom: 0;
	}
	
	.post h2 a, .post h3 a {
	text-decoration: none;
	color: #50463d;
	}

	.post h2 a:hover, .post h3 a:hover {
	color: #f06422;
	}

/* DETALJER OG KLASSER */

	.alignleft {
	float: left;
	position: static;
	}
	
	.alignright {
	align: right;
	position: static;
	text-align: right;
	}

	.navigation {
	display: block;
	text-align: center;
	margin-bottom: 40px;
	}

	.alt {
	background: #ebebeb;
	}
	
	.commentlist li {
	padding: 10px;
	}
	
	hr {
	clear: both;
	color: #fff;
	border: 1px solid #fff;
	}
	
	#sidebar ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-size: 92%;
	line-height: 145%;
	font-family: 'Lucida Grande';
	}
	
	#sidebar h2 {
	font-size: 100%;
	margin-bottom: 0;
	margin-top: 1.5em;
	}

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


/* Begin Calendar */
	#wp-calendar a {
	text-decoration: none;
	}

	#wp-calendar caption {
	font-weight: bold;
	font-size: 1.3em;
	text-align: center;
	}

	#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

	#wp-calendar td, #wp-calendar th {
	font-size: 88%;
	}

	#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

	#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

	#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

	#wp-calendar a {
	display: block;
	}

	#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

	#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

	#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */


/* Begin Form Elements */
	#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

	#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

	#sidebar #searchsubmit {
	padding: 1px;
	}

	.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

	select {
	width: 130px;
	}

	#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

	#commentform textarea {
	width: 100%;
	padding: 2px;
	}

	#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */


	#flickrrss img {
	margin-right: 5px;
	}