/*  
Theme Name: Moltenmercury
Theme URI: http://moltenmercury.org/
Description: Theme for the moltenmercury site.
Version: 1.0
Author: Michael Curtis
Author URI: http://moltenmercury.org/
*/



/* Begin Typography & Colors */
body
{
	font-family: Georgia, 'Bitstream Vera Serif', 'Times New Roman', serif;

	background-color: teal;

}

p.pageText
{
	position: absolute;
	top: 0px;
	height: 50px;
	width: 869px;
	
	text-align: right;
	padding-right: 10px;

	font-family: 'Courier New', Courier, monospace;
	font-style: italic;
	font-weight: bold;
	font-size: 24pt;
	color: gray;
}

p.pageBlend
{
	position: absolute;
	top: 185px;
	height: 50px;
	width: 879px;

	z-index: 2;

	background: url( 'images/blend.png' );

	
}

a
{
	color: #008e64;
}

p.pageBlend a
{
	display: -moz-inline-box;
	display: inline-block;

	min-height: 50px;
	height: 50px;

	text-align: center;
	vertical-align: middle;

	padding-left: 5px;
	padding-right: 5px;

	text-decoration: none;

	font-size: 18pt;
}

p.pageBlend a#current
{
	background-color: white;
}

hr
{
	border: none;
	border-bottom:	teal 2px dotted;

	clear: left;
	clear: right;
}


.post {
	margin-bottom: 1em;
	margin-left: 0.5em;
	margin-right: 0.5em;
	text-align: justify;

	clear: left;
	clear: right;
}

.post h2 {
	margin: 0px;
}

.postmetadata {

	padding-top: 0.25em;

	clear: left;
}

.navigation {
	min-height: 1.5em;
}


/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* 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) */

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;
	}

.aligncenter {
	text-align: center;
}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


/* YAPB */
.yapb_miniphoto {
	float: left;
	margin: 1px;
	border: blue 2px solid;
}

.yapb_photobox {
	display: inline-block;
	display: -moz-inline-block;

	border: black solid 1px;
	padding: 2px;
}


#topNav h1
{
	margin: 0px;
}

#topNav ul {
	margin: 0px;
}


#topNav img {
	float:left; 
	border: black 1px solid; 
	margin-right: 10px; 
	margin-bottom: 10px;
}