/*  
Theme Name: Michael And Joy 2.0
Theme URI: http://www.michael-and-joy.com
Version: 2.0
Author: Michael Delaney
Author URI: http://www.michael-delaney.com

	Michael and Joy's Wedding v2.0
	 http://www.michael-delaney.com

	This theme was designed and built by Michael Delaney,
	whose blog work you will find at http://www.michael-delaney.com

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	

	*** REGARDING IMAGES ***
	All CSS that involves the use of images, can be found in the 'index.php' file.
	This is to ease installation inside subdirectories of a server.

	Have fun, and don't be afraid to contact me if you have questions.
*/
body {
	width: 100%;
	background: #05176a url("/wp-content/themes/Michael-And-Joy2/images/nav-background.jpg") no-repeat center 32px;
	margin: 0px auto;
	padding: 0px;
	font-family: arial;
	color: #000;
}
a {
	color: #385bb1;
}
#header {
	overflow: visible;
	position: relative;
	width: 800px;
	height: 200px;
	margin: 0px auto 0px auto;
	background: url("/wp-content/themes/Michael-And-Joy2/images/headers/header_home.jpg") no-repeat center center;
}
#content-wrapper {
	background: url("/wp-content/themes/Michael-And-Joy2/images/body-background.jpg") repeat-y top center;
	width: 100%;
	margin: 0px auto;
}

#content {
	position: relative;
	width: 780px;
	margin: 0px auto 0px auto;
	padding: 10px;
}
h1, h2, b {
	padding: 0px;
	margin: 0px;
	color: #787878;
}
h1 {
	z-index: 1000;
	position: absolute;
	top: -30px;
	right: -30px;
	width: 461px;
	height: 260px;
	overflow: visible;
	background-image: url("/wp-content/themes/Michael-And-Joy2/images/michaelandjoy.png");
	background-repeat: no-repeat;
	background-position: top right;
}
h1 span {
	visibility: hidden;
}

h2 {
	font-size: 25px;
	margin: 0px 20px 0px 20px;
}
h2 a {
	text-decoration: none;
}
h2 small {
	margin-top: -20px;
	float: right;
	font-size: 10px;
	color: #000;
}
h2 .tags {
	float: right;
	font-size: 10px;
	color: #000;
}
h3 {
	padding: 0px;
	margin: 10px 0px 0px 0px;
	color: #787878;
}

p {
	margin: 0px;
	padding: 0px 0px 20px 0px;
}
.post {
	font-size: 10pt;
	clear: both;
	margin: 0px 10px 25px 0px
}
.entry {
	margin: 3px 10px 10px 124px;
}
.postmetadata {
	padding: 5px;
	clear: both;
	font-size: 9pt;
}
.postmetadata  a, .postmetadata a:visited, .postmetadata a:active, .postmetadata a:hover {
	color: #fff;
}
.navigation .alignleft, .navigation .alignright {
	margin-bottom: 5px;
}
.joys-blog {
	background-color: #ffcbcb;
	border: 1px solid #915491;
}
.joys-blog h2 {
	border-bottom: 1px solid #915491;
}
.joys-blog .postmetadata {
	background-color: #915491;
	color: #fff;
}
.joys-blog .avatar {
	background: url(/avatars/joyavatar.gif) no-repeat;
	width: 124px;
	height: 180px;
	margin-right: 5px;
	float: left;
}
.michaels-blog {
	background-color: #b5b1ff;
	border: 1px solid #3f3ab3;
}
.michaels-blog h2 {
	border-bottom: 1px solid #3f3ab3;
}
.michaels-blog .postmetadata {
	background-color: #3f3ab3;
	color: #fff;
}
.michaels-blog .avatar {
	background: url(http://www.michael-delaney.com/profile/link-4swdsadv.gif) no-repeat;
	width: 120px;
	height: 180px;
	margin-right: 5px;
	float: left;
}
#nav_bar_wrapper {
	position: relative;
	top: 0px;
	font-size: 17px;
	z-index: 1;
	width: 100%;
	margin: 39px auto 0px auto;
	padding: 0px;
	text-align: center;
}
.nav_bar {
	width: 800px;
	margin: 0px auto;
	text-align: left;
}
#nav_title {
	font-size: 16pt;
	color: #ffdc87;
}
.nav_bar ul {
	position: relative;
	top: 0px;
	font-size: 17px;
	list-style-type: none;
	margin: 0px 0px -1px 0px;
	padding: 0px 0px 0px 0px;
}
.nav_bar ul li {
	margin-left: 20px;
	display: inline;
}

.nav_bar li a {
	position: relative;
	bottom: 8px;
	text-decoration: none;
	padding: 3px 35px 0px 35px;
	color: #fff;
	background: #385bb1 url("/wp-content/themes/Michael-And-Joy2/images/nav-item-background.jpg") center bottom;
}

.nav_bar ul li a:hover {
	position: relative;
	bottom: 22px;
	color: #fff;
	text-decoration: none;
	padding: 3px 35px 14px 35px;
}

#navselected span, #navselected a {
	position: relative;
	bottom: 20px;
	text-decoration: none;
	padding: 3px 35px 14px 35px;
	color: #385bb1;
	background: #fff;
}

#footer {
	text-align: center;
	position: relative;
	width: 800px;
	margin: 0px auto 0px auto;
	font-size: 8pt;
	background: #385bb1;
}
#footer a {
	color: #fff;
}
#footer-bottom {
	width: 100%;
	height: 27px;
	background: #05176a url("/wp-content/themes/Michael-And-Joy2/images/footer-background.jpg") no-repeat bottom center;
}
.wpg2tag-image img {
	border: 0px;
}
h4.giDescription {
	margin: 0px;
	padding: 0px;
}
/*	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;
	}

.alignright {
	float: right;
}

.alignleft {
	float: left
	}
.g2image_float_right {
	float: right;
	margin: 3px;
}

.g2image_float_left {
	float: left;
	margin: 3px;
}
/* End Images */