/* --- Reset ------------------------------------------------------ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ul {
	list-style: disc outside none;
}
ol {
	list-style: decimal outside none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse:separate;
	/* border-spacing: 0; */
}


/* --- Defaults --------------------------------------------------- */

body, td, th, input, textarea {
  font-family: Georgia, serif;
}
img {
  -ms-interpolation-mode:bicubic;
}
p {
	margin-top: 0.5em;
	margin-bottom: 1.0em;
}
p, li, td, th {
	line-height: 130%;
}
th {
  font-weight: bold;
}
input, textarea {
  color: #000;
}
ul, ol {
  margin: 5px 0 10px 15px;
}
li {
  padding-top:3px;
  margin: 0 0 0 20px;
}

body {
  background:#390909 url('/gfx/header.jpg?2') no-repeat top center;
  text-align: center; /* for IE */
}

a,
a:visited,
a:hover {
  color:#067500;
  text-decoration: underline;
  /*border-bottom: 1px solid #067500;*/
}
a:hover {
  color:#00b4d4;
}

h1 a, h1 a:visited,
h2 a, h2 a:visited,
h3 a, h3 a:visited {
  text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover{
  color:#016999;
  text-decoration: underline;
}

a.image, a.image:visited, a.image:hover {
  border-bottom: 0;
}
tr,td,th {
  text-align: left;
  vertical-align: top;
}

#main_container {
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
  width: 800px;
/*
  background: #efe3c2;
  padding-top: 10px;
*/
}


/* --- Admin ------------------------------------------------------ */

a.admin, a.admin:visited, a.admin:hover {
  background: #e0e0ff;
  padding: 3px 6px 2px 6px;
  font-size: 85%;
  font-weight: bold;
}
a.admin:hover {
  background: #e0e0e0;
}


/* --- Header ----------------------------------------------------- */

#header {
  height: 120px;
}

#header .menus {
  float: right;
  text-align: right;
  height: 120px;
}

#header .menus .user {
  margin-top: 15px;
  color: #a79b8b;
}

#header .menus .user .welcome {
	font-style: italic;
  color: #b76316;
	padding-right: 10px;
}

#header .menus .main {
  margin-top: 30px;
  font-size: 22px;
  color: #a79b8b;
}

#header .menus a,
#header .menus a:visited,
#header .menus a:hover {
	font-weight: bold;
  border-bottom: 0;
  color:#fbe9d1;
  color:#fff;
  text-decoration: none;
}

#header .menus a:hover,
#header .menus a.selected:hover {
  color:#ffbb44;
  border-bottom: 1px solid #ffbb44;
}

#header .menus a.selected {
  /* border-bottom: 1px solid #ffbb44; */
}

/* --- Flash notice ----------------------------------------------- */

#flash_notice {
  background: #456501;
  color: #fbf8c0;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  padding: 7px 0 7px 0;
  margin-bottom: 15px;
  width: 90%;
  font-size: 18px;
}


/* --- Tabbed navigation ------------------------------------------ */

#navtab a {
  color: #000;
  background: url('/gfx/page_tab.gif?2') left top no-repeat;
  display: block;
  text-decoration: none;
  padding-left: 8px;
  line-height: 26px;
}

#navtab a span {
  background: url('/gfx/page_tab.gif?2') right top no-repeat;
  padding-right: 8px;
  display: block;
  /* height: 26px; */
}

#navtab a:hover{
  background: url('/gfx/page_tab_hover.gif?2') left top no-repeat;
  padding-left: 8px;
	/* display:block; */
  text-decoration: none;
}
#navtab a:hover span {
  background: url('/gfx/page_tab_hover.gif?2') right top no-repeat;
  padding-right: 8px;
	/* display:block; */
  text-decoration: none;
}

#navtab ul, #navtab li {
  margin:0;
  padding:0;
}

#navtab ul {
  padding-left:20px;
  list-style:none;
}

#navtab li {
  float: left;
  margin-right: 3px;
}

#navtab .active_tab a, .active_tab a:hover {
	background:url('/gfx/page_tab_active.gif?2') left top no-repeat;
}
#navtab .active_tab a span, .active_tab a:hover span {
	background:url('/gfx/page_tab_active.gif?2') right top no-repeat;
}


/* --- Footer ----------------------------------------------------- */

#footer {
  clear: both;
  text-align: center;
  color:#fbe9d1;
	font-size: 85%;
	margin-top: 15px;
  line-height: 1.3em;
  padding-bottom: 20px;
}

#footer .copyright {
  margin-top: 5px;
  color: #b1a493;
}

#footer a, #footer a:visited, #footer a:hover {
	font-weight: bold;
  color:#fbe9d1;
}

#footer a:hover {
  color:#ffbb44;
}


/* --- Main content ----------------------------------------------- */

#content {
  clear: both;
  background: #efe7d0 url('/gfx/page_bottom.gif?2') no-repeat bottom;
  font-size: 16px;
/* below from: http://www.dustindiaz.com/min-height-fast-hack */
  min-height:500px;
  height:auto !important;
  height:500px;
}

#content .top {
  background: url('/gfx/page_top.gif?2') no-repeat top;
  height: 8px;
}


/* --- Basic style ------------------------------------------------ */

.basic {
  padding:12px 20px 40px 20px;
	line-height: 130%;
}
.basic h1, .basic h2, .basic h3 {
  color: #970202;
  font-weight: normal;
}
.basic h1 {
  font-size: 200%;
  line-height: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
}
.basic h1 .subtitle {
  font-size: 66%;
  line-height: 180%;
}
.basic h2 {
  font-size: 160%;
  margin-top: 30px;
  margin-bottom: 15px;
  font-style: italic;
}
.basic h3 {
  font-size: 140%;
  margin-top: 20px;
	margin-bottom: 10px;
	font-weight: bold;
}

.basic input, .basic textarea {
  font-size: 16px;
  padding: 3px;
}

/* ---------------------------------------------------------------- */

.highlight {
  color: #000;
  background: #56e4fd;
  padding: 0 3px 0 3px;
}

.bigger {
  font-size: 130%;
}

.smaller {
  font-size:85%;
}


/* --- Paginator -- thanks, Flickr.com ------------------------------ */

.paginator_block { text-align: center; margin-bottom: 20px; margin-top: 20px; }
.paginator { padding-top: 10px; margin-left: auto; margin-right: auto; color: #008800; }
.paginator a, .paginator a:visited { padding: 2px 6px; border: solid 1px #ddd; background: #fff; text-decoration: none; color: #002288; }
.paginator .atstart { margin-right: 10px; padding: 2px 6px; background: #fff; color: #aaa; }
.paginator a.prev { margin-right: 10px; padding: 2px 6px; /* border: solid 2px #ddd; */ background: #fff; }
.paginator a.next { margin-left: 10px; padding: 2px 6px; /* border: solid 2px #ddd; */ background: #fff;}
.paginator .atend { margin-left: 10px; padding: 2px 6px; background: #fff; color: #aaa; }
.paginator a:hover {color: #000; background: #ffcc55; border-color: #d09900; text-decoration: none;}



/* --- Blog ------------------------------------------------------- */

.blog h1, .blog_list h1 {
  text-align: left;
  margin-top: 20px;
}

.blog .header_info {
  font-style: italic;
}

.blog .body {
/*
  font-family: Verdana, sans-serif;
  font-size: 14px;
*/
  margin-top: 30px;
  width: 520px;
}

.blog_list h3 {
  margin-top: 40px;
}

.blog_list .header_info {
  font-style: italic;
  font-size: 80%;
}

.blog_list .body {
/*
  font-family: Verdana, sans-serif;
  font-size: 14px;
*/
  margin-left: 20px;
  margin-top: 20px;
  width: 520px;
}


/* --- Forum ------------------------------------------------------ */

.forum .fpost_list {
}

.forum .fpost_list a {
}
.forum .fpost_list a:hover {
}

.forum .fpost_list .thread {
  margin: 5px 0px 5px 0px;
}

.forum .fpost_list .thread .theader {
  font-weight: bold;
}

.forum .fpost_list .thread .tuser {
  font-size:85%;
}
.forum .fpost_list .thread .tpostcount {
  color: #666;
}

.fpost_add {
  margin: 10px 0 20px 0;
  border: 1px dotted #5a2d11;
  padding: 10px;
  color: #000;
  width: 530px;
}

.fpost_add .section {
  margin-bottom: 10px;
}

.fpost_add .section .hdr {
  margin-bottom: 3px;
}

.forum h1 {
  text-align: left;
  margin-top: 20px;
}

.forum h2 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 15px;
}

.forum .forum_header {
  text-align: center;
  margin: 0;
}

.forum td.post_body {
  width: 570px;
  overflow:hidden;
  //padding: 10px 15px 10px 15px;
  line-height: 130%;
}

.forum td.post_body .tiled {
  background: url('/gfx/forum_bubble_std.gif?2') repeat-y -570px;
}

.forum td.post_body .header {
  background: url('/gfx/forum_bubble_std.gif?2') no-repeat 0px -13px;
}

.forum td.post_body .footer {
  background: url('/gfx/forum_bubble_std.gif?2') no-repeat;
  height: 13px;
}

.forum .post_body .content {
/*
  font-family: Verdana, sans-serif;
  font-size: 14px;
*/
    margin-left: 17px;
    padding: 10px 0px 5px 15px;
	width: 520px;
	overflow:hidden;
}

.forum .post_header {
  padding: 1px 15px 0px 0px;
  text-align: right;
  width: 140px;
}

.forum .post_header .user a,
.forum .post_header .user a:visited,
.forum .post_header .user a:hover {
  text-decoration: none;
  font-weight: bold;
}

.forum .post_header .user a:hover {
  text-decoration: underline;
}

.forum .post_header .date {
	/* color: #f8ae39; */
	padding-bottom: 5px;
}

.forum img.amark {
  padding-right: 10px;
}


/* --- Heartwild Solitaire ---------------------------------------- */

#hwsol_features {
  width:740px;
  padding: 20px 0 10px 10px;
}

#hwsol_features table {
}

#hwsol_features td {
  width: 33%;
  padding: 5px 10px 10px 10px;
}

#hwsol_features td.with_border {
  border-right: 1px dashed #b3a29a;
}

#hwsol_features h2 {
  font-size: 140%;
  margin-top: 0px;
  margin-bottom: 10px;
  font-style: normal;
  text-align: center;
}

#hwsol_features p {
  margin-bottom: 5px;
}


/* --- Testimonial ------------------------------------------------ */

.testimonial {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.testimonial table {
  text-align: left;
  width: 600px;
  margin: 0 auto;
}

.testimonial .quote {
  color: #6a0048;
  font-style: italic;
  font-size: 125%;
}

.testimonial .author {
  padding-top: 2px;
}

.testimonial img {
  padding: 1px;
  border: 1px solid #444;
  margin-right: 10px;
}

/* --- Top scores ------------------------------------------------- */

.top_scores {
}

.top_scores .position {
    color: #666;
}

.top_scores .score {
    color: #7a0062;
    font-weight: bold;
}

.top_scores .date {
    //font-style: italic;
    font-size: 12px;
    color: #444;
}

.top_scores .fresh {
    font-style: italic;
    font-weight: normal;
    font-size: 10px;
    color: #4c8602;
    padding-left: 5px;
}

/* --- ------------------------------------------------------------ */

.system_req li {
  margin-left: 0px;
}

.price_tag {
  font-weight: bold;
  font-style: italic;
}

.single_column {
  padding-left: 50px;
  padding-right: 50px;
}

.order_history h2 {
  margin: 20px 0 5px 0;
  font-style: normal;
  font-size: 18px;
}

.order_history h2 .order_no {
  color: #999;
  font-size: 16px;
  padding-left: 10px;
}

/* --- Model errors ----------------------------------------------- */

/*
.fieldWithErrors {
   padding: 2px;
  background-color: red;
  display: table;
}
*/
div.fieldWithErrors input, div.fieldWithErrors textarea {
  background: #ffe000;
}

#errorExplanation {
  width: 600px;
  border: 2px solid #d00;
  padding: 7px 7px 12px 7px;
  margin-bottom: 20px;
  background-color: #FFFAE5;
  color: #000;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: normal;
  padding: 5px 5px 5px 10px;
  font-style: normal;
  font-size: 18px;
  margin: -7px;
  background-color: #d00;
  color: #fff;
}

#errorExplanation p {
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
}

#errorExplanation li {
  padding-bottom:5px;
}

#errorExplanation a,
#errorExplanation a:visited,
#errorExplanation a:hover {
  font-weight: bold;
}

.error_text {
  color:#CC0000;
  font-weight: bold;
}

/* --- Help ------------------------------------------------------- */

.help ol {
    margin-top: 15px;
    margin-bottom: 40px;
}

.help li {
    margin-bottom: 15px;
}

img.help_screen {
    padding: 2px;
    border: 3px solid #ccc;
    margin: 5px 0 5px 0;
}

.help .go_back {
    padding-bottom: 10px;
}


/* --- Home ------------------------------------------------------- */

.home {
  padding-left: 40px;
  padding-right: 40px;
}

.home .welcome {
  padding: 15px 40px 15px 100px;
  background: #ffd79e url('/img/home/orchid_for_banner.jpg') no-repeat top left;;
  border-top: 1px solid #f2ae5a;
  border-bottom: 1px solid #f2ae5a;
  font-size: 18px;
  color: #303030;
  margin-top: 35px;
  margin-bottom: 10px;
  line-height: 120%;
}

.home .games h1 {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
}

.home .games .game_info {
  font-size: 16px;
  text-align: center;
  width: 90%;
  margin: 0 auto;
}

.home .connect {
  padding: 10px 80px 50px 80px;
}

.home .connect h2 {
  color: #970202;
  font-size: 22px;
  font-weight: bold;
}

/* --- Quiz ------------------------------------------------------- */

.quiz {
    width: 500px;
    margin-bottom: 20px;
}

.quiz .scene {
    color: #888;
    font-weight: bold;
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 10px;
}

.quiz .result_header {
	font-weight: bold;
	font-style: italic;
	color: #aa2222;
	font-size: 20px;
}



.royal_preorder {
  padding: 15px 40px 15px 40px;
  border-top: 1px solid #f2ae5a;
  border-bottom: 1px solid #f2ae5a;
  font-size: 18px;
  color: #303030;
  margin-bottom: 20px;
  line-height: 120%;
  background: #ffd79e;
  text-align: center;
}
