.sociallinks { padding:20px 0 0 0; margin-top:10px; width:600px; float:left;}
.sociallinks .social-likes {float:left; margin-left:10px;}
.sociallinks .twitter { float:left; margin-right:6px;}
.sociallinks .facebook { float:left;}
.sociallinks .ratebox { float:left;}
/*
Theme Name: Duuniputki
Theme URI: http://duuniputki.dialogi.fi/wp-content/themes/duuniputki/
Description: Dialogin duuniputki teema
Version: 1.0
Tags: none
Author: Koodiavain
Author URI: http://www.koodiavain.fi/
*/


hr{
height:2px;
margin:5px 0;
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;
}

blockquote{
background: #f4f4f4;
padding: 5px 15px;
margin: 3px 30px;
}

form{
margin: 0;
padding:0;
}

fieldset{
padding:10px;
margin:0;
border:none;
}

legend{
font-weight:800;
}

code{
	font-size: 90%;
	font-family: "Courier New", Courier, monospace;
	white-space: pre;
}

td{
 vertical-align:top;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -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;
}



/* post styles */

.post{
margin: 0 0 10px 0;
padding: 5px 10px 5px 10px;
}

.entry{
margin: 0;
padding: 0px 10px 3px 10px;
}


.postmetadata, .categorymeta{
font-size:90%;
padding: 1px 8px 1px 5px;
margin: 0;
line-height: 12px;
}

.postmetadata{
color: #777;

}

.responses{
float:right;
}


.categorymeta{
clear:both;
padding:20px 0 40px 0;
color: #ababab;
}

.categorymeta .left{
float:left;
}

.categorymeta .right{
float:right;
}
/*  Comments   */

ol#commentlist{
padding: 0 0 0 20px;
font-size: 90%;
list-style-type: none;
}

ol#commentlist li{
	padding: 0px 3px;
	margin: 0;
}

ol#commentlist li p.commentheader{
margin: 0px 0 0px 0;
display: block;
padding: 1px 5px;
}



ul#commentlist{
padding: 0;
margin:0;
list-style-type:none;
}

ul#commentlist li{
	display: block;
	padding: 0;
	margin: 0 15px 5px 15px;
	font-size:90%;
	background: #f2f2f2;
}

ul#commentlist p{
margin: 6px 0;
}

ul#commentlist li div.comm{
margin: 1px;
padding: 1px;
}

ul#commentlist li div.gravatar {
	width:50px;
	float:left;
	padding: 10px 0 0 10px;
}

ul#commentlist li div.gravatar img{
border: 2px solid #ccc;
}




ul#commentlist li div.commenttext{
padding: 0;
margin:5px 10px 5px 65px;
}

ul#commentlist li div.commenttext div.commentwrapper{
margin:0 0 0 5px;
padding: 3px 8px;
}


/*  sidebar styles */
.menu{
margin:0 0 0 -20px;
width:250px;
}

.menu ul{
margin:0;
padding:0;
list-style-type:none;
}

.menu ul li.widget a{
text-decoration:none!important;
}

.menu ul li.widget{
margin: 30px 0 20px 0;
padding:0;
}

.menu ul li.widget ul li{
padding: 3px 0 3px 0px;
margin:0;
}

.menu ul li.widget ul{
margin:0 0 0 -20px!important;
padding:0;
}

.menu ul li.widget ul li ul li{
border-bottom: none !important;
padding: 2px 0 2px 0px;
margin:3px 0 0 0;
}


.menu form{
display:block;
margin:0px;
padding:4px;
}

.menu input{
margin:3px 0;
font-size:90%;
}

li.widget .textwidget, li.widget #search {
padding: 2px 5px;
}


#navigation{
padding: 5px 15px;

}

#navigation div.fleft{
float:left;
}

#navigation div.fright{ 
float:right;
}







/* @group common */


#doc input {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	color: #222;
	font: normal 85% Lucida Grande, Lucida Sans Unicode, Lucida, Corbel, Tahoma, Arial, sans-serif;
	letter-spacing: -0.05em;
	margin: 0;
	padding: 4px;
	vertical-align: top;
	width: auto;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#doc button {
	background: #ef0784;
	border: 0;
	border-radius: 3px;
	color: #fff;
	font: 800 90% Lucida Grande, Lucida Sans Unicode, Lucida, Corbel, Tahoma, Arial, sans-serif;
	margin: 0 0 0 2px;
	overflow: hidden;
	padding: 3px;
	text-transform: uppercase;
	vertical-align: top;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding:5px;
	cursor:pointer;
}

