/*
River Trail Rentals
david@rivertrailrentals.com
*/

body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	color: #494949;
	color: rgba(0,0,0,.75);
	background: #f4f4ed url(../_images/bg1.gif);
	}

/* links */

a:link, a:visited {
	color: #b74d35;
	text-decoration: none;
	}
a:hover {
	color: #8e2d17;
	}

/* more links */

a.more {
	padding-right: 1.2em;
	background: url(../_images/bullet-circle.gif) no-repeat 100% .3em;
	}
a:hover.more {
	background-image: url(../_images/bullet-on.gif);
	}
a.more-btn {
	padding: 6px 24px 6px 14px;
	font-size: .9em;
	font-weight: normal !important;
	text-shadow: 0 1px 1px rgba(255,255,255,.75);
	color: rgba(0,0,0,.6) !important;
	border: 1px solid rgba(155,151,109,.2);
	background: rgba(155,151,109,.15) url(../_images/icon-nextarr.gif) no-repeat 100% 50%;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-transition: color, background-color .2s ease-out;
	}
a.more-btn-alt {
	padding: 5px 13px;
	font-size: .9em;
	font-weight: bold;
	color: #fff !important;
	border: 1px solid #b74d35;
	background-color: #b74d35;
	background-image: url(../_images/glass-btn.png);
	background-repeat: repeat-x;
	background-position: 0 50%;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	-webkit-transition: color, background-color .2s ease-in;
	}
a.more-btn:hover {
	background-color: rgba(155,151,109,.25);
	}
a.more-btn-alt:hover {
	border-color: #8e2d17;
	background-color: #8e2d17;
	}
	
/* download link */

a.dnld {
	font-weight: bold;
	}
	
/* feed link */

a.rss,
span.rss-link a {
	font-weight: bold;
	padding-left: 16px;
	color: #b74d35;
	background: url(../_images/rss-gold.gif) no-repeat 0 4px;
	}
a.rss-link,
span.rss-link {
	float: right;
	vertical-align: middle;
	}
span.rss-link a {
	background-position: 0 1px;
	}

/* structure 
--------------------------------------------- */
#theme {	
	}
#wrap-inner {
	max-width: 1000px;
	min-width: 740px;
	margin: 0 auto;
	padding: 0 4% 0 4%;
	font-size: 1.2em;
	}
div.main {
	float: left;
	width: 60%;
	}
body.page div.main {	
	width: 80%;
	}
body.page-template-archives-php div.main {
	width: 60%;
	}
div.secondary {
	float: left;
	width: 20%;
	}
div.secondary-inner {
	padding: 0 10px;
	}

/* header 
--------------------------------------------- */

#header {
	margin: 0;
	padding: 0;
	}
div.header-inner {
	position: relative;
	max-width: 1000px;
	min-width: 740px;
	margin: 0 auto;
	padding: 0 4%;
	font-size: 1.2em;
	}
#logo {
	float: left;
	margin: 40px 0 20px 0px;
	padding: 0;
	}
#logo-mark {	
	float: left;
	margin: 15px 0 0 0px;
	}
#logo-type {	
	float: left;
	margin: 30px 0 0 11px;
	}
#logo a#logo-mark img {
	height: 0;
	}
/* this was orig 

#logo a#logo-mark {
	display: block;
	width: 82px;
	height: 80px;
	background: url(../_images/rtr_logo.png) no-repeat top left;
	}
	
	*/
#logo a#logo-mark:hover,
#logo a#logo-mark.logo-over {
	background-position: -82px 0;
	}
	
#rightCol {
	float: right;
	width: 40%;
	margin: 0 0 0 0px;
	}
	
/*slogan */
h2#slogan {
	float: left;
	padding: 10px 30px 0 0;
	margin: 0 10px;
	font-family: Georgia;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.2;
	}
h2#slogan em {
	margin: 0 1px 0 2px;
	}
	
emph 
{
	float: left;
	padding: 10px 0 0 0;
	margin: 0 10px;
	font-family: Georgia;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.2;
	color: rgba(0,0,0);
	}
	


/* navigation */

#nav ul {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
	border-bottom: 3px solid #e0e0d5;
	overflow: hidden;
	}
body.home #nav ul {
	margin: 0;
	border-bottom: none;
	}
#nav ul li {
	float: left;
	width: 20%;
	margin: 0;
	padding: 0;
	}
#nav ul li a {
	float: left;
	margin: 0;
	padding: 10px 5px 5px 10px;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #333;
	color: rgba(0,0,0,.75);
	}
#nav li a em {    
    display: block;
	padding: 0 0 5px 0;
    font-size: .9em;
	font-style: normal;
	text-transform: none;
	font-weight: normal;
	letter-spacing: 0;    
	opacity: .6
    }
#nav li a:hover {
	color: #b74d35;
	}
#nav li.active a {
	color: #b74d35;
	}
#nav li a:active {
	padding: 10px 5px 5px 10px;
	}

/* billboard */

#foregraoundImg {
	position: absolute;
	left: 600px;
	top:120 px;
	z-index:2;
	}
	
#billboard {
	overflow: hidden;
	}
#billboard img {
	max-width: 100%;
	}

/* phrase elements */

abbr, acronym, .popup {
	font-size: .8em;
	letter-spacing: .1em;
	font-style: normal;
	border-bottom: 1px dotted #e0e0d5;
	cursor: help;
	}
a abbr {
	border: none;
	}
code {
	color: #8b8074;
	font-family: Monaco, monospace;
	font-size: 1.1em;
	text-align: left;
	}
ins {
	text-decoration: none;
	border: none;
	}

/* modules 
--------------------------------------------- */

