/*
Theme Name: WordPress Default
Theme URI: http://www.deanjrobinson.com/wordpress/redoable
Description: This theme is based on the brilliant <a href="http://getk2.com/">K2</a> for Wordpress, and Tyler Longren's  <a href="http://www.longren.org/unwakeable">Unwakeable</a>. It has support for over a dozen awesome plugins built in, and a range of sidebar modules/widget should you wish to use them. You can configure Redoable from the <a href="themes.php?page=functions.php">Redoable Options Panel</a>. Visit the <a href="http://www.deanjrobinson.com/wordpress/redoable">Redoable homepage</a> for further information.</p><p><small>Huge kudos to these people who are behind K2: <a href="http://binarybonsai.com">Michael</a>, <a href="http://chrisjdavis.org">Chris</a>, <a href="http://zeo.unic.net.my">Zeo</a>, <a href="http://stevelam.org">Steve</a> and <a href="http://nybblelabs.org.uk">Ben</a>.</small>
Version: 1.0r1
Author: Dean Robinson
Author URI: http://www.deanjrobinson.com

CSS Documentation: http://k2.stikipad.com/docs/show/CSS+Overview
*/

body {
	font-size: 10px;
	font-family: Tahoma, verdana, arial, helvetica;
	background-color: #eeede6;
	color: #444444;
	text-align: center;
	line-height: 19px;
	margin: 0; padding: 0;
}


a, a:hover, a:visited {
	color: #555;
}

h1 {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	display: inline;
}

h1 a, h1 a:visited {
	color: #FFF;
	text-decoration: none;
}

h2 {
	float: left;
	width: 300px;
	margin: 0px;
	padding: 0px;
	color: #666;
	margin-top: 6px;
	margin-bottom: 10px;
	font-size: 19px;
	font-weight: bold;
	text-decoration: none;
	line-height: 21px;
}

h2 a, h2 a:hover, h2 a:visited {
	color: #ce6b22;
	text-decoration: none;
}

h3 {
	margin: 0px;
	padding: 0px;
	margin-top: 6px;
	margin-bottom: 7px;
	font-size: 14px;
	color: #444444;
	font-weight: bold;
}

#header {
	background-color: #333333;
	height: 26px;
	line-height: 26px;
    overflow: hidden;
	width: 100%;
	color: #999999;
}

.navigation .largebutton:link, .navigation .largebutton:visited {
	color: #FFF;
	text-decoration: none;
}
.navigation .largebutton {
	
	padding-left: 66px;
	text-align: left;
	line-height:54px;
	display: block;
	width: 184px;
	height: 62px;
	margin-bottom: 0px;
	font-size: 11px;
	font-weight:bold;
	
}

.navbarbutton {
	
	padding: 6px; margin-right: 10px; 
	background-color: #666666;
	float: right;
	line-height:10px;
}

#navbar {
	
	padding-top: 5px;
	padding-right: 15px;
}

.navbarbutton:link, .navbarbutton:visited {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;

}

#footer {
	clear: both;
	background-color: #333333;
	/*height: 200px;*/
	width: 100%;
	color: #999999;
}

#footer .navigation .button {
	width: 200px;
	float:left;	
	color: #CCCCCC;
	line-height: 16px;
	text-align: left;
	margin-bottom: 10px;
}

#footer .navigation .button a {
	display:block;
	font-size: 12px;
}

#footer a {
	color: #999999;
}

#topimage { height: 271px; margin-bottom: 10px; }

#page {
	background: url(images/header_repeat_bg.gif) repeat-x;
}

#left {
	float: left;
	margin-left: 20px;
	width: 522px;
}

#right {
	float: right;
	margin-right: 20px;
	width: 254px;
}

#right .widget {
	list-style: none;
	margin: 0;
	padding:0;
	list-style-type:none;
	list-style-position:inherit;
	display:block;
}
.content {
	margin: 0 auto;
	width: 848px;
	text-align: justify;
}


/* POST */
	
	.kalaspost { font-size: 11px;
		width: 522px;
		background: url(images/post_bottom.gif) no-repeat bottom left #FFFFFF;
		margin-bottom: 24px;
		clear: both;
		/*padding-bottom: 15px;*/
	}
	
	.kalaspost .frame {
		width: 482px;
		background: url(images/post_header.gif) no-repeat;
		padding: 20px;
		padding-bottom: 0px;
	}
	
	
	.kalaspost h2 a, .kalaspost h2 a:hover, .kalaspost h2 a:visited {
		color: #ce6b22;
	}
	
	.kalaspost a, .kalaspost a:visited  {
		color: #4f81a7;
	}

	.kalaspost a:hover {
		color: #000;
	}

	.kalaspost .text {
		clear: both;
		margin-bottom: 20px;
	}

	.kalaspost ol li {
		
		margin-top: 6px;
		padding-bottom: 6px;
		border-bottom: 1px solid #EEE;
	}

	.kalaspost .date {
		background:url(images/post_date_bg.gif) no-repeat #BBBBBB;
		color: #FFFFFF;
		width: 89px;
		height: 22px;
		padding: 5px 5px 0px 5px;
		text-align: center;
		float: right;
		overflow: hidden;
		font-size: 9px;
	}
	
	.kalaspost .comments {
		background:url(images/post_comments_bg.gif) no-repeat #ffcc00;
		color: #6f5b4e;
		width: 16px;
		height: 22px;
		padding: 5px 4px 0px 20px;
		
		text-align: center;
		float: right;
		overflow: hidden;
	}

	.kalaspost .comments a {
		color: #6f5b4e;
	}

	.kalaspost .footer {
		width: 380px;
		float: left;
	}
	.kalaspost .footer, .kalaspost .footer a, .kalaspost .footer a:visited {
		color: #AAA;
	}
	
	
	.singelpostfooter a, .singelpostfooter a:visited  {
		color: #888888;
	}
