/* @override 
	http://www.janelleford.com/wp-content/themes/janelleford/style.css
*/

/*
Theme Name: JanelleFord
Theme URI: http://wordpress.org/
Description: Custom designed wordpress theme by <a href="http://JosephKnight.com/">Joseph Knight</a>.
Version: 1.6
Author: Joseph Knight
Author URI: http://JosephKnight.com/
Tags: wooden, custom header, fixed width, two columns, widgets
*/

/* add CSS reset from web!!! */

/* Colors
	LINKS
	pink on dark:		ff9dca
	pink on light: 		9e245d
	pink hover:			fe006e
	TEXT
	creme on dark:		f7f1de
	dark on light:		605348
	BG
	dk brown bg:		2f2a22
 */

/* @group Blog */
#commentform{
	border: 1px solid #474033;
	background-color: #292622;
	padding: 8px;
	list-style-type: none;
	margin-top: 10px;
	margin-bottom: 10px;
}
.commentlist li{
	border: 1px solid #474033;
	background-color: #36312c;
	padding: 8px;
	list-style-type: none;
	margin-top: 10px;
	margin-bottom: 10px;
}
.comment_author{
	display: block;
	background-color: #423d36;
	padding: 7px 7px 2px;
}
.commentmetadata{
	display: block;
	text-align: right;
	margin-left: auto;
}
.commentmetadata a{
	color: #675f54;
}
#sidebar h2{
	font-size: 16px;
	padding-top: 18px;
}

#sidebar h2.categorytitle{
	padding-top: 6px;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0;
}

#sidebar a{
	color: #9e245d;
}

#sidebar input{
	color: #9e245d;
	border-color: #9e245d;
}

.postmetadata{
	color: #978773;
}
.postmetadata a{
	color: #b3a088;
}

img.size-medium, img.attachment-medium{
	border: 1px solid #7f7161;
	margin: 5px;
}

/* @end */

/* @group Styling */

* {
	margin: 0px;
	padding: 0px;
}

button{
	border-width: 1px;
	border-style: solid;
	padding: 3px 6px;
	background-color: #958473;
	text-decoration: none;
	color: #f7f1de;
	clear: both;
}

ul li{
	text-indent: 0px;
	list-style-type: none;
}

/* @group Links */

a{
	color: #ff9dca;
	padding-bottom: 1px;
}
a:visited{
	color: #ff9dca;
}
a:hover{
	color: #fe006e;
}
.light_bg a{
	color: #9e245d;
}
.light_bg a:visited{
	color: #9e245d;
}
.light_bg a:hover{
	color: #fe006e;
}

a img{
	border: none;
	text-decoration: none;
}

/* @end */

/* @group Headings */

h1{
	margin-bottom: .4em;
	font: normal 3em "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: -2px;
}
div.entry > h2:first-child{
	border-top: none;
}
div.entry h2{
	border-top: 1px dotted #f7f1de;
	clear: left;
	margin-top: 10px;
	padding-top: 10px;
}
h2{
	font: normal 26px "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	margin-bottom: 5px;
}
h2.georgia{
	font: 28px Georgia, "Times New Roman", Times, serif;
	letter-spacing: -2px;
	margin-top: 5px;
}

h3{
	margin-bottom: .4em;
	font: normal 1.2em "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}

h4{
	font-size: 16px;
	margin-bottom: .4em;
	font-weight: normal;
	font-style: normal;
	line-height: 1.2em;
}

/* @end */
/* @end */

/* @group Classes */

.light_bg{
	color: #605348 !important;
}

.back{
	border-width: 1px;
	border-style: solid;
	padding: 3px 6px;
	background-color: #958473;
	text-decoration: none;
	color: #f7f1de !important;
	clear: both;
}
#content.home a.back{
	display: none;
}
.purchase{
	color: #ff9dca;
	background-color: #9e245d;
	border-color: #ff9dca;
}

.price{
	vertical-align: 8px;
	font-size: 1.7em;
}
.cents{
	font-size: .5em;
	vertical-align: 6px;
	text-decoration: underline;
}
.divider hr{
	display: none;
}
.divider{
	border-bottom: 1px dotted #f7f1de;
	clear: left;
	margin-bottom: 10px;
}

.trailing{
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: right;
}

/* TODO */
.response_box{
	display: block;
	background-color: #9e245d;
	color: #fff;
	padding: 8px;
	margin-bottom: 15px;
	font: bold 12px "'Helvetica Neue'", Helvetica, Arial, sans-serif;
}
.thumb{
	float: left;
	border: 5px solid white;
	margin-right: 16px;
}

.note{
	color: #605348 !important;
	position: absolute;
	width: 207px;
	height: 285px;
	top: 0px;
	right: -300px;
	padding-top: 43px;
	padding-left: 25px;
	padding-right: 25px;
	overflow: visible;
	background: url(images/bg_note.png) no-repeat;
	line-height: 1em;
}
.note textarea, #newsletter_signup input[type=text]{
	width: 75%;
}
/* @end */

/* @group Layout and Objects */



body{
	position: relative;
	font: .75em/1.5em Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #f7f1de;
	text-align: center;
	background-image: url(images/bg_main.jpg);
	z-index: 0;
}
p{
	margin-bottom: 1.4em;
}

#logo{
	position: absolute;
	left: -121px;
	top: -111px;
	width: 302px;
	height: 183px;
}
#logo h1, #logo h3{
	display: none;
}

