/*
Theme Name: LittleBitOfWinter
Theme URI: http://markokaartinen.net
Description: Theme designed for my personal webpage/blog
Version: 1.0
Author: Marko Kaartinen
Author URI: http://markokaartinen.net
Tags: white, winter, grey, blue, two columns
*/

* {
    margin:0px;
    padding:0px;
}

body {
	background:url(images/bg.png);
	margin:0 0 0 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size:14px;
}

#container {
	width:800px;
	margin:0 auto;
}

#left {
	float:left;
	width:550px;
}

#logo {
	width:535px;
	height:69px;
	margin:30px 20px 20px;
}

	#logo img {
		border:0;
	}

#right {
	float:left;
	width:250px;
}

#polaroid {
	background:url(images/polaroid.png) no-repeat;
	width:250px;
	height:292px;
	margin:20px 0 10px 0;
}

	#polaroid img {
		padding:26px 0 0 27px;
		border:0;
	}

#content {
	margin:0 0 0 20px;
}


img, a img {
	border:5px solid #CCCCCC;
	display:block;
	padding:0px;
}

img:hover {
	border:5px solid #666666;
}


.post {
	background:#FFFFFF;
	margin-bottom:20px;
	padding:10px;
}

	.post-meta p {
		font-size:11px;
		text-align:justify;
		line-height:14px;
		background-color:#FFFFFF;
		padding:10px;
		margin-bottom:20px;
	
	}
	
	.post h1, #comments h1 {
		font-family: "Courier New", Courier, monospace;
		font-size:38px;
	}
	
		.post h1 a {
			color:#000000;
			text-decoration:none;
		}
		
		.post h1 a:hover {
			color:#333333;
		}
		
	.post .data, .post .tags {
		background:#CCCCCC;
		padding:3px 5px 3px 5px; 
		font-size:11px;
		line-height:16px;
	}
	
	.post .data {
		margin:0 0 5px 0;
	}
	
		.post .data a, .post .tags a {
			color:#000;
		}
		
		.data .date {
			float:left;
			background:url(images/clock.png) left center no-repeat;
			padding-left:20px;
		}
		
		.data .comments {
			float:right;
			background:url(images/comments.png) left center no-repeat;
			padding-left:20px;
		}
	
	.post .tags {
		margin:0;
	}
	
		.post .tagit {
			background:url(images/tag.png) left center no-repeat;
			padding-left:20px;
		}

	.post .entry p {
		font-size:13px;
		padding:0 0 10px 0;
		line-height:20px;
		
	}

	.post ul, .post ol, .post li {
		margin-left:15px;
		font-size:13px;
	}

	
	.infobox {
		background-color:#FFFFFF;
		padding:10px;
		margin-bottom:20px;
	}
	
	#respond {
		background:#FFFFFF;
	}
		
		#respond h1 {
			font-family: "Courier New", Courier, monospace;
			font-size:38px;
			padding:10px 10px 0px 10px;
		}
	
		#respond input {
			width:50%;
			border:1px solid #000000;
			background:#CCCCCC;
			font-family: Verdana, Geneva, sans-serif;
			font-size:12px;
			
			padding:2px;
		}
		
		#respond textarea {
			width:100%;
			border:1px solid #000000;
			background:#CCCCCC;
			font-family: Verdana, Geneva, sans-serif;
			font-size:12px;
			margin-top:5px;
			padding:2px;
		}
		
		#respond #submit {
			margin-top:10px;
			width:150px;
		}
	
	#comments {
		background:#FFFFFF;
		margin-bottom:20px;
		padding:10px;
	}
	
		#comments h2 {
			padding-bottom:10px;
		}

	.commentlist {
		list-style:none;
	}
	
	#comments ol, #comments ul, #comments li {
		margin-left:0;
		list-style:none;
	}

	#comments .comm {
		background:#CCCCCC;
		padding:10px 10px 0px 10px;
		border-radius:10px;
		-moz-border-radius:10px;
		-webkit-border-radius:10px;
	}
	
	#comments .comm p {
		padding-bottom:10px;
	}
		
	#comments .depth-2, #comments .depth-3, #comments .depth-4, #comments .depth-5 {
		padding-left:25px;
	}
	
	#comments .commtop {
		height:0px;
	}
	
	#comments .comm p {
		font-size:12px;
		line-height:15px;
	}
	
	#comments .comm .avatar {
		margin:0px 0px 8px 8px;
		padding:2px;
		border:1px solid #0099ff;
		float:right;
	}
	
	#comments .cinfo {
		font-style:italic;
		font-size:13px;
		padding-left:10px;
	}
	
	#comments .comm_space {
		width:100%;
		height:10px;
	}

#navi {
	margin:0 10px 0 0;
}

	#navi h1 {
		font-family: "Courier New", Courier, monospace;
		font-size:32px;
		color:#FFFFFF;
	}
	
	#navi ul {
		list-style:none;
	}
		
		#navi ul li {
			font-family: "Courier New", Courier, monospace;
			font-size:18px;
		}
		
			#navi ul li a {
				background:url(images/navibg.png);
				color: #000000;
				border:1px solid #000000;
				display:block;
				margin-bottom:6px;
				padding:3px 0 3px 5px;
			}
			
			#navi ul li a:hover {
				background:url(images/navibg.png);
				text-decoration:strike-trough;
			}

