/*
Theme Name: Biomon
Theme URI: http://www.biomon.dk
Description: Configure from the <a href="themes.php?page=k2-options">K2 Options Panel</a>. Visit the <a href="http://getk2.com/forum">support forums</a>, <a href="http://k2.stikipad.com/docs/show/">the wiki</a> or <a href="http://code.google.com/p/kaytwo/issues/list">the bug tracker</a>.</p><p><small>Developed by <a href="http://binarybonsai.com">Michael</a>, <a href="http://chrisjdavis.org">Chris</a>, <a href="http://zeo.unic.net.my">Zeo</a>, <a href="http://stevelam.org">Steve</a> and <a href="http://nybblelabs.org.uk">Ben</a>. Protected by <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.</small>
Version: 0.95 RC1
Author: Various Artists
Author URI: http://www.hellobrand.com

CSS Documentation: http://k2.stikipad.com/docs/show/CSS+Overview
*/

@charset "UTF-8";

/* BASIC LAYOUT ELEMENTS */

body {
background: url(background.png) repeat-x;
margin:0;
font-size: 62.5%;
font-family:Verdana, Arial, Helvetica, sans-serif; !important;
color: #666;
}

hr {
display:none;
}


#page {
margin: 19px auto;
width: 940px;
background:none;
border:0;
}

.secondary {
width: 150px;
margin: 0;
float:left;
}

#main {
margin-top: 88px;
width: 788px;
float:left;
}

#mainContentWrapper {
background: url(mainBackground.png);
width: 788px;
clear:left;
}

#mainContent {
margin-left: 60px;
width: 540px;
clear:left;
padding-top:17px;
}


#mainBottom {
background:url(mainBgBottomTrans2.png);
width: 788px;
height: 25px;
margin-top: 30px;
/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/mainBgBottomTrans.png',sizingMethod='scale');*/
}


#footer,
#footer a {
font-size: 1.1em;
color:#ccc;
}

#footer a:hover {
color:#ad1419;
}

#primary .hentry .entry-head .metalink {
	font-size: 1.1em;
	letter-spacing: -1px;
	text-transform: lowercase;
	margin-left: 15px;
	}


.clear {
float:none;
clear:both;
}

/*- Primary Contents */

#primary {
margin-left: 60px;
width: 540px;
clear:left;
padding-top:17px;
}

.hentry {
	margin: 0;
	padding: 5px 0 15px;
	position: relative;
	}

.entry-content {
	font-size: 1.1em;
	line-height: 1.5em;
	text-align: justify;
	color: #444;
	}

.entry-content p,
.entry-content ul,
.entry-content ol,
.entry-content div,
.entry-content blockquote {
	margin: 13px 0;
	}

.k2-asides .entry-content p,
.k2-asides .entry-content ul,
.k2-asides .entry-content ol,
.k2-asides .entry-content div,
.k2-asides .entry-content blockquote {
	margin: 5px 0;
	}

.single .k2-asides .entry-content p,
.single .k2-asides .entry-content ul,
.single .k2-asides .entry-content ol,
.single .k2-asides .entry-content div,
.single .k2-asides .entry-content blockquote {
	margin: 13px 0;
	}

.metalinks {
	margin-top: 3px;
	}

.commentsrsslink {
	background: url('images/feed.png') left top no-repeat;
	padding: 2px 0 2px 20px;
	margin-right: 10px;
	height: 16px;
	}

.trackbacklink {
	background: url('images/arrow_refresh.png') left top no-repeat;
	padding: 2px 0 2px 20px;
	height: 16px;
	}

.commentsrsslink a, .trackbacklink a {
	color: #999;
	padding: 2px;
	}

.nopassword {
	text-align: center;
	}

#commentlist {
	margin: 0;
	padding: 10px 0 20px;
	position: relative;
	}

#commentlist li {
	margin: 10px 0 0;
	padding: 10px 10px 5px;
	list-style: none;
	}

