/*
Theme Name: Mermaid's Purse 2
Description: The Mermaid's Purse theme is custom made for Deborah Leon.
Version: 1.0.0
Author: Conrad Walton
*/

/* General styling */

body
{
	margin: 0;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 10pt;
	color: #333;
	background-color: #5B5B57;
	background-image: url('images/background.jpg');
	background-repeat: repeat-x;
	background-position: center top;
}

#wrapper
{
	width: 980px;
	margin: 0 auto;
/*
	background-color: #6497FF;
*/
}

a:link, a:visited
{
	text-decoration: none;
	color: #505145;
}

a:hover
{
	text-decoration: none;
	color: #8F917C;
}


/* HEADER */

img
{
	margin: 3px 10px 3px 10px;
}

#header
{
	clear: both;
	height: 150px;
	width: 100%;
	margin-bottom: 10px;
	background-color: #80B1A5;
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
	background-position: center;
}



html>body #logo /* other than IE6 */
 {
	float: left;
	margin: 90px 5px 0 12px;
}

#logo {
	float: left;
	margin: 8px 5px 0 12px;
}

.nav
{
	padding: 0px;
	margin: 0px;
	width: 150px;
}

.nav ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
/*
	border: 1px #7A75FF solid;
*/
}

.nav li
{
	margin: 2px 0px 4px 7px;
	padding: 0px;
	list-style: none;
/*
	border: 1px #FF066B solid;
*/
}

.nav a
{
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	color: #2C3E22;
	padding: 2px 2px 2px 12px;
	width: 124px;
	height: 22px;
	white-space: nowrap;
	font-weight: bold;
	background-image: url(images/button.png);
	background-repeat: no-repeat;
	background-position: left top;
/*
	float: left;
	border: 1px #FF066B solid;
*/
}

.nav a:hover
{
	color: #2C3E22;
	background-image: url(images/button-high.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.nav .current_page_item a
{
	color: #2C3E22;
	background-image: url(images/button-highc.png);
	background-repeat: no-repeat;
	background-position: left top;
}






/* CONTENT */

#content
{
	margin: 0px;
	padding: 5px 5px 10px 5px;
	width: 580px;
	float: left;
	background-color: #d6d5ba;
	/*
	background-image: url(images/sub-head.jpg);
	background-repeat: no-repeat;
	background-position: left top;
*/
}

.entry
{
	margin: 10px 3px 20px 3px;
	clear: both;
	border-width: 1px 0px 0px 0px;
	border-color: #AAA28E;
	border-style: solid;
	padding-top: 3px;
}

.entry .entrytitle, #sidebar span {
	font-size: 10px;
	line-height: 10px;
	color: #3E3D31;
	margin: 0 0 5px 0;
	font-weight: normal;
	display: block;
}

.entrytitle img {
	float: left;
	margin-right: 3px;
}

.entry a:link, .entry a:visited { color: #1C2627; }

.entry a:hover
{
	color: #3E3D31;
	text-decoration: none;
}

.entry a:link span, .entry a:visited span {
	color: #CCC;
}

.entry a:hover span {
	color: #3E3D31;
}

.entry .entrymeta {
	font-size: 10pt;
	line-height: 10px;
	color: #AAA;
	text-transform: uppercase;
	margin: 2px 0 5px 0;
}

.entry .entrymeta a:link, .entry .entrymeta a:visited {
	color: #7E7E7E;
	font-weight: bold;
}

.entry .entrymeta a:hover {
	color: #3E3D31;
	text-decoration: none;
}

.entry p {
	margin: 0 0 10px 0;
	line-height: 15px;
}

.entry h1
{
	font-size: 12pt;
}

.postmetadata
{
	font-size: 8pt;
}

.date
{
	font-size: 8pt;
	margin-bottom: 8px;
}

.entry p a:link, .entry p a:visited, .entry ul a:link, .entry ol a:link, .entry ul a:visited, .entry ol a:visited {
	color: #3E3D31;
}

.entry p a:hover, .entry ul a:hover, .entry ol a:hover {
	text-decoration: underline;
}

.entry .the_content ul, .entry .the_content ol {
	margin-bottom: 15px;
}

.entry blockquote {
	margin: 15px 0 15px 20px;
	padding: 5px;
	border-top: 1px solid #73A533;
	border-bottom: 1px solid #73A533;
}

.entry blockquote p {
	margin: 0;
	padding-bottom: 5px;
}

.entry blockquote blockquote {
	margin-top: 15px;
	background-color: #7E7E7E;
}

.entry blockquote blockquote p {
	padding-bottom: 5px;
}

.the_content table, .the_content div {
	margin: 0 0 15px 10px;
	padding: 5px;
}

.the_content img {
/*
	border: 1px solid #73A533;
*/
	margin: 0 0 3px 3px;
}

.entry .wp-smiley {
	float: none;
	border: 0;
	margin: 0;
}

.edit, .edit:focus {
	background: url('images/edit_button.png');
	border: 2px double;
	border-color: #CCC #AAA #AAA #CCC;
	color: #73A533;
	height: 18px;
	width: 30px;
	float: right;
	font-size: 10px;
	margin-top: -6px;
	font-family: "Trebuchet MS", sans-serif;
}

.edit:active {
	border: 3px double;
	border-color: #CCC #888 #888 #CCC;
}

.entryslink {
	padding-left: 14px;
	background: url('images/posts.gif') no-repeat center left;
	margin-right: 50px;
}

.commentslink {
	padding-left: 16px;
	background: url('images/comments.gif') no-repeat center left;
}

/* COMMENTS */

#comment {
	width: 100%;
}

#submit {
	float: left;
	width: 90px;
	height: auto;
}

