/*
Theme Name: PKSHY
Theme URI: http://kuusanmaki.com
Description: A theme based on K2 made for kuusanmaki blog.
Author: Martti Kuusanm&auml;ki
Author URI: http://kuusanmaki.com
Template: k2
*/
	
body {
	background-image: url(images/bg.png);
	}

.columns-two #page {
	width: 960px; /**original 780px**/
	}

/* Header styles */
div#page {
	padding-top: 0px;
	}

div#header {
	background-color: #262626;
	}


/* Main palstan leveys */
div#primary {
	width: 640px;
	padding: 15px;
	font-size: 11px;
	}
	
/* Link colors */
div.entry-content p a  {
	color: #ff005a;
	padding: 2px 3px 2px 3px;
	}
	div.entry-content p a:hover, div.entry-content p a:visited:hover {
	background-color: #ff005a;
	color: white;
	padding: 2px 3px 2px 3px;
	text-decoration: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	}
	div.entry-content p a:visited  {
	color: #b9124d;
	padding: 2px 3px 2px 3px;
	}
		
		
/*- Sivupalstan tyylit */
#sidebar-1 h4 {
	padding-right: 5px;
	padding-left: 7px;
	padding-bottom: 8px;
	padding-top: 9px;
	margin-right: 0px;
	margin-left: -5px;
	margin-bottom: 10px;
	margin-top: 0px;
	text-align: left;
	width: 192px;
	font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	background-image: url(images/sidebanner.png);
	background-position: 0 bottom;
	border-bottom: solid 1px #888;
	border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
		border-top-right-radius: 8px;
		-moz-border-radius-topright: 8px;
		-webkit-border-top-right-radius: 8px;
	}
	
#recent-posts-3 li, #recent-comments-3 li {
	font-size: 12px;
	margin-left: 17px;
	list-style: circle outside;
	color: #888;
	}
	#recent-comments-3 li {
	font-size: 11px;
	}

/*- Sidebar link colors */
li a, #text-3 a {
	color: #262626;
	}