/*
Site: Giulietta the Muse
Theme: /wp-content/themes/giuliettathemuse
Description: Blog styles for Giulietta the Muse site
Author: Margie Matteson of Marisa Design
Author URI: http://www.marisadesign.com
Version: 1.0
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  07: 3Col_Fixed_Width
  ------------------------------------------------
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #3b1f10;
	background-color: #FFFFFF;
	margin: 10px;
	padding: 0;
}
html	{ 					/* force scrollbar to prevent page jump */
	min-height: 100%;
	margin-bottom: 1px;
}
img {border: none;}
a {text-decoration: none;}

/* LAYOUT STYLES */
#masthead {
	color: #999999;
	background-color: #fff;
	background-image: url(img/blog-topper.gif);
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0;
	height: 225px;
}
#wrapper {
	width: 750px;
	margin: 0 auto;
}
#column_wrapper {
	background-image: url(img/blog_middle.gif);
	background-repeat: repeat-y;
	border-bottom: 1px solid #3b1f10;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#center {
	width: 415px;
	float: left;
}
#left {
	width: 162px;
	float: left;
}
#right {
	width: 173px;
	float: left;
	margin-top: -53px;
}
#center .content {
	padding: 24px 32px;
	font-size: 0.8em;
	line-height: 1.5em;
}
#left .contentTop {
	padding: 32px 10px 14px 16px;
	font-size: 0.75em;
	line-height: 1.5em;
}
#left .content {
	padding: 24px 16px;
	font-size: 0.7em;
	line-height: 1.15em;
}
#right .content {
	padding: 24px 16px;
	font-size: 0.65em;
	line-height: 1.15em;
}
#masthead .content {
	padding: 12px;
}
#footer .content {
	padding: 12px 24px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #3b1f10;
	background-color: #fff;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
	text-align: center;
}
#footernav {
	width: 100%;
	margin: 0;
	padding-top: 12px;
}
#footernav ul {
	padding: 0;
	margin: 0;
}
#footernav ul li {
	display: inline;
	list-style: none;
	text-transform: lowercase;
	margin-left: 0;
	padding-left: 1px;
}
#footer p {
	line-height: 1em;
	margin-bottom: 0;
}
/* NAVIGATION STYLES */
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#left .menulist {
	margin-top: 17px;
}
#left .menulist li {
	padding-top: 10px;
}
#left .menulist li ul {
	margin: 0; 
	margin-top: 10px;
	padding: 0; 
	padding-left: 1.5em;
	list-style-image: url(img/star-bullet.gif);
}
#left .menulist li ul li {
	margin: 0;
	padding: 0;
}
#left a:link {
	color: #3b1f10;
	font-weight: bold;
}
#left a:visited {
	color: #7d91c6;
}
#left a:hover {
	color: #7d91c6;
	text-decoration: underline;
}
#center a:link {
	color: #7d91c6;
	font-weight: bold;
	text-decoration: underline;
}
#center a:visited {
	color: #666666;
}
#center a:hover {
	color: #7d91c6;
	font-weight: bold;
	text-decoration: underline;
}
#right a:link {
	color: #7d91c6;
	font-weight: bold;
	text-decoration: underline;
}
#right a:visited {
	color: #7d91c6;
}
#right a:hover {
	color: #7d91c6;
	font-weight: bold;
	text-decoration: underline;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #3b1f10;
/*	border-left: 6px solid #7d91c6;*/
/*	padding: 0 0 0 6px;*/
}
#wrapper .menulist a:hover {
/*	border-color: #3b1f10;*/
	color: #7d91c6;
}
#footer a:link {color: #7d91c6;}
#footer a:visited {color: #666666;}
#footer a:hover {color: #7d91c6; text-decoration: underline;}
#footernav a:link {
	color: #3b1f10;
	text-decoration: none;
}
#footernav ul li a:visited {
	color: #7d91c6;
}
#footernav ul li a:hover {
	color: #7d91c6;
}
.p7uberlink {
	font-weight: bold !important;
/*	letter-spacing: .15em;*/
/*	border-color: #000000 !important;*/
}
/* TEXT STYLES */
h1 {
	font-size: 1.4em;
	margin: 0;
	color: #7d91c6;
	line-height: 1.25em;
	font-weight: normal;
}
h2 {
	font-size: 1.2em;
	margin: 30px 0 0 0;
	color: #7d91c6;
}
h3 {
	font-size: 1em;
	margin: 30px 0 0 0;
	color: #7d91c6;
}
h4 {
	font-size: 0.8em;
	margin: 20px 0 0 0;
	color: #7d91c6;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}
/* PROJECT SPECIFIC STYLES */
#logo {
	position: relative;
	top: 170px;
	left: 25px;
}
/* NEWSLETTER SIGNUP */
#signup {
/*	background: #7d91c6; */
	background: #7D91C6;
	margin-left: 1px;
	padding: 6px 20px 6px 34px;
	font-size: 0.75em;
}
#signup p {
	color: #3b1f10;
	font-weight: bold;
}
/* TESTIMONIAL STYLES */
.testimonial {
	line-height: 1.25em;
}
.testimonial h2 {
	color: #3b1f10;
	font-size: 1em;
	margin-top: 0;
	padding-top: 0;
}
.testimonial p.testimonialText {
	color: #7d91c6;
	font-style: italic;
}
.testimonial p.author {
	color: #9D8F87;
	font-size: 0.75em;
	line-height: 1.1em;
	font-style: italic;
}
.fancyList,
.storycontent ul {
	list-style-image: url(img/star-bullet.gif);
	margin-left: 1.5em;
	padding-left: 0em;
	padding-bottom: 0;
}
.separator {
	width: 100%;
	padding: 12px;
	text-align: center;
}
.alignright {
	float: right;
}
/*BLOG STYLES*/
#right ul {
	padding-left: 0;
	margin-left: 0;
	list-style-type: none;
}
h2.widgettitle {
	margin-bottom: 10px;
}
li.categories h2 {
	padding-bottom: 10px;
}
.feedback {
	font-size: 0.8em;
}
.meta {
	font-size: 0.8em;
}
form#commentform textarea {
	width: 100%;
}
li#subscribe2 input {
	display:block;
}
input#subscribe2input {
	width: 140px;
}
.browntitle {
    color: #3b1f10;
	font-size: 1.6em;
}
img.avatar {
	float: left;
	margin: 5px 5px 5px 0;
}
ol.commentlist {
	padding-left: 2em;
	margin-left: 0;
}
.commentlist li {
	margin-top: 10px;
}
ol.commentlist ul.children {
	list-style: none;
}