div.mod {
	margin: 0 20px 10px 0;
	padding: 0;
	}
div.last {
	border: none;
	}
div.mod-meta {
display: none;
	float: left;
	width: 27%;
	text-align: left;
	}
div.mod-meta h3 {
	margin: 0 10px 0 0;
	padding: 0 0 0 10px;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.6;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #393939;
	color: rgba(0,0,0,.8);
	}
div.mod-meta h3 a {
	display: block;
	padding: 0;
	text-decoration: none;
	color: #393939;
	color: rgba(0,0,0,.8);
	}
div.mod-meta h3 a:hover {
	color: #333;
	}
div.mod-meta h3 a em {
	float: right;
	font-size: 1.8em;
	font-style: normal;
	font-weight: bold;
	line-height: 1.2;
	color: #b74d35;
	}
div.mod-meta h3 a:hover em {
	color: #91918e;
	}
h3.date-slug span.date {
	float: left;
	margin: .4em 0 .5em 0;
	font-size: .9em;
	line-height: 1.2;
	color: rgba(0,0,0,.55);
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	}
h3.date-slug span.date-num {
	font-family: Georgia;
	font-weight: normal;
	font-size: 1.4em;
	line-height: 1;
	}
h3.date-slug span.date-month {
	margin: 0;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	}
h3.date-slug span.date-year {
	display: block;
	}
h3.date-slug a:hover span.date {
	color: #474a51;
	background: #ddddd1;
	}
div.mod-meta img.meta-thumb {
	width: 11em;
	margin: .5em 0 0 0;
	}
div.mod-meta p {
	margin: 5px 0 15px 0;
	padding: 0 15px 0 10px;
	font-size: 1em;
	line-height: 1.5;
	color: #666;
	color: rgba(0,0,0,.6);
	}
div.mod-meta p a {
	font-weight: bold;
	}
div.mod-body {
	margin: 10px 0 0 10px;
	padding: 0 0 5px 0;
	}

div.mod-body p a {
	font-weight: bold;
	}
div.mod-body h2 {
	margin: 0 0 15px 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 1.8em;
	font-weight: normal;
	line-height: 1.1em;
	}
div.mod-body h2.section,
h2.section {
	margin: 0 0 10px 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.2em;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #393939;
	color: rgba(0,0,0,.6);
	}
div.mod-body h2.section em {
	font-style: normal;
	color: #666;
	color: rgba(0,0,0,.55);
	}
div.mod-body h3.sub {
	margin: 0 0 10px 0;
	font-size: 1em;
	font-weight: normal;
	line-height: 1em;
	color: #91918e;
	}
div.mod-body h4.time {
	margin: 0 0 1.5em 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 1.2em;
	font-weight: normal;
	color: rgba(0,0,0,.55);
	}
div.mod-body h4.time em {
	font-size: .9em;
	color: rgba(0,0,0,.4);
	}
div.mod-body h4.time abbr {
	border: none;
	}
div.mod-body p {
	margin: 0 0 15px 0;
	padding: 0 30px 0 0;
	font-size: 1.2em;
	line-height: 1.6;
	}
div.mod-body p.posted,
div.mod-meta p.posted {
	padding-right: 0;
	font-size: 1em;
	text-align: left;
	color: rgba(0,0,0,.6);
	}
div.mod-meta p.posted {	
	clear: both;
	padding: 0 30px 0 10px;
	line-height: 1.9;
	}
p.posted span {
	margin: 0 4px;
	color: rgba(0,0,0,.25);
	}
p.posted a {
	color: rgba(0,0,0,.6);
	}
p.posted a:hover {
	color: rgba(0,0,0,.8);
	}
p a.clink {
	margin: 0 6px 0 0;
	padding: 0 6px 0 16px;
	border: none;
	text-decoration: none;
	border: none;
	color: rgba(0,0,0,.65);
	border-right: 1px solid rgba(0,0,0,.25);
	background: url(_images/icon-combub.gif) no-repeat 0 50%;
	}
p.posted span.clink {
	display: none;
	}
div.mod-body blockquote {
	margin: -.1em 0 0 -18px;
	padding: 0 30px 0 18px;
	font-family: Georgia, serif;
	font-size: 1.2em;
	font-style: italic;
	line-height: 1.6em;
	background: url(../_images/icon-quotes.gif) no-repeat 0 .3em;
	}
div.mod-body blockquote.alt {
	margin: -.1em 0 0 0;
	padding: 0 0 0 0;
	font-family: Georgia, serif;
	font-size: 1.1em;
	line-height: 1.4em;
	background: none;
	}
div.mod-body blockquote p {
	margin: 0 0 1.2em 0;
	padding: 0;
	line-height: 1.5em;
	}
div.mod-body p.attr {
	margin: 0 0 1.5em 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	text-align: right;
	font-weight: normal;
	color: rgba(0,0,0,.55);
	}
div.mod-body blockquote p.attr cite {
	font-style: normal;
	}
div.mod-body blockquote p.attr cite a {
	font-weight: bold;
	}
	
/* tablebox
--------------------------------------------- */
#tableImage {
	position:relative;
	left: 0px;
	top:0px;
	width: 465px;
	height:150px
	z-index:0;
	border-bottom: solid 4px #ffffff;
	border-top: solid 4px #ffffff;
	
	}
	
#tableHed {
	position: relative;
	z-index:3;
	}
	
#tableText{
	position: absolute;
	left: 335px;
	top:50px;
	width: 150px;
	z-index:2;
	}
	
/* white transparent -  background: rgba(255,255,255,.65);  */
	
