/*
Theme Name: Stepper-ettes
Theme URI: http://www.stepperettestudios.com
Description: Custom theme for the Stepper-Ettes.
Version: 1.0
Author: Rick J. Pecoraro
Author URI: http://www.magneticmediafed.com/
Tags: blue, magenta, two-column, colorful
*/

body {
	color: #303030;
	background: #2989CC url(images/bkgnd.gif) top center no-repeat;
	font-family: 'Helvetica', sans-serif;
	font-size: 100%;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
}

a {
	color: #DB2F8A;
	border-bottom: 1px solid #DB2F8A;
	text-decoration: none;
}

a:hover {
	border: none;
}

h2 {
	font-weight: 700;
	font-size: 26px;
	color: #1B5782;
	border-bottom: 1px solid #1B5782;
}

h2 a {
	color: #1B5782;
	border: none;
}

h2 a:hover {
	color: #2989CC;
}

h3 {
color: #DB2F8A;
}

#container {
	width: 840px;
	background: #FFF0E1;
	margin: 60px auto;
	padding: 5px 25px 20px;
	border: 7px solid #1B5782;
}

a#title {
	display: block;
	width: 840px;
	height: 252px;
	background: url(images/title.jpg) no-repeat;
	border: none;
	padding-bottom: 40px;
}

#content {
	width: 515px;
	padding: 0 50px 0 25px;
	float: left;
}

#sidebar {
	width: 250px;
	float: left;
	font-weight: 700;
	color: #6B6B6B;
}

#sidebar h2 {
	border: none;
	font-weight: 100;
	text-transform: none;
	border-bottom: 1px solid #1B5782;
}

#menu {
	text-transform: uppercase;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li {
	list-style: none;
	padding: 0 0 15px 26px;
}

#menu li:hover {
	background: url(images/star_bullet.gif) no-repeat;
}

#menu a {
	color: #1B5782;
	border: none;
}

#menu a:hover {
	color: #DB2F8A;
}

#sidebar img {
	width: 100%;
	border: 1px solid #1B5782;
padding: 4px;
	margin-bottom: 20px;
}

#sidebar li {
	list-style: none;
}

#footer {
	clear: both;
	font-size: .8em;
	text-align: center;
}

.stamp {
	font-size: 10px;
	margin-top: -15px;
}

.entry {
	margin-bottom: 30px;
}

.navigation {
	clear: both;
	padding: 25px 0 50px;
	font-size: 1.6em;
}

.single .navigation {
	padding: 30px 0;
	font-size: .9em;
	line-height: .9em;
}

.single .navigation a {
	border-bottom: none;
}

.single .navigation a:hover {
	color: #530346;
}

.single h2 {
	padding-top: 30px;
}

.left {
	float: left;
	width: 45%;
}

.right {
	float: right;
}

/* 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;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

.clear {
	clear: both;
}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */