@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	color:#494b46;
	background: #f2f2f1 url(../imgs/bar.png)  repeat-x !important;
	font-family: 'Vollkorn', Georgia, serif;
	font-size: 14px;
	line-height: 29px;
}
a, a:hover, a:visited, a:active {
	color: #016aad;
	text-decoration: none;
}

.container {
	width:1000px;
	margin: auto;
}
@media screen and (max-width: 799px) {
	.container {
		width: 340px;
		margin: 0 10px 0 10px;
	}
}
@media screen and (min-width: 800px) {
	.content {	
	}
}

.logo {
	width: 281px;
	height: 130px;/*<img src="imgs/logo.png" alt="Dominion Logo" title="Dominion" border="0" height="130" width="281" />*/
	display: block;
	background: url(../imgs/logo.png) no-repeat;
	text-indent: -5000px;
	float: left;
}
#header {
	height: 233px;
}
#header p {
	font-size:16px;
	line-height: 19px;
	margin: 0;
	padding: 55px 0 0 0;
	width: 470px;
	float:right;
	text-align:right;
}
@media screen and (max-width: 799px) {
	#header {
		height: 200px;
	}
	#header p {
		/*position: absolute;
		top: 150px;
		left: 10px;
		text-align: left;
		width: 300px;
		line-height: 23px;*/
		display: none;
	}
}
@media screen and (min-width: 800px) {
	.content {	
	}
}
#menu {
	position: absolute;
	top: 133px;
	font-size: 22px;
	color: #f2f2f1;
	height: 49px;
}
#menu ul {
	margin: 0;
	padding: 12px 0 0 0;
	height: 36px;
}

#menu ul li {
	display: inline;
	margin:0;
	padding: 0 35px 5px 0;
}

#menu a, #menu a:hover, #menu a:visited, #menu a:active {
	color: #f2f2f1;
	text-decoration: none;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
}

#menu .active {
	background: url(../imgs/active.png) no-repeat center 30px;
	height: 5px;
}
#billboard {
	background: #e4e5e1;
	width: 1000px;
	height: 280px;
	margin: 0px 0 0 0;
	position: relative;
	top: -133px;
	
	-moz-box-shadow: 3px 3px 4px #CCC;
	-webkit-box-shadow: 3px 3px 4px #CCC;
	box-shadow: 3px 3px 4px #CCC;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cccccc')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cccccc');
}
#billboard table {
	margin: 13px 18px 0 18px;
	width: 292px;
	font-size:14px;
	float: left;
}
tbody {
	vertical-align: top;
	border-collapse:collapse;
}

.trhover:hover {
	background: #dedfdb;
	cursor:pointer;
	cursor: hand;
}

#hometable {
	line-height: 30px;
}

.tableheader tr:hover {
	background: #f2f2f1 !important;
}

#billboard table th, table th {
	font-style: italic;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align: left;
}

#billboard table th {
	font-size: 25px;
}

table th {
	font-size: 18px;
}
table td {
	border-bottom: #cbccc8 1px solid;
}

#billboard table tr, #billboard table tr td {
	
}
#billboard table tr .tabledate {
	text-align: right;
}
.images {
	width: 650px;
	height: 244px;
	overflow: hidden;
	float: left;
	position: absolute;
	top: 19px;
	right: 19px;
}

#maintext {
	position: relative;
	top: 391px;
}
#maintext p {
	width: 684px;
	line-height: 28px;
	font-size: 14px;
}

#maintext p span {
	font-size: 47px;
	font-style:italic;
	margin: 0 0 0 0;
	line-height: 50px;
}
#maintext img {
	float: right;
	position: relative;
	top: -205px;
}

#gamesets {
	border-top: 1px solid #d9dfd0;
	margin: 10px 0 0 0;
	position:relative;
	top: 138px;
	height: 330px;
}
.boxes {
	float: left;
	width: 200px;
	text-align: center;
	height: 330px;
	padding: 50px 0 0 0;
}

.boxes p {
	color: #016aad;
	font-size: 17px;
	font-style: italic;
	margin: 5px 0 0 0;
}

.boxes img {
	-moz-box-shadow: 3px 3px 4px #ccc;
	-webkit-box-shadow: 3px 3px 4px #ccc;
	box-shadow: 3px 3px 4px #ccc;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cccccc')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cccccc');
}

.mainfooter {
	position: relative;
	top: 100px;
}
#footer {
	clear: both;
	border-top: 1px solid #d9dfd0;
	height: 75px;
	margin: 40px 0 0 0;
	/*position: absolute;
	top: 900px;*/
}
#footer p {
	margin: 0 0 0 0;
	font-size: 11px;
	color: #9d9e9b;
	padding: 5px 0 0 0;
}
#footer a, #footer a:visited, #footer a:active {
	color: #9d9e9b;
}
#footer a:hover {
	color: #628394;
}
.content {
	width: 820px;
	float: left;
	margin: 0 20px 30px 0;
}
.content p {
	line-height: 29px;
}
@media screen and (max-width: 799px) {
	.content {
		width: 280px;
		margin: 0px 0px 30px 0px;
	}
	.content p {
		line-height: 24px;
	}
}
@media screen and (min-width: 800px) {
	.content {	
	}
}

.pagetitle {
	font-weight: normal;
	font-style:italic;
	font-size: 36px;
	margin: 0 0 20px 0;
	float: left;
}
.ads {
	padding: 65px 0 0 0;
}
#topbox {
	margin: 24px 0 0 0;
	height: 184px;
	background-color: #f2f2f1;
	width: 820px;
}
.col1 {
	float: left;
	width: 154px;
	margin: 0 20px 0 0;
}
.col2 {
	float: left;
	width: 646px;
}
@media screen and (max-width: 799px) {
	#topbox {
		width: 280px;
	}
	.col1 {
		float: left;
		width: 260px;
		margin: 0 20px 0 0;
	}
	.col2 {
		width: 260px;
	}
}
@media screen and (min-width: 800px) {
	#topbox {	
	}
}

.filterbox {
	background-color: #ecece6;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}
.filterbox a, .filterbox a:visited, .filterbox a:active {
	color: #494b46;
	text-decoration: none;
}

.filterbox a:hover {
	text-decoration: underline;
}
.filtersection {
	font-size: 12px;
	font-weight:bold;
	border-bottom: solid 1px #a3a79c;
	padding: 0 0px 0 0px;
	line-height: 12px;
}
.filterbox h2 {
	font-style: italic !important;
	font-weight:normal !important;
	font-size: 18px !important;
	height: 23px;
	background: #c3c6be;
	margin: 0 0 5px 0;
	padding: 7px 0 0 5px;
}

.filterbox .filters, .filterbox .selectedfilters {
	font-size: 14px;
	margin: 0;
	line-height: 17px;
}
#cardNames p {
	padding: 0 10px 0 10px;
	font-size: 14px;
	margin: 0;
	line-height: 17px;
}