#tablebox_1 {
	position: absolute;
	left: 280px;
	top:-10px;
	padding-top:5px;
	height: 40px;
	width: 60px;
	text-align:center;
	 z-index:3;
	background: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px
	}
	
#tablebox_2 {
	position: absolute;
	left: 350px;
	top:-10px;
	width: 60px;
	height: 40px;
	text-align:center;
	padding-top:5px;
	background-color:  ;
	z-index:3;
	background: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px
	}
	
#tablebox_3 {
	position: absolute;
	left: 420px;
	top:-10px;
	height: 40px;
	width: 60px;
	text-align:center;
	padding-top:5px;
	background-color:  ;
	z-index:3;
	background: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px
	}

#txt1 {
	position: relative;
	width:70%;
	}
#txtell {
	float:right;
	position: relative;
	text-align:center;
	width:25%;
	background-color:#00CCCC;
	}
	
/* photo entries */

div.fig {
	float: right;
	margin: .4em 0 10px 20px;
	padding: 5px;
	background: #e0e0d5 url(../_images/noise-earth.gif);
	}
div.fig-alt {
	float: left;
	margin: .4em 20px 10px 0;
	}
body#notebook div.photo div.mod-meta {
	display: none;
	}
div.photo {
	padding-right: 0;
	}
div.photo div.mod-body {
	float: none;
	width: 100%;
	padding-right: 0;
	}
div.photo div.mod-body h2,
div.photo div.mod-body h4 {
	margin-left: 27%;
	}
div.picture {
	position: relative;
	margin: 0 0 25px 0;
	z-index: 1000;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	}
div.picture div {
	position: relative;
	overflow: hidden;
	}
div.picture div img {
	display: block;
	max-width: 100%;
	}
div.picture a strong,
div.picture span strong {
	display: none;
	position: absolute; 
	width: 100%;
	height: 100%;
	top: 0; 
	left: 0; 
	margin: 0; 
	padding: 20% 10px 10px 10px; 
	font-family: Georgia, serif; 
	font-weight: normal; 
	font-size: 3.5em; 
	text-align: center;
	color: #fff;
	background: rgba(0,0,0,.75);  
	}
div.picture a span.flick {
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-weight: bold;
	color: #1678f1;
	}
div.picture a span.r {
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-weight: bold;
	color: #ff389f;
	}
div.picture-more {
	margin: -10px 25px 25px 27%;
	}
div.static {
	margin: 0 0 1em -10px;
	}
div.static img {
	max-width: 100%;
	padding: 10px;
	background: #e0e0d5 url(../_images/noise-earth.gif);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	}
div.static a:hover img {
	background: #ddddd1;
	}
div.static {
	max-width: 100%;
	margin: 0 0 2.5em -10px;
	padding: 10px;
	text-align: center;
	background: #e0e0d5 url(../_images/noise-earth.gif);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	}
div.static span {
	display: block;
	background: #fff;
	}
div.static img {
	max-width: 100%;
	margin: 0;
	padding: 0;
	background: none;
	}

/* lead section */

div.lead {
	margin: 0 0 25px 0;
	padding: 0;
	border-bottom: none;
	}
div.lead h1 {
	margin: 0 40% 8px 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 2.7em;
	font-weight: normal;
	line-height: 1.1;
	}
div.lead h1 em {
	font-style: normal;
	color: rgba(0,0,0,.35);	
	}
div.lead div.mod-body h2.time {
	margin: 0 0 10px 0;	
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1;
	color: rgba(0,0,0,.55);
	}
div.lead h2.time em {
	font-size: .9em;
	color: rgba(0,0,0,.4);
	}
div.lead div.mod-body {
	float: none;
	}
div.lead div.mod-body p {
	margin-bottom: 20px;
	font-family: Georgia, serif;
	line-height: 1.5;
	color: #666;
	color: rgba(0,0,0,.55);
	}
div.lead div.mod-body p a {
	font-weight: normal;
	color: #666;
	color: rgba(0,0,0,.55);
	border-bottom: 1px solid #b7b6ad;
	}
div.lead div.mod-body p a.more-btn {
	padding: 5px 14px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size: .65em;
	font-weight: bold;
	border-bottom: none;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	}
div.lead div.mod-meta {
	font-size: .7em;
	line-height: 3;
	}

/* entry-specific and content */

body.home div.first {
	border: none;
	margin-bottom: 0;
	}
#entries div.lead {
	border-bottom: 10px solid #e0e0d5;
	}
div.perm {
	padding-bottom: 40px;
	border-bottom: none;
	}
	
div.entry ul,
div.entry ol,
div.content ul,
div.content ol {
	margin: 0 0 1.5em 0;
	padding: 0;
	font-size: 1.2em;
	line-height: 1.5em;
	}
div.entry ol,
div.content ol {
	margin-left: 1em;
	}
div.entry ul li,
div.content ul li {
	margin: 0 0 .5em 0;
	padding: 0 0 0 1.5em;
	list-style: none;
	background: url(../_images/bullet-circle.gif) no-repeat 0 .3em;
	}
div.entry h2 a {
	text-decoration: none;
	color: #494949;
	color: rgba(0,0,0,.75);
	}
div.entry h2 a:hover {
	color: #b74d35;
	}
div.entry img.thumb {
	float: right;
	margin: 0 0 1em 1em;
	padding: 5px;
	background: url(../_images/noise-earth.gif);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	}
div.entry img.plain {
	border: none;
	background: none;
	}
div.entry img.alt {
	float: left;
	margin: 0 1em 1em 0;
	}
div.entry a:hover img.thumb {
	background: #ddddd1;
	}
dl.lst {
	margin: 0 0 2.5em 0;
	padding: 0;
	font-size: 1.1em;
	}
dl.lst dt {
	margin: 0 0 .3em 0;
	font-weight: bold;
	}
dl.lst dd {
	margin: 0 0 1.5em 0;
	padding: 0;
	line-height: 1.5em;
	}
dl.lst dd em {
	display: block;
	font-style: normal;
	color: #91918e;
	}
div.mod-meta ol.tags {
	margin: 5px 0 0 10px;
	padding: 0;
	list-style: none;
	}
div.mod-meta ol.tags li {
	font-size: .9em;
	font-weight: bold;
	}
	
/* quickbit entries */

div.qb div.mod-meta h3.date-slug span.date {	
	margin-top: 0;
	}
div.qb h2 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	line-height: 1;
	font-weight: bold;
	margin: 0 0 .3em 0;
	}
