/*  
Theme Name: Mecha Rockyblog
Theme URI: http://rockyblog.qualityroms.com/
Description: The default WordPress theme for Rockyblog
Version: 1.0
Author: Stian Andreassen
Author URI: http://stians.net/

*/



	body {
	background: url(images/bg.jpg);
	margin: 1em;
	font: 85%/140% Tahoma, Verdana, Arial, sans-serif;
	color: #333;
	}
	
	#kropp {
	width: 80%;
	margin: auto;
	}
	
	#top {
	background: url(images/top.jpg) top center;
	height: 200px;
	border: 10px solid #fff;
	margin-bottom: 10px;
	}
	
	h1 {
	display: none;
	}
	
	#content {
	background: #fff;
	padding: 1em 2em;
	margin-right: 250px;
	}
	
	#sidebar {
	font-size: 95%;
	float: right;
	position: static;
	width: 180px; 
	background: #e7e7e7 url(images/sidebar_bg.jpg);
	border: 10px solid #fff;
	padding: 10px 20px;
	}
	
	hr {
	clear: both;
	width: 1px;
	border: 1px dotted #000;
	}
	
	.post h2, .post h3 {
	font: bold 22px Georgia, 'Times New Roman', serif;
	}
	
	.post h2 a, .post h3 a {
	color: #333;
	text-decoration: none;
	}
	






/* DETALJER OG KLASSER */

	a img {
	border: none;
	}

	.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;
	}
	
	#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;
	}

	#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 */

/* 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 */



	.wp-caption {
	background: #f3f3f3;
	border: 1px solid #dddddd;
	padding: 5px;
	font-size: .8em;
	}
	