/* @override http://localhost/dra_studio/paper/css/screen.css */
/* Paper the City */
/* Author: Oscar J Cortez of Illustrative. */
/* ---- Resetting Defaults ---- */
*{
	margin: 0;
	padding: 0;
}
img{
	border: none;
}
/* ---- Structure ---- */
html{
	min-width: 965px;
}
body{
	color: #333;
	background: #EDECDA url(../img/bg_repeat.jpg) repeat left top;
	font: 85%/1.65em Georgia, "Times New Roman", Times, serif;
}
#wrapper{
	width: 965px;
	text-align: left;
	background: url(../img/bg_header.jpg) no-repeat right top;
}
#content{
	width: 840px;
	margin: -40px 0 0 80px;
}
/* Removing the overlow auto because of how it causes an odd scrollbar on Jenn's SPRINT phone */
ul#thumbs{
	padding: 10px 0 10px 0;
}
p#navigation{
	overflow: hidden;
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 20px;
}
p#footer{
	padding: 20px 0;
	clear: both;
}
/* ---- Navigation ---- */
#thumbs a{
	outline: none;
}
#thumbs a img{
	border: 4px solid #2b2012;
	margin: 0 10px 13px;
	padding: 1px;
	background-color: #fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#thumbs a img:hover{
	border-color: #3681c2;
}
#refresh{
	background: url(../img/Refresh.png) no-repeat left top;
	width: 48px;
	height: 48px;
	display: block;
	float: left;
	margin-right: 20px;
	text-indent: -9999px;
	opacity: .5;
	margin-left: 150px;
}
#more{
	width: 250px;
	background-color: #86643a;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 10px;
	display: block;
	float: left;
}
#refresh:hover{
	opacity: 1;
}
#more:hover{
	background-color: #684d2c;
}
a#refresh, a#more{
	color: #fff;
	text-decoration: none;
}
a#refresh:hover, a#more:hover{
	color: #ffea8d;
}
#footer a{
	color: #362e10;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
/* ---- Iconography ---- */
.icon{
	padding-left: 22px;
	background-position: left center;
	background-repeat: no-repeat;
}
/* ---- Typography ---- */
h1{
	width: 190px;
	height: 220px;
	background: url(../img/bg_logo.jpg) no-repeat left top;
	text-indent: -9999px;
}
#content p, p#footer{
	width: 640px;
	color: #86643a;
	margin: 0 auto 1.25em;
}
#more, #footer{
	text-align: center;
}
#thumbs li{
	float: left;
	list-style-type: none;
}
p#footer{
	font-size: .85em;
}
/* ---- Miscellaneous ---- */
.clear{
	clear: both;
	height: 0;
}