div.qb h2 a {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #b74d35;
	}
div.qb h2 a:hover {
	color: #8e2d17;
	}
div.qb h2 a.perm {
	margin-right: 2px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	line-height: 1;
	color: rgba(0,0,0,.3);
	}
div.qb h2 a.perm:hover {
	color: rgba(0,0,0,.55);
	}
div.qb div.mod-meta h3 a em {
	margin-top: -5px;
	font-family: "Helvetica Neue", Helvetica;
	font-size: 1.7em;
	line-height: 1;
	}
div.qb div.mod-body p a {	
	color: #494949;
	rgba(0,0,0,.8);
	border-bottom: 1px solid #ddd;
	}
div.qb div.mod-body p a:hover {
	color: #b74d35;
	border-color: #ccc;
	}

/* quote entries */

div.quote div.mod-meta h3 a em {
	font-family: Georgia, serif;
	font-size: 2.2em;
	line-height: 1.2;
	}
div.quote div.mod-body blockquote {
	margin-left: 0;
	padding-left: 0;
	background: none;
	}

/* tweet entries */

div.tweet div.mod-meta h3 a {
	background: url(_images/icon-tweet.gif) no-repeat 100% 50%;
	}
div.tweet div.mod-body blockquote {
	margin-left: 0;
	padding-left: 0;
	background: none;
	}

/* photo entries */

div.photo div.mod-meta h3 a {
	background: url(../_images/icon-cam.gif) no-repeat 100% 50%;
	}

/* add comment */

div.mod-meta h3.addcom a {
	background: url(../_images/icon-addcom.gif) no-repeat 100% 50%;
	}

/* plain about link */

div.mod-meta h3 a.about {
	padding-left: 0;
	background: none;
	}

/* special callout module */

div.special {
	margin: 0;
	padding: 1em 0;
	border-top: 2px solid #e0e0d5;
	background: url(../_images/grad-secondary.gif) repeat-x top left;
	}

/* note style */

div.mod-body p.note {
	font-size: 1.1em;
	color: #91918e;
	}
	
/* default title module 
--------------------------------------------- */

div.title {
	padding-top: 10px;
	padding-bottom: 20px;
	}
.title h1 {
	margin: 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 2.7em;
	font-weight: normal;
	line-height: 1em;
	}
div.title h1 span {
	font-weight: normal;
	color: #646870;
	}
div.title p {
	margin: .4em 0 0 0;
	padding: 0;
	font-size: 1.2em;
	line-height: 1.3em;
	color: #646870;
	}
body.home div.title p {
	margin-bottom: 1em;
	}
div.title p a {
	text-decoration: none;
	font-weight: bold;
	color: #646870;
	border-bottom: 1px solid #ddd;
	}
div.title p a:hover {
	color: #474a51;
	}

/* 50/50 split layout 
--------------------------------------------- */

div.lead div.mod-body {
	margin: 0;
	padding: 0 0 0 10px;
	width: auto;
	}
div.mod-50 {
	float: left;
	width: 50%;
	}
div.mod-50b {
	float: right;
	width: 50%;
	}
div.mod-50 div.mod,
div.mod-50 div.mod-body {
	width: auto;
	}
div.mod-50 div.mod-body p {	
	padding-right: 10px;
	}
div.mod-50 div.mod-body {
	float: none;
	}
div.mod-50-full div.mod {
	padding-right: 0;
	}
div.mod-50-full div.mod-body {
	margin-left: 0;
	margin-right: 10px;
	padding-right: 0;
	padding-left: 0;
	}
div.mod-50-full div.picture {
	margin-left: 0;
	}

/* 20/60 split layout 
--------------------------------------------- */

div.mod-20 {
	float: left;
	width: 27%;
	}
div.mod-60 {
	float: right;
	width: 72%;
	}
div.mod-20 div.mod,
div.mod-20 div.mod-body,
div.mod-60 div.mod,
div.mod-60 div.mod-body {
	width: auto;
	}
div.mod-60 div.mod-body {
	float: none;
	padding-left: 10px;
	}


/* archives 
--------------------------------------------- */

div.prevnext {
	padding-bottom: 20px;
	border: none;
	font-weight: bold;
	}
div.prevnext a {
	padding: 6px 24px 6px 14px;
	font-size: .9em;
	text-shadow: 0 1px 1px rgba(255,255,255,.75);
	color: rgba(0,0,0,.6) !important;
	border: 1px solid rgba(155,151,109,.2);
	background: rgba(155,151,109,.15) url(_images/icon-nextarr.gif) no-repeat 100% 50%;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	-webkit-transition: color, background-color .2s ease-out;
	}
.next {
	float: right;
	}
.prev {
	float: left;
	}
div.prevnext .prev a {
	padding: 6px 14px 6px 24px;
	background-image: url(_images/icon-prevarr.gif);
	background-position: 0 50%;
	}