#doc .search input {
	padding-right: 24px;
}

#doc .search button {
	background: #fff url(images/icons/16x16/maglass.png) 50% 50% no-repeat;
	height: 16px;
	margin: 0.35em 0 0 -22px;
	padding: 0;
	text-indent: -10000in;
	width: 16px;
}

/* @end */

/* @group skeleton */

html, body {
	height: 100%;
}

#doc {
	height: auto;
	min-height: 100%;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

#page {
	padding: 0 4.8% 3.8em 4.8%;
}

/* @end */

/* @group head */

#head {
	/* padding: 2.8% 0 1.65% 0; */
	width: 49%;
	padding: 5.8% 0 1.15% 0;
}

#head h1 {
	height: 32px;
	margin: 0 0 0 -12px;
	text-indent: 0;
}

#head a {
	background: url(images/logo.png) 0 0 no-repeat;
	display: block;
	font-size: 1px;
	height: 32px;
	overflow: hidden;
	text-indent: -10000in;
	width: 130px;
}

/* @end */


/* @group content */

#doc #content #side-left {
	width: 46.5%;
}

#doc #content .fold {
	background: url(http://inspis.koodiavain.fi/wp-content/themes/8some/images/fold.png) 0 0 repeat-y;
	bottom: 0;
	left: 50%;
	position: absolute;
	margin: 0 0 0 -38px;
	top: 0;
	width: 76px;
	z-index: 3;
}

#doc #content #side-right {
}

#doc #content #side-right.full-view {
	bottom: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
}

#doc #content .ingress {
	font-size: 190%;
	line-height: 1.07em;
	margin:0;
}

#doc #content .ingress p {
	line-height: 1.07em;
}

#doc #content .column {
	width: 48%;
}

#doc #content .foot {
	bottom: 3.8em;
	position: absolute;
	width: 42%;
}

/* @end */



/* @group bg */

#doc #bg {
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

#doc #bg img {
	display: block;
	height: auto;
	position: absolute;
	top: 0;
	width: 100%;
	-ms-interpolation-mode: bicubic;
}

#doc #bg.orient-south img {
	bottom: 0;
	top: auto;
}


/* @end */




/* @group blogi */

/*#blogi #doc  .fold {
	background-image: url(images/bg/blogi_01-fold.png);
	left: 30%;
}

#blogi #doc #side-left {
	width: 24.2%;
}

#blogi #doc #side-right {
	width: 66%;
}
#blogi #doc  .fold {
	background-image: url(images/bg/blogi_01-fold.png);
	left: 24%;
}

#blogi #doc #side-left {
	width: 18.2%;
	margin-right:8%;
}

#blogi #doc #side-right {
	width: 46%;
	float:left;
}

}*/


#blogi #doc  .fold {
	background-image: url(images/bg/blogi_01-fold.png);
	left: 350px;
}

#blogi #doc #side-left {
	width: 270px;
	float:left;
}

#blogi #doc #side-right {
	width: 560px;
	margin-left:50px;
	float:left;

}

#blogi #doc #side-right p {
	margin: 1.1em 0;
}

#blogi #doc #side-right ul{
	margin-left:25px;
	}

#blogi #doc #side-right ol{
	margin-left:25px;
	}

#blogi #doc #side-left .category {
	display: -moz-inline-box;
	display: inline-block;
}

#blogi #doc .section {
	border-top: 1px solid #e2e2e2;
	margin-top: 4.6%;
	padding-top:4.6%;
	width:250px;
}

#blogi #doc .section h3 {
	font-size: 100%;
	margin: 6.6% 0;
	width: 80%;
}

#blogi #doc .section .categories {
	margin-bottom: 5.6%;
	list-style: none;
	padding: 0;
}

#blogi #doc .section .categories:after {
	clear: both;
	content: '.';
	display: block;
	font-size: 1px;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

#blogi #doc .section .categories a {
	background-image: url(images/arrow-mask.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	border: 0;
	float: left;
	margin: 0 0 4.7% 0;
	padding-right: 1.57em;
}

