/*
Theme Name: mikkolli.com
Theme URI: http://mikkolli.com
Description: Custom design for mikkolli.com
Version: 4, sidebar
Author: Mikk Olli
Author URI: http://mikkolli.com
Tags: sidebar, black


*/

/*CSS Reset*/ body, div, dl, dt, dd, ul, ol, li, pre,form, fieldset, input, textarea, p, blockquote, th, td, button, h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; }table { border-collapse: collapse; border-spacing: 0; } caption, th { text-align: left; font-weight: normal; font-style: normal; }acronym, abbr, fieldset, a img, img { border: 0;}:focus { outline: 0; } a img {border: 0px;}

/* GENERAL elements */
html { font-size:100.01%; }
body { 
	background: #fff;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	 }


.float_right {float: right;}
.float_left {float: left;}
.clear {clear: both;}
.aligncenter {text-align: center;}


@font-face {
	font-family: 'DeliciousRoman';
	src: url('delicious-font/delicious-roman-webfont.eot');
	src: local('?'), url('delicious-font/delicious-roman-webfont.woff') format('woff'), url('delicious-font/delicious-roman-webfont.ttf') format('truetype'), url('delicious-font/delicious-roman-webfont.svg#webfont6NiZFTyn') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DeliciousBold';
	src: url('delicious-font/delicious-bold-webfont.eot');
	src: local('?'), url('delicious-font/delicious-bold-webfont.woff') format('woff'), url('delicious-font/delicious-bold-webfont.ttf') format('truetype'), url('delicious-font/delicious-bold-webfont.svg#webfontjKXVXjll') format('svg');
	font-weight: normal;
	font-style: normal;
}
	
	
/* text elements */
.text_center {text-align: center;}
.mute {color: #999}
.error {color: #f00; font-weight: bold;}

h1, h2, h3, h4 h5 {color: black;}
h1 {font-size: 20px;}
h2 {font-size: 25px;}
h3 {font-size: 110%;}

a:link, a:visited, a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	}
a:hover {color: #b80182;}


table, table tr td {
	vertical-align: top;
	}
	
table strong {
	color: black;
	text-transform: uppercase;
	}


/*----------------------------------------------------------------------
                                 BUILD
-----------------------------------------------------------------------*/

#container { width: 930px; margin:0 auto; }
#content {
	width: 930px;
	margin: 0px auto;
	padding-bottom: 70px;
	overflow: hidden;
	}

#header {
	width: 930px;
	margin:0 auto;
	height: 130px; 
	border-bottom: 3px solid black;
	position: relative;
	}


/*----------------------------------------------------------------------
                                 HEADER
-----------------------------------------------------------------------*/
#mo-logo {
	position: absolute;
	top: 0px; 
	left: 0px;
	}

body.blog, body.archive, body.single { background: url(img/back.gif) no-repeat top center; }
	
#blog-title {position: absolute; top: 63px; left: 68px;}
#blog-title a {
	display: block;
	background: transparent url(img/blog-title.gif) no-repeat top left;
	width: 155px;
	height: 70px;
	}
	

#title {position: absolute; top: 63px; left: 109px; width: 226px; height: 42px;}
	/*
#title a {
	display: block;
	background: transparent url(img/mikkolli-title.jpg) no-repeat top left;
	
	}
*/
	
	
#topmenu {
	position: absolute;
	top: 84px;
	right: 0px;
	color: #000;
	font-weight: bold;
	width: 400px;
	}
	
	#topmenu ul { list-style: none; float: right;}
		#topmenu ul li { float: left; padding: 0; position: relative; margin: 0 4px; text-align: center; }
	
#topmenu ul li a:link, #topmenu ul li a:visited, #topmenu ul li a:active {
	font-size: 17px;
	font-weight: normal;
	font-family: DeliciousBold, sans-serif;
	text-transform: uppercase;
	}
#topmenu ul li a:hover { border-bottom: 1px dotted #b80182; }

#topmenu ul li em {
	border-right: 1px dotted #bbb;
	width: 200px;
	height: 29px;
	position: absolute;
	top: -60px;
	right: 0px;
	text-align: right;
	padding: 0 6px 0 0;

	
	display: none;
	z-index: 2;
	color: #999;
	font-style: normal;
	font-weight: normal;
	line-height: 12px;
	font-family: DeliciousRoman, Arial, helvetica, sans-serif;
	font-size: 16px;
}

	



/*----------------------------------------------------------------------
                         CONTENT- HOMEPAGE (PORTFOLIO)
-----------------------------------------------------------------------*/