.filterbox .selectedfilters span.set {
	font-weight: bold;
	font-family: 'Vollkorn', Georgia, serif;
	font-size: 11px;
	padding: 0 0 0 5px;
}
#createnew {
	clear: both;
}
#savesetbox p, .savesetbutton, .createnewbutton, #savecomment p  {
	display: block;
	width: 144px;
	margin: 5px 0 5px 0;
	padding: 0 0 0 10px;
	background: #266d99;
	height: 30px;
	color: #f2f2f1;
	font-size: 18px;
	font-style: italic;
	vertical-align: middle;
}
#savesetbox p:hover, .savesetbutton:hover, .createnewbutton:hover, #savecomment p:hover {
	background: #497a98;
	cursor:pointer;
	cursor: hand;
}
#savecomment p {
	padding: 7px 0px 0px 9px;
	height: 25px;
}
#savesetbutton {
	float:right;
	margin-top: 19px;
	text-align: center;
	padding: 5px 0 0 0;
	height: 22px;
}
.createnewbutton {
	color: #f2f2f1 !important;
	margin: 0 0 10px 0;
	padding-top: 8px;
	height: 25px;
}
.filterCol {
	width: 144px;
	float: left;
	margin: 0 0 0 14px;
}
.one, .two, .three, .four, .five, .zero {
	height: 10px;
	width: 119px;
	font-size: 12px;
	display: block;
	float: left;
	background-image: url(../imgs/stars.png);
	background-repeat: no-repeat;
	margin: 5px 0 0 13px;
	text-align: right;
}
.zero {
	background-position: 0px 0px;
}
.one {
	background-position: 0px -10px;
}
.two {
	background-position: 0px -20px;
}
.three {
	background-position: 0px -30px;
}
.four {
	background-position: 0px -40px;
}
.five {
	background-position: 0px -50px;
}
.setName {
	font-size: 20px;
	float: left;
	height: 10px;
	margin: 0 0 0 0;
}
.dateCol {
	float:right;
	color: #9a9e93;
}
.cardsCol {
	clear: both;
}
.cardsCol p {
	line-height: 21px;
	margin: 13px 0 11px 0;
}
#legand {
	padding: 30px 0 20px 0;
	clear: both;
}
#legand span {
	font-family: 'UnifrakturCook', serif !important;
	font-size: 24px;
	margin: 0 4px 0 12px;
}
@media screen and (max-width: 799px) {
	#legand {
		padding: 30px 0 20px 0;
		clear: both;
		font-size: 12px;
		line-height: 12px;
	}
	#legand span {
		font-family: 'UnifrakturCook', serif !important;
		font-size: 24px;
		margin: 0 4px 0 12px;
	}
	#savesetbox p, .savesetbutton, .createnewbutton, #savecomment p  {
		width: 96%;
	}
}
#errordisplay p {
	background-color: #CB6967;
	color:#Fff;
	line-height: 15px;
	font-style:italic;
	
	width: 144px;
	margin: 5px 0 5px 0;
	padding: 8px 0 0 10px;
	height: 23px;
	font-style: italic;
}
.inputhighlight {
	color:#F00;
}
/*.fixed {
	position: fixed !important;
	top: -24px !important;
	z-index: 1000;
}*/

@media screen and (max-width: 799px) {
	.fixed {
		position: static !important;
		top: -24px;
		z-index: 1000;
	}
}
@media screen and (min-width: 800px) {
	.fixed {
		position: fixed !important;
		top: -24px !important;
		z-index: 1000;
	}
}

.content table tr td {
	padding: 17px 0 12px 0;
}
.setName {
	font-size: 22px;
}
.highlight {
	background: #c3c6be !important;
}
.setletterCol, .cardName, .cardType, .rules {
	float: left;
}
.setletter {
	font-family: 'UnifrakturCook', serif !important;
	color: #151615;
	margin: 0;
	padding: 0;
}
.setletterCol {
	text-align: center;
	font-size: 28px;
	width: 36px;
	margin:  0 0 -8px 0;
}
.cardName {
	width: 190px;
	font-size: 20px;
}
.cardType {
	/*width: 583px;*/
	/*margin: 0 50px 0 0;*/
}
.costcell {
	/*width: 46px;
	height: 48px;
	background: url(../imgs/coin.png) no-repeat;
	text-align: center;
	font-size: 21px;
	background-position: 0px 8px;
	position: relative;
	left: 775px;
	top: 0px;*/
	width: 46px;
	height: 38px;
	background: url(../imgs/coin.png) no-repeat;
	text-align: center;
	font-size: 24px;
	background-position: 0px -8px;
	float: right;
}
.rules {
	/*margin: -15px 0 0 35px;*/
	margin: -15px 60px 0 35px;
	font-size: 14px;
	/*width: 726px;*/
	line-height: 18px;
	clear: both;
}

