
	body {
		background-image: url(/public/images/header_illustration.jpg);		
		background-repeat: no-repeat;
		background-position: top center;
		background-color: #ffffff;
		font-family: 'Lucida Grande',sans-serif; /*Arial,sans-serif; */
		font-size: 12px;
		margin:0;
		padding:0;
		color: #674122;
		line-height: 1.6em;
	}

	/* layout */
	
	#header {
		width: auto;
		margin: 0 auto;

	}
	
	#header h1 {
		margin: 0 auto;
		text-align: center;
	}
	
	#header h1 a {
		width: 457px;
		height: 240px;
		display: block;
		background: transparent;
		text-align: center;
		margin:0 auto;
	}
	
	#header h1 a span {
		display: none;
	}
	
	#main {
		width: 800px;
		margin: 0 auto;
		/*background-color: #ccc;*/
	}
	
	#main .content {
		padding: 10px 20px;
	}
	
	
	.first_entry, .entry {
		border-bottom: 1px solid #d1c584;
	}
	
	.first_entry h3, .entry h3 {
		
	}
	
	.first_entry .date, .entry .date {
		float: right;
		font-size: .9em;
		padding: 0;
		margin: 0;
	}	
	
	
	
	
	
	
	#footer {
		background-image: url(/public/images/footer_bg.jpg);		
		background-repeat: repeat-x;
		background-position: top center;
		background-color: #48200a;
		
		width: auto;
		height: 700px;

		margin: 0 auto;
		padding:0;
		
		
	}
	#footer #inside {
		background-image: url(/public/images/footer_illustration.jpg);		
		background-repeat: no-repeat;
		background-position: top center;
		background-color: transparent;
		width: auto;
		height: 622px; 
		margin: 0 auto;
		padding:0;		
	}
	
	#footer #inside .content {
		width: 500px;
		margin: 0 auto;
		padding: 550px 0 30px;
		color: #d4902b;
	}
	

	#nav {
		padding: 10px 20px;
		width: 100%;
		background-color: #d16013;
		
	}
	#nav ul {
		margin: 0;
		padding: 0;
	}
	#nav ul li {
		display: inline;
		margin:0;
		list-style-type: none;
	}
	#nav ul li a:link, #nav ul li a:visited, #nav ul li a:hover, #nav ul li a:active {
		/*display: block;
		padding: 5px 10px;
		float: left; */
		color: #fdfaf1;
		font-size: 1.2em;
		text-decoration: none;
		padding: 11px 15px;
	}
	#nav ul li.selected a:link, #nav ul li.selected a:visited, #nav ul li.selected a:active {
		background-color: #ef9659;
	} 
	
	
	#nav ul li a:hover {
		background-color: #fdfaf1;	
		color: #d16013;
	}


	/* music_player */
	
	iframe#music_player {
		width: auto; 
		height: 200px;
		
		border: 0;
		padding:0; 
		margin:-26px 0 26px -15px;
	}


	/* typography */
	
	
	a:link, a:visited, a:hover, a:active {
		color: #635408;
	}
	a:hover {
		background-color: #d16013;
		color: #fde1d0;
		text-decoration: none;
	}
	a.img, a.img:hover {
		border: 0;
		text-decoration: none;
		background: transparent;
		cursor: pointer;
	}
	
	img {
		border: 0;
	}
	
	
	h1, h2, h3, h4, h5, h6 {
		color: #d16013;
	}
	h3, h3 a:link, h3 a:visited, h3 a:active  {
		color: #635408;
	}
	h3 a:hover {
		color: #fde1d0;
	}
	

	h3.inverse, h3.inverse a:link, h3.inverse a:visited, h3.inverse a:active  {
		display: block;
		background-color: #49200c;
		color: #fff;
		text-decoration: none;
	}
	h3.inverse a:hover {
		color: #fff;
	}
	h3.inverse {
		padding: 6px 10px;
	}






	.widget_box {
		clear: right;
		float: right;
		width: 200px;
		background-color: #d16013;
	}




	div.flickr_photos img {
		margin-right: 5px;
		padding: 5px;
		border: 1px solid #d16013;
	}

	div.flickr_galleries .gallery  {

	}
	div.flickr_galleries .gallery img {
		float: left;
		padding: 0 20px 0 0px;
	}
	div.flickr_galleries .gallery .title {
		display: block;
		font-weight: bold;
		font-size: 1.3em;
		margin:0;
		padding: 6px 0 10px 10px;
	}
 	div.flickr_galleries .gallery .title a,
	div.flickr_galleries .gallery .title a:link,
	div.flickr_galleries .gallery .title a:visited,
	div.flickr_galleries .gallery .title a:hover,
	div.flickr_galleries .gallery .title a:active {
		background-color: #49200c;
		color: #fff;
		text-decoration: none;
		padding: 6px 10px;
	}
	div.flickr_galleries .gallery .description {
		display: block;
	}





	/* store */
	
	.item {
		clear: both;
	}
	
	.item img.image {
		clear: none;
		float: left;
		padding:  0 20px 0 0;
		background-color: transparent;
	}
	
	.item h3.title {
		clear: none;
		font-weight: bold;
		background-color: #49200c;
		color: #fff;
		text-decoration: none;
		padding: 6px 10px;
	}
	
	.item .description {
		clear: none;
		padding-left: 170px;
	}

	.paypal_button {
		text-align: right;
	}




	/* columns */

	.columns .column {
		clear: none;
		float: left;
		width: 45%;
		padding: 0 5% 0 0;
	}
	
	
	.columns .column.width0{width: 0%;} .columns .column.width1{width: 1%;} .columns .column.width5{width: 5%;} .columns .column.width10{width: 10%;} .columns .column.width12{width: 12%;} .columns .column.width14{width: 14%;} .columns .column.width15{width: 15%;} .columns .column.width16{width: 16%;} .columns .column.width18{width: 18%;} .columns .column.width20{width: 20%;} .columns .column.width22{width: 22%;} .columns .column.width24{width: 24%;} .columns .column.width25{width: 25%;} .columns .column.width26{width: 26%;} .columns .column.width27{width: 27%;} .columns .column.width28{width: 28%;} .columns .column.width29{width: 29%;} .columns .column.width30{width: 30%;} .columns .column.width31{width: 31%;} .columns .column.width32{width: 32%;} .columns .column.width35{width: 35%;} .columns .column.width40{width: 40%;} .columns .column.width43{width: 43%;} .columns .column.width45{width: 45%;} .columns .column.width50{width: 50%;} .columns .column.width55{width: 55%;} .columns .column.width58{width: 58%;} .columns .column.width60{width: 60%;} .columns .column.width63{width: 63%;} .columns .column.width65{width: 65%;} .columns .column.width67{width: 67%;} .columns .column.width70{width: 70%;} .columns .column.width72{width: 72%;} .columns .column.width73{width: 73%;} .columns .column.width75{width: 75%;} .columns .column.width80{width: 80%;} .columns .column.width90{width: 90%;} .columns .column.width91{width: 91%;} .columns .column.width95{width: 95%;} 

	.columns .column.gutter0{padding-right: 0%;} .columns .column.gutter1{padding-right: 1%;} .columns .column.gutter2{padding-right: 2%;} .columns .column.gutter3{padding-right: 3%;} .columns .column.gutter4{padding-right: 4%;} .columns .column.gutter5{padding-right: 5%;} .columns .column.gutter7{padding-right: 7%;} .columns .column.gutter9{padding-right: 9%;} .columns .column.gutter10{padding-right: 10%;} .columns .column.gutter13{padding-right: 13%;} .columns .column.gutter15{padding-right: 15%;} .columns .column.gutter20{padding-right: 20%;} .columns .column.gutter25{padding-right: 25%;} .columns .column.gutter30{padding-right: 30%;} .columns .column.gutter35{padding-right: 35%;} 

	.columns .column.gutter_left0{padding-left: 0%;} .columns .column.gutter_left1{padding-left: 1%;} .columns .column.gutter_left2{padding-left: 2%;} .columns .column.gutter_left3{padding-left: 3%;} .columns .column.gutter_left4{padding-left: 4%;} .columns .column.gutter_left5{padding-left: 5%;} .columns .column.gutter_left7{padding-left: 7%;} .columns .column.gutter_left9{padding-left: 9%;} .columns .column.gutter_left10{padding-left: 10%;} .columns .column.gutter_left13{padding-left: 13%;} .columns .column.gutter_left15{padding-left: 15%;} .columns .column.gutter_left20{padding-left: 20%;} .columns .column.gutter_left25{padding-left: 25%;} .columns .column.gutter_left30{padding-left: 30%;} .columns .column.gutter_left35{padding-left: 35%;} 


	
	/* contact form */
	
	.contactForm {
	  background-color: #e7e5b4;
	  width:308px;
	}
	.contactForm p {
	  padding:10px;
	}
	.contactForm input {
	  width:240px;
	}
	.contactForm textarea {
	  width:281px;
	  height:120px;
	}
	.submit {
	  width:45px!important;
	}
	
	.tbContactform .antispam {
		 display:  none;
		 visibility: hidden;
	}

	.tbContactform label {
		 width:  95px;
		 display:  inline-block;
		 vertical-align: top;
		 clear: both;
	}

	.tbContactform input.text,
	.tbContactform textarea {
		 width:  225px;
		 padding: 2px;
	}

	.tbContactform textarea {
		 height:  115px;
	}

	.tbContactform input.submit
	{
		display: block;
		margin-left: 250px;
		width:  auto;
	}

	.tbContactform .tbErrors p
	{
		color: #FF0000;
	}
	
	
	ul.tweets {
		padding:0 10px 0 20px;
		margin:0;
	}
	li.tweet {
		list-style-type: none;
		border-bottom: 1px solid #ccc;
		padding:10px 0;
		margin:0;
	}
	li.tweet .date {
		display: block;
		padding:0;
		margin:0;
	}

	/* misc */
	
	
	.message {
		background-color: #99cc99;
		color: #003333; 
	}
	.error {
		background-color: #fcc;
		color: #600;
	}
	
	.divider {
		border-top: 1px solid #d16013;
	}
	
	.clearboth {
		clear: both;
	}
