/*  
Theme Name: Mumrik
Theme URI: http://neewee.com/wordpress/mumrik-wordpress-theme/
Tags: fixed-width, three-columns, blue, white, custom-header, right-sidebar
Description: Mumrik Theme is a WordPress Theme built on W3C standards brought to you by <a href="http://frontendbook.com">Front-end Book</a>
Version: 1.0.4
Author: Mattias Hising
Author URI: http://frontendbook.com/

	Mumrik 1.0.4
	http://neewee.com/wordpress/mumrik-wordpress-theme/

	This theme was designed and built by Mattias Hising,
	whose blog you will find at http://frontendbook.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
body{
	font-size:0.9em;
	margin:0;
	padding:0;
	font-family:"Myriad Pro", "Lucida Grande", "Tahoma", "Arial", "Helvetica Neue", Helvetica, Arial, sans-serif;
 }

a {
	text-decoration:none;
	color:#1a6091;
}

hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}

a img {
	border:0px;
}

a:hover {
	text-decoration:underline;
}

blockquote {
	margin:0;
	padding:10px 20px;
	color:#666;
	line-height:1.5em;
	font-style:italic;
}

#Wrapper{
	margin:10px auto;
	width:950px;
}


#Header {
height: 300px;
width: 950px;
padding: 0;
background-image: url("http://www.comoxvalleynaturalist.bc.ca/wp-content/themes/mumrik/randomimage/rotate.php");
background-repeat: no repeat;
}


#trans_background {
        filter:alpha(opacity=60); /* IE's opacity*/
        opacity:0.6; /* CSS2 Compliant browsers understand this */
	background:black none repeat scroll 0 0;
	height:80px; /* have to set a height to contain the text */
        /* set a position for the transparent background over the image */
	position:relative;
	left:0px;
	top:220px; /* picture height minus height of this element */
	width:950px; /* width to match the photo */
}

#text_over_background{
        filter:alpha(opacity=100); /* Make IE understand that this is not transparent */
        opacity:1; /* Make CSS compliant browsers understand this is not transparent */
        position:relative;
        top: 160px; /* whatever puts the text where you need it */
        left: 10px; /* again, wherever you need the text */
     }

#RSSButton {
	color:#000;
	font-size:13px;
	padding:4px 12px 4px 28px;
	display: block;
	background:transparent url("img/feed_small.png") no-repeat 8px 3px;
}

#text_over_background h1 {
	padding:0;
	margin:0;
	font-size:1.6em;
	font-weight:bold;
}

#text_over_background h1 a {
	color:#fff;
	text-decoration:none;
}

#text_over_background h1 a:hover,
#MainNavigation li a:hover {
	text-decoration:none;
}

#text_over_background h1 strong {
	font-size:1.3em;
	color:#fff;
}

#text_over_background h2 {
	padding:0;
	margin:0;
	font-size:1.1em;
	font-weight:normal;
	color:#999;
}	
	
#MainNavigation {
z-index:1;
	background: #006699;
	padding:10px;
	position:relative;
}

#MainNavigation ul,
#MainNavigation li
{
	list-style:none;
	padding:0;
	margin:0;
}
#MainNavigation li
{
	display:inline;
}

#MainNavigation li a{
	padding:10px 8px;
	color:#fff;
	text-decoration:none;
        font-weight: bold;
	font-size:0.9em;
        text-transform:uppercase;
}

#MainNavigation li a:hover {
        background-color: #0b4761;
        font-weight: bold;
}

#MainNavigation li:first-child a {
	/*padding-left:0px;*/
}



#MainNavigation ul > li a.current:hover, 
#MainNavigation ul > li.current_page_parent a:hover,
#MainNavigation ul > li.current_page_item a:hover,
#MainNavigation ul > li.current_page_ancestor a:hover {
	text-decoration: none;
        font-weight: bold;
	cursor: default;
}


#Search input[type='text'] {
	border:1px solid #4cb4fc;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding:2px;
}

#MainContent{
	float:left;
}
#ContextualContent {
float:right;
}


#MainContent {
	width:680px;
	margin:0 11px 0 0;
	padding: 10px 10px 10px 0;
}


#ContextualContent {
	margin-top:10px;
	width:230px;

}