#commentlist, #trackbacks {
	list-style: none;
}

#commentlist li {
	margin: 0;
	padding: 15px 10px 0 10px;
	border-bottom: 1px solid #73A533;
	background-color: #FFF;
	width: 98%;
}

#commentlist li a span {
	color: #AAA;
}

#commentlist li a:hover span {
	color: #7E7E7E;
}

#commentlist li.odd {
	background-color: #F3F3F3;
}

#commentlist li.author {
	background-color: #EAF3FA;
}

#trackbacks li {
	padding: 5px 10px 5px 10px;
}

.entry .commenttitle {
	font-size: 16px;
	color: #0092C8;
	margin: 0 0 2px 0;
	font-weight: normal;
}

.entry #commentlist .commenttitle a:link, .entry #commentlist .commenttitle a:visited {
	color: #0092C8;
}

.entry #commentlist .commenttitle a:hover {
	color: #73A533;
	text-decoration: none;
}

#content .left, #content .right {
	padding: 5px 0 5px 0;
}

/* SIDEBAR */

#sidebar_left
{
	width: 160px;
	float: left;
	font-size: 8pt;
	/*
	background-color: #C0EFFF;
*/
	padding-right: 3px;
	padding-left: 3px;
}

#sidebar_left h2
{
	font-size: 10pt;
}

#sidebar_left a:link, #sidebar_left a:visited {
	color: #333;
}

#sidebar_left a:hover {
	color: #2C3E22;
	text-decoration: none;
}
#sidebar_left li
{
	margin-left: 3px;
}


#sidebar_right
{
	/*
	background-color: #d6d5ba;
	border: 1px #FF8D8D solid;
*/
	width: 210px;
	float: right;
	font-size: 8pt;
	padding-right: 3px;
	padding-left: 3px;
}

#sidebar_right h2
{
	font-size: 10pt;
}

#sidebar_right a:link, #sidebar_right a:visited {
	color: #333;
}

#sidebar_right a:hover {
	color: #2C3E22;
	text-decoration: none;
}

#sidebar_right li
{
	margin-left: 0px;
}

#sidebar_right ul
{
	margin: 0px;
	padding: 0px;
	/*
	border: 1px #FF8D8D solid;
*/
}



