body {
	font: 12px/16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #B3B3B3;
	background: #51a9ff url(/images/background.png) no-repeat center top;
}

a, a:active, a:visited, a:link {
	text-decoration: none;
	color: #808080;
	background: none;
}

a:hover {
	color: #51a9ff;
}

/* @group HEADER */

#header {
	height: 200px;
	margin-bottom: -50px;
	padding-bottom: 50px;
}

#logo img {
	margin-top: 30px;
}

#subhead h2 {
	width: 487px;
	height: 67px;
	background: url(/images/a-cumulous-collection.png) no-repeat;
	margin: 85px auto 0 auto;
}

#subhead h2 a {
	text-indent: -9999px;
	display:  block;
	width: 100%;
	height: 100%;

}

#favs h2 {
	background: url(/images/faves.png) no-repeat right;
	height: 62px;
	margin-top: 115px;
	text-indent: -9999px;
}

.top_10 {
	margin-top: 10px;
}

.top_20 {
	margin-top: 20px;
}


h3 .small {
	font-size: 10px;
	color: gray;
	font-weight: normal;
}

/* @end */

/* @group BODY */

.info, .thumb {
	margin-bottom: 20px;
	background-color: #FFF;
	position: relative;
}
.info {
	padding: 20px;
}

.info .button {
	width: 180px;
	height: 30px;
	background: url(/images/input.png) no-repeat;
	border: 0;
	padding: 0 10px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #999;
}

.info input#agreement {
	background: none;
}
#submit p {
	margin-bottom: 16px;
}



.thumb img {
	width: 140px;
	height: 140px;
	margin: 10px;
	display: block;
}

.info h3, .info h2 {
	color: #FF9F44;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 6px;
}

#sidebar {
	margin-top: 30px;
}

/* @group FORM INPUTS */

.info input.text {
	width: 160px;
	height: 30px;
	background: url(/images/input.png) no-repeat;
	border: 0;
	padding: 0 10px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #999;
}

input.file {
	background: none;
	padding: 10px 0 0 0;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #999;
	width: 180px;
}

.info input#agree {
	width: 12px;
	height: 12px;
	background: none;
}

#submit p.submit-btn {
	margin: 0;
}

#submit p.submit-btn input {
	background: url(/images/submit.png) no-repeat;
	text-indent: -9999px;
	cursor: pointer;
	width: 180px;
}

/* @end */

/* @group PAGINATION */

.pagination {
	text-align: center;
	padding: 3px;
	margin: 3px;
	width: 540px;
	font-size: 14px;
}
.pagination a {
	padding: 2px 5px 3px 5px;
	margin: 2px;
	font-weight: bold;
	border: none;
	text-decoration: none;
	color: #B3B3B3;
	background-color: white;
}

.pagination a, .pagination span.current, .pagination span.disabled {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.pagination a:hover, .pagination a:active {
	border: none;
	background-color: white;
	color: #FF9F44;
}
.pagination span.current {
	padding: 2px 5px 3px 5px;
	margin: 2px;
	border: none;
	font-weight: bold;
	background-color: #FF9F44;
	color: #FFF;
}
.pagination span.disabled {
	padding: 2px 5px 3px 5px;
	margin: 2px;
	font-weight: bold;
	border: none;
	color: #ddd;
	background: white;
}

/* @end */

/* @end */

/* @group FOOTER */

#footerwrap {
	width: 100%;
	background: #FFF url('/images/footer-bgtile.png') repeat-x top center;
	padding-top: 120px;
	padding-bottom: 40px;
	margin: 60px 0 0 0;
}

#footerwrap p {
	margin-bottom: 16px;
}

#footerwrap img {
	margin: 6px 0;
}

/* @group TAG CLOUD */

#tagcloud {
	text-align: justify;
}

#tagcloud a {
	vertical-align: middle;
	margin: .3em;
	line-height: 1.5em;
}

#tagcloud a.css1 { font-size: 1.0em; color: #CCC; }
#tagcloud a.css2 { font-size: 1.3em; color: #CCC; }
#tagcloud a.css3 { font-size: 1.6em; color: #AAA; }
#tagcloud a.css4 { font-size: 2.0em; color: #888; }

#tagcloud a:hover {
	color: #FF9F44;
}

/* @end */
/* @end */

/* @group RAILS STUFF */


.info .fieldWithErrors {
	padding: 0px;
	background: none;
	display: inline;
	
}
.info #errorExplanation {
	width: 160px;
	border-top: 1px solid gray;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid gray;
	padding: 7px;
	padding-bottom: 12px;
	margin-bottom: 20px;
	background: none;
}
.info #errorExplanation h2 {
	text-align: left;
	font-weight: bold;
	padding: 5px 0px 5px 0px;
	font-size: 12px;
	margin: -7px;
	background: none;
	color: #FF9F44;
}
.info #errorExplanation p {
	color: gray;
	margin-bottom: 0;
	padding: 5px 0 5px 0;
	margin-left: -7px;
}

.info #errorExplanation ul li {
	font-size: 12px;
	list-style: square;
	margin-left: 7px;
	color: #51a9ff;
}
.info div.uploadStatus {
	margin: 5px;
}
.info div.progressBar {
	margin: 5px 0 5px 0;
}
.info div.progressBar div.border {
	background: none;
	border: 1px solid gray;
	width: 100%;
}
.info div.progressBar div.background {
	background: none;
	height: 18px;
	width: 0%;
}

/* @end */