#header{
	padding: 0px !important;
	margin-left: 0px;
	height: 110px;
	width: 504px;
	background-image: url(images/bg_header.jpg);
}
#container{
	position: relative;
	float: left;
	top: 114px;
	width: 503px;
	margin-left: 215px;
	margin-right: auto;
	text-align: left;
	background-color: #2f2a22;
	border: 1px solid #888377;
	z-index: 100;
}

#sidebar{
	text-align: left;
	width: 200px;
	float: left;
	background-color: #f7f1de;
	padding: 15px;
	color: #605348;
	border: 1px solid #9e245d;
	margin-top: 266px;
	margin-left: 60px;
}

#swatch_bundle{
	float: left;
	width: 353px;
	height: 331px;
	top: 350px;
	left: 550px;
	background: url(/images/swatch_bundle.png) no-repeat;
	margin-top: 30px;
	margin-left: 20px;
}

#container #content{
	padding: 26px;
	background: url(images/bg_content_gradient.jpg) repeat-x;
	min-height: 670px;
}

#photo_home{
	position: relative;
	float: right;
	right: -50px;
	margin-left: -30px;
}
#photo_about{
	position: relative;
	float: left;
	left: -50px;
	margin-right: -30px;
}
#newspaper_article{
	float: left;
	background: url(images/newspaper_article.png) no-repeat;
	margin: 10px 10px -17px -170px;
}

#photo_custom_bags{
	float: right;
	position: relative;
	right: -80px;
	margin-left: -70px;
	top: -30px;
}

/* @group handbags */

.handbag_name{
	color: #fff;
	size: 18px;
}

#handbags li{
	display: block;
	clear: both;
	border-bottom: 1px solid #6e6254;
	margin-bottom: 20px;
	min-height: 200px;
}

.color_swapper{
	width: 100%;
	clear: both;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.color_swapper .thumb{
	clear: both;
	float: left;
}

.color_swapper p{
	clear: both;
	margin: 5px 0px 0px;
}

.color_swapper ul{
	float: left;
	clear: both;
}

.color_swapper button{
	float: left;
	clear: both;
}

.swatches li{
	float: left;
}

.swatches img{
	border: 1px solid #bebebe;
	margin: 1px;
}

/* @end */



#column_main{
	width: 703px;
	float: left;
	padding-top: 12px;
	border-top: 3px solid #013543;
}
#column_sidebar{
	width: 225px;
	float: left;
	margin-left: 21px;
	padding-top: 12px;
	border-top: 3px solid #013543;
}
.frill{
	position: fixed;
	z-index: 2;
}
#frill_tl{
	position: absolute;
	width: 228px;
	height: 141px;
	background: url(images/frill_top_left.png) no-repeat;
	top: 151px;
	left: 0;
}
#frill_tr{
	position: absolute;
	width: 498px;
	height: 138px;
	background: url(images/frill_top_right.png) no-repeat;
	top: 0;
	right: 0;
}
#frill_bl{
	width: 93px;
	height: 141px;
	background: url(images/frill_bottom_left.png) no-repeat;
	bottom: 0px;
	left: 0px;
}
#bg_shading_gradient{
	width: 100%;
	height: 800px;
	position: fixed;
	background: url(images/bg_shading_gradient.png) repeat-x left bottom;
	left: 0px;
	bottom: 0px;
	z-index: -10000;
}
#stitched_button{
	position: absolute;
	top: -9px;
	right: -18px;
	width: 45px;
	height: 42px;
	background-image: url(images/stitched_button.png);
}
/* @group menu */

#menu{
	height: 28px;
	width: 504px;
}
#menu ul li{
	display: block;
	float: left;
}

/* @end */

/* @group footer */

#footer{
	clear: both;
	height: 26px;
	padding-top: 10px;
	color: #4f4d48;
	font-size: 10px;
	text-align: center;
}
#footer a{
	color: #703d55;
	border: none;
	text-decoration: none;
}
#footer a:hover{
	color: #fe006e;
}

/* @end */


/* @group form */

textarea,input[type=text]{
	padding: 2px;
	margin-bottom: 8px;
	background-color: transparent;
	border: 1px solid #9e245d;
	font: 14px/1.3em Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	color: #f7f1de;
}

textarea:focus,input[type=text]:focus{
	border-color: #fe006e;
}

#commentform textarea{
	width: 427px;
}

label{
	clear: both;
	display: block;
}

.light_bg label{
	color: #9e245d;
}

wpsc_checkout_table input[type=text], wpsc_checkout_table textarea{
	width: 100%;
}

input[type=submit]{
	background: transparent;
	border: none;
	text-decoration: none;
	color: #ff9dca;
	border-bottom: 1px solid #ff9dca;
	margin-bottom: 20px;
}

.light_bg input[type=submit]{
	color: #9e245d;
	border-color: #9e245d;
}

.light_bg input{
	color: #9e245d;
}

input[type=submit]:hover{
	color: #fe006e;
	border-color: #fe006e;
}

/* @end */
/* @end */

/* @group WP Shopping Cart */

p.wpsc_variation_forms {
	display: block;
	padding: 5px;
	margin: 10px;
}

p.wpsc_variation_forms select{
	color: #2f2a22;
	background-color: #e9d0a8;
	border: 1px solid #fff1da;
	padding: 2px;
}


/* @end */
