/* @group Reset */

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,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

/* @end */
	
/* 
chocolate: #47350e
brickwork: #671e07
mustard: #c7b950
seabreeze: #058b92
dark seabreeze: #104245
dusty: #eeeaca
*/

html {
	background-color: #47350e;
	color: #fff;
	font-family:"ff-tisa-web-pro-1","ff-tisa-web-pro-2", "Helvetica Neue", Corbel, Arial, sans-serif;
	font-size: 13px;
 	line-height: 18px;
	}
	
body {
	width:  965px;
	margin:  0 auto;
	background-color: #104245 ;
	}
em { font-style: italic; }
strong { font-weight: bold; }
/* @group intro */

#intro {
	width:  965px;
	margin:  0 auto;
	position: relative;
	background-color: #104245 ;
	float: left;
	
	}
#intro-tab {
	position: absolute;
	display: block;
	right: 10px;
	bottom: -30px;
	width: 20px;
	height: 20px;
	text-indent: -9999em;
	background: url(/v3/graphics/information.png) no-repeat 0 0;
	}
	#intro-tab.open {
		background: url(/v3/graphics/delete.png) no-repeat 0 0;
	}
	#intro .content {
	width: 835px;
	margin: 0;
	padding: 36px 65px;
	float: left;
	border-bottom: 8px solid #671e07;
	}
	
	#intro .content p {
	float: right;
	width: 250px;
	margin: 79px 0 18px 36px;
	}
	#intro .content p.main-intro-text {
		width: 540px;
		margin: 0;
		float: left;
	}
	#intro .content p.main-intro-text img {
	display: block;
	position: relative;
	left: -10px;
	}

/* @end */

	
	
h1 {
	width:  965px;
	height: 180px;
	background: #47350e url(/v3/graphics/header.png) no-repeat 0 0;
	}
h1 a {
	display: block;
	width:  965px;
	height: 175px;	
	text-indent: -9999em;
	overflow:hidden
	}
h2 {
	font-size: 36px;
	line-height:36px;
	font-weight: normal;
	background: transparent;
	color: #671e07;
/*
	text-transform: uppercase;
	letter-spacing: .1em;
*/	}
	h2 a {
	color: #671e07;
	text-decoration: none;
	}
	
h3, h4, h5, h6 {
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: bold;
	}	
	h6 {
	font-size: .8em;
}
a {
	color: #058b92;
	}
a:hover, .browsing h2 a:hover, .watchtunes h2 a:hover, .flickr h2 a:hover  {
	color: #104245;
	text-decoration: none;
	}
a:focus {
	overflow: hidden;
	}
a.download {
	background: #eeeaca url(/v3/graphics/arrow_down.png) no-repeat 4px 4px;
	padding: 4px 4px 4px 20px;
	}
dl.downloader dt {
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: bold;

}	
dl.downloader dt {
	margin: 0 0 0px;
}
dl.downloader dd {
	margin: 0 0 5px;
}
img.highlight {
	padding-bottom: 18px;
	background: url(/v3/graphics/dropped.png) no-repeat center bottom;
	}

blockquote {
	padding:15px;
	background: url(/v3/graphics/bquot.png) no-repeat 0 14px;
	}
.cite {
	text-align: right;
	font-style: italic;
}
.chat strong {
	font-weight: bold;
}
.chat li {
	margin: 0;
	padding: 5px;
	list-style: none;
	color: #673615;
}
.chat .on {
	background-color: #eeeaca;
}

pre, code {
	font-family: "Courier New", Courier, mono;	
}
pre {
	background-color: #eeeaca;
	padding: 10px;
}

/* @group Nav */

#nav {
	float: left;
	width: 965px;
	height: 47px;
	border-bottom: 7px solid #65371d;
	}
#nav li {
	float: left;
	}
#nav li a {
	display: block;
	height: 47px;
	width: 184px;
	background: url(/v3/graphics/menu/blog-nav.jpg) no-repeat 0 -47px;
	text-indent: -9999em;
	overflow:hidden
	}
	#nav li a:hover, 
	#blog li #blog-nav, #Blog li #blog-nav, 
	#archive li #archives-nav, 
	#bio li #bio-nav, 
	#portfolio li #portfolio-nav, 
	#contact li #contact-nav, 
	#rss li #rss-nav	
	{
	background-position: 0 0;
	}
#nav li #archives-nav {
	width: 166px;
	background-image: url(/v3/graphics/menu/archives-nav.jpg);
	}
#nav li #bio-nav {
	width: 110px;
	background-image: url(/v3/graphics/menu/bio-nav.jpg);
	}
#nav li #portfolio-nav {
	width: 182px;
	background-image: url(/v3/graphics/menu/portfolio-nav.jpg);
	}
#nav li #contact-nav {
	width: 172px;
	background-image: url(/v3/graphics/menu/contact-nav.jpg);
	}
#nav li #rss-nav {
	width: 151px;
	background-image: url(/v3/graphics/menu/rss-nav.jpg);
	}

/* @end */
	
#container {
	width: 965px;
	float: left;
	background-color: #fff;
	color: #671e07;
