/*  
Theme Name: Micelife
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.
Author: 
Author URI: 


*/

/******* YAHOO CSS RESET ******/

/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.2
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}

/***** END RESET *****/


/****** Universal *****/
body { font-size: 101%; /* IE Hack to make it do font size relatively */ }

a {
	text-decoration: none;
	color: #000000;
}
a:link {
	border-bottom: 1px solid #d84818;
}
a:hover {
	color: #00ff66;
}
a:visited {
	border-bottom: 1px solid #f0d800;
}

h1 { 
	font-size: 3em;
	font-weight: bold;
	margin: 0.1em 0em;
}


h1 a {
	text-decoration: none;
	color: #000000;
}
h1 a:link {
	border-bottom: none;
}
h1 a:hover {
	color: #000000;
}
h1 a:visited {
	border-bottom: none;
} 

h2 { 
	font-size: 2.4em;
	font-weight: bold;
	margin: 0.1em 0em;
}


h2 a {
	text-decoration: none;
	color: #000000;
}
h2 a:link {
	border-bottom: none;
}
h2 a:hover {
	color: #00ff66;
}
h2 a:visited {
	border-bottom: none;
} 
h3 { 
	font-size: 2em;
	font-weight: bold;
	margin: 0.1em 0em;

}

h4 { 
	font-size: 1.1em;
}

h5 { 
	font-size: 1.1em;
}
h6 { 
	font-size: 0.9em;
}



p {
	font-size: 1em;
}

p.small {
	font-size: 0.8em;
}

.submit input, .submit input:focus, .button {
	background: url( images/fade-butt.png );
	border: 3px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #333;
	padding: 0.25em;
}

.submit input:active, .button:active {
	background: #f4f4f4;
	border: 3px double #ccc;
	border-left-color: #999;
	border-top-color: #999;
}

.submit, .editform th, #postcustomsubmit {
	text-align: right;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

.right {
	text-align: right;
}


ul.larger {
	font-size: 1.2em;
	line-height: 1.4em;
}

blockquote {
	margin: 1em 2em 1em 2em;
	background-color: #EEEEEE;
	padding: 1em 2em 1em 2em;
}

/****** END Universal ******/

/****** Structure and Header band ******/
/*  http://www.colourlovers.com/trend/websitecolors/107/2007/7/2/Hope_Larson */
/* http://www.feedburner.com/fb/a/home */


body {
	font-size: 81%; /* Resets 1em*/
	font-family: arial,"trebuchet ms",tahoma,verdana,helvetica, san-serif;
	color: #000000;
}

/** Header covers the blue band and text of the blog title **/
#headerBand {
	width: 100%;
	position: relative;
	background-color: #F0F090;
	margin-top: 1em;
	height: 120px;
}

#headerLimitedWidth {
	width: 760px; 
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#logo {
	width: 100%;
	height: 80px;
/*	margin-top: 1em;
	margin-bottom: 1em;*/
	background-image:url(./images/MicelifeLogoSmall.gif);
	background-position: center;
	background-repeat: no-repeat;
	border-bottom: 2.1em solid #F0F090;

}

#blogTitle {
	height: 3em;
	width: 760px;
	margin: 0em auto 0em auto;

}

#blogTitle h1 {
	font-size: 2.00em;
	color: #ffffff;
	margin: 0em;
	padding-top: .1em;
}

#blogTitle h1 a {
	color: #ffffff;
}


#blogTitleDesc {
	font-size: 0.5em;
	color: #FFFFFF;
	margin: 0em;
}

.breadcrumb {
	position: absolute;
	top: 80px;
	width: 100%;
	color: #000000;
	text-align: center;
	font-size: 1.2em;
}


.breadcrumb a {
	color: #00FF66;
	border-bottom: #00FF66;
}
.breadcrumb a:visited {
	color: #00FF66;
	border-bottom: #00FF66;
}

#content {
/*	width: 760px;
	margin-left: auto;
	margin-right: auto;*/
}

.contentWidth {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}


#left {
	width: 440px;
	float: left;
}

#right {
	width: 300px;
	float: right;
}


#homeBottom {
	clear: both;
	width: 740px;
	margin: 0em auto;
	font-size: 1.1em;
}

#homeBottom h2 {
	font-size: 2em;
	text-align: left;
	font-weight: bold;
}

#homeBottom ul {
	margin-top: 0.5em;
}

#homeBottom li {
	line-height: 1.2em;
}

/****** User pages  *******/

