/*
Theme Name: NoCss
Theme URI: http://hao.su/blog/wordpress-themes
Description: White and clean theme almost without css styles. Fonts and colors will be default of your browser.
Version: 1.0
Author: Kolius
Author URI: http://hao.su
Tags: white, simple, fixed width, two columns, widgets, clean
*/
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

body {
	font-size: 80%; /* Resets 1em to 10px */
	background-color:white;
	}
#content {
	float:left;
	font-size: 1.2em;
	width:600px;
	}
#sidebar {
	width:120px;
	float:right;
	text-align:left;
	}	
#footer {
	padding: 20px 0 0 1px;
	margin-top: 0;
	width: 100%;
	clear: both;
	text-align:left;
	}	
#page {
	padding: 0;
	width: 740px;
	float:left;
	margin-left:20px;
	}
#commentform input {
	width: 180px;
	padding: 2px;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

h3, h2, h1{
	margin-top:20px;
	margin-bottom:0px;
	}
	
.narrowcolumn .postmetadata {
	margin-top:0px;
	margin-bottom:5px;
	}

.more-link {
text-align:left;
}

.postmetadata { font-size: 65% !important; }

.navigation {
	margin-top: 10px;
	margin-bottom: 50px;
	}
	
#header p{
	margin:0px;
	padding:0px;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	}

.post {
border-bottom:1px solid black;
}

	/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
a img {
	border: none;
	}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left;
	}


.comment-pic-link { width: 30%; float: left; margin-right: .5em; }


/* End Images */


#help-a-mom { text-align: left; margin-top: 2em; clear: both; }
#help-a-mom a { border-width: 0px !important;  display: block; width: 20%;  float: left; text-align: center; }


.bm_keywordlink_affiliate a:link {
	color: #0066CC !important; 
text-decoration: underline;
}




/* Attempting tooltips to disclose ads */


.bm_keywordlink_affiliate a {
    position:relative; /*this is the key*/
    z-index:1; 
    color: #2D79B5;
    text-decoration: none !important }

.bm_keywordlink_affiliate a:hover{z-index:25; background-color:#9CBF58; text-decoration: none;}

.bm_keywordlink_affiliate a span {display: none}

.bm_keywordlink_affiliate a:hover span{ /*the span will display just on :hover state*/

    display:block;
    position: absolute;
    top: 1em; left: 1em; width: 10em;
    border-width: 1px !important; border-style: dashed; border-color: #0066CC;
    padding: .2em;
    background-color: #001947;  color: #0066CC;
    text-align: center
    text-decoration: none;

}


#sidebar input { width: 8.25em; float: left; margin: 1em .5em 0 0; }

/* maybe not
#extra { margin-top: 5em; }
#extra li { background-color: #fff; color: #001947;  display: block;  text-align: center; border: 2px solid #0066CC;  }
#extra ul li a { display: inline; border-width: 0; color: #001947; margin: 0; padding: 0;  }
.postmeta li a:hover { color: #001947; background-color: white; }
#extra p {line-height: 1.5em; text-align: left; padding: 0 1em 1em 1em; }

.post-meta-key { display: block; background-color: #003E7B; color: white; margin-bottom: 1em; border-width: 0 0 1px 0; border-style: solid; border-color: #001947;  }
*/

.post-meta-key { display: none;  }
#extra { text-align: center; margin-top: 6em; font-size: 75%; }
#extra li a { border-bottom-width: 0px; display: inline !important; }
#extra li a: hover {background-color: clear; }

small { font-size: 120%; }


	