#blogi #doc .section a {
	background-position: 0 0;
	border-bottom: 1px solid #e2e2e2;
	clear: both;
	display: block;
	font-weight: bold;
	margin-top: 2.4%;
	padding-bottom: 2.4%;
	text-transform: uppercase;
}

/* @end */

/* @group contrast */

.contrast {
	background: #fff;
	color: #fff;
}

.contrast #head a {
	background-image: url(images/logo-contrast.png);
}

/* @end */



/* @group spread */

#doc .spread:after {
	clear: both;
	content: '.';
	display: block;
	font-size: 1px;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

#doc .spread .left {
	float: left;
	width: 49.9%;
}

#doc .spread .right {
	float: right;
	width: 49.9%;
}

/* @end */

/* @group vcard */

#doc .vcard,
#doc .vcard-wrap .content-block {
	padding: 0 0 13% 0;
}

#doc .vcard .fn,
#doc .vcard-wrap h2 {
	font-size: 116%;
	font-weight: 600;
	margin: 0 0 4.4% 0;
}

#doc .vcard .tip .fn {
	margin-bottom: 0.6em;
}

#doc .vcard-wrap p {
	padding: 0;
	margin:0;
}

/* @end */

/* @group blog */

#doc .blog-list {
	margin-bottom: -5.4%;
}

#doc .blog {
	clear: both;
	margin: 0 0 5.4% 0;
}

#doc .blog-list-extended .blog {
	margin-bottom: 7.8%;
}

#doc .blog-headline {
	margin-bottom: 3.6%;
}

#doc .blog:after {
	clear: both;
	content: '.';
	display: block;
	font-size: 1px;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

#doc .blog .category,
#doc #content .go-category-uutiset {
	background: #bda48b;
	color: #fff;
	font-weight: bold;
	padding: 0.5em 0.7em;
	text-decoration: none;
	text-transform: uppercase;
}

#doc .blog-list-extended .blog .title a {
	color: #bda48b;
}

#doc .category-inspis .category,
#doc #content .go-category-inspis {
	background: #91ed0e;
	color: #fff;
	font-weight: bold;
	padding: 0.5em 0.7em;
	text-decoration: none;
	text-transform: uppercase;
}

#doc .blog-list-extended .category-inspis .title a {
	color: #91ed0e;
}

#doc .category-duuniputki .category,
#doc #content .go-category-duuniputki {
	background: #0ed6ee;
	color: #fff;
	font-weight: bold;
	padding: 0.5em 0.7em;
	text-decoration: none;
	text-transform: uppercase;
}

#doc .blog-list-extended .category-duuniputki .title a {
	color: #0ed6ee;
}

#doc .blog-list-extended .blog .title a:hover,
#doc .blog-list-extended .blog .title a:active {
	color: #000;
}

#doc .blog .title {
	color: #cbcbcb;
	letter-spacing: -0.05em;
	margin: 3.3% 0 2.8% 0;
}

#doc .blog-list-extended .blog .title {
	font-size: 225%;
	margin-top: -0.6%;
}

#doc .blog .title .date {
	color: #222;
}

#doc .blog .title a {
	text-decoration: none;
}

#doc .blog .thumb {
	background: url(images/blog-thumb.png) 0 0 no-repeat;
	display: inline;
	float: right;
	height: 128px;
	margin: -0.4% -4px 0 3.7%;
	padding: 11px;
	width: 181px;
}

#doc .blog-list-extended .blog .thumb {
	background: url(images/blog-thumb2.png) 0 0 no-repeat;
	height: 208px;
	margin-bottom: 1.7%;
	width: 281px;
}

#doc .blog .thumb-medium {
	background: url(images/blog-thumb-mid.png) 0 0 no-repeat;
	height: 300px;
	width: 400px;
	display: inline;
	clear:both;
	margin: -0.4% -4px 1.7% -1.4%;
	padding: 12px;
	display:block;
}

#doc .blog .thumb-large {
	background: url(images/blog-thumb-large.png) 0 0 no-repeat;
	height: 390px;
	width: 520px;
	display: inline;
	clear:both;
	margin: -0.4% -4px 1.7% -1.4%;
	padding: 15px;
	display:block;
}

#doc .blog .thumb a {
	display: block;
	height: 100%;
	overflow: hidden;
}

#doc .blog .thumb-medium a {
	display: block;
	height: 100%;
	overflow: hidden;
}


#doc .blog .thumb-large a {
	display: block;
	height: 100%;
	overflow: hidden;
}

#doc .blog .thumb  img {
	display: block;
	height: auto;
	width: 100%;
	-ms-interpolation-mode: bicubic;
}

#doc .blog .thumb-medium img {
	display: block;
	height: auto;
	width: 100%;
	-ms-interpolation-mode: bicubic;
}

#doc .blog .thumb-large img {
	display: block;
	height: auto;
	width: 100%;
	-ms-interpolation-mode: bicubic;
}


#doc .blog .ingress {
	font-size: 125%;
}

#doc .blog .author {
	color: #ababab;
	display: block;
	font-style: normal;
	margin: 0.6em 0;
}

/* @end */


/* @group common icons */

#doc #content .go-rss,
#doc #content .go-facebook,
#doc #content .go-twitter {
	background: url(images/icons/23x23/rss.png) 0 50% no-repeat;
	display: -moz-inline-box;
	display: inline-block;
	line-height: 23px;
	padding: 0 0 0 34px;
	text-decoration: none;
}

#doc #content .go-twitter {
	background: url(images/icons/23x23/twitter.png) 0 50% no-repeat;
}

#doc #content .go-facebook {
	background: url(images/icons/23x23/facebook.png) 0 50% no-repeat;
}

/* @end */


/* @group typography */

html, body, blockquote, dd, div, dl, dt, fieldset, form, li, object, ol, p, table, td, th, ul {
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 100%;
	/*line-height: 1.2em;*/
	line-height: 1.4em;
}

html {
	font: 14px Lucida Grande, Lucida Sans Unicode, Lucida, Corbel, Tahoma, Arial, sans-serif;
	letter-spacing: -0.06em;
}

body {
	background: #fff;
	color: #000;
	line-height: 1.3em;
}

#doc h1, #doc h2, #doc h3, #doc h4, #doc h5, #doc h6 {
	font-size: 12px;
	margin: 9px 0;
}

#doc h1 {
	font-size: 410%;
	font-weight: 800;
	letter-spacing: -0.05em;
	line-height: 90%;
	margin: -5% 0 2.4% 0;
	text-indent: -3px;
	text-transform: uppercase;
}

#doc h2 {
	font-size: 170%;
	font-weight: 600;
	line-height: 100%;
	margin: 0.6em 0;
	text-transform: uppercase;
}

#doc h3 {
	font-size: 128%;
	font-weight: bold;
	margin: 0.6em 0;
	text-transform: uppercase;
}

#doc h4 {
	font-size: 95%;
	font-weight: bold;
	margin: 0.6em 0;
	text-transform: uppercase;
}

#doc p, #doc ul, #doc ol, #doc dl, #doc table {
	margin: 0.6em 0;
}

#doc ul, #doc ol {
	padding-left: 1.5em;
}

#doc dd {
	margin-left: 2em;
}

#doc cite, #doc em {
	font-style: italic;
}

#doc a {
	color: #ef0784;
	text-decoration: underline;
}

#doc a:hover, #doc a:active {
	color: #000;
}

#doc img {
	border: 0;
}

/* @end */

/* @group cufon */

.cufon-loading h1,
.cufon-loading h2,
.cufon-loading h3 {
	visibility: hidden !important;
}

.cufon-active #etusivu #doc #nav a {
	padding-top: 0.4%;
}

.cufon-active #etusivu #doc #nav a .cufon {
	margin-bottom: -6px;
}


/* @end */


/* @group nav */

#nav {
	font-size: 116%;
	font-weight: 800;
	padding: 0 0 15.4% 0;
	text-transform: uppercase;
}

#nav:after {
	clear: both;
	content: '.';
	display: block;
	font-size: 1px;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

#nav ul {
	list-style: none;
	margin: -10px 0 0 0;
	padding: 0;
}

#nav ul li {
	line-height:1.15em;
}

#nav a {
	letter-spacing: -0.02em;
	text-decoration: none;
}

#nav a:active,
#nav a.nav-selected {
	color: #000;}

#nav a:hover {
}

/* @end */

#tags { line-height:1.5em;}