/*********** Login **********/
#login h1 {
	text-align: center;
}
#login p {
	margin-top: 0.2em;
	margin-bottin: 0.2em;
}

#loginForm {
 	width: 20em;
	border: 1px solid #f0d800;
	padding: 0.5em;
	margin: 1em auto;
}
#loginForm ul {
	margin-top: 1em;
}

#loginForm input:focus {
	background-color: #F0F090 ;
}

#loginForm textarea:focus {
	background-color: #F0F090 ;
}

#loginForm label {
	font-size: 1.5em;
}

.error {
	background: #FFEFF7;
	border: 1px solid #c69;
	margin: 1em 5% 10px;
	padding: 0 1em 0 1em;
}

/*********** My Home Page **********/

#overview {
	padding: 1em;
	position: relative;
	background-color: #78c0e0;
	height: 11em;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #78c0a0;
	border-right: 1px solid #78c0a0;
	border-top: 1px solid #78c0f0;
	border-left: 1px solid #78c0f0;
}

#overviewLeft {
	position: absolute;
	top: 0em;
	left: 0em;
	width: 28em;
	padding-left: 1em;
	padding-bottom: 1em;
}
#overviewRight {
	position: absolute;
	top: 0em;
	left: 28em;
	padding-left: 1em;
	padding-bottom: 1em;
	width: 30em;
}

#overviewLeft h3 {
	font-weight: normal;
}

#overview h4 {
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 0.2em;
}
#overview h6 {
	margin-left: 3em;
	margin-bottom: 0.2em;
}

p.bottomLink {
	margin-top: 1em;
	text-align: right;
}

#summaryOptions {
/*	border-top: 1px solid #E0e0e0;*/
	margin-top: 1em;
	position: relative;
	height: 17em;
}

#summaryOptions h3 {
	text-align: center;
}
#summaryOptions h5 {
	text-align: center;
}

#summaryOptions p {
	line-height: 1.2em;
}

#leftBlock {
	position: absolute;
	top: 0em;
	left: 0em;
	width: 18em;
	border: 1px solid #d0d0d0;
	height: 18em;
	padding: 0em 0.5em 0.5em 0.5em;
	overflow: hidden;
}

#midBlock {
	width: 18em;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #d0d0d0;
	height: 18em;
	padding: 0em 0.5em 0.5em 0.5em;
	overflow: hidden;
}

#rightBlock {
	position: absolute;
	top: 0em;
	right: 0em;
	width: 18em;
	border: 1px solid #d0d0d0;
	height: 18em;
	padding: 0em 0.5em 0.5em 0.5em;
	overflow: hidden;
}

#rightBlock h5 {
	margin-bottom: 0.5em;
}

#rightBlock h4 {
	text-align: center;
}

.buttonSmall {
	height: 51px;
	width: 51px;
	background-image: url(./images/ButtonSmall.gif);
	background-repeat: no-repeat;
	background-position: center;
	padding: 0em;
	margin: 0 auto;
}

/*********** END   My Home Page **********/

/*********** Write **********/

#message {
	background-color: #F0D800;
	font-size: 1.5em;
	text-align: center;
	margin-bottom: 1em;
}

#postFormSideBar {
	float: right;
	width: 20em;
	background-color: #78c0e0;
	padding: 1em;
}

#postFormSideBar h3 {
	text-align: center;
}

#postFormSideBar  p {
	margin-bottom: 0.5em;
}

#postForm {
 	width: 35em;
	border: 1px solid #f0d800;
	padding: 0.5em;
	
}

.inputForm {
	border: 1px solid #666666;
	padding: 0.1em;
}

#postForm input:focus {
	background-color: #F0F090 ;
}

#postForm textarea:focus {
	background-color: #F0F090 ;
}

.submitButton {
   background-color: #EEEEEE;
   border-top: 1px solid #f0f0f0;
   border-left: 1px solid #f0f0f0;
   border-right: 2px solid #A0A0A0;
   border-bottom: 2px solid #A0A0A0;
   padding: 0.2em;
   font-family: san-serif;
   display: block;
   margin: 0.25em auto 0.25em auto;
}

#postForm fieldset {
	padding: 0.5em;
}

#postForm legend {
	font-size: 1.2em;
	font-weight: bold;
}

#write-post {
	text-align: center;
/*	width: 100%;*/
}

.previewLink p {
	margin: 0.5em;
}

#preview {
	border: 5px dotted black; 
	margin-top: 3em;
	padding: 1em 0.5em 1em 0.5em;
}
#preview h2 {
	text-align: center;
}


/*********** END   Write **********/

