/*  
Theme Name: Mumrik Wordpress Theme by The Frontend
Theme URI: http://hising.net/mumrik/
Description: Get More Free Wordpress Themes By Visiting <a href="http://www.wordpress.pro">Wordpress Theme</a>
Version: 1.0
Author: Mattias Hising.
Author URI: http://hising.net/

This theme was designed and built by Mattias Hising, whose blog you will find at http://hising.net/

*/
body{
	font-family:"Lucida Grande", Tahoma, "Trebuchet MS", sans-serif;
	font-size:0.9em;
}

a {
	text-decoration:none;
	color:#00f;
}

a img {
	border:0px;
}

a:hover {
	text-decoration:underline;
}

blockquote {
	margin:0;
	padding:10px 20px;
	background-color:#EEFFE9;
	border-left:1px solid #9DD58C;
	color:#333;
	font-size:1.1em;
	line-height:1.5em;
	font-family:Georgia, serif;
	font-style:italic;
}

#Wrapper{
	margin:10px auto;
	width:950px;
}
#BigAd {
	padding-bottom:10px;
}

#Header {
	border-top:1px solid #B6E1FF;
}

#HeaderText{
	padding:24px 10px 24px 55px;
	background:transparent url("img/logo.gif") no-repeat 0 28px;
}

#HeaderText h1 {
	padding:0;
	margin:0;
	font-size:1.6em;
	font-weight:normal;
letter-spacing:-0.1em;
}

#HeaderText h1 a {
	color:#B3B3B3;
	text-decoration:none;
}

#HeaderText h1 a:hover,
#MainNavigation li a:hover {
	text-decoration:underline;
}

#HeaderText h1 strong {
	font-size:1.3em;
	color:#000;
}

#HeaderText h2 {
	padding:0;
	margin:0;
	font-size:0.9em;
	font-weight:normal;
	color:#A3BF72;
}	
	
#MainNavigation {
	background:#187CA7 url("img/bg_main_navigation.gif") repeat-x;
	padding:10px 10px 10px 25px;
	position:relative;
}

#MainNavigation ul,
#MainNavigation li
{
	list-style:none;
	padding:0;
	margin:0;
}
#MainNavigation li
{
	display:inline;
}

#MainNavigation li a{
	padding:4px 12px;
	color:#fff;
	text-decoration:none;
	font-size:0.9em;

}
#Search{
	position:absolute;
	right:10px;
	top:8px;
}

#MainContent,
#ContextualContent,
#ExtrasContent {
	float:left;
	margin-right:10px;
}

#MainContent {
	width:509px;
}

#ContextualContent {
	width:250px;
}
#ExtrasContent {
	width:160px;
}

.Post {
	margin:10px 0 30px 0;
}

.PostDate{
	float:left;
	background:#fff url("img/bg_date.gif") repeat-x;
	text-align:center;
	padding:4px 8px;
	margin:0 10px 0 0 ;
}

.PostDate .Date {
	color:#fff;
	font-weight:bold;
	font-size:2em;
}

.PostDate .Month {
	font-weight:bold;
	text-transform:uppercase;
}

.Post h3 {
	margin:0;
	padding:6px 0 0 0 ;
}

.Post h3 a {
	color:#2B9A09;
	
}

.PostImage {
	border:1px solid #000;
}

.PostInfo em {
	font-style:normal;
}

.LeftImage {
	float:left;
	margin:0 20px 15px 0;
}

.RightImage {
	float:right;
	margin:0 0 20px 20px;
}

.Post .PostInfo {
	padding:4px 0 0 0;
	margin:0;
	font-size:0.9em;
	color:#B3B3B3;
}

.PostContent {
	clear:both;
	padding-top:5px;
	line-height:1.5em;
	font-size:0.9em;
	
}

/* Contextual Content */
#ContextualContent h4{
	margin:16px 0 4px 0;
	padding:0;
}

.ContextualList,
.ContextualList li
{
	list-style:none;
	margin:0;
	padding:0;
}

.ContextualList li
{
	padding:2px 0 2px 12px;
	font-size:0.9em;
	background:#fff url("img/icon_list_arrow.gif") no-repeat 4px 7px;
}

/* ExtrasContent */
.Toolbox {
	padding:0.5em;
	border:1px solid #FBCB8C;
	margin:16px 0 4px 0;
	background-color:#FFF59B;
} 
.Toolbox h4,
.UserInput h4 {
	margin:0;
	padding:0;
}

.UserInput {
	padding:0.5em;
	border:1px solid #74F4F2;
	margin:16px 0 4px 0;
	background-color:#C0FFFF;
}

ul.tools,
ul.tools li
{
	list-style:none;
	margin:0;
	padding:0;
}

ul.tools {
	margin-bottom:10px;
}

ul.tools li {
	font-size:0.8em;
	padding:2px 0 2px 22px;
	background:transparent url("img/add_rss.png") no-repeat 0 2px;
}

ul.tools li#rss
{
	background:transparent url("img/feed_small.png") no-repeat 0 2px;
}
ul.tools li#delicious
{
	background:transparent url("img/delicious.png") no-repeat 0 2px;
}
ul.tools li#stumbleupon
{
	background:transparent url("img/stumble.gif") no-repeat 0 2px;
}

ul.tools li#digg
{
	background:transparent url("img/digg.gif") no-repeat 0 2px;
}

/* Archive */
ul.SearchResult {
	list-style:none;
	margin:0;
	padding:0;
}

ul.SearchResult li {
	margin:0;
	padding:6px;
}


span.date {
	color:#B3B3B3;
}

span.title a {
	color:#2B9A09;
}

span.author_and_tags {
	display:block;
	color:#B3B3B3;
}

/* Resultlists and Commentlists*/
.SearchResult li {
	padding:8px;
	background-color:#EFFFFF;
	color:#333;
	font-size:0.9em;
}

.SearchResult li.alt {
	background-color:#D8FCFC;
}

/* Comments form */
.Comments .Form {}

.Comments .Form p { padding: 3px 0px; margin: 0px; font-size: 11px; color:#000033;}
.Comments .Form p label { padding-bottom: 11px; display: block;}
.Comments .Form p label small { font-size: 11px; color: #000033}

.Comments .Form .TextField { background: #fff; border: solid 1px #89afd8; padding: 5px; font-size: 11px; margin-right: 20px; color:#40454b;}
.Comments .Form .TextArea { background: #fff; border: solid 1px #89afd8; padding: 5px; font-size: 11px; color:#40454b;}


/* Footer */
#Footer {
	margin:20px 0;
	clear:both;
	padding:20px;
	background:#177DAC;
	color:#fff;
	text-align:center;
	font-size:0.7em;
}

#Footer a {
	color:#FFF59B;
}

/* Ads */
#textads,
#BigFooterAd {
	margin-top:10px;
	text-align:center;
}

#BigAd {
 text-align:center;
}