div.prevnext a:hover {
	color: #666;
	background-color: rgba(155,151,109,.25);
	}

div.lead div.prevnext {
	float: right;
	width: 40%;
	margin: 15px 10px 0 0;
	}
div.lead div.prevnext .next {
	float: left;
	margin-left: 5px;
	}
div.lead div.prevnext .prev {	
	margin-left: 20px;
	}

div.archive-month {
	padding: 5px 0;
	}
div.archive-month a,
div.archive-month span.emptymonth {
	padding: 0 3px;
	font-size: 1em;
	line-height: 1;
	font-weight: bold;
	}
div.archive-month strong {
	font-size: 1.2em;
	line-height: 1;
	font-weight: normal;
	}
div.archive-month strong a {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	}
div.archive-month,
div.archive-month span.emptymonth {
	color: rgba(0,0,0,.25);
	}

/* comments 
--------------------------------------------- */

ol.commentlist {
	margin: 0 20px 40px 10px;
	padding: 0;
	}
ol.commentlist li {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	border: none;
	}
ol.commentlist div.comment-body {
	padding: 20px;
	background: rgba(155,151,109,.16);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	}
ol.commentlist div.comment-body div.comment-author {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	}
ol.commentlist div.comment-body div.comment-author img {
	float: left;
	margin: 0 10px 0 0;
	padding: 5px;
	background: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	}
ol.commentlist div.comment-body div.comment-author cite {
	font-style: normal;
	font-weight: bold;
	}
ol.commentlist div.comment-body div.comment-meta {
	margin: 0 0 15px 0;
	}
ol.commentlist div.comment-body div.comment-meta a {
	color: rgba(0,0,0,.55);
	}
ol.commentlist div.comment-body p {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 1em;
	line-height: 1.5;
	}
div.comment div.mod-body h4 a {
	text-decoration: none;
	}
div.comment div.mod-body h4 a:hover {
	text-decoration: none;
	}
div.comment div.mod-body h4 a:hover em {
	display: inline;
	}

/* author highlighting */

 div.dan div.mod-body {
	background: #fff;
	}
	
/* forms 
--------------------------------------------- */

div.form-header {
	margin: 0;
	}
div.form {
	padding-top: 20px;
	border: none;
	}
div.form div.mod-meta h4 {
	margin: 0 10px 0 0;
	padding: 0;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.7em;
	color: #b2aaa1;
	}
div.mod-body form {
	margin: 0;
	padding: 0;
	}
form fieldset {
	margin: 0 0 15px 0;
	padding: 0;
	border: none;
	}
form fieldset label {
	display: block;
	margin: 0 0 5px 10px;
	font-weight: bold;
	line-height: 1.2em;
	text-align: left;
	color: #888;
	color: rgba(0,0,0,.8);
	}
form fieldset label em {
	font-weight: normal;
	font-style: normal;
	color: rgba(0,0,0,.55);
	}
