/*
Theme Name: GypsyInk
Theme URI: 
Description: Wordpress theme for Leeana Tankersley's book, Found Art website
Version: 1.0
Author: Scott Wildey, Cameron Perry
*/
body {
	background-color: #f0e5c8;
	background-image: url(images/layout/canvas_bg2.jpg);
	font-family: Lucida Grande, Arial, Trebuchet, Trebuchet MS, Sans-serif;
	position: relative;
}
a {
	color: #c3a16a;
	text-decoration: none;
}
a:visited {

}
#home-container h2, #home-container h2 a, h1, h1 a, h2 a {
	color: #57270f;
	margin: 0;
	text-decoration: none;
}
h2, h3 {
	margin: 0;
}
#content-container a:hover, #home-container h2 a:hover, h1 a:hover {
	border-bottom: 1px solid ;
}

.post-edit-link {
	font-size: 12px;	
}
.more-link {
	font-size: 12px;
	display: block;
}
.posts-nav-link {
	font-size: 12px;
}
.commentlist {
	list-style-type: none;
	padding: 0;
}
.comment-body{
	padding: 10px 0;
}
.comment-author {
	color: #57270f;
}
#commentform #comment {
	width: 100%;
	font-family: sans-serif;
	color: #57270f;
	padding: 5px;
}
#postcomments {
	margin-top: 40px;
	border-top: 1px solid #aaa;
}
#postcomments #respond {
	margin-top: 40px;
}
.commentlist .comment-body {
	margin: 5px 0;
	border-bottom: 1px solid #ccc;
}
.commentlist .children {
	padding-left: 30px;
	list-style-type: none;
}
.commentlist .even {
}
.commentlist .odd {
}
.feedback {
	font-size: 12px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}
.archive-link {
	font-size: 12px;
}
/* ************************************ ********************** */
#home-container {
	background: url(images/layout/home-graphic_bg.jpg) no-repeat;
	min-height: 730px;
	width: 1024px;
	position: relative;
	margin: -10px 0 0 -10px;
}

#buy-now {
	position: absolute;
	height: 205px;
	width: 160px;
	float: right;
	top: 90px;
	right: 0;
	margin-right: 40px;
	display: block;
	text-decoration: none;
	cursor: pointer;
}

/*  ************** NAVIGATION ********************** */

#left-nav {
	float: left;
	position: relative;
	height: 250px;
	width: 120px;
	top: 200px;
	margin-left: 15px;
	padding-left: 40px;
	padding-right: 10px;
}

#left-nav ul {
	list-style-type: none;	
	list-style-position: outside;
	margin: 0;
	padding: 0;
	text-align: right;
	font-family: Courier New, Courier, monospace;
	font-size: 16px;
	font-weight: bold;
	color: #027563;
}
#left-nav ul li {
	margin: 20px 0;
}

#left-nav a {
	color: inherit;	
	text-decoration: none;
}
#left-nav a:hover {
	border-bottom: 1px solid;
}


/* *************************** BLOGROLL / INSPIRATION ************************ */
#inspiration-bar{
	font-family: Courier New, Courier, monospace;
	font-weight: bold;
	color: #027563;	
	float: right;
	position: relative;
	top: 325px;
	margin-right: 30px;
	width: 150px;
	height: 300px;
	padding-left: 10px;
	text-decoration: none;
}
#inspiration-bar a {
	color: inherit;
	text-decoration: inherit;
}
#inspiration-bar a:hover {
	border-bottom: 1px solid;
}
#inspiration-bar ul {
	list-style-image: url(images/layout/inspiration-bullet.png);
	font-family: Lucida Grande, Arial, Trebuchet, Trebuchet MS, Sans-serif;
	color: #693700;
	font-weight: normal;
	padding-left: 20px;

	font-size: 14px;
	text-transform: lowercase;
}
#inspiration-bar ul a:hover {
	border-bottom: 1px solid;
}
#inspiration-bar ul li {
	margin: 2px 0;
}
#inspiration-bar ul .more-links {
	margin-top: 15px;
}