a {
	color: #09C;
	text-decoration:none;
}

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


.clear {
	clear:both;
}

#footer {
	text-align:center;
	background:#FFFFFF;
	padding:5px 0;
	font-size:10px;
	margin:0 0 0 20px;
}

	#footer a {
		color:#000000;
	}

acronym, abbr {
	border-bottom: 1px dashed #0099ff;
	cursor:help;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 0px;
	margin: 0 0 2px 7px;
	display: inline;
}

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

.alignright {
	float: right;
}

.alignleft {
	float: left
}
	
.center {
	text-align: center;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border:1px solid #000000;
}

.wp-caption {
	border:1px solid #000000;
	text-align: center;
	background: #CCCCCC;
	padding:8px 0px 0px 8px;
	margin: 10px;
}

.wp-caption p.wp-caption-text {
	padding:0px;
	font-size:12px;
	color:#000000;
	margin:0px;
	line-height:12px;
}

.wp-caption p.wp-caption-text a {
	color:#000000;
}

.wp-caption p.wp-caption-text a:hover {
	color:#000000;
	text-decoration:underline;
}

.vanhauusi {
	display: block;
	text-align: center;
	background:#FFFFFF;
	padding:2px;
	margin-bottom:20px;
}

.vanhauusi a {
	color:#000000;
}

.vuoikea {
	float:right;
	padding-right:5px;
}

.vuvasen {
	float:left;
	padding-left:5px;
}

blockquote {
	margin: 0px 0px 5px 15px;
	padding-left: 3px;
	padding-bottom:3px;
	padding-top:3px;
	padding-right: 20px;
	border-left: 1px solid #262626;
	border-bottom: 1px solid #262626;
	border-top: 1px solid #262626;
	border-right: 8px solid #262626;
	background: #CCCCCC;
	font-size:85%;
}

#content blockquote p {
	line-height:14px;
	padding:0;
	margin:0 0 5px 0;
	color: #333333;
	text-align:justify;
}

#content blockquote h1 {
	font-size:20px;
}

.linkkisivu {
}

.linkkisivu span {
	float:left;
	width:25%;
}

.linkkisivu span a {
	color:#000000;
	display:block;
	text-align:center;
	background:#CCCCCC;
	padding:3px 0;
	margin:2px;
}

.linkkisivu span a:hover {
	background: #999999;
}

.delicious {
	margin-left:5px;
}

.delicious-item {
	margin-left:5px;
}

.delicious-link {
	color:#000000;
}

.delicious-desc {
	color: #666666;
}

#socialMe {
	position:fixed;
	bottom:0;
	left:5px;
}

#socialMe img {
	border:0;
	display:inline;
}

.sociable img {
	display:inline;
}

.sociable_tagline span {
	font-size:13px;
	line-height:normal;
	padding:0 0 3px 0;
	font-weight:bold;
}

.wp-synhighlighter-outer * img {
	display:inline;
}

#sya_container h3 {
	padding-top:10px;
}

.taulukko {
	border-collapse:collapse;
}

.osa {
}

.taulukko tr {
}

.ots, .txt, .txt2 {
	margin:0 0 2px 0;
}

.ots {
	width:140px;
	background:#CCCCCC;
	text-align:right;
	padding:2px 10px 2px 10px;
	border-right:3px #666666 solid;
}

.txt {
	float:left;
	width:400px;
	padding:2px 5px 2px 5px;
}

.txt2 {
	width:330px;
	padding:2px 5px 2px 5px;
	font-size:12px;
}

.filleri {
	height:2px;
}

.bar {
	width:100%;
	background:#999999;
	margin-bottom:2px;
}

.bar_100, .bar_90, .bar_80, .bar_70, .bar_60, .bar_50, .bar_40, .bar_30, .bar_20, .bar_10 {
	background:#CCCCCC;
	padding:2px 4px;
}

.bar_90 { width:90%; } 
.bar_80 { width:80%; } 
.bar_70 { width:70%; } 
.bar_60 { width:60%; } 
.bar_50 { width:50%; } 
.bar_40 { width:40%; } 
.bar_30 { width:30%; } 
.bar_20 { width:20%; }
.bar_10 { width:10%; }

#projektit h2 {
	margin-bottom:2px;
}

#projektit h2 a {
	color:#000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size:20px;
}

#projektit h2 a:hover {
	text-decoration:none;
}

.kommentti {
	background:#CCCCCC;
	padding:5px 5px 0 5px;
	font-size:12px;
	margin-bottom:2px;
}

.sanoja {
	font-weight:bold;
}

.kommentti p {
	font-size:12px;
	line-height:14px;
	padding:0 0 5px 0;
}

.vali {
	height:10px;
}

.nobold {
	font-weight:normal;
}

