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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-size: small;
	font-family: inherit;
	vertical-align: baseline;
  }
/* remember to define focus styles! */
:focus {outline: 0;}
body {
	line-height: 1;
	color: black;
	background: white;
	}
ol, ul {list-style: none;}

table {
	border-collapse: separate;
	border-spacing: 0;
  }
caption, th, td {
	text-align: left;
	font-weight: normal;
  }
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
  
blockquote, q {quotes: "" "";}

strong {font-weight: bold;}


/*******************************************
+ Basic Styles
*******************************************/

html, body {
  background: #ede8d5 url(images/background.jpg) top left repeat;
  font-family: "gotham", arial, verdana, sans-serif;

}

#colorthing {
  width: 100%;
  height: 6px;
  background: transparent url(images/colorthing.gif) top left repeat-x;
  }

#header h1 {
  width: 714px;
  height: 37px;
  background: transparent url(images/title.gif) top left no-repeat;
  text-indent: -5000px;
  margin: 0 0 20px 0 ;
 }

.real_link {
  display: none;
  color: #484d42;
  text-decoration: none;
  font-family: verdana, sans-serif;
  font-size: .8em;
  position: relative;
  top: 2px;
  }


#tumblr_link {
  width: 714px;
  height: 30px;
  padding: 18px 0 0 0;
  text-align: center;
  text-transform: uppercase;
  background: transparent url(images/tumblr_link.png) top left no-repeat;
  margin: 0 0 24px 0;
  color: #234427;
  font-size: .9em;
  font-weight: bold;
  }

#tumblr_link a {color: #0d8e1c;
  padding: 0 0 0 40px;
  background: transparent url(images/arrow.gif) left center no-repeat;
  text-decoration: none;
  }

#tumblr_link a:hover {
  text-decoration: underline;
  }

#wrap {
  width: 732px;
  margin: 0 auto;
  padding: 60px 20px;  
  }

.photoshadow {
  width: 230px;
  height: 185px;
  background: transparent url(images/thumb_bg.png) top left no-repeat;
  float: left;
  margin: 0 12px 12px 0;
  padding: 13px 0 0 0;
    text-align: center;
  }

#footer { 
  text-align: center;  
  padding: 25px 0 0 0;
  color: #6d6751;
  }

#footer p {
  font-size: .9em;
  margin: 0 0 10px 0;
  }

.lets_be_honest_here {
  border-top: 1px solid #6d6751;
  padding: 10px 0 0 0;
  }

/*************************************
 +Clearfix
*************************************/

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
	
.clearfix {display:inline-block;}
	/* Hide from IE Mac \*/
	.clearfix {display:block;}
	/* End hide from IE Mac */