.home-header-container {
	width: 930px;
	margin: 0 auto;
	border-bottom: 1px dotted black;
	overflow: hidden;
	line-height: 24px;
	}
	h1.home-header {
		font-family: DeliciousRoman, sans-serif;
		font-size: 16px;
		font-weight: normal;
		color: #ccc;
		text-transform: uppercase;
		line-height: inherit;
		width: 680px;
		padding: 20px 0 23px 0;
		float: left;
		}
	h1.home-header:hover { color: #aaa;}
	.home-header-container .home-header-contact {
		float: right;
		line-height: 24px;
		font-size: 11px;
		font-family: Arial, sans-serif;
		padding: 20px 0;
		width: 210px;
		text-align: right;
		}


/*--  portfolio slider style --*/
#loopedSlider { margin: 40px auto 150px; width:930px; position:relative; clear:both; }

.container { width:930px; height:610px; overflow:hidden; position:relative; cursor:pointer; }
.slides { position:absolute; top:0; left:0; }
.slides div { position:absolute; top:0; width:930px; display:none; }
ul.slides { position:absolute; top:0; left:0; list-style:none; padding:0; margin:0; }
div.slides > div,ul.slides li { position:absolute; top:0; width:930px; display:none; padding:0; margin:0; }
	
		a.previous { position:absolute; top:300px; left:-50px; }
		a.next { position:absolute; top:300px; right:-50px; }
		
		ul.pagination { width: 100px; list-style-type:none; padding:0; margin:20px auto; }
		ul.pagination li { float:left; margin:0 7px; }	
		ul.pagination a { 
			display:block; 
			width:10px; 
			height:0px; 
			padding-top:10px; 
			overflow:hidden; 
			background-image:url(img/pagination.gif); 
			background-position:0 0; 
			background-repeat:no-repeat;
			}
		ul.pagination li.active a {background-position:0 -10px}
		
/*-- end slider --*/
		
	
	


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

.narrowcolumn { margin: 0px 0 30px 0px; padding-left: 70px; width: 600px; float: left;}	
	
	
h2, h1, .post h2 a {
	font-family: DeliciousRoman, Helvetica, Arial, sans-serif;
	font-style: normal;
	text-transform: uppercase;
	font-size: 23px;
	line-height: 30px;
	margin: 1px 0 1px;
	color: #000;
	}
	
h2 a:link, h1 a:link, h2 a:visited, h1 a:visited {color: #333;}
h2 a:hover, h1 a:hover {color: #b80182;}
	
	
.post small {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #a0a0a0;
	}
.post small a:link, .post small a:active, .post small a:visited {
	color: inherit;
	font-weight: normal;
	font-size: inherit;
	}
.post small a:hover {
	color: black;
	}



.post { position: relative; margin: 65px 0 50px; }

	
.post-date {
	width: 57px;
	height: 57px;
	background: white url(img/post-date.jpg) no-repeat;
	position: absolute;
	margin-top: 64px;
	margin-left: -70px;
	text-align: center;
	}
.post-date p {
	font-family: DeliciousRoman, Helvetica, Arial, sans-serif;
	font-size: 21px;
	line-height: 19px;
	color: white;
	padding: 6px 9px 3px 0px;
	text-align: center;
	}
.post-date p span {
	font-size: 10px;
	text-transform: uppercase;
	}
	


.topnavi {
	border-bottom: 1px dotted #555;
	padding: 15px 0 15px 0;
	text-align: center;
	overflow: hidden;
	}
.topnavi a, .topnavi a:visited, .topnavi a:active {
	display: block;
	height: 24px;
	line-height: 24px;
	background: url(img/arrow-left.png) no-repeat;
	padding-left: 40px; 
	}
.topnavi a:hover { color: #999;}
	
.topnavi h2 {
	display: inline;
	font-size: 19px;
	line-height: 24px;
	padding-right: 80px;
	}
	
	
	
	
.entry {
	margin: 20px 0 15px;
	font-size: 12px;
	line-height: 19px;
	color: #444;
	}
.entry p {
	margin-bottom: 15px;
	}
.entry p a:link, .entry p a:active, .entry  a:visited {
	color: #b80182;
	font-weight: bold;
	}
.entry p a:hover {
	color: #000;
	}
.entry img {
	padding: 0;
	margin: 0;
	border: none;
	}
.entry ul { list-style-position: inside; margin: 0 0 15px 0; padding: 0px;}
.entry ul li {margin: 0px; padding: 0px;}

.entry a:link.more-link, .entry a:visited.more-link, .entry a:active.more-link {
	display: block;
	background: #FFF url(img/more-link.gif) no-repeat top left;
	width: 226px;
	height: 27px;	
	line-height: 27px;
	padding: 0 0 0 18px;
	margin: 8px 0;
	color: #FFF;
	font-weight: normal;
	font-size: 16px;
	font-family: DeliciousRoman, Helvetica, arial, sans-serif;
	text-transform: uppercase;
	}
.entry a:hover.more-link {	
	color: #999; 
	}
	
	
.postmetadata {
	border-top: 1px solid #ddd;
	padding: 6px 0;
	margin: 16px 0 30px;
	color: #bbb;
	}
.postmetadata a:link, .postmetadata a:active, .postmetadata a:visited {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	}
	
.postmetadata a:hover {
	color: black;
	}
	
.ilikethis {float: left;}
.ilikethis span a {font-weight: normal; padding-left: 10px;}
	
	




/*----------------------------------------------------------------------
                                SIDEBAR
-----------------------------------------------------------------------*/

#sidebar {
	width: 200px;
	padding: 65px 0 0 0;
	margin-left: 727px;
	color: #8e8e8e;
	font-size: 11px;
	line-height: 16px;
	list-style: inside;
	list-style-position: outside;
	}

li.widget div.textwidget {text-indent: 0px;}
	
#sidebar ul li {list-style: none; margin: 0px; padding: 0px;}
	
#sidebar ul li h2.widgettitle {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 17px;
	color: #555;
	list-style: none;
	border-bottom: 1px dotted #888;
	margin: 25px 0 9px 0;
	padding: 0px;
	clear: none;
	}
	
#sidebar a:link, #sidebar a:active, #sidebar a:visited { color: inherit; font-weight: normal; }
#sidebar a:hover { color: black; border-bottom: 1px dotted #555; }
	
#sidebar ul li ul li {
	margin: 0px;
	padding-left: 15px;
	padding-bottom: 6px;
	background: url(img/bullet.gif) no-repeat 0px 3px;
	line-height: 14px;
	}
	
	

	
	
/*----------------------------------------------------------------------
                               Comments
-----------------------------------------------------------------------*/	




#comments-holder {
	width: 600px;
	margin: 0px 0px 30px 0px;
	color: #666;
	}