form fieldset div.field input.input-text {
	width: 60%;
	margin-left: 10px;
	padding: 8px;
	font-size: 1.2em;
	color: #444;
	border: none;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	background: #e6e6db url(_images/search-bg.gif) repeat-x top left;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}
form fieldset div.field textarea {
	width: 90%;
	height: 150px;
	margin-left: 10px;
	padding: 5px;
	font-size: 1.2em;
	color: #444;
	border: none;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	background: #e6e6db url(_images/search-bg.gif) repeat-x top left;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}
form fieldset div.field select {
	width: auto;
	padding: .5em;
	font-size: 1em;
	color: #646870;
	}
form fieldset div.field input.input-text:focus, 
form fieldset div.field textarea:focus, 
form fieldset div.field select:focus {
	border-top: 1px solid #e6e6db;
	border-bottom: none;
	background: #fff;
	outline-width: 0;
	}
form div.submit {
	margin-bottom: 25px;
	}
form fieldset.submit input {
	margin: 0 0 0 10px;	
	padding: 6px 14px;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	border: 1px solid #c04e37;
	background: #c04e37 url(_images/glass-btn.png) repeat-x 0 50%;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	}

/* confirm/alert box */

div.mod div.mod-body p.confirm {
	padding: 1em 1.5em;
	color: #fff;
	border: 3px solid #75a053;
	background: #90ba6e;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	}

/* tshirt form */

strong.price {
	font-family: Georgia, serif;
	font-size: 2.4em;
	line-height: 1;
	font-weight: normal;
	}
strong.price span {
	font-size: .6em;
	line-height: 1.6;
	vertical-align: top;
	}

.tshirt-form {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	}
.tshirt-form th {
	width: 20%;
	text-align: right;
	vertical-align: top;
	}
.tshirt-form th.price {
	line-height: 2.4;
	}
.tshirt-form td {
	padding: 0 0 15px 10px;
	vertical-align: top;
	}
.tshirt-form td p {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 1em;
	}
.tshirt-form td em {
	display: block;
	margin: 3px 0 0 0;
	font-size: .9em;
	line-height: 1.4;
	color: #666;
	color: rgba(0,0,0,.6);
	}
.tshirt-form .tshirt-btn {
	padding: 6px 14px;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	border: 1px solid #c04e37;
	background: #c04e37 url(_images/glass-btn.png) repeat-x 0 50%;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	}

/* secondary 
--------------------------------------------- */

div.secondary h3 {
	margin: 0;
	padding: 10px 0 0px 10px;
	font-size: 1em;
	line-height: 1em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #393939;
	color: rgba(0,0,0,.5);
	}
div.secondary h3 a {
	color: #333;
	}
div.secondary h3.first {
	margin-top: 10px;
	border-top: none;
	}
div.secondary p {
	margin: 6px 0 10px 10px;
	line-height: 1.5em;
	}
div.secondary p.mod {
	margin: 4px 0 0px 10px;
	}
div.secondary p.btn {
	margin-top: 13px;
	}
div.secondary img.thumb {
	float: right;
	margin: .4em 0 .5em 1em;
	padding: .4em;
	width: 4em;
	padding: .4em;
	border: 1px solid #e0e0d5;
	background: #fff;
	}

/* simple work list */

#work-simple {
	margin: 20px 0 20px 0;
	padding: 0;
	list-style: none;
	}
#work-simple li {
	float: left;
	margin: 0;
	padding: 0;
	background: none;
	}
#work-simple li a {
	float: left;
	display: block;
	margin: 0 15px 15px 0;
	padding: 5px;
	background: #e0e0d5 url(../_images/noise-earth.gif);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	}
#work-simple li a:hover {
	background: #ddddd1;
	}
#work-simple li.active a {
	border-color: #646870;
	background: #646870 url(../_images/nav-on-noise.gif);
	}

/* img/desc lsts */

ul.lst {
	margin: 0 10px;
	padding: 0;
	list-style: none;
	}
ul.lst li {
	margin: 0;
	padding: 2px 0;
	color: #646870;
	overflow: hidden;
	}
div.secondary ul.lst li a {
	font-size: 1em;
	}
ul li.last {
	margin-bottom: 30px;
	}
ul.lst li a {
	display: block;
	line-height: 1em;
	overflow: hidden;
	}
div.secondary ul.lst li a {
	color: rgba(0,0,0,.5);
	}
ul.lst li a.more-btn,
ul.lst li a.more-btn-alt {
	float: left;
	margin-top: 5px;
	font-size: .9em;
	font-weight: bold;
	line-height: 1;
	}
div.mod-body ul.lst li a {
	text-decoration: none;
	}
ul.lst li a strong {
	display: block;
	padding: .2em 0 .1em 0;
	}
div.secondary ul.lst li a strong,
div.secondary ul.cat li a {
	color: rgba(0,0,0,.75);
	}
div.secondary ul.cat li{
	padding: 3px 0;
	}
div.secondary ul.cat li a {
	font-weight: bold;
	}
ul.lst li a em {
	display: block;
	}
ul.lst li a img {
	float: left;
	display: block;
	margin: 2px 10px 0 0;
	padding: 5px;
	background: #e0e0d5 url(../_images/noise-earth.gif);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	}
div.secondary ul.lst li a:hover,
div.secondary ul.lst li a:hover strong {
	color: #b74d35;
	}
ul.lst li a:hover img {
	background: #ddddd1;
	}
ul.arch {
	margin: 0 0 25px 0;
	}
ul.arch li a {
	color: rgba(0,0,0,.55);
	}
ul.arch li a strong {
	color: rgba(0,0,0,.8);
	}

ul.books-lst li a img {	
	width: 25px;
	}

/* books */

div.books div.mod-body {
	margin: 0;
	}
ul.book {
	margin: 0;
	padding: 0;
	list-style: none;
	}
ul.book li {
	margin: 0 29px 20px 0;
	padding: 0;
	border: none;
	}
ul.book li.last-book {
	margin-bottom: 30px;
	}
ul.book li a {
	padding: 0;
	line-height: 1.6;
	}
ul.book li.last a {
	margin-left: 1em;
	}
ul.book li a strong {
	padding-top: 4px;
	font-size: 1.1em;
	line-height: 1.4;
	}
ul.book li a img {
	padding: 0;
	margin-left: 0;
	border: none;
	background: none;
	}
ul.book li a:hover {
	background: none;
	}
ul.book li a:hover img {
	background: none;
	}



body#work-index #work-list {
	margin-top: 20px;
	}
body#work-index #work-list li {
	width: 50%;
	float: left;
	margin: 0 0 15px 0;
	padding: 0;
	font-size: .9em;
	}
body#work-index #work-list li a strong {
	color: #b74d35;
	}
body#work-index #work-list li a {
	color: #b74d35;
	}
div.proj div.mod-body {
	width: 50em;
	margin: 0;
	}	
div.proj ul.lst li {
	width: 25em;
	float: left;
	margin: 0 0 1em 0;
	padding: 0;
	border: none;
	}
div.proj ul.lst li a {
	padding: 0;
	}
div.proj ul.lst li a:hover {
	background: none;
	}
div.proj ul li.last a {
	margin-left: 1em;
	}
div.proj div.mod-body p {
	margin-left: 1em;
	}
	
/* the deck */

#deck {
	margin: 0 10px 40px 10px;
	}
#deck p {
	font-size: 1em;
	line-height 1.5;
	margin: 0;
	padding: 0;
	}
#deck p#deck-link {
	margin-top: 15px;
	}
#deck a img.ad {
	margin: 5px 0 .5em 0;
	padding: 5px;
	background: #e0e0d5 url(../_images/noise-earth.gif);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	}
#deck a:hover img.ad {
	background: #ddddd1;
	}
#deck a {
	font-weight: bold;
	}	

/* authentic jobs */

#aj {
	margin: 0 10px 40px 10px;
	}
div.secondary p#auth {
	margin: 5px 0;
	padding: 0;
	}
div.secondary p#auth img {
	display: block;
	margin: 2px 0 0 0;
	padding: 5px;
	background: #e0e0d5 url(../_images/noise-earth.gif);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	}
div.secondary p#auth a:hover img {
	background: #ddddd1;
	}
div.secondary ul.jobsinc {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
	}
div.secondary ul.jobsinc li {
	margin: 0;
	padding: 5px 0;
	color: #646870;
	overflow: hidden;
	}