/* TIPSRUTA */
.your-message textarea {
	width: 200px;
}
.captcha-429 input {
	width: 50px;
}
.textwidget {
	list-style-position:inherit;
}
/* MATTES FILMLISTA */

	.categories h3 {
		color: #FFF;
	}
	
	
	#reviews li {
		border-bottom: 1px solid #7AACD2;
	}
	
	#lastfmrecords {
		margin: 0;
		padding: 0;
	}
	#lastfmrecords li {
		display: inline;
		padding: 0;
		margin: 0;
	}
	
	#lastfmrecords img {
		width: 65px;
		height: 65px;
		margin: 0 3px 3px 0;
		padding: 0;
	}
/* TOPPLISTA */
	.toplist {
		width:214px;
		/*float: left;*/
		/*margin-right: 2px;*/
		
	}
	
	.toplist ul {
		width:214px;
		/*float: right;*/
		list-style: none;
		margin: 0;
		padding: 0;
		clear: both;
		/*border-top: 1px #EEE solid;*/
	}
	
	.toplist li {
		margin: 0;
		padding: 0;
		padding-bottom: 1px;
		margin-bottom:1px;
		line-height: 19px;
		height: 19px;
		clear: both;
		text-align: left;
		border-bottom: 1px #DDD dotted;
	}
	
	.toplist h3 a, .toplist h3 a:visited {
		color: #699abd;
		text-decoration:none;
	}
	
	.iconcomments,  .iconcomments a, .iconcomments:visited {
		background: url(images/mini_dekal_comments.gif) no-repeat;
		overflow: hidden;
		width: 19px;
		height: 19px;
		text-align: center;
		font-size: 9px;
		float: right;
		color: #FFF;
		margin-right:1px;
		text-decoration:none;
		cursor:pointer;
	}
	

/* MENU */
	
	.menu {
		width: 254px;
		background: url(images/menu_bottom.gif) no-repeat bottom left #FFFFFF;
		color: #666666;
		margin-bottom: 30px;
	}
	
	.menu .frame {
		width: 214px;
		background: url(images/menu_header.gif) no-repeat;
		padding: 20px;
	}
	
	.menu h2 {
		color: #555555;
		font-size: 15px;
	}

	.menu .text {
		margin-bottom: 20px;
	}

	.menu #archive {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.menu #archive li {

		margin: 0;
		padding: 0;
		display: inline;
		margin-right: 10px;
	}

/* COMMENTS */
	
	.commentlist {
		clear: both;
	}

	.comment {
		clear: both;



		margin-top: 10px;
	}



	.comment .bubble {
		float: right;
		width: 342px;
		margin-bottom: 5px;
		background: url(images/comment_bottom.gif) no-repeat bottom left #eeede6;
	}

	.comment .bubble .frame {
		padding: 15px;
		width: 312px;
		background: url(images/comment_header.gif) no-repeat top left;
	}

	.comment .info {
		background: url(images/comment_spets.gif) no-repeat right 10px;
		float: left;
		width: 140px;
		border: 1px;
		line-height: 13px; margin-top: 4px;
	}

	.comment .info .avatar {
		border: 1px solid #eee;
	}

/* CATEGORY MENU */
	
	.categories {
		width: 254px;
		background: url(images/menu_category_bottom.gif) no-repeat bottom left #90c0e5;
		color: #90c0e5;
		margin-bottom: 30px;
	}
	
	.categories .frame {
		width: 214px;
		background: url(images/menu_category_header.gif) no-repeat;
		padding: 20px;
	}

	.categories ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.categories ul .cat-item {
		display: block;
		padding-bottom: 5px;
		margin: 5px 5px 0 5px;
		border-bottom: 1px solid #7aacd2;
		color: #FFF;
		
		font-size: 14px;
	}

	.categories ul a, .categories ul a:visited {
font-weight: bold;
		color: #FFF;
		text-decoration: none;
	}

	.categories ul a:hover {
		color: #FFF;
		text-decoration: underline;
	}

/* BLOGLIST*/
	
	#header .bloglist {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	#header .bloglist .cat-item {
		display: inline;
		margin-left: 10px;
		padding: 4px;
		color: #FFF;
	}

	#header .bloglist .cat-item a, #header .bloglist .cat-item a:visited {
		color: #FFF;
	}

/* Begin Typography & Colors */





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



.commentmetadata {
	font-weight: normal;
	}


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

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



/* End Typography & Colors */





.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers */

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* 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 15px;
	display: inline;
	}

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

.alignright {
	float: right;
	}

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







/* Begin Form Elements */

.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 Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}


#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */




/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 20px 0 3px;
	padding-left: 27px;
	border-left: 5px solid #efefef;
	color: #444;
	background: url('images/icon_quote.gif') no-repeat 5px 2px;
	/*font-weight: bold;*/
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;

	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

#wpstats {
display:none;
}
