/*  
Theme Name: Mikino Blog
Theme URI: 
Description: The official theme of Mikino network of blogs.
Version: 1.0
Author: Mikino
Author URI: http://www.mikino.com/

	All contents, CSS, XHTML, images and design are copyright (c) Mikino Bt.
	All rights reserved.

*/


/* ---------- General Styles ---------- */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #00c;
}

a:visited {
	color: #909;
}

a:active {
	color: #f00;
}

a:hover {
	color: #f00;
}

.container {
	position: relative;
	top: 0px;
	left: 0px;
	width: 90%;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}

.none {
	display: none;
}

img {
	border: none;
}

.warning {
	color: #f00;
}


/* ---------- Header ---------- */

.header {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 80px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#index h1.sitename, #single h1.sitename, #page h1.sitename {
	font-size: 20px;
	font-weight: bold;
	color: #06f;
	letter-spacing: 0px;
	word-spacing: -3px;
	padding: 20px 0px 0px 0px;
	margin: 0px;
	border: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1.sitename a {
	color: #06f;
	text-decoration: none;
}

.sitedescription {
	font-size: 11px;
	color: #06f;
	font-size: 8px;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}

.header ul {
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0px;
	padding: 15px 0px 3px 0px;
	font-size: 10px;
	text-transform: uppercase;
}

.header ul li {
	display: inline;
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	padding: 10px 0px 3px 0px;
}

.header ul li a {
	color: #999;
	text-decoration: none;
	padding: 10px 10px 1px 18px;
	border-bottom: 1px solid #eee;
}

.header ul li a:hover {
	color: #333;
	border-bottom: 1px solid #999;
}

.header a.home {
	background: url(images/home.gif) no-repeat left bottom;
}

.header a.about {
	background: url(images/about.gif) no-repeat left bottom;
}

.header a.contact {
	background: url(images/contact.gif) no-repeat left bottom;
}


/* ---------- Sponsors ---------- */

.sponsors {
	position: absolute;
	top: 80px; /* = header height */
	left: 0px;
	height: 20px; /* currently empty */
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: #e6f0ff;
}


/* ---------- Main ---------- */

.maincontainer {
	clear: both;
	padding-top: 100px; /* = sponsors top + sponsors height */
	width: 100%;
}

.main {
	margin-right: 290px; /* = total sidebar width + right padding */
	padding-top: 30px; /* padding for both, content and sidebar */
}

.content {
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	width: 100%;
	margin-right: -290px; /* = total sidebar width + right padding */
	padding: 0px 0px 150px 10px;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-size: 17px;
}

h2 {
	margin: 0px;
	padding: 0px;
	font-size: 15px;
}

h3 {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
}

p, ul, ol, table {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 13px;
}

blockquote {
	margin: 10px 0px 15px 15px;
	padding: 0px 30px 0px 20px; /* bottom padding = p bottom padding */
	color: #666;
	border-left: 5px solid #f6f6f6;
	font-style: italic;
}


/* ---------- Index Pages ---------- */

#index h1 {
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #eee;
}

.post {
	margin: 0px;
	padding: 0px 0px 30px 0px;
	position: relative;
	clear: both;
}

#index h2 {
	font-weight: normal;
}

#index p {
	padding: 0px;
	margin: 0px;
}

#index .metabottom {
	font-size: 11px;
	color: #999;
	padding: 0px;
	margin: 0px;
	float: left;
}

#index .metabottom .diggcompact {
	width: 120px;
	margin: 0px;
	padding: 0px;
	float: left;
}

a.commentlink {
	background: url(images/comment.gif) no-repeat left top;
	padding: 0px 0px 0px 15px;
	margin-left: 10px;
}


.pagination {
	clear: both;
	position: relative;
	padding: 20px 0px 0px 0px;
	margin: 0px;
}

.pagination a {
	padding: 0px 4px;
	margin: 0px;
	color: #00c;
}

.pagination a:hover, .pagination a:active {
	color: #f00;
}

.pagination span.current {
	padding: 0px 4px;
	margin: 0px;
	font-weight: bold;
	color: #000;
}

.pagination span.disabled {
	display: none;
}



/* ---------- Single & Page ---------- */

.metatop {
	font-size: 11px;
	color: #999;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}

#page h1 {
	padding-bottom: 20px;
}

#single h2 {
	padding-bottom: 10px;
}

#single h3 {
	padding-bottom: 5px;
}

#single .digg {
	float: left;
	width: 52px;
	padding: 0px 5px 5px 0px;
	margin: 0px;
}

#single .metabottom {
	font-size: 11px;
	color: #999;
	padding: 10px 0px 30px 0px;
	margin: 0px;
}

.edit {
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 0px;
	margin: 0px;
}

.edit a {
	text-indent: -20000px;
	font-size: 1px;
	line-height: 1px;
	display: block;
	width: 16px;
	height: 20px;
	background: url(images/edit.gif) no-repeat center bottom;
	margin: 0px;
	padding: 0px;
}

.prevnext {
	clear: both;
	padding: 0px;
	margin: 0px;
	width: 100%;
}

.next {
	float: right;
	width: 50%;
	padding-bottom: 30px;
	text-align: right;
}

.prev {
	float: left;
	width: 49%;
	padding-bottom: 30px;
}


/* ---------- Comments ---------- */

h2#comments {
	padding-top: 20px;
}

.commentfeed a {
	background: url(images/feed.gif) no-repeat left center;
	padding: 1px 0px 3px 18px;
	font-size: 11px;
}

ol.comments {
	clear: both;
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
}

li.comment {
	margin: 0px 10px;
	padding: 20px;
	color: #444;
	list-style-type: none;
	position: relative;
}

.alt {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: #f6f6f6;
}

.commentinfo {
	font-size: 11px;
	color: #999;
}

.commentauthor {
	font-weight: bold;
	font-size: 13px;
	color: #333;
}

.commentedit {
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 10px;
	margin: 0px;
}

.commentedit a {
	text-indent: -20000px;
	font-size: 1px;
	line-height: 1px;
	display: block;
	width: 16px;
	height: 16px;
	background: url(images/comment-edit.gif) no-repeat center bottom;
	margin: 0px;
	padding: 0px;
}


/* ---------- Comment Form ---------- */

form#commentform {
	clear: both;
	padding: 20px;
	margin: 30px 0px;
	background: #f0ffe6;
	font-size: 11px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}


/* ---------- Sidebar ---------- */

.sidebar {
	width: 225px; /* total width = width + left padding + right padding */
	float: right;
	border-left: 1px solid #eee;
	padding: 10px 10px 50px 15px;
	margin-bottom: 15px;
	font-size: 12px;
}


/* ---------- Contact Form ---------- */

.contactform form {
	clear: both;
	padding: 20px;
	margin: 0px 0px 30px 0px;
	background: #f0ffe6;
	font-size: 11px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.contactform form .contacterror {
	background: #ff9;
}


/* ---------- Copyright ---------- */

.copyright {
	clear: both;
	width: 100%;
	text-align: center;
	padding: 20px 0px;
	margin: 0px;
	border-top: 1px solid #eee;
	font-size: 11px;
}