div.secondary ul.jobsinc li a {
	display: block;
	font-weight: bold;
	line-height: 1.4em;
	overflow: hidden;
	}
div.secondary p#auth-link {
	margin-left: 0;
	}
div.secondary p#auth-link a {
	font-weight: bold;
	color: #76a65c;
	}
div.secondary p#auth-link a:hover {
	color: #8c3929;
	}

/* flickr stream */

#flickr {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e0e0d5;
	overflow: hidden;
	}
#flickr img {
	float: left;
	margin: 0 0 10px 10px;
	width: 45px;
	height: 45px;
	padding: 5px;
	background: #e0e0d5 url(../_images/noise-earth.gif);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	}
#flickr a:hover img {
	background: #ddddd1;
	}


/* 1% for the planet badge */

#onepercent {
	padding: 0 10px;
	}
#onepercent img {
	padding: 5px;
	border: 1px solid #e0e0d5;
	background: #fff;
	}
#onepercent a:hover img {
	background: url(../_images/noise-earth.gif);
	}

/* sub nav list */

ul.sub li {
	padding: 0;
	font-size: 1em;
	line-height: 1em;
	border: none;
	}
ul.sub li a {
	padding: .5em 1.2em;
	}
ul.sub li.active a {
	background: #317b9e;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	}
ul.sub li.active a strong {
	color: #fff;
	}

/* articles list */

ul.articles {
	margin-bottom: 2.5em;
	}

/* home page archives */
#formholder {
	float: left;
	width: 250px;
	margin: 0 0 0px px;
	padding: 10px 0 0px 10px;
	}
#formholder h3 {
	margin: 0;
	padding: 20px 0 5px 0px;
	font-size: 1em;
	line-height: 1em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #393939;
	color: rgba(0,0,0,.55);
	}
	
	
#intro {
	float: right;
	width: 40%;
	margin: 0 0 5px 0;
	}
#intro h3 {
	margin: 0;
	padding: 0 0 15px 10px;
	font-size: 1em;
	line-height: 1em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #393939;
	color: rgba(0,0,0,.55);
	}
#intro p {
	margin: 0 0 0 10px;
	font-family: Georgia, serif;
	font-size: 1.4em;
	line-height: 1.5;
	color: rgba(0,0,0,.55);
	}
#intro p a {
	margin-left: 2px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size: .65em;
	line-height: .5;
	font-weight: bold;
	}

div.more {
	padding-bottom: 0;
	}
div.more div.mod-body {
	width: 50em;
	margin: 0;
	}
div.more div.mod-body ul.lst li {
	border: none;
	padding-left: 0;
	}
div.more div.mod-body ul.lst li a {
	margin: 0 0 1em 0;
	padding: 0;
	}
div.more div.mod-body ul.lst li a:hover {
	background: none;
	}
body.home ul.articles {
	float: left;
	width: 25em;
	}
body.home ul.monthly {
	float: right;
	width: 24em;
	}

/* search */

.search-form {
	margin: 0;
	padding: 0;
	}
.search-form label {
	display: block;
	margin: 0 0 .5em 0;
	font-weight: bold;
	color: #474a51;
	}
.search-form input {
	vertical-align: middle;
	}
.search-form input.search-text {
	margin: 0;
	padding: 5px;
	font-size: 1.5em;
	color: #333;
	border: none;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	background: #e6e6db url(_images/search-bg.gif) repeat-x top left;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}
.search-form input.search-text:focus {
	border-top: 1px solid #e6e6db;
	border-bottom: none;
	background: #fff;
	outline-width: 0;
	}
.search-form input.search-btn {
	float: right;
	padding: 6px 14px;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	border: 1px solid #c04e37;
	background: #c04e37 url(_images/glass-btn.png) repeat-x 0 50%;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	}

div.mod-body form.archives {
	float: none;
	width: auto;
	margin: 0;
	padding: 0;
	border: none;
	}
form.archives input.search-text {
	width: 80%;
	margin-right: 3px;
	}
form.archives input.search-text,
form.archives input.search-btn {
	float: none;
	}


/* work
--------------------------------------------- */

a.backwork {
	float: right;
	margin: 5px 0 0 0;
	font-size: .9em;
	}

div.content div.mod-body ul.works {
	margin: 20px 0 0 0;
	padding: 0;
	}
div.content ul.works li {
	margin: 0 0 15px 0;
	padding: 0;
	line-height: 1;
	overflow: hidden;
	}
div.content ul.works li a {
	margin: 0 0 20px 0;
	font-size: .9em;
	line-height: 1.4;
	font-weight: normal;
	color: #666;
	rgba(0,0,0,.6);
	}
div.content ul.works li a strong {
	display: block;
	padding-top: 4px;
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 1.5em;
	color: #b74d35;
	}
div.content ul.works li a img {
	float: left;
	width: 20%;
	margin: 0 10px 0 0;
	padding: 5px;
	background: #e0e0d5 url(../_images/noise-earth.gif);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	}
div.content ul.works li a:hover {
	color: #8e2d17;
	}
div.content ul.works li a:hover strong {
	color: #8e2d17;
	}
div.content ul.works li a:hover img {
	background: #ddddd1;
	}

/* portfolio pieces */

div.work {
	margin: 0;
	border-bottom: none;
	}
div.work div.mod-meta {
	width: 50%;
	margin: 0;
	padding: 0;
	color: #646870;
	text-align: left;
	}
	
div.work div.mod-body {
	width: 50%;
	}	

/* slider styles */

div#work-screenshots {
	margin: 0 0 20px 0;
	padding: 10px;
	text-align: center;
	background: #e0e0d5 url(../_images/noise-earth.gif);
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	}
#slider-wrap {
	width: auto;
	overflow: hidden;
	}
#slider-wrap ul {
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
	}