#featured_thumb {
text-align:center; width:210px; margin:auto;
}

.widget {
	background-color: #99CCFF;
	padding:10px;
	margin-bottom: 10px;
	border: 1px solid #6699CC;
}

.widget h4 {
	margin: 0 0 10px 0;
	padding: 0;
}

.Post {
	margin:10px 0;
}



.Post h3 {
	margin:0;
	padding:0;
	letter-spacing: -1px;
}

.Post h3 a {
	color:#2B9A09;
	font-size:22px;
	
}

.PostImage {
	border:1px solid #000;
}


.PostInfo em {
	font-style:normal;
}

.author {
	color:#999;
}

.comments {
	float:right;
}

.LeftImage {
	float:left;
	margin:0 20px 15px 0;
}

.RightImage {
	float:right;
	margin:0 0 20px 20px;
}

.Post .PostInfo {
display: block;
	padding:4px 0;
	margin:0;
	font-size:0.9em;
	color:#B3B3B3;
}

.PostContent {
	clear:both;
	line-height:1.7em;
	font-size:0.9em;
        padding: 10px 0 0 0;
	
}

/* Contextual Content */

.widget ul,
.widget ul li
{
	list-style:none;
	margin:0;
	padding:0;
}

.widget ul li
{
	padding:4px 0 4px 12px;
	/*font-size: 0.9em;*/
}


.widget ul li ul {
	/*display:none;*/
}
 

span.date {
	color:#B3B3B3;
}

span.title a {
	color:#2B9A09;
}

span.author_and_tags {
	display:block;
	color:#B3B3B3;
}


/* Footer */
#Footer {
	margin:10px 0;
	font-size: 0.9em;
	clear:both;
	padding:20px;
	color:#999;
	text-align:center;
}

#Footer a {

}

/* Ads */
#textads,
#BigFooterAd {
	margin-top:10px;
	text-align:center;
}

#BigAd {
 text-align:center;
}

/* WP Theme Requirements Classes */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: 5px 10px 10px 0;
   /*border: 1px solid #333;*/
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.clearfix {display: inline-block;}  /* for IE/Mac */


.SearchResult {
	list-style: none;
	margin:0;
	padding:0;

}

.SearchResult li {
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
}

.gravatar {
	width:96px;
	float:left;
	padding:0 10px 0 0;
}

#contextual_ads {
	list-style: none;
	margin:0;
	padding: 0;
}


/* jQuery UI Tabs */
.ui-tabs-nav {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	position: relative;
	z-index: 1;
	border-right: 1px solid #bed7f1;
	bottom: -1px;
}
.ui-tabs-nav-item {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	border: 1px solid #bed7f1;
	border-right: none;
}
.ui-tabs-nav-item a {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	font-size: 0.9em;
	font-weight: normal;
	text-decoration: none;
	padding: .5em .9em;
	color: #555555;
	background-color: #effaff;
}
.ui-tabs-nav-item a:hover {
	background-color: #b2d1ef;
}
.ui-tabs-selected {
	border-bottom-color: #ffffff;
}
.ui-tabs-selected a, .ui-tabs-selected a:hover {
	background-color: #ffffff;
	color: #222222;
}
.ui-tabs-panel {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;

	clear:left;
	border: 1px solid #bed7f1;
	background-color: #ffffff;
	color: #222222;
	padding: .5em .7em;
	margin-bottom: 15px;
}
.ui-tabs-hide {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}

/* WP Core Classes */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/* CommentLuv support */
abbr em img { float: left !important; margin: 2px !important }

/* templates */
.full_image {
	margin:10px 0 0 0;
}

/* Generic Classes */
ul.links {
	list-style:none;
	margin:0;
	padding:0;
}


ul.links li
{
	padding:4px 0 4px 12px;
	background:transparent url("img/icon_list_arrow.gif") no-repeat 4px 7px;
	font-size: 0.9em;
}

/* Templates */
#FullContent {
	position:relative;
}

#rotator {
	position:absolute;
	width:938px;
	bottom:0;
	left:0;
	
}


/* Plugin Specific Classes */

/* NavXT */
.breadcrumb {
	margin:10px;
}

#AdsContext {
	border:1px solid #bed7f1;
	padding:5px;
	margin-bottom:10px;
}