/* ********************* CONTENT *********************** */
#content-container{
	width: 528px;
	margin-left: 255px;
	margin-top: 630px;
}
.content-container {
	background: url(images/layout/home-blog_paper_bg.png) repeat-y 1px 0;
}
.content-header {
	padding: 0 40px;
	background: url(images/layout/home-blog_paper_bg.png) repeat-y 1px 0;
}
.entry-date {
	color: #c3a16a;
	font-family: Courier New, Courier, monospace;
	margin: 0;
	padding: 0;
}

.content {
	color: #027563;
	padding: 10px 40px 20px 40px;
	background: url(images/layout/home-blog_paper_bg.png) repeat-y 1px 0;
}
#content-footer{
	height: 100px;
	background: url(images/layout/home-blog_paper_bottom.png) no-repeat -3px 0;
}

/* ********************** SECONDARY PAGES ********************************* */
.secondary-page {
	
}
#secondary-container {
	min-height: 720px;
	width: 1024px;
	position: relative;
	margin: -10px 0 0 -10px;
}
#bio #secondary-container{
	background: url(images/layout/bio-graphic_bg.jpg) no-repeat;
}
#book #secondary-container{
	background: url(images/layout/book-graphic_bg.jpg) no-repeat;
}
#workshops #secondary-container{
	background: url(images/layout/workshops-graphic_bg.jpg) no-repeat;
}
#calendar #secondary-container{
	background: url(images/layout/calendar-graphic_bg.jpg) no-repeat;
}
#inspiration #secondary-container{
	background: url(images/layout/inspiration-graphic_bg.jpg) no-repeat;
}
#contact #secondary-container{
	background: url(images/layout/contact-graphic_bg.jpg) no-repeat;
}

.secondary-page .content-container {
	float: left;
	position: relative;
	margin-top: 15px;
	margin-left: 0;
	width: 530px;
}
.secondary-page h2, .secondary-page h3 {
	color: #57270f;
}
.secondary-page #content-footer {
	margin-left: 234px;
	width: 531px;
	float: left;
	clear: both;
}
.secondary-page .content {
		padding: 0 40px 20px 40px;
}
.secondary-page .pagetitle {
	padding: 20px 0;
	margin: 0 40px 20px 40px;
	border-bottom: 1px solid #ccc;
	text-align: center;
}
.secondary-page .content_header {
	padding: 0 40px;
	background: url(images/layout/home-blog_paper_bg.png) repeat-y 1px 0;
	
}
.secondary-page #logo-home-link {
	width: 290px;
	height: 175px;
	float: right;
	position: relative;
	margin-right: 370px;
	margin-top: 10px;
}
.secondary-page #logo-home-link a {
	display: block;
	width: 100%;
	height: 100%;
}
.secondary-page #book-link-right {
	width: 235px;
	height: 325px;
	float: right;
	right: 10px;
	position: absolute;
	top: 235px;
}
.secondary-page #book-link-right a{
	display: block;
	width: 100%;
	height: 100%;
}
.secondary-page #left-nav {
	margin-left: 40px;	
	margin-top: 80px;
	padding: 0 10px 0 0 ;
	float: left;
	width: 194px;
	color: #57270f;
}
.secondary-page #left-nav ul li {
	margin: 12px 0;
}

.secondary-page #left-nav a{
	color: #57270f;
}
.secondary-page #left-nav .active {
	background: url(images/layout/active_link_bg.png) no-repeat 17px 0;
	margin-right: -12px;
	width: 189px;
	height: 38px;
	padding: 12px;
	padding-top: 5px;
}
.secondary-page .active-workshop {
	background: url(images/layout/navigation/active_link_bg-large.png) no-repeat 17px 0;
	margin-right: -12px;
	width: 189px;
	height: 58px;
	padding: 12px;
	padding-top: 5px;
}
.secondary-page #left-nav .active img{
margin-top: 5px;
}
.secondary-page #left-nav .active a img, .secondary-page #left-nav .active a:hover,
.secondary-page #left-nav .active-workshop a img, .secondary-page #left-nav .active-workshop a:hover{
	border: none;
}
#left-nav .subscribe { font-size: smaller; text-align: right; position: relative; top: -5px; }