/* LISTS */

html>body .the_content ul {
	margin-left: 0;
	padding: 0 0 0 10px;
	list-style: none;
	text-indent: -10px;
} 

html>body .the_content li {
	margin: 7px 0 8px 10px;
}

.the_content ol {
	padding: 0 0 0 15px;
	margin: 0;
	text-indent: -5px;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style: none;
	margin-bottom: 15px;
}

#sidebar li {
	list-style: none;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 5px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}

.the_content ul li, #sidebar ul ul li {
	background: url('images/li.gif') no-repeat 0 6px;
	text-indent: 9px;
}

#wp-calendar {
	vertical-align: middle;
	width: 100%;
	text-align: center;
}

#wp-calendar #prev {
	text-align: justify;
}

#wp-calendar #next {
	text-align: right;
}

#wp-calendar a:link, #wp_calendar a:visited, #next a:link, #next a:visited, #prev a:link, #prev a:visited {
	color: #0092C8;
	text-decoration: underline;
}

#wp-calendar a:hover, #next a:hover, #prev a:hover {
	color: #73A533;
	text-decoration: underline;
}

#today {
	font-weight: bold;
	color: #73A533;
}

/* FOOTER */

#footer
{
	clear: both;
/*
	border-top: 1px solid #CCC;
	text-transform: uppercase;
*/
	margin: 15px auto -2px auto;
	text-align: center;
	font-size: 10px;
	color: #757571;
}

#footer a:link, #footer a:visited {
	color: #757571;
}

#footer a:hover {
	color: #757571;
	text-decoration: none;
}

/* Alignments */

.commenttitle img, .right{
	float: right;
}

.left {
	float: left;
}

/* Captions & aligment */
.aligncenter, div.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft { float: left; }
.alignright { float: right; }

.wp-caption_side
{
/*
	border: 1px solid #ddd;
*/
	text-align: center;
	background-color: #E8E6C9;
	padding-top: 4px;
	margin: 0px 0px 5px 0px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption_side img
{
	text-align: center;
	margin: 0 auto 0 auto;
	padding: 0;
	border: 0 none;
}

.wp-caption_side p.wp-caption-text
{
	text-align: center;
	font-size: 11px;
	line-height: 17px;
	padding: 2px 2px 5px 2px;
	margin: 0px;
}

.wp-caption
{
/*
	border: 1px solid #ddd;
*/
	text-align: center;
	background-color: #E8E6C9;
	padding-top: 4px;
	margin: 0px 5px 5px 5px;
	-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
{
	text-align: center;
	font-size: 11px;
	line-height: 17px;
	padding: 2px 2px 5px 2px;
	margin: 0px;
}

/* End captions & aligment */


.home { clear: both; }

#prod_cats
{
	margin: 0px 0px 10px 10px;
	padding: 10px;
	font-size: 12pt;
	line-height: 12pt;
	background-color: #d6d5ba;
}

#prod_cats ul
{
	list-style: none;
}

.PeCategories ul
{
	list-style: none;
}

.SubCategories ul
{
	list-style: none;
}

li
{
	list-style: none;
}

.category
{
	font-size: 12pt;
}


.categorylink
{
	padding: 0px 40px 0px 20px;
}


.post
{
	line-height: 12pt;
}

.gocheckout a
{
	font-size: 12pt;
	color: #6C0C07;
	font-weight: bold;
	text-align: center;
}

a.selected
{
	color: #6B232B;
	background-color: #EBD7D1;
	border: 1px #B6B6B6 solid;
	padding-right: 3px;
	padding-left: 3px;
}


.no_bullets li
{
	list-style: none;
}

.widget
{
	padding: 2px;
	background-color: #E8E6C9;
}

.widget_links
{
	padding: 2px;
	font-size: 12pt;
}


.widget_links li
{
	margin: 0px 0px 8px 0px;
}

.blogroll li
{
	font-size: 10pt;
}