*, html {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 62.5%;
	color: #d7d3b1;
	background: #252412 url('img/wrapper_bkg.gif') 540px top no-repeat;
}

a {
	outline: none;
}

a img {
	border: none;
}

.clear:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clear {
	min-height: 0; 
	height: 1%;
}

.col {
	float: left;
}

.col.left {
	width: 199px;
}

.col.right {
	width: 546px;
}

#wrapper {
	margin: 0 100px 0 0;
	width: 745px;
	min-height: 600px;
}

/* header */
#header {
	height: 185px;
	margin: 0 0 40px 0;
}

#header .col.left {
	
}

#header #small-logo {
	position: relative;
	left: 56px;
	height: 187px;
	width: 143px;
	background: url('img/header_small_logo.png') center top no-repeat;
}

#header #small-logo ul {
	position: relative;
	top: 17px;
	list-style-type: none;
}

#header #small-logo ul li {
	display: block;
	height: 22px;
	width: 143px;
	margin: 0 0 5px 0;
}

#header #small-logo ul li a {
	display: block;
	height: 17px;
	width: 143px;
}

#header #small-logo ul li a span {
	display: none;
}

#header #small-logo ul li.tumblr {
	background: url('img/header_tumblr_link.png') left top no-repeat;
}

#header #small-logo ul li.twitter {
	background: url('img/header_twitter_link.png') left top no-repeat;
}

#header .col.right {
	height: 187px;
	background: url('img/large_logo.png') center 80px no-repeat;
}


#header #tweet {
	position: relative;
	top: 44px;
	padding: 2px 0 0 0;
	height: 14px;
	background: #000;
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	letter-spacing: .4px;
	font-size: 1em;
	text-align: center;
}

#header #tweet span.title {
	font-weight: bold;
}

/* content */
#content {
	position: relative;
	margin: 0 0 35px 0;
}

#content .col.left .title h3 {
	font-size: 4.2em;
	font-family: Georgia,"Nimbus Roman No9 L",serif;
	font-style: italic;
	text-align: right;
}

#content .col.left .meta {
	position: absolute;
	bottom: 0px;
	width: 199px;
	text-align: right;
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
}

#content .col.left .meta a {
	color: #d7d3b1;
}

#content .col.right {
	width: 521px;
	padding: 0 0 0 25px;
	
	
}

#content .col.right #tumblr-content {
	min-height: 100px;
	font-family: Georgia,"Nimbus Roman No9 L",serif;
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1.8em;
	margin: 0 0 10px 0;
	color: #FFF;
}

#content .col.right #tumblr-content a {
	color: #FFF;
}

#content .col.right #tumblr-content a:hover {
	color: #d7d3b1;
}

#content .col.right #tumblr-link {
	height: 16px;
	background: #000;
	padding: 3px 0 0 5px;
}

#content .col.right #tumblr-link p a {
	font-family: Georgia,"Nimbus Roman No9 L",serif;
	font-weight: bold;
	font-style: italic;
	color: #FFF;
	text-decoration: none;
	display: block;
	height: 16px;
}

#content .col.right #tumblr-link p a:hover {
	color: #d7d3b1;
}

/* footer */
#footer {
	width: 695px;
	position: relative;
	left: 45px;
}
#footer #hours {
	padding: 0 0 17px 0;
	margin: 0 0 17px 0;
	border-bottom: 1px solid #7e7b61;
}

#footer #location {
	margin: 0 0 70px 0;
}
#footer h3.title {
	font-family: Georgia,"Nimbus Roman No9 L",serif;
	font-weight: bold;
	font-style: italic;
	color: #d7d3b1;
	font-size: 3.6em;
	display: block;
	width: 159px;
	text-align: right;
	float: left;
	margin: 0 26px 0 0;
}

#footer ul {
	list-style-type: none;
	padding: 10px 0 0 0;
}

#footer ul li {
	font-family: Georgia,"Nimbus Roman No9 L",serif;
	font-style: italic;
	font-size: 1.2em;
	float: left;
	display: block;
	width: 143px;
	color: #ffffff;
}

#footer #hours ul li {
	width: 125px;
}

#footer #location ul li {
	margin: 0 20px 0 0;
}

#footer ul li span {
	font-size: 1.2em;
	font-weight: bold;
}

#footer ul li a {
	color: #ffffff;
	text-decoration: none;
}

#footer ul li a:hover {
	font-weight: bold;
}