#commentlist li .comment-content {
	padding: 10px 0;
	font-size: 1.1em;
	line-height: 1.5em;
	}

.comment-content p,
.comment-content ul,
.comment-content ol,
.comment-content div,
.comment-content blockquote {
	margin: 13px 0;
	}

#commentlist li .comment-meta {
	padding: 2px 0 2px 20px;
	background: url('images/time.png') left center no-repeat;
	display: block;
	}

#commentlist li img {
	padding: 0;
	border: none;
	}

#commentlist li img.gravatar {
	float: right;
	margin: -5px 0 0;
	}

#commentlist li .commentauthor {
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: -1px;
	}

#commentlist li .counter {
	display: none;
	font: normal 1.5em 'Century Gothic', 'Lucida Grande', Arial, Helvetica, Sans-Serif;
	color: #999;
	float: left;
	width: 35px;
	}

li.byuser {
	background: #f6f7f8;
	}

li.bypostauthor {
	background: #eee;
	}

li.bypostauthor blockquote {
	color: #333;
	background: url('images/quote.png') no-repeat 10px 0;              
	}
	 
#pinglist {
	font-size: 1.1em;
	padding: 0;
	margin: 10px 0 10px;
	background: #f6f7f8;
	}

#pinglist li {
	margin-left: 40px;
	padding: 7px 0;
	list-style: none;
	}

#pinglist li small {
	font-size: 0.8em;
	display: block;
	}

#pinglist li .counter {
	display: none;
	}

#pinglist li span.favatar img {
	margin-left: -25px;
	border: none;
	padding: 0;
	float: left;
	}

#pinglist li img {
	padding: 0;
	border: none;
	}
	
#leavecomment, .comments #loading {
	text-align: center;
	margin: 30px 0 20px !important;
	color: #ddd;
	font-size: 2em;
	letter-spacing: -2px;
	}

.comments #loading {
	margin-top: 20px !important;
	}

.comments #error {
	line-height: 2.0;
	padding: 5px;
	color: #FF0000;
	background-color: #FFFF99;
}

.comments #commentload {
	padding-top: 3px;
	float: right;
	vertical-align: middle;
}

.comments form {
	clear: both;
	padding: 1px 0 10px;
	margin: 0;
	}

.comments input[type=text], .comments textarea {
	font: 1.1em 'Courier New', Courier, Monospace;
	padding: 3px;
	color: #777;
	}

input[type=text]:focus, textarea:focus {
	background: #fff;
	color: #333;
	border-color: #666;
	}

.comments form input[type=text] {
	width: 45%;
	margin: 5px 5px 1px 0;
	}

.comments textarea {
	width: 100%;
	margin: 10px 0;
	}

.comments form #submit {
	margin: 0;
	float: right;
	}


/* LEFT MENU LIST STYLE */

/* menu list */
.menu {
list-style:none;
margin:50px 0 0 0;
padding:0;
}

.menu li a {
text-decoration: none;
color: #333;
line-height: 1.6em;
}

.menu li a:hover,
.menu li.current_page_item a,
.menu li.current_page_parent a {
color: #ad1419;
}

/*submenu list*/

.sb-pagemenu {
margin: 0 0 0 40px;
height:26px;
}

.sb-pagemenu ul {
list-style: none;
margin:0;
padding:0;
}

.sb-pagemenu ul li{
text-align:center;
font-size: 1.1em;
width:140px;
height: 21px;
padding-top: 5px;
display:block;
float:left;
background: url(subnavTab.png);

}

.sb-pagemenu ul li a {
color: #333;
text-decoration:none;

}

.sb-pagemenu ul li a:hover,
.sb-pagemenu ul li.current_page_item a {
color: #ad1419; !important;
}

/* TYPOGRAPHY */

.page-head h1 {
font-size:1.1em;
color:#666;
padding:0;
}

h3{
   font-size:13px;
  }

h3.entry-title{
   font-size:16px;
  }