#comments-holder h3 {
	font-family: DeliciousRoman, Helvetica, arial, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #555;
	}
	
#comments-holder ol li {
	margin: 20px 0;
	list-style: none;
	}
#comments-holder a:link, #comments-holder a:visited, #comments-holder a:active { color: #555; }
#comments-holder a:hover { color: #b80182; border-bottom: 1px dotted #b80182;	}
	
		

div.comment-author { 
	float: left; 
	color: #000; 
	font-size: 14px; 
	line-height: 30px;
	margin-bottom: 1px;
	}
#comments-holder div.comment-author a:link, #comments-holder .comment-author a:visited,  #comments-holder .comment-author a:active { 
	font-weight: bold; 
	font-style: normal; 
	color: #000;	
	}
#comments-holder div.comment-author a:hover {
	font-weight: bold; 
	font-style: normal; 
	color: #b80182;
	}

#comments-holder div.comment-meta { 
	float: right; 
	font-size: 10px; 
	line-height: 30px; 
	color: #b7b7b7;
	}
#comments-holder div.comment-meta a:link, #comments-holder .comment-meta a:visited, #comments-holder .comment-meta a:active, #comments-holder .comment-meta a:hover { 
	font-weight: normal; 
	color: #b7b7b7;	
	}
	

.comment-body p {
	font-size: 13px;
	background: #f4f4f4;
	padding: 18px;
	clear: both;
	line-height: 19px;
	margin-bottom: 20px;
	}
#comments-body a { color: #222; border-bottom: 1px dotted #555; }
#comments-body a:hover { color: #000; border-bottom: 1px dotted #b80182;	}
	
	
	
/* Leave a reply */
#respond { width: 600px; margin-top: 70px; }
	
#commentform { margin: 10px 0; color: #999;	}
#commentform p {margin: 5px 0; line-height: 18px;}
#commentform textarea {
	width: 400px;
	height: 130px;
	border: 2px solid #bbb;
	background-color: #fff;
	margin-bottom: 10px;
	}
#commentform input {
	padding: 4px;
	border: 2px solid #bbb;
	background-color: #fff;
	margin-bottom: 7px;
	width: 150px;
	}
#commentform label {
	font-size: 16px;
	margin: 0 0 0px 10px;
	line-height: 30px;
	}
#commentform #submit {
	border: 0;
	background-color: black;
	color: white;
	padding: 8px;
	cursor: pointer;
	}
#commentform #submit:hover { background-color: #b80182;	}





/*----------------------------------------------------------------------
                               NAVIGATION
-----------------------------------------------------------------------*/

.navigation {
	width: 600px;
	border-bottom: 1px dotted #555;
	border-top: 1px dotted #555;
	margin: 60px 0;
	overflow: hidden;
	line-height: 60px;
	}
	
.wp-pagenavi {
	font-size: 14px;
	text-align: center;
	}
.wp-pagenavi span, .wp-pagenavi a {margin: 0 6px;}
.wp-pagenavi span { color: #888; }



/*----------------------------------------------------------------------
                               Footer
-----------------------------------------------------------------------*/






/*----------------------------------------------------------------------
                               404
-----------------------------------------------------------------------*/


div.fourofour {
	width: 839px;
	height: 658px;
	background: url(img/404.jpg) no-repeat top left;
	margin: 30px auto 0;
	text-align: right;
	}
div.fourofour h1 {
	padding: 505px 160px 0 0;
	}
div.fourofour p {
	padding: 5px 160px 0 0;
	}
div.fourofour p a:link, div.fourofour p a:visited, div.fourofour p a:active, {
	color: black;
	font-weight: bold;
	border-bottom: 1px dotted #888;
	}
div.fourofour p a:hover{
	color: #b80182;
	border-bottom: 1px dotted #b80182;
	}









