/*
Theme Name: Bobblicious v2
Theme URI: http://www.differentdamage.com
Description: Bobblicious Wordpress theme with alternate color scheme.
Version: 1.0
Author: Aaron Miller
Author URI: http://www.differentdamage.com
Tags: custom design, fixed width
*/



/* Begin Typography & Colors */
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 8pt;
	background: #ccc55f url(http://www.differentdamage.com/bobblicious/images/bg2.gif);
}
a:link, a:active, a:visited
{
	color: #5a1d58;
	text-decoration: none;
}
a:hover
{
	color: #5a1d58;
	text-decoration: underline;
}
img, a img
{
	border: none;
}
#wrapper
{
	position: relative;
	margin-top: 5px;
	width: 612px;
	margin-left: auto;
	margin-right: auto;
}
#header
{
	position: absolute;
	top: -120px;
	left: 0px;
}
.logo
{
	position: relative;
	right: -270px;
	top: 10px;
	z-index: 4;
}
.custom
{
	position: relative;
	right: 0px;
	top: 20px;
	z-index: 4;
}
.top
{
	position: relative;
	top: -100px;
	z-index: 3;
}
#main
{
	padding-top: 120px;
	width: 554px;
	color: #000000;
}
#menu
{
	position: absolute;
	left: -87px;
	top: 200px;
	width: 122px;
	z-index: 0;
}
#menu a
{
	position: relative;
	display: block;
	margin-bottom: 5px;
}
#menu a:hover
{
	left: -35px;
}
#content
{
	position: relative;
	top: 4px;
	color: #000000;
	background: #ffffff;
	padding: 10px;
	border: solid 4px #5a1d58;
	z-index: 5;
	min-height: 400px;
}
#contentbg
{	
	position: relative;
	background: url(http://www.differentdamage.com/bobblicious/images/mainbg.png) repeat-y;
	padding: 0px 13px 4px 13px;
	z-index: 2;
}
#footerbg
{
	position: absolute;
	bottom: -74px;
}
#footer
{
	z-index: 3;
	position: absolute;
	top: 15px;
	left: 59px;
	width: 195px;
	color: #ffffff;
	text-align: center;
	font-size: 7pt;
}
.title, .post h2
{
	display: block;
	font-size: 14pt;
	color: #5a1d58;
	font-weight: bold;
	margin-bottom: 5px;
}
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;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */
.clear 
{
	clear: both;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}