/*
Theme Name: Giulietta the Muse
Theme URI: /wp-content/themes/giuliettathemuse
Description: Default theme 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
  02: 2Col_Fixed_Sidebar_Left
  ------------------------------------------------
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #54301a;
	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 */
#wrapper {
	width: 750px;
	margin: 0 auto;
	background-image: url(img/clm02_middle.gif);
	background-repeat: repeat-y;
}
#masthead {
	height: 275px;
	width: 750px;
	top: 10px;
	left: 27px;
	background-image: url(img/topper.gif);
	background-repeat: no-repeat;
}
#masthead h1 {
/*	display: none;*/
}
#column_wrapper {
	border-bottom: 1px solid #54301a;
/*	border-right: 1px solid #54301a;*/
	margin-right: 33px;
	margin-left: 12px;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#right {
	width: 467px;
	float: left;
}
#left {
	width: 221px;
	float: left;
}
#left .contentTop {
	padding: 54px 24px 14px 34px;
	font-size: 0.75em;
	line-height: 1.5em;
}
#left .content {
	padding: 24px 24px 24px 34px;
	font-size: 0.75em;
	line-height: 1.5em;
}
#right .content {
	padding: 24px;
	font-size: 0.8em;
	line-height: 1.5em;
}
/*#masthead .content {
	padding: 12px 16px;
}*/
#footer .content {
	padding: 12px 24px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #54301a;
	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: #7d91c6;
	font-weight: bold;
}
#left a:visited {
	color: #7d91c6;
}
#left a:hover {
	color: #7d91c6;
	text-decoration: underline;
}
#right a:link {
	color: #7d91c6;
	font-weight: bold;
	text-decoration: underline;
}
#right a:visited {
	color: #7d91c6;
	text-decoration: underline;
}
#right a:hover {
	color: #7d91c6;
	font-weight: bold;
	text-decoration: underline;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #54301a;
/*	border-left: 6px solid #96b4de;*/
/*	padding: 0 0 0 6px;*/
}
#wrapper .menulist a:hover {
/*	border-color: #54301a;*/
	color: #7d91c6;
}
#footer a:link {color: #7d91c6;}
#footer a:visited {color: #7d91c6;}
#footer a:hover {color: #7d91c6; text-decoration: underline;}
#footernav a:link {
	color: #54301a;
	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: 210px;
	left: 40px;
}
/* NEWSLETTER SIGNUP */
#signup {
/*	background: #96b4de; */
	background: #7D91C6;
	margin-left: 1px;
	padding: 6px 20px 6px 34px;
	font-size: 0.75em;
}
#signup p {
	color: #54301a;
	font-weight: bold;
}
/* TESTIMONIAL STYLES */
.testimonial {
	line-height: 1.25em;
}
.testimonial h2 {
	color: #54301a;
	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;
}
form#commentform textarea {
        width: 100%;
}
#sfstest-sidebar blockquote {
margin: 0;
padding: 0;
color: #7d91c6;
}
#sfstest-sidebar cite {
color: #54301a;
}
#sfstest-page blockquote {
margin: 0;
padding: 0 0 2.2em;
}
#sfstest-page cite {
}