/*********** My Stats **********/

#statsListHeader {
	margin: 1em auto;
	background-color: #78c0e0;
	width: 20em;
	padding: 1em;
}

#statsList {

}

.statsListPost {
	border: 1px solid grey;
}

#statsListColHeaders {

}

.colKeywords {
	width: 10em;
}

.colTitle {
	width: 20em;
}

.colCreated {
	width: 5em;
}
.colStatus {
	width: 5em;
}

.colIndex {
	width: 5em;
}

.colRank {
	width: 3em;
}

.colVisits {
	width: 2em;
}
.colBounce {
	width: 3em;
}
.colLinks {
	width: 3em;
}
.colLength {
	width: 3em;
}
.colDensity {
	width: 3em;
}

#statsList table {
	width: 80%;
	margin: 1em auto;
	border-collapse: collapse;
}

#statsList thead th,
#statsList tfoot th {
	padding: 0.5em;
	text-align: left;
	border: 1px solid black;
	background-color: #AAF;
}

#statsList tfoot td {
	border-top: 1px solid black;
}

#statsList tbody td {
	padding: 0.5em;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

#statsList tbody tr.odd {
	background-color: #DDF;
}

#statsList td.numeric,
#statsList th.numeric {
	text-align: right;
}



/*********** END    My Stats **********/

/*********** END    User Pages **********/

/*********** Home Page ********/

#welcome {
	margin-bottom: 1em;
}



#frontPageOverview {
	padding: 1em;
	position: relative;
	background-color: #78c0e0;
	height: 11em;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #78c0a0;
	border-right: 1px solid #78c0a0;
	border-top: 1px solid #78c0f0;
	border-left: 1px solid #78c0f0;
}

#frontPageLeft {
	position: absolute;
	top: 0em;
	left: 0em;
	width: 28em;
/*	padding-left: 1em;
	padding-bottom: 1em;*/
	padding: 0.2em;
}
#frontPageRight {
	position: absolute;
	top: 0em;
	left: 28em;
/*	padding-left: 1em;
	padding-bottom: 1em;*/
	width: 30em;
	padding: 0.2em;
}



#frontPageOverview h4 {
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 0.2em;
}
#frontPageOverview h6 {
	margin-left: 3em;
	margin-bottom: 0.2em;
}


#frontPageLeft h5 a:link {
	border: none;
}
#frontPageLeft h5 a:visited {
	border: none;
}

#frontPageLeft h6 {
	margin-top: 0.1em;
	margin-bottom: 0.2em;
}
#frontPageRight {
	padding: 0.2em;
}

#frontPageRight h4 {
	font-size: 1.5em;
}
#frontPageRight h5 {
	margin-bottom: 0.5em;
}

#frontPageRight h5 a:link {
	border: none;
}
#frontPageRight h5 a:visited {
	border: none;
}

/*********** Stats Page ********/

#statsListForm {
	padding: 0.5em;
	border: 1px solid grey;
	
}

#statsListForm select {
	border: 1px solid #f0d800;
	font-size: 0.8em;
}

#statsListForm input {
   background-color: #EEEEEE;
   border-top: 1px solid #f0f0f0;
   border-left: 1px solid #f0f0f0;
   border-right: 2px solid #A0A0A0;
   border-bottom: 2px solid #A0A0A0;
   padding: 0.2em;
   font-family: san-serif;
}


#statsListForm input:focus {
	background-color: #F0F090 ;
}

/***********  Public / Article Pages **********/

#hellSide, #purgatorySide {
	float: left;
	width: 25em;
	background-color: #78c0e0;
	border-bottom: 1px solid #78c0a0;
	border-right: 1px solid #78c0a0;
	border-top: 1px solid #78c0f0;
	border-left: 1px solid #78c0f0;
	margin-bottom: 2em;
	margin-top: 1em;
	padding: 0.5em;
}

#purgVote {
	padding: 1em;
	border-bottom: 1px solid #FCFC7C;
	border-right: 1px solid #FCFC7C;
	border-top: 1px solid #FCFC7C;
	border-left: 1px solid #FCFC7C;
	margin: 0.2em auto;
}

#purgeVote h4 {
	text-align: center;
}
#purgeVote p {
	margin: 0.2em auto;
	text-indent: 0em;
	text-align: center;
}
#purgVote input {
	margin: 0.1em 0.1em;
	font-size: 2.0em;
	padding: 0.2em;
}

#purgeVote h3 {
	text-align: center;
}

.post {
	width: 400px;
	float: right;
	margin-bottom: 5em;

}

