/* @override http://forum.thegiant.org/collection/includes/style.css */

html {
	padding: 0;
	margin: 0;
}

img, a, input, textarea{
	outline: none;
	border: none;
}

body {
	padding: 0;
	margin: 0;
	background: #999;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
a {
	color: #d51e23;
	text-decoration: none;
	font-size: 12px;
	line-height: 26px;
}

.rounded{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.right {
	float: right;
}

.left {
	float: left;
}

.red {
	background: lightcoral;
}

.light {
	font-size: 85%;
	color: #999;
}

#wrapper {
	width: 844px;
	margin: 10px auto;
	background: url(images/bg.png) no-repeat;
	padding-top: 15px;
}

#innerWrapper {
	background: url(images/bg2.png) repeat-y 0 0;
	width: 822px;
	margin: 0 auto;
}


#content {
	padding: 0 30px 30px;
}

#links {
	background: #333;
	margin: 3px;
	padding: 5px 30px
}

#links a{
	font-weight: bold;
	color: white;
	margin-right: 20px;
	font-size: 16px;
}

#links a:hover{
	cursor: pointer;
	color: #39c;
}


#head {
	padding: 10px 30px;
	height: 150px;
	background: url(images/cont.png) no-repeat 3px 0;

}

#head h1{
	margin: 5px 0;
}

#head p{
		margin: 10px 0;

}

.stats {
	float: right;
	color: #999;
	font: 14px Georgia, "Times New Roman", Times, serif;
}

.stats b{
	color: #333;
	font: normal 24px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#footer .stats b {
	color: white;
}
#footer .stats {
	color: white;
}

#privacy {
	float: right;
	width: 300px;
	border: solid 1px #ccc;
	padding: 10px;
	background: #eee;
}

#privacy p{
	margin: 0 0 5px 0;
}

#privacy p select{
	float: right;
}

#privacy input{
	margin-top: 25px;
	float: right;
	border: solid 1px #555;
	background: #39c;
	color: white;
	font-weight: bold;
	font-size: 14px;
	height: 30px;
}

#privacy input:hover{
	cursor: pointer;
	background: #ff9800;
}

.printWrapper{
	color: #39c;
	font-weight: bold;
	width: 400px;
	border: solid 1px #ccc;
	margin-bottom: 10px;
}

.print:hover{
	background: #eee;
	cursor: pointer;
	
}

.print {
	background: #eef;
	padding: 10px;
	margin: 0;
}

.info {
	min-height: 30px;
	color: #555;
	font-size: 12px;
	background: #fff;
	padding: 10px;
	border-top: solid 1px #ccc;
}

.info p{
	float: left;
	height: 30px;
	width: 100%;
	display: block;
	margin: 0;
}

.info2 {
	height: 130px;
	width: 100%;
	color: #555;
	font-size: 12px;
	background: #fff;
	border-top: solid 1px #ccc;
}

.info2 .links {
	line-height: 20px;
	padding: 5px 10px;
	margin: 0;
	height: 20px;
}

.info2 .links a{
	height: 20px;
	line-height: 20px;
}

.info2 .notes {
	padding: 10px;
	margin: 0;
	width: 280px;
	background: #eee;
	height: 80px;

}

.info2 .printPreview {
	float: right;
}


.error2, .error, #collectionHover .error {
	height: 45px;
	line-height: 45px;
	padding-left: 50px;
	color: #D8000C;
	background: #FFBABA url('images/error.png') no-repeat 10px center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}

.success {
	line-height: 45px;
	padding-left: 50px;
	color: #4F8A10;
	background: #DFF2BF url('images/success.png') no-repeat 10px center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#collectionHover .success {
	line-height: 20px;
	padding-left: 50px;
	color: #4F8A10;
	background: #DFF2BF url('images/success.png') no-repeat 10px center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}

#footer {
	width: 760px;
	padding: 30px;
	margin: 0 auto;
	background: #333;
	color: white;
}

#mostOwned {
	float: left;
}

#mostWanted {
	margin-left: 300px;
}

#footer h3{
	margin: 0;
}

#footer ol{
	margin: 0;
}

#footer li a{
	color: #39c;
	font-size: 16px;
}

#collectionHover {
	font-size: 14px;
	padding: 35px;
	height: 300px;
	background: url(images/dialog.png) 0 0;
	position: fixed;
	z-index: 1000;
	width: 560px;
	top: 50%;
	right: 50%;
	margin-right: -310px;
	margin-top: -150px;
}

#collectionHover h1 {
	color: #555;
	font-size: 26px;
	margin: 5px 0;
}

#collectionHover h4 {
	margin: 0;
	padding-bottom: 5px;
	border-bottom: solid 1px #333;
	margin-bottom: 15px;
}

#collectionHover p{
	background: #eee;
	padding: 10px;
	margin: 5px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}


#collectionHover p.red{
	float: left;
	background: lightcoral;
	margin: 0;
	height: 15px;
	line-height: 15px;
}

#collectionHover p b{
	float: left;
	display: block;
	width: 200px;
}

#collectionHover textarea{
	width: 100%;
	height: 50px;
	border: solid 1px #555;
}

#collectionHover input, #collectionHover select{
	width: 130px;
	border: solid 1px #555;

}

#collectionHover .normal{
	width: auto;
}

#closeButton{
	position: absolute;
	top: -15px;
	right: -15px;
}

#collectionHover #submit {
	margin-top: 4px;
	float: right;
	border: solid 1px #555;
	background: #39c;
	color: white;
	font-weight: bold;
	font-size: 14px;
	height: 30px;
		-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}

#submit {
	margin-top: 15px;
	float: right;
	border: solid 1px #555;
	background: #39c;
	color: white;
	font-weight: bold;
	font-size: 14px;
	height: 30px;
}

#submit:hover, #collectionHover #submit:hover{
	cursor: pointer;
	background-color: #ff9800;
}

#collectionHoverBG {
	height: 100%;
	background: #000;
	position: fixed;
	z-index: 999;
	width: 100%;
	top: 0;
	right: 0;
	opacity: 0.4;
	filter: alpha(opacity = 40);
	zoom:1;
}

#search-form{
	float: right;
	margin-top: 20px;
}

.userStash {
	background: #eee;
	margin: 10px -27px;
	padding-bottom: 15px;
}

.userStash span.right{
	padding-top: 5px;	
}	


.userStash span.right a{
	margin-right: 15px;
	padding-bottom: 5px;
	color: white;
	font: bold 14px/18px Georgia, "Times New Roman", Times, serif;
}

.userStash .printWrapper a.right{
	color: #999;
	font: bold 12px Georgia, "Times New Roman", Times, serif;

}

.userStash span.right a:hover{
	color: #ff9800
}

.userStash h3{
	border-top: solid 3px #000;
	font-size: 25px;
	color: white;
	margin-top: 0;
	padding: 10px;
	background: #333;
}

.userStash h3 a{
	font-size: 25px;
	color: white;
}	

.userStash h3 a:hover{
	color: #ff9800;
}

.userStash .printWrapper{
	margin-left: 30px;
}

#otherstats {
	text-align: right;
	padding: 5px;
}

#otherstats img{
	max-height: 90px;
	float: right;
}

#otherstats p{
	float: right;
	clear: both;
}

.gridImage .printPreview{
	height: 100px;
	width: 100px;
	background: white;
	padding: 2px;
}
.gridImage .printPreview:hover, .printFrame:hover{
	opacity: 0.5;
	filter: alpha(opacity = 50);
	zoom:1;
}

#wall {
	padding: 100px 20px;
	text-align: center;
	background-image: url(images/wall.jpg);
}