.rowclick {
	vertical-align: middle;
}
.rate_widget {
	position: absolute;
	top: 246px;
	margin: 0 0 0 705px;
	padding: 5px 5px 5px 5px;
	height: 26px;
	width: 116px;
}
.rate_widget p {
	margin: 0 16px 0 0;
	padding: 0;
	font-size: 19px;
	float: left;
}
.total_votes {
	font-size: 12px;
	font-style: italic;
	position: relative;
	top: 4px;
	right: 12px;
	text-align: right;
	float:right;
}
.ratings_stars {
	background: url(../imgs/star_empty.png) no-repeat !important;
	float: left;
	height: 21px;
	width: 21px;
}
.ratings_vote {
	background: url(../imgs/star_full.png) no-repeat !important;
}
.ratings_over {
	background: url(../imgs/star_full.png) no-repeat !important;
}

#overlay {
	background: url(../imgs/overlay.png);
	width: 100%;
	height: 5000px;
	position:fixed;
	top: 0;
	left: 0;
	z-index: 5000;
}
#overlaybox {
	background: #f2f2f1;
	width: 490px;
	margin: auto;
	position:relative;
	top: 350px;
	padding: 20px 20px 20px 20px;
	overflow: hidden;
}
#overlaybox h1 {
	font-weight: normal;
	font-style: italic;
	font-size: 36px;
	border-bottom: #c3c1c1 2px solid;
	margin: 0;
	padding: 0 0 5px 0;
}
#overlaybox input {
	font-family: 'Vollkorn', Georgia, serif !important;
	width: 320px;
	font-size: 14px;
	margin: 20px 0 0 0;
}
#formCancel {
	font-size: 14px;
	font-style: italic;
	width: 50px;
	float: right;
	text-align: right;
	margin: 0;
	padding: 0;
	clear: both;
}
#formCancel:hover {
	cursor:pointer;
	cursor: hand;
}
#comments {
	clear: both;
	width: 820px;
}
#comments h1 {
	color: #151615;
	font-style: italic;
	font-weight: normal;
	border-bottom: 2px solid #c3c6be;
	margin: 0 0 19px 0;
	padding: 0 0 3px 0;
}
.section {
	font-size: 19px;
	margin: 0 0 11px 0;
}
.comment {
	font-size: 14px;
	line-height: 19px;
	margin:  0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: #e8e8e7 1px solid;
}
#comments input, textarea {
	background-color: #efefee;
	border: 1px solid #d9dfd0;
	font-size: 18px;
	font-family: 'Vollkorn', Georgia, serif !important;
	color: #c3c1c1;
}
#comments input {
	height: 35px;
	width: 370px;
	margin: 0 0 15px 0;
}
.focusField {
	color: #494b46 !important;
}
#comments form {
	margin: 13px 0 22px 0;
}
#recaptcha_widget_div {
	width: 320px;
	float: left;
}
#commentform #savesetbutton {
	margin-top: 98px;
}
#captchaError {
	position:absolute;
	top: 219px;
	left: 22px;
	font-size: 10px;
	color:#F00;
}
#createsetheader {
	width: 38px;
	text-align: center;
}
#createcardheader {
	width: 153px;
}
#createtypeheader {
	width: 590px;
}
@media screen and (max-width: 799px) {
	#createsetheader {
		width: 36px;
		text-align: center;
	}
	#createcardheader {
		width: 125px;
	}
	.cardName {
		width: 125px;
		font-size: 17px;
	}
	.cardType {
		font-size: 14px;
		vertical-align: baseline;
	}
	#createtypeheader {
		width: 100px;
	}
	.costcell {
		position: relative;
		top: 15px;
	}
	#overlaybox {
		width: 300px;
		top: 600px;
	}
}
#plusone {
	float: left;
	margin: 7px 0 0 30px;
}
.clear {
	clear: both;
}