.post h2 {
	text-align: center;
}

.post p {
	font-size: 1.2em;
	line-height: 1.4em;
	padding-bottom: 0.75em;
	text-align: left;
	text-indent: 2em;
}

.post h6 {
	margin-bottom: 1em;
	font-weight: bold;
}

#sidebar {
	float: left;
	margin-bottom: 5em;
}

#googleAdTopLeft {
	margin-bottom: 2em;
	margin-top: 1em;
}

#googleAdLeftBelowFold {
	margin-bottom: 2em;
}

#sidebarLinks {
	border: 1px solid #d0d0d0;
	padding: 0em 0.5em 0.5em 0.5em;
	width: 25em;
}

#sidebarLinks h3 {
	text-align:center;

}

#sidebarLinks li {
	list-style: none outside none;
	line-height: 1.2em;
}

#sidebarLinksLeft {
	float: left;
	width: 10em;
	margin-right: 2em;
	margin-left: 1em;
	text-align: right;
}
#sidebarLinksRight {
	margin-right: 1em;
}
#sidebarLinksBottom {
	clear: left;
	text-align: center;
	padding-top: 2em;
}

#sidebarLinksEmpty {
	height: 18em;
	padding: 0em 0.5em 0.5em 0.5em;
	width: 25em;
}


.commentList {
	font-size: 0.8em;
}

.comment { 
	background-color:  white;
	margin-bottom: 1em;
	padding: 1em;
}
.altComment {
	background-color:  #F0F090;
	margin-bottom: 1em;	
	padding: 1em;
}

.commentMetaData {
	text-align: right;
}

.commentTextcomment {
	border: 1px solid  #F0F090;
	padding: 0.1em;
}

.commentTextcomment p {
	text-indent: 0em;
}

.commentTextaltComment {
	border: 1px solid  white;
	padding: 0.1em;
}

.commentTextaltComment p {
	text-indent: 0em;
}

.commentForm {

}

.navLinks {
	background-color:  #F0F090;
	font-size: 0.8em;
	padding: 0.4em;
	margin: 1em 0em 1em 0em
}
.navLinks p {
	text-indent: 0em;
	text-align: center;
	padding: 0em;
}


/****** Pages *******/
.page {
	width: 450px;
	margin: auto auto;
}

.page h2 {
	text-align: center;
	margin-top:0.5em;
	margin-bottom: 0.5em;
}
.page h4 {
	font-size: 1.3em;
	font-weight: bold;
}


.page p {
	font-size: 1.2em;
	line-height: 1.4em;
	padding-bottom: 0.75em;
	text-align: left;
	text-indent: 2em;
}



/****** Footer ******/

#footer {
	clear: both;
	margin-top: 3em;
}

#micelifeFooterNotes {
	background-color:  #F0F090;
	margin-top: 5em;
	padding: 1em;
	border-bottom: 1px solid #E0E080;
	border-right: 1px solid #E0E080;
	border-top: 1px solid #FCFC7C;
	border-left: 1px solid #FCFCFC;
}
#micelifeFooterNotes  p {
	text-align: center;
}

#micelifeFooterNotes span {
	margin-right: 5em;
}
 
.myomancyAdvert {
	background-color: #FFFFFF; 
	padding: 0.2em;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3em;
	margin-bottom: 1em;
	border: 1px solid #0066FF; 
    font-size: 1em;
}

.myomancyAdvert a {
	text-decoration:none;
	color: #000000; 
	font-weight: normal;
	border-bottom: 1px solid #00ff66;
}

.myomancyAdvert a:visited {
	text-decoration:none;
	color: #000000; 
	font-weight: normal;
	border-bottom: 1px solid #0066ff;
}

.myomancyAdvert a:hover {
	color: #00ff66;
	font-weight: normal;
}

.myomancyAdvert h2 {
	color: #000000; 
	text-align: center;
	margin: 0.2em;	
	padding: 0em 0.2em 0em 2em;
	font-size: 0.9em;
	font-weight: normal;
}

.myomancyAdvert p {
	color: #000000; 
	text-align: center;
	margin: 0.2em;	
	padding: 0em 0.2em 0em 2em;
	font-size: 0.8em;
	font-weight: normal;
}


.linkBuddies {
	text-align: center;
	margin: auto auto;
}

.linkBuddies h6 {
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
}

.linkBuddies a {
	border: none;
}


.siteMeter a {
	border: none;
}

#trackFrame {
	border: 0px solid white;
}

/****** END Footer ******/
