/* For KarriSaarinen.com
   Author: Karri Saarinen
*/
/*-------------------------------------------
   	GENERAL
-------------------------------------------*/
	
body {
	margin: 0px;
	padding: 0px;
	background: #fff repeat-x;;
	color: #333;
	font: 100% "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
}

a {
	color: black;
	outline: none;
	border:0;
	text-decoration:none;
	border-bottom:1px dotted black;
}
a:hover {
	color:#888; 
	border:0;
	text-decoration:none;
}
a:visited {color:#888;}

p {
	margin: 0 0 1em 0;
	font-size:14px;
	line-height:1.75em;
}

ul, ol {
	margin-bottom: 20px;
}
img {border:0;}
.img-shot {border:1px solid #ccc;}
blockquote {
	margin: 1.5em;
	padding: 0 0 0 10px;
	border-left: 5px solid #f7f7f7;
	font-size:1.2em;
	color:#000;
}

/*-------------------------------------------
  BASIC LAYOUT
-------------------------------------------*/
#footer, #footer a {
	color:#999;
	font-size:12px;
}	

#footer a {
	color:black;
}

#page {
	width: 900px;
	margin: 0 auto;
}
	
#header {
	position: relative;
	height: 80px;
	padding-top:30px;
	border-bottom:1px dotted #ddd;
}

#content {padding-top:30px;}
#header h2 {text-indent:-9999cm;}

#content-left {
	float: left;
	width: 600px;
}
#content-left p {
	text-align:left;
}

#content-right {
	padding-top:32px;
	float: right;
	width: 300px;
}
#content-right a, #content-right h4 {color:#333;}

#article {
	width:600px;
}

#article-author {
	padding:15px 20px;
	border: 2px solid #ddd;
}

/*-------------------------------------------
  HEADINGS
-------------------------------------------*/
	
h1 {
        margin: 0;
        font-size: 2.4em;
        font-weight: bold;
        letter-spacing:-0.04em;

}


#article h1 a {
	color: #000;
	text-decoration: none;
	border-bottom:0;
}

#header a {border:0}

h2 {
	margin: 0 0 20px 0;
}

h2#blog-description {
	position: absolute;
	font-size: 22px;
	font-weight: normal;
	top:60px;
	left:160px;
	font-family:Arial, Helvetica, Verdana;
}

h3 {
	margin: 1.5em 0 0.2em 0;
	font-size: 1.6em;
	letter-spacing:-0.04em;
}

h3 a {
	text-decoration: none;
	color:black;
	border-bottom:0;
}

h3 a:visited {color:black;
}

h4 {
	margin: 0 0 10px 0;
	font-size: 14px;
}

/*-------------------------------------------
  HEADER
-------------------------------------------*/
	
#top-nav {
	position: absolute;
	top: 10px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#top-nav li {
	float: left;
	margin: 0 0 0 10px;
}

#top-nav li#rss {
	padding: 0 0 0 15px;
	background: url(img/rss-icon.gif) no-repeat left center;
}

/*-------------------------------------------
  CONTENT
-------------------------------------------*/

.post-header {margin-bottom:20px;}
.post-header h3 {margin:0 0 2px 0;}
.post-header h3 a:hover {color:black;}

.box-left {
	margin: 0 0 40px 0;
}
.p-date {font-size:90%;}

.meta {
	clear: both;
	border-top:1px solid #eee;
	padding: 10px 0;
	color: #5e5e5e;
}

.meta-date {
	padding: 0 10px 0 15px;
	background: url(img/bg-meta-date.gif) no-repeat 0px 2px;
}

.meta-categories {
	padding: 0 10px 0 15px;
	background: url(img/bg-meta-categories.gif) no-repeat 0px 2px;
}

.meta-comments {
	padding: 0 10px 0 15px;
	background: url(img/bg-meta-comments.gif) no-repeat 0px 2px;
}

p.tags {
	clear: both;
}