#slider-wrap ul li {
	width: 360px;
	margin: 0;
	padding: 0;
	height: 250px;
	overflow: hidden;
	background-image: none;
	}
#slider-ctrls {
	margin-top: 10px;
	}

/* work sidebar */

body.page-template-portfolio-php div.secondary p.mod {
	margin-top: 0;
	font-family: Georgia, serif;
	font-size: 1.2em;
	line-height: 1.5;
	color: rgba(0,0,0,.55);
	}
body.page-template-portfolio-php div.secondary p.mod em {
	display: block;
	}

/* extra
--------------------------------------------- */

#extra {
	margin: 20px 0 0 0;
	background: rgba(155,151,109,.16);
	}
#extra-inner {
	clear: both;
	max-width: 1000px;
	min-width: 740px;
	margin: 0 auto;
	padding: 10px 4% 27px 4%;
	font-size: 1.2em;
	}
#extra dl {
	float: left;
	width: 20%;
	margin: 0;
	}
#extra dl dt {
	margin: 0 0 5px 10px;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 1.4em;
	color: #494949;
	rgba(0,0,0,.8);
	}
#extra dl dd {
	margin: 0 0 2px 10px;
	font-weight: bold;
	line-height: 1.2em;
	}
#extra dl dd.proj {	
	margin-bottom: 12px;
	}
#extra dl dd a {
	color: #84827b;
	}
#extra dl dd a:hover {
	color: #55544e;
	}
#extra dl dd.proj a {
	font-weight: normal;
	font-size: .9em;
	color: #84827b;
	color: rgba(132,130,123,.7);
	}
#extra dl dd a strong {
	display: block;
	font-size: 1.1em;
	padding: 2px 0 0 0;
	color: #84827b;
	}
#extra dl dd img {
	float: left;
	display: block;
	margin: 2px 8px 0 0;
	padding: 4px;
	background: #d1d1bc;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	}
#extra dl dd.proj a:hover,
#extra dl dd.proj a:hover strong {
	color: #55544e;
	}
#extra dl dd a:hover img {
	background: #c3c3b0;
	}
#extra dl.books dd {	
	float: left;
	width: 28%;
	margin: 0 0 6px 10px;
	}
#extra dl.books dd img {
	float: none;
	max-width: 90%;
	}

/* footer
--------------------------------------------- */

#footer {
	max-width: 1000px;
	min-width: 700px;
	margin: 0 auto;
	padding: 2px 4%;
	font-size: 1.2em;
	color: #666;
	}
#footer p {
	margin: 0;
	padding: 0;
	font-size: 1em;
	line-height: 1.6em;
	color: rgba(0,0,0,.55);
	}
#footer a {
	color: rgba(0,0,0,.55);
	}
#footer a:hover {
	color: rgba(0,0,0,.8);
	}
#footer div.mod {
	margin-bottom: 20px;
	border: none;
	}

/* microformats
---------------------------------------------------------- */

/* hCalendar */

div.content ul.events li,
div.entry ul.events li {
	padding: 0;
	border: none;
	background: none;
	}
div.content ul.events li a {
	margin: 0 0 1em 0;
	padding: 0;
	}
div.content ul.events li a:hover {
	background: none;
	}
ul.lst li.vevent {
	padding-left: 0;
	background: none;
	}
body.page-id-1582 ul.lst li.last {
	display: none;
	}
ul li.vevent span.summary {
	display: block;
	margin-bottom: .2em;
	font-weight: bold;
	}
ul li.vevent abbr {
	border: none;
	font-size: 1em;
	letter-spacing: 0;
	}
ul li.vevent span.location {
	font-style: italic;
	}
div.description {
	margin: 1em 0;
	font-size: .9em;
	}

/* hCard */

div.vcard {
	margin: 6px 0 20px 10px;
	padding-bottom: 20px;
	font-size: 1.1em;
	line-height: 1.5em;
	}

/* data tables
---------------------------------------------------------- */

table.data {
	width: 45em;
	margin: 0 0 2.5em 0;
	padding: 0;
	border-collapse: collapse;
	}
table.data th, table.data td {
	margin: 0;
	padding: 1em;
	vertical-align: top;
	border-bottom: 1px dashed #e3e3e3;
	}
table.data tr.last th, table.data tr.last td {
	border-bottom: none;
	}
table.data th {
	width: 10em;
	padding: 1em 0;
	text-align: left;
	}
table.data td blockquote {
	margin-left: 0;
	}

/* misc. 
--------------------------------------------- */

.by {
	font-weight: normal;
	font-style: italic;
	font-size: .9em;
	}
.vevent .location {
	display: block;
	font-style: italic;
	}
hr, .hide {
	display: none;
	}
a img {
	border: none;
	}

/* large contact email */

span#contact-email {
	display: block;
	padding-top: 10px;
	font-family: "American Typewriter";
	font-size: 2.6em;
	line-height: 1;
	font-weight: normal;
	color: rgba(0,0,0,.55);
	-webkit-transform: rotate(-1deg);
	}
span#contact-email strong {
	font-weight: normal;
	color: rgba(0,0,0,.8);
	}

/* use the best possible ampersand */

span.amp {
	font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-weight: normal;
	font-size: 1.4em;
	}
#slogan span.amp {
	line-height: .85;
	vertical-align: top;
	}
span.by {
	font-weight: normal;
	font-style: italic;
	text-transform: none;
	letter-spacing: 0;
	}

/* self-clear floats */

.group:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }