@charset "utf-8";

@font-face {
	font-family: Typewriter;
	src: url("http://static.tumblr.com/lglptfe/fUzkr6p4i/americantypewriter_medium.otf") format("opentype");
}

body {
	background-color: #6B5543;
	color: #6B5543;
	font-family: Typewriter, Cambria, Georgia, "Book Antiqua";
}

a {
	color: #C33;
	text-decoration: none;
}

a:hover {
	color: #09F;
	text-decoration: undeline;
}

p {
	color: #6B5543;
	line-height: 26px;
	font-weight: 500;
	font-size: 14px;
}

h1 {
	font-family: Typewriter, Rockwell, "Archer Medium", Georgia, "bookman Old Style";
	font-size: 40px;
	color: #392E24;
}

h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #392E24;
}

a.home {
	position: absolute;
	height: 32px;
	width: 32px;
	background: url('../images/back_alt.png') no-repeat top left;
	top: 10px;
	left: 10px;
	border: none;
}

#contain {
	margin: 0 auto;
	margin-top: 50px;
	padding: 10px 20px 40px 20px;
	width: 700px;
	background: #FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#intro {
	margin: 0 auto;
}

#intro p {
	line-height: 26px;
	font-weight: 500;
	color: #6B5543;
}

#contain table {
	margin: 0 auto;
	font-family: Cambria, Georgia, "Book Antiqua";
	font-size: 12px;
	color: #392E24;
	border: 1px solid #000;
	padding: 10px;
	width: 650px;
}

#contain table tr th {
	border-bottom: 2px solid #000;
	text-align: left;
	padding: 5px 5px 5px 5px;
	text-transform: uppercase;
	border: 1px solid #000;
}

#contain table tr td {
	padding: 5px;
	margin-top: 10px;
	border: 1px solid #000;
}

                                         /* SIDEBAR: LIGHTBOX */

span.tumblogs a img {
	margin: 5px 0px 5px 0px;
	border: 4px solid #222;
	padding: 5px;
}

span.tumblogs a img:hover {
	border: 4px solid #33CCFF;
}

span.feature a img {
	margin: 5px 0px 5px 0px;
	border: 4px solid #222;
}

span.feature a img:hover {
	border: 4px solid #33CCFF;
}

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#jquery-lightbox a img { 
	border: none;
}

#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#lightbox-container-image { 
	padding: 10px;
}

#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#lightbox-container-image-box > #lightbox-nav { 
	left: 0; 
}

#lightbox-nav a { 
	outline: none;
}
	
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}

#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}

#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}

#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}

#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}

#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	

#lightbox-image-details-caption { 
	font-weight: bold; 
}

#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}

#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