.box-right {
	margin: 0 0 20px 0;
	padding: 20px 0 20px 40px;
}

.box-right ul {
	margin: 0 0 5px 0;
	padding: 0px;
	list-style: none;
}

.box-right li {
	margin: 0px;
	padding: 5px;
}

.box-right li a {
}

/*-------------------------------------------
	COMMENTS
-------------------------------------------*/
	
#commentform label {
	display: block;
	margin: 0 0 5px 0;
}

#commentform input.text, #commentform textarea {
	width: 500px;
	margin: 0 0 10px 0;
}

#commentform .text {
	height: 22px;
	padding: 6px 6px 0 6px;
	background: #fff url(img/bg-form-text.gif) repeat-x left top;
	border: 1px solid #dadada;
	color: #5e5e5e;
}

#commentform textarea {
	height: 150px;
	padding: 6px 6px 0 6px;
	background: #fff url(img/bg-form-text.gif) repeat-x left top;
	border: 1px solid #dadada;
	color: #5e5e5e;
}

#commentform .button {
	width: auto;
	height: 30px;
	margin: 0px;
	padding: 0 20px;
	background: #4a4f54;
	border: none;
	color: #fff;
}

.commentlist {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.commentlist .quote {
	padding: 20px;
	background: url(img/bg-comment-quote.gif) no-repeat right top;
}

.commentlist li {
	margin: 20px 0 0 0;
	padding: 0px;
	background: #4a4f54 url(img/bg-comment-bubble.gif) no-repeat left bottom;
	color: #fff;
}

.commentlist cite {
	display: block;
	font-style: normal;
}

.avatar {
	float: left;
	margin: 0 20px 10px 0;
}

/*-------------------------------------------
	SEARCH
-------------------------------------------*/
	
#searchform #search {
	float: left;
	width: 146px;
	height: 22px;
	padding: 6px 6px 0 6px;
	background: #fff url(img/bg-form-text.gif) repeat-x left top;
	border: 1px solid #dadada;
	color: #5e5e5e;
}

#searchform .button {
	width: auto;
	height: 30px;
	margin: 0px;
	padding: 0 10px;
	background: #4a4f54;
	border: none;
	color: #fff;
}

/*-------------------------------------------
	FOOTER
-------------------------------------------*/

#footer {
	width: 904px;
	margin: 0 auto;
	padding: 20px 0;
}

#footer p {
	margin: 0 0 10px 0;
}

#legal {
	float: left;
	width: 400px;
}

#webdemar {
	float: right;
	width: 400px;
	text-align: right;
}

/*	##################################
   	USEFUL
	################################## */

.clear {
	clear:both;
}

/** WORDPRESS CSS */

.aligncenter,
div.aligncenter {
   	display: block;
   	margin: 0 auto;
}

.aligncenter {
	margin-bottom: 20px!important;
}

.alignleft {
   	float: left;
   	margin: 0 20px 20px 0;
}

.alignright {
   	float: right;
   	margin: 0 0 20px 20px;
}

.wp-caption {
	margin-bottom: 20px;
	padding-top: 4px;
   	border: 1px solid #ccc;
   	text-align: center;
   	background-color: #f7f7f7;
}

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

.wp-caption p.wp-caption-text {
   	padding: 0px;
  	margin: 0px;
}


#nav {
	color:#333;
	font-weight:bold;
	position: absolute;
	bottom: 0px;
	right:10px;
	margin: 0px;
	padding: 0px;
	text-transform:uppercase;
	}
	
#nav, #nav ul {
	width: 310px;
	list-style: none;
	line-height: 40px;
	}

#nav a, #nav a:hover {
	display: block;
	text-decoration: none;
	border: none;
	}

#nav li {
	float: left;
	list-style: none;
	}

#nav a, #nav a:visited {
	display: block;
	color: black;
	padding: 0 20px;
	}

#nav a:hover, #nav a:active, .current_page_item	a, #home .on {
	text-decoration: none;
	}		
#disqus_thread {width:600px !important;}
