/*
THEME NAME: Harriette
DESCRIPTION: Custom theme for Harriette Hartigan; based on Sandbox.
AUTHOR: <a href="http://pilcrow.biz/">Julie Hathaway</a>
*/

/*
Palette:
Nav background: #E9D5C9;
Headlines, links: #7D4463;
*/

@import url(reset.css);

/* ------- Global ------- */

body {
	xbackground: url('images/bg.jpg');
	background: #fff;
	font: 100%/1.4 Georgia, sans-serif;
	color: #333;
	}
	
.hidden {
	position:absolute;
	top:0;
	left: -999px;
	}
	
.divider {
	height: 1px;
	border-top: 1px solid #7D4463;
	margin: 25px 0;
	}
	
.clearer {
	clear:both;
	}
	
a { 
	color: #7D4463;
	text-decoration:none;
	}

a:hover, a:focus { 
	text-decoration:underline;
	}

em { font-style:italic }

strong { font-weight:bold }

h1 {
	font-size: 1.5em;
	font-weight:normal;
	line-height:normal;
	color: #7D4463;
	}
	
h2 {
	font-size: 1.3em;
	font-weight:normal;
	line-height: normal;
	margin-top: 1em;
	color: #7D4463;
	}
	
h3 {
	font-size: 1em;
	font-weight:normal;
	margin-top: 1em;
	color: #7D4463;
	}
	
p {
	margin:1em 0;
	padding:0;
	}
	
img.floatleft, img.alignleft {
	float:left;
	margin-right: 1em;
	}
	
img.alignright {
	float:right;
	margin-left: 1em;
	}
	
img.aligncenter {
	display:block;
	margin: 0 auto;
	}
	
ul.bullets {
	margin-left: 1.5em;
	}
	
ul.bullets li {
	list-style-type:disc;
	padding: 0.5em 0;
	}

/* ------- Page Layout ------ */
	
#wrapper {
	width: 960px;
	margin:0 auto;
	xbackground: #fff url(images/tile.jpg) repeat-y;
	background: #fff;
	position:relative;
	}
	
#header {
	margin-left: 30px;
	}
	
ul#sitenav {
	background: #E9D5C9;
	margin: 0 30px 20px;
	padding: 5px;
	}
	
ul#sitenav li {
	display:inline;
	padding: 0 10px;
	font: 1em Verdana, sans-serif;
	}

ul#sitenav li a:hover, ul#sitenav li a:focus {
	text-decoration:none;
	color:#fff;
	}
	
#container {
	width: 572px;
	margin-left: 30px;
	float:left;
	min-height: 500px;
	}
	
#content {
	margin-left: 20px;
	}
	
p.sharethis {
	padding-top: 1em;
	}
	
#sidebar {
	width: 268px;
	margin-right: 50px;
	float:right;
	}
	
#footer {
	clear:both;
	margin: 0 50px;
	padding: 20px 0;
	font: italic 0.85em Verdana, sans-serif;
	text-align:center;
	color: #666;
	}
	
#footer a { color: #666 }

div#search { position:absolute; top: 150px; right: 60px; text-align:right; }
form#searchform { padding-bottom: 6px; }

/* ------- Typography ------- */

.entry-meta {
	font: 0.85em Verdana, sans-serif;
	color: #666;
	text-align:right;
	margin: 1em 0;
	}
	
.entry-meta p {
	margin:0;
	}

	
#sidebar h3 {
	color: #333;
	font-weight:bold;
	margin-bottom: 0.5em;
	}
	
#sidebar p {
	margin-top:0;
	}
	
.entry-content a {
	text-decoration:underline;
	}
	
.entry-content a:hover, .entry-content a:focus {
	text-decoration:none;
	}
	
.entry-content ul, ul#motifs {
	padding-left: 1.5em;
	}
	
.entry-content ul li, ul#motifs li {
	list-style: disc;
	padding: 0.5em 0;
	}
	
ul#motifs { color: #7D4463 }
	
/* ------- Comments ------- */

#comments-list li {
	margin:1em 0 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #7D4463;
	}
	
.comment-author {
	font-style:italic;
	}
	
.comment-content p {
	margin: 0.5em 0;
	}
	
.comment-meta {
	font: 0.85em Verdana, sans-serif;
	color: #666;
	text-align:right;
	}
	
#comments-list li.bypostauthor .comment-author {
	font-weight:bold;
	}
	
div.entry-meta {
	line-height: 1.5;
	}
	
div.form-input {
	margin-bottom: 1em;
	}

/* Forms */

.cform fieldset {
	border:0;
	margin:0;
	padding:0;
	}
	
.cform legend {
	display:none;
	}

.cform ol.cf-ol {
	list-style:none;
	margin:0;
	padding:0;
	}
	
.cform label span {
	display:block;
	margin-top:0.5em;
	}

.cform #li--6 { margin-top: 0.5em }

.cform #li--6 label span { display:inline; }
	
.cform label.cf-group-after span {
	display:inline;
	}
	
.cform input, .cform textarea {
	border: 1px solid #1A1F5D;
	}
	
.cform input.single, .cform textarea, .cform select {
	width: 300px;
	margin-right: 5px;
	padding: 2px;
	}
	
.cform li.cf-box-title {
	font-weight:bold;
	}
	
.cform input.cf-box-b {
	border: 1px solid #1A1F5D;
	margin-right: 5px;
	}
	
div.failure {
	color: #f00;
	font-weight:bold;
	}

/* ------- Links Page (body.pageid-31) ------- */

ul#links-page, ul#links-page ul {
	margin:-0.5em 0 0;
	padding:0;
	}

ul#links-page li {
	margin:0;
	padding:0.5 0;
	list-style:none;
	}
	
ul#links-page ul li a {
	font-weight:bold;
	}
	
/* ------- Sidebar Shopping Cart ------- */

#sliding_cart {
	}
	
/* ------- Product Pages ------- */

div.imagecol {
	width: 200px;
	float:left;
	padding-bottom:1em;
	}
	
div.textcol {
	margin-left: 220px;
	}
	
div.productdisplay {
	border-top: 1px solid #7D4463;
	margin-top: 1em;
	padding-top: 1em;
	margin-bottom: 1em;
	clear:left;
	}
		
/* ------- Verify Your Order Page (body.pageid-4) ------- */

table.wpsc_checkout_table tr td {
	padding: 0.5em 0;
	}

table.wpsc_checkout_table tr td input {
	width: 300px;
	margin-left: 5px;
	}
	
table.wpsc_checkout_table tr td input#submitbutton {
	width:auto;
	}
	
/* ------- Stock Photography (body.pageid-133) ------- */


.pageid-133 .entry-content p img {
	float:left;
	margin: 0 40px 40px 0;
	}
	
	
/* ------- Category Pages ------- */

.category h1.entry-title {
	font-size: 1.2em;
	margin-bottom:-0.75em;
	}
	
	
/* newsletter signup form (form#cforms3form) */

form#cforms3form {
	background: url('images/orchid.jpg') repeat-y 0 -45px;
	width: 268px;
	font-size:90%;
	border:1px solid #7D4463;
	margin-bottom: 20px;
	}

form#cforms3form li {
	width: 248px;
	margin:10px;
	}
	
form#cforms3form input.single {
	width: 238px;
	}
	
form#cforms3form p.cf-sb {
	margin-left:10px;
	}







	
	
	
	
	
	
	
	