/* @override http://thedumplingdimension.com/stylesheets/typography.css */

/* A font by Jos Buivenga (exljbris) -> www.exljbris.nl */
@font-face { font-family: Fontin; src: url('../fonts/Fontin-Regular.ttf'); }
@font-face { font-family: Fontin; font-weight: bold; src: url('../fonts/Fontin-Bold.ttf'); }
@font-face { font-family: Fontin Sans; src: url('../fonts/Fontin_Sans_R_45b.otf'); }
@font-face { font-family: Fontin Sans; font-weight: bold; src: url('../fonts/Fontin_Sans_B_45b.otf'); }

body {
	font-family: "Fontin Sans", "Lucida Grande", Lucida, Verdana, sans-serif;
}

div#content{
}

div#twitter_div {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 0.7em;
}


div#content h1{
	margin-top: 41px;
	margin-bottom: 10px;
	color: #333;
	letter-spacing: -0.04em;
	font-weight: bold;
	font-size: 1.8em;
}

h1, h2 {
	font-family: "Fontin", "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
}

h2 {
	font-weight: normal;
	font-family: "Fontin sans";
	font-size: 1em;
	margin-bottom: 10px;
	color: #666;
}

div#content p{
	color: #333;
	text-align: center;
	font-size: 1.08em;
}

.screenshot-caption {
	text-align: center;
	font-size: 1em;
	margin-top: 5px;
	margin-bottom: 20px;

	color: #333;
}

div#nav div#nav_items span{
	font-size: 0.9em;
}

div#copyright {
	position: relative;
	text-align: center;
	font-size: 0.8em;
	color: #deb007;
	z-index: 3;
	top: 232px;
	text-align: center;
	margin: 17px;
}

div#contact_link {
	text-align: center;
	margin-bottom: 50px;
	font-size: 21px;
}

div#contact_link a {
	color: #aa2d06;
	text-decoration: none;
}

div#contact_link a:hover {
	text-decoration: underline;
}

div#content p.review {
	 font-size:1.2em;
	 margin: 40px 0px;
}

.review a{
	color: #aa2d06;
	text-decoration: none;
}

.review a:hover{
	text-decoration: underline;
}

.review .source {
	font-size: 90%;
	display: block;
	color: #676767;
}

#copyright .source {
	font-size: 90%;
	display: block;
	color: #a28003;
	top: 4px;
	position: relative;
}

#copyright .source a{
	color: #ddb007;
	text-decoration: none;
}