/*
Theme Name: Tim Coons
Theme URI: http://pippinspages.com/
Description: Tim Coon's Website
Version: 1.0
Author: Pippin Williamson and Betony Coons
Author URI: http://pippinspages.com
Tags: music, water color
*/


/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*************************************
end reset
*************************************/
body {
	font-size: 14px;
	font-family: "vani";
	color: #333;
	text-align: center;
	height: 100%;
}
/***********************************
custom fonts
***********************************/
@font-face {
  font-family: "trajan-bold";
  src: url("fonts/TrajanPro-Bold.otf");
}
@font-face {
  font-family: "trajan-reg";
  src: url("fonts/TrajanPro-Regular.otf");
}
@font-face {
  font-family: "vani";
  src: url("fonts/Vani.ttf");
}
@font-face {
  font-family: "champagne";
  src: url("fonts/champagne.ttf");
}
@font-face {
  font-family: "learningCurve";
  src: url("fonts/LearningCurve.ttf");
}
/***********************
basic styles
***********************/

h1, h2, h3, h4, h5, h6, h7	{
	font-family: "champagne";
	text-transform: uppercase;
}
h2	{
	font-size: 30px;
}
h3	{
	font-size: 24px;
}
a	{
	color: #000;
	text-decoration: none;
}
a:hover	{
	color: #666;
}
p	{
	line-height: 18px;
	margin-bottom: 10px;
}
/************************
main structure
************************/

#page {

	text-align: left;
	width: 960px;
	margin: 0 auto;
	font-size: 14px;
	position: relative;
}
#header	{
	height: 221px;
	background: url('images/header.png');
	position: relative;
}
#header .description, #header h1	{
	display: none;
	text-indent: -999px;
	visibility: hidden;
}
/*******************
top navigation styling
*******************/
.navigation	{
	text-align: left;
	height: 20px;
	position: absolute;
	top: 170px;
	left: 280px;
	font-family: "champagne";
}

.navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 32px;
}
.navigation li	{
	float: right;
	margin-left: 30px;
	letter-spacing: 2px;
	font-size: 18px;	
}

#main-content	{
	width: 750px;
	margin: 30px 0 0 200px;
	min-height: 500px;
}
.blog #main-content, .single #main-content	{
	margin-top: 110px;
}
#main-content-full	{
	margin-top: 10px;
	margin-left: 50px;
}
#sidebar	{
	width: 150px;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 900;
	background: #5a5c53;
	filter: alpha(opacity=70); /* internet explorer */
	-khtml-opacity: 0.70;      /* khtml, old safari */
	-moz-opacity: 0.70;       /* mozilla, netscape */
	opacity: 0.70;           /* fx, safari, opera */
	text-align: right;
	padding: 0 10px 20px 0;
	color: #fff;
	font-family: "champagne";
}
#sidebar h2	{
	margin: 250px 0 20px 0;
	font-size: 26px;
	letter-spacing: 2px;
	font-weight: none;
}
.blog #sidebar h2.links	{
	margin-top: 0px!important;
}
.blog #sidebar h2, .single #sidebar h2	{
	margin-top: 330px!important;
}
#sidebar li	{
	margin: 0 0 30px 10px;
	font-size: 20px;
	text-transform: lowercase;
	letter-spacing: 1px;
	font-weight: none;
}
#sidebar a	{
	color: #fff;
}
#sidebar a:hover	{
	color: #ccc;
}
.page-item-4	{
	margin-top: 60px!important;
}
#green	{
	position: absolute;
	top: 220px;
	background: #70a524;
	height: 90px;
	padding-left: 200px;
	line-height: 90px;
	vertical-align: middle;
	color: #fff;
	width: 100%;
}
#green h1	{
	font-size: 60px;
	color: #fff;
	letter-spacing: 6px;
}
#green em	{
	position: absolute;
	top: 30px;
	left: 600px;
	text-align: right;
	font-size: 26px;
	font-family: "learningCurve";
}
.column	{
	width: 240px;
	float: left;
	margin-right: 40px;
}
.column > .social	{
	text-align: center;
}
.column img.main	{
	margin-bottom: 10px;
}
.column p	{
	font-size: 14px;
}
.last	{
	margin-right: 0!important;
}
#footer	{
	height: 200px;
	text-align: right;
	width: 960px;
	margin: 50px auto 0 auto;
	font-size: 12px;
	font-family: "vani";
}
/********************
post styling
********************/
.entry	{
	margin-bottom: 20px;
}

/********************
list styling
********************/


#sidebar ul	{
	margin: 0;
	padding: 0;
}
#sidebar li	{
	list-style: none;
}

/********************
link styling
********************/


/******************
image styling
******************/

.blog img, .home img.main, .single img	{
	border: 10px solid #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
img.alignleft	{
	float: left;
	margin: 0 10px 10px 0;
}
img.alignright	{
	float: right;
	margin: 0 0 10px 10px;
}
img.alignnone	{
	margin: 10px 0;
	display: block;
}
img.aligncenter	{
	margin: 10px auto;
	display: block;
}
.wp-caption	{
	padding: 5px;
}
.wp-caption, .alignright{
	margin-left: 20px;
}
.wp-caption, .alignleft{
	margin-left: 20px;
}
.wp-caption img, .wp-caption p	{
	margin: 5px;
}	

/****************
text styling
****************/

p	{
	margin: 8px 0;
}

blockquote	{
	background: #f0f0f0;
	padding: 2px 10px;
	margin: 10px;
}
blockquote p	{
	margin: 4px 0;
}
small	{
	font-size: 10px;
}

/****************
misc styles
****************/
.alignleft	{
	float: left;
}
.alignright	{
	float: right;
}
.clear	{
	clear: both;
}

/***************
form styling
***************/

input, textarea	{
	border: 1px solid #ccc;
	padding: 2px 4px;
	color: #666;
}
textarea	{
	width: 300px;
}
input[type=submit]:hover	{
	cursor: pointer;
}

/**************
comment styles
**************/

#comments	{
	padding: 10px;
}
h3#comments 	{
	margin: 0 0 10px 0;
	padding: 0;
}
ol.commentlist li	{
	list-style: none;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #ccc;
}
ol.commentlist li ul.children	{
	margin-top: 10px;
}
li.even	{
	background: #fff;
}
li.odd	{
	background: #C0C0C0;
}
ol.commentlist li.authorcomment	{
	background: #F0F0F0;
}
.avatar	{
	float: left;
	margin: 0 10px 10px 0;
}
.comment-text	{
	margin-left: 58px;
}
.reply	{
	float: right;
}

/**************
widget styling
**************/
.widgets-container	{
	margin-bottom: 10px;
}
.widget	{
	background: #F0F0F0;
	padding: 10px;	
}
.widget ul	{
	margin: 0;
	padding: 0;
}
.widget ul li ul	{
	margin-left: 10px;
}
.widget ul li	{
	list-style: none;
}
.widget-plain	{
	width: 300px;
	position: relative;
	margin: 10px 10px 10px 0;
	display: inline-block;
}
.widget-sidebar	{
	margin-bottom: 10px;
}
h3.h3-widget	{
	margin: 0 5px 5px 0;
}

.clearfix:after	{
	display: block;
	visibility: hidden;
	content: ".";
	clear: both;
}
.thumbnail	{
	float: left;
	margin: 0 20px 20px 0;
}

/*************************
store styling
*************************/

h2.prodtitles	{
	font-size: 18px!important;
	letter-spacing: 2px;
}
h2.prodtitles > a	{
	margin-bottom: 10px!important;
}
.wpsc_buy_button	{
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	padding: 10px;
	background: #cecba8;
	background: -moz-linear-gradient(center top, #cecba8 0%,#cecba8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #cecba8),color-stop(1, #cecba8));
}
.buy_button	{
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	padding: 10px;
	margin: 10px 10px 10px 0;
	background: #cecba8;
	background: -moz-linear-gradient(center top, #cecba8 0%,#cecba8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #cecba8),color-stop(1, #cecba8));
	display: block;
	width: 80px;
	float: left;
}

.wpcf7	{
	font-family: "champagne";
	letter-spacing: 1px;
}
.album-desc	{
	width: 530px;
	float: right;
}
.visitshop	{
	display: none;
	text-indent: -999px;
}