/* 	background:  url(/v3/graphics/gridsrgood.png) 0 0;  */
	}
#main {
	clear: both;
	float: left;
	padding: 36px 65px;
	width: 510px;
	}
#secondary {
	float: left;
	width: 260px;
	margin: 36px 0 36px 5px;
	}
.meta {
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 15px;
	color: #c7b950;
	}	
	.meta .permalink img {
	float: none;
	display: inline;
	width: 16px;
	height: 16px;
	}
p, li, pre {
	margin-bottom: 18px;
	}
.entry-summary ul {
	margin: 18px 18px 18px 0;
	list-style: disc;
	}	
p.readmore {
	margin: -18px 0 36px 0;
	}
	.right {
	clear: both;
	float: right;
	margin: 0 0 18px 18px;
	}

	.left {
	float: left;
	margin: 0 18px 18px 0;
	}
	.plain.left { clear:both}
	.badge {
	margin-bottom: 0px
	}
.hentry {
	clear: both;
		margin-bottom: 36px;
	}
.browsing {
	margin-bottom: 36px;
	}
	.browsing h2 {
	font-size: 18px;
	line-height: 18px;
	background: url(/v3/graphics/linky.png) no-repeat 0 0;
	}
	.browsing h2 a {
	color: #058b92;
	padding-left: 20px;
	}
	.browsing .meta {
	line-height: 18px;
	margin-bottom: 0;
	}

.watchtunes, .flickr {
	background-color: #eeeaca;
	padding: 18px 18px 0px 18px;
	position: relative;
		margin: 0 0 36px 0;
		float: left;
	width: 474px;
	}	
	.watchtunes h2, .flickr h2 {
	font-size: 13px;
	line-height: 18px;
	position: relative;
	left: -3px;
	background: url(/v3/graphics/emusic.png) no-repeat 0 -1px;
	}
	.watchtunes h2 a, .flickr h2 a {
	color: #058b92;
	padding-left: 22px;
	}
	.watchtunes .meta, .flickr .meta {
	line-height: 18px;
	margin-bottom: 0;
	}


	.watchtunes img, .flickr img {
	position: relative;
	width: 103px;
	height: 103px;
	float: right;
	margin-top: -36px;
	margin-bottom: 18px;
		padding: 0;
	}




.flickr img{
	width: 168px;
	height: 126px;
	margin-left: 18px;
	}	
	.flickr h2 {
	background: url(/v3/graphics/flickr-icon.png) no-repeat 0 1px;
	}
	.flickr h2 a {
	padding-left: 35px;
	}

.result {padding:18px}
.resultRowTwo { background-color:#eeeaca }
/* @group Comments */

#comment {
	color: #671e07;
	text-transform: uppercase;
	
	font-size: 18px;
	line-height: 18px;
	margin: 36px 0 18px 0;	
	}
	.comment-meta {
		color: #104245;
	}
	#comment-list {
	list-style: none;
	}
	#comment-list li {
	background-color: #eeeaca;
	padding: 18px 18px 0px 18px;
	position: relative;
	margin-bottom: 18px;
	float: left;
	width: 474px;
	}
	#comment-list li .comment-meta .commentid {
	display: block;
	float: left;
	background: url(/v3/graphics/comment_green_24.png) no-repeat 0 50%;
	width: 27px;
	height: 54px;
	text-indent: -9999em;
	}
	#comment-list li.commentauthor1 .comment-meta .commentid {
	background-image: url(/v3/graphics/comment_blue_24.png)
	}
	#comment-list li .comment-meta {
	line-height: 54px;
	margin-bottom: 0px;
	}
	.form-text {
	width: 409px;
	}
	.form-area {
	height:  234px;
	}
	#comment_form {
	clear: both;
	}
	#comment_form dt {
	margin-top: 18px;
	}
	.deletelinkwrap { display:block; background-color: #F8FFCC; margin:0 10px 10px; padding:0 10px; line-height:2em;}

/* @end */
	.archive-list ul {
	margin-bottom: 18px;
	}

/* @group Vcard */

.vcardholder {
	margin: 0 0 36px 0;
}
.vcardholder .fn {
	font-weight: bold;
	font-size: 1.1em;
}
.vcardholder p {
	margin-top: 5px;
}
.vcardholder p a {
	display: block;
	padding-left: 33px;
	background: url(/v3/graphics/icon-hcard-download.png) 0 0 no-repeat;
	}
	.vcardholder div span {
	display: inline;
	}
/* @end */

	
	
/* @group Secondary */

#secondary h3 a {
				display: block;
		width: 260px;
		height: 70px;
		text-indent: -9999em;
		background: url(/v3/graphics/recentwork.png) no-repeat 0 0;
		margin-bottom: 16px;
	}
#portfolio #secondary h3 a {
	display: block;
	width: 318px;
	height: 83px;
	background: url(/v3/graphics/from-the-blog.png) no-repeat 0 0;
	margin-bottom: 3px;
	position: relative;
	left: -15px;
	}	
#secondary div.portfolio-mini {
	width: 260px;
	height: 75px;
	position: relative;
	background: url(/v3/graphics/recent-work-bg.png) no-repeat 0 0;
	padding-left: 13px;
		padding-top: 117px;
		text-align: right;
	}
#secondary div.portfolio-mini h5 {
	font-size: 1.15em;
	font-weight: bold;
	text-align: right;	
	text-transform: uppercase;
	margin-bottom: 3px;
}
	#secondary div.portfolio-mini .stuff {
	text-align: right;	
	margin: 0 25px 5px 15px;
	
	}
#secondary div.portfolio-mini .port-thumbnail {
	position: absolute;
	top: 9px;
	left: 11px;
		display: block;
	}
#secondary h5 {
	text-transform: none;
	font-weight: normal;
	}
	#secondary p {
	margin: 0;
	}
		#bio #secondary p {
	margin-bottom: 18px;
	}
	#secondary .blog-mini {
	width: 260px;
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #058b92 ;
	}
	#secondary .blog-mini h5 a {
	text-transform: uppercase;
	letter-spacing: .1em;	
	text-decoration: none;
	font-weight:normal;
	}
	#secondary .blog-mini .meta {
	margin: 0;
	}
	
	#Bio #secondary p {
	margin-bottom: 18px;
	}
/* @end */
	

/* @group EE  */

#eelink {
	margin: 18px 0 36px;
	width:  140px;
	height:  95px;
	background: url(/v3/graphics/ee.jpg) no-repeat 0 0;
	position: relative;
	left: -3px
	}

#eelink a {
	text-decoration: none;
	display: block;
	width:  140px;
	height:  95px;
	padding: 18px 0 0px 125px;
	}
	
/* @end */
	
	#searchform {margin: 0 0 36px 18px}
#searchform h5 {
	font-weight: bold;
	text-transform: uppercase;
letter-spacing: .1em;	
}	
	
#footsie {
	width: 100%;
		height: 350px;
	float: left;
	background: #104245 url(/v3/graphics/footsiefloor.jpg) no-repeat 0 0;
/*	background:  url(/v3/graphics/gridsrgood.png) 0 0; */
	padding-top: 36px;
	position: relative;
	}	
	#footsie a, #intro a {
	color: #c7b950;
	}


/* @group flickr footer */

#flickr {
	position: absolute;
	top: 36px;
	left: 0;
	padding: 18px 65px 0 65px;
	width: 510px;
	height:  330px;
	}
	#flickr h4 {
	width: 106px;
	height: 56px;
	text-indent: -9999em;
	background: url(/v3/graphics/flickr.png) no-repeat 0 0;
	position: relative;
	top: 15px;
	left: -3px
	}
	#flickr p {
	position: absolute;
	top:  68px; right: 70px;
	}
	#flickr .flickr_badge_image {
	float: left;
	margin: 16px 2px 0 0;
	}
	#flickr #flickr_badge_imag6 {
	margin-right: 0;
	}
	#flickr .flickr_badge_image a img {
	border: 4px solid #104245;
	}
	#flickr .flickr_badge_image a:hover img {
	border: 4px solid #058b92;
	}

/* @end */
/*
#disc {
	float: right;
	width: 315px;
	margin: 54px 30px 0 10px;
	}
*/
#disc {
	position: absolute;
	top: 90px;
	left: 585px;
	width: 315px;
		overflow: hidden;
	}
	#disc h4 {
	width: 119px;
	height: 28px;
	text-indent: -9999em;
	background: url(/v3/graphics/cc.png) no-repeat 0 0;
	margin-bottom: 8px ;
	}
	
	
	
.portfolio-item img {
		margin: 0; padding: 0; display: block;
	}	
	.caption p {
	margin-bottom: 0;
	}
	.portfolio h2.entry-title {
/*	text-transform: uppercase; */
/*	letter-spacing: .1em; */
	background-color: #eeeaca;
	padding: 18px;
	font-family: bree-1, bree-2, 'Helvetica Neue', Corbel, Arial, sans-serif;
	}
	.caption {
	background-color: #eeeaca;
	padding: 18px;
	float: left;
	width: 474px;
	margin-bottom: 36px;
	}
	.stuff {
	margin-top: 18px;
	}
	.portfolio .stuff {
	font-size: 1em;
	font-style: italic;
	}

/* @group Buttons */

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:18px;
    text-decoration:none;
    font-weight:bold;
    color:#671e07;
    cursor:pointer;
/*    padding:5px 10px 6px 7px;  Links */
}
	.buttons a:hover, .buttons button:hover {
	color: #058b92 ;
	}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}

.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}
	.buttons .search-button {
	background: transparent;
	border: none;
	margin: 0;
	margin-left: -5px;
	padding-bottom: 4px;
	}
	#keywords {
	float: left;
	border: 1px solid #ddd;
	height: 12px;
	padding: 3px;
	font-size: 10px;
	margin: 5px 0 0 0;
	}

/* @end */
	.loading {
	background: url(/v3/graphics/ajax-loader.gif) no-repeat 50% 50%;
}	.loading dt, .loading dd, .hidden {
	visibility: hidden;
}
	.alert { margin-top:18px;background-color:#eeeaca; padding: 10px; width:389px }
	.alert strong { font-weight: bold;}

