/*-----------------------------------------------------------------------------
Theme Name: MaryPrentiss
Theme URI: http://
Description: Custom WP Theme
Version: 1.0
Author: Michael Bishop
Author URI: 

-----------------------------------------------------------------------------*/

/* @group Global Resets
-----------------------------------------------------------------------------*/

/* Remove padding and margin */

* {
	margin: 0;
	padding: 0;
}

/* Put it back on certain elements */

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
	margin: 1em 0;
}

/* Class for clearing floats */

.clear {
	clear: both;
}

/* Remove border around linked images */

img {
	border: 0;
}

/* @end */

/* @group Typography
-----------------------------------------------------------------------------*/


body {
	font: 62.5%/1.4 Arial, Helvetica, Verdana, sans-serif;
	background: url(images/bg1.jpg) repeat-y;
	color: #3A364B;
}

/* @end */

/* @group Headings
-----------------------------------------------------------------------------*/

h1 {
	display: none;
}

h2 {
	
}

.post h2 {
	color: #C8CCAF;
	font-size: 2.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: .5em;
}

.post h3 {
	font-size: 1.4em;
	color: #64625A;
	text-align: justify;
	width: 285px;
}

#sidebar h2 {
	
}

/* @end */

/* @group Links
-----------------------------------------------------------------------------*/

a {
	color: #993366;
	text-decoration: underline;
}

a:link {
	color: #993366;
	text-decoration: underline;
}

a:visited {
	color: #993366;
	text-decoration: none;
}

a:hover {
	
}

/* @end */

/* @group Masthead
-----------------------------------------------------------------------------*/

#masthead {
	background: url(images/header_bg.jpg) repeat-x;
	height: 138px;
}

#masthead_img {
	background: url(images/header.jpg) no-repeat;
	height: 138px;
	width: 758px;
}

/* @end */

/* @group Content
-----------------------------------------------------------------------------*/

#wrapper {
	width: 758px;
}

#content {
	width: 537px;
	float: right;
	padding-left: 35px;
	font-size: 1.1em;
}

.post {
	padding-bottom: 60px;
	background: url(images/bottomline.gif) no-repeat bottom;
}

.entry {
	
}

.entry ul {
	padding-left: 25px;
	text-align: justify;
	width: 260px;
}

.entry p {
	text-align: justify;
	width: 285px;
}

#comment_card {
	width: 450px;
}

#post_imgs {
	float: right;
	width: 140px;
	padding: 0 5px;
	margin-left: 40px;
}

#postwide_imgs {
	float: right;
	width:200px;
	margin-left: 40px;
}

#post_imgs img, #postwide_imgs img {
	margin-bottom: 15px;
}
/* added 2-4-2009 */
#post_imgl {
	float: left;
	width: 140px;
	padding: 0 5px;
	margin-right: 40px;
}

#postwide_imgl {
	float: left;
	width:200px;
	margin-right: 40px;
}

#post_imgl img, #postwide_imgl img {
	margin-bottom: 15px;
}


/* @end */

/* @group Sidebar
-----------------------------------------------------------------------------*/

#sidebar {
	width: 186px;
	float: left;
	text-align: right;
}

#side_cap {
	background: url(images/side_topZ.jpg) no-repeat top;
	height: 186px;
	width: 186px;
}

#sidebar img {
	padding: 0 5px 0 0;
	margin: 0;
}

ul#nav {
	list-style-type: none;
	font-size: 1em;
	margin-left: 0;
}

ul#nav li a {
	color: #767863;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid #474742;
	padding: 2px 4px 2px 0;
	margin: 0 0 5px 95px;
	display: block;
	width: 80px;
}

ul#nav li a:hover {
	background: #FFD83A;
	
}

ul#nav li.current_page_item a{
	background: #FFD83A;
	width: 80px;
	padding: 2p 4px 2px 0;
	margin: 0 0 5px 95px;
}

#sidebar li {
	list-style-type: none;
}

#sidebar li ul {
	
}

#sidebar li ul li {
	
}

/* @end */

/* @group Footer
-----------------------------------------------------------------------------*/

#footer {
	clear: both;
	padding-top: 35px;
}

#footer p {
	text-align: center;
}

/* @end */

/* @group Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */

fieldset {
	border: 1px solid transparent;
}

/* @end */

/* @group Tables
-----------------------------------------------------------------------------*/

table {
	border-spacing: 0;
	border-collapse: collapse;
}

td {
	text-align: left;
	font-weight: normal;
}

/* @end */

/* @group Misc.
-----------------------------------------------------------------------------*/

.right {
	float: right;
}

.left {
	float: left;
}

img.right {
	padding: 3px;
	margin-left: 50px;
}

img.left {
	padding: 3px;
	margin-right: 8px;
}




/* @end */