/*  
Theme Name: M358
Theme URI: 
Description: A WordPress Theme for Mikko Huttunen
Version: 1.0
Author: Mikko Hopia
Author URI: http://www.mikkohopia.net
*/

/*****Reset*****/

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

table { border-collapse: collapse; }

a img { border: 0; }

/*****Basic Elements*****/

body {
	background: url(../../../../img/bg_body.jpg) top center;
	background-attachment: fixed;
	color: #000;
	font: 12px Arial, Helvetica, sans-serif;
}

a {
	color: #1553A8;
	text-decoration: none;
}

a:hover {

}

h1 {
	font-size: 30px;
	font-weight: normal;
	line-height: 30px;
	margin-bottom: 8px;
}

h2 {
	font-size: 24px;
	font-weight: normal;
	line-height: 20px;
	margin-bottom: 10px;
}

h3 {

}

p { 

}

/*****Basic Layout*****/

div#wrap {
	margin: 0 auto;
	width: 1157px;
}

/***** Header *****/

div#header {
	/*background: url(images/bg_header.jpg) no-repeat;*/
	height: 307px;
}


/***** Main menu *****/



/***** Home Page *****/



/***** content *****/

div#content-wrap {
	background: url(images/bg_contentwrap.png);
	float: left;
	padding-bottom: 40px;
}

div#posts-col {
	float: left;
	min-height: 500px;
	padding: 0 65px 0 147px;
	width: 549px;
}

div#links-col {
	float: left;
	width: 396px;
}

/***** post *****/

div.post {
	border-bottom: 1px #999999 dotted;
	margin-bottom: 40px;
	padding-bottom: 20px;
}

div.post-info {
	font-size: 11px;
	margin-bottom: 20px;
}

div.post-info a {
	color: #000;
}

div.post p {
	line-height: 22px;
	margin-bottom: 20px;
}

h1 a {
	color: #000;
}

p.wp-caption-text {
	font-style: italic;
}

img.alignleft {
	float: left;
	margin: 0 13px 13px 0;
}

div#comments {
	float: left;
}

div#post-tools {
	background: #fff;
	border: 1px #DCE0DF solid;
	float: left;
	font-size: 11px;
	margin: 20px 0 44px 0;
	text-transform: uppercase;
	padding: 12px 20px;
	width: 508px;
}

div#post-tools a {
	background-position: left center;
	color: #7A7F79;
	display: block;
	float: left;
	line-height: 18px;
	margin-right: 12px;
}

span.textcontainer {
	background-position: left center;
	color: #7A7F79;
	display: block;
	float: left;
	line-height: 18px;
	margin-right: 12px;
}

span.bartext a { background: url(images/bg_thumbsup.gif) no-repeat; padding-left: 18px; }

div#post-tools a:hover {
	color: #333333;
}

a.thumb-up { background: url(images/bg_thumbsup.gif) no-repeat; padding-left: 18px;}
a.comment { background: url(images/bg_comment.gif) no-repeat; padding-left: 18px; }
a.print { background: url(images/bg_print.gif) no-repeat; padding-left: 24px; }
a.fb { background: url(images/bg_fb.gif) no-repeat; padding-left: 18px; }
a.digg { background: url(images/bg_digg.gif) no-repeat; padding-left: 21px; }
a.delicious { background: url(images/bg_delicious.gif) no-repeat; padding-left: 21px; }
a.rss {
	background: url(images/bg_rss.gif) no-repeat; 
	display: block;
	float: left;
	line-height: 16px;
	margin-right: 8px;
	padding-left: 22px;
}

div.subscribe {
	float: left;
	margin-right: 7px;
}

div#comments {
	background: #fff;
	border: 1px #DCE0DF solid;
	clear: left;
	padding: 30px 20px 10px 20px;
}

ol.commentlist {
	padding-left: 20px;
}

div.comment {
	border-top: 4px #F1F1F1 solid;
	clear: left;
	margin-top: 15px;
}

div.comment-date {
	font-size: 11px;
	margin-top: 10px;
}

div#comment-form {
	margin: 50px 0 40px 0;
}

div#comment-form label {
	background: #F1F1F1;
	display: block;
	float: left;
	height: 35px;
	line-height: 35px;
	padding-left: 12px;
	width: 50px;
}

div#comment-form input {
	background: #F1F1F1;
	border: 0;
	color: #7A7F79;
	display: block;
	float: left;
	font-size: 11px;
	height: 15px;
	margin-bottom: 10px;
	padding: 10px;
	width: 390px;
}

div#comment-form input.hidden, div#comment-form input[type=hidden] {
	background: none;
	display: inline;
	height: 0;
	margin-bottom: 0;
}

div#comment-form label.textarea {
	background: #F1F1F1;
	display: block;
	height: 35px;
	line-height: 35px;
	margin: 0;
	padding-left: 12px;
	width: 459px;
}

div#comment-form textarea {
	background: #F1F1F1;
	border: 0;
	color: #7A7F79;
	font-size: 11px;
	height: 150px;
	margin: 0 0 10px 0;
	padding: 0 10px 10px 10px;
	width: 451px;
}

div#comment-form input.inputbtn {
	border: 0;
	display: inline;
	float: none;
	font-size: 12px;
	font-weight: bold;
	height: auto;
	padding: 10px;
	width: auto;
}

div.submit-wrap {
	clear: left;
	padding-right: 36px;
	text-align: right;
}

div#comment-botlinks {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

div#comment-botlinks-left {
	float: left;
}

div#comment-botlinks-right {
	float: right;
}

/***** lists *****/

div#links-col dl, div#links-col ul {
	list-style: none;
	margin-bottom: 20px;
	width: 236px;
}

div#links-col dt, div#links-col h2 {
	border-bottom: 1px #999999 dotted;
	font-size: 20px;
	font-weight: normal;
	padding-bottom: 3px;
}

div#links-col dd, div#links-col li {
	font-weight: bold; 
	line-height: 24px;
}

div#links-col li li {
	border-bottom: 1px #999999 dotted;
}

div#links-col li.categories, div#links-col li.linkcat {
	border-bottom: none;
	font-weight: bold; 
	line-height: 24px;
}

div#links-col dd a, div#links-col li a {
	background: url(images/bg_dd.gif) 3px 3px no-repeat;
	color: #000;
	padding-left: 14px;
}

div#links-col dd a:visited {
	color: #666;
	font-style: italic;
}

div#links-col li.tweet_list {
	font-weight: normal !important;
}

div#links-col li#xhanch-my-twitter a {
	background: none;
	padding: 0;
}

/***** images *****/

div.post img {
	border: 6px #fff solid;
}

/***** footer *****/

div#footer {
	clear: left;
}

/* twitter */

div#tweets {
	width: 250px;
}

div#tweets ul li a {
	background: none;
	padding: 0;
}

/* feed */

h2.sidebar {
	width: 250px !important;
}

/* flickr */

div.flickr_badge_image {
	float: left;
}

div#flickr a {
	background: none !important;
}
