/**
* CSS Reset (YUI)
**/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
/** Custom CSS **/

body, td, th {
	color: #000000;
}
body {
	background-image: url(../images/page_bg.gif);
	text-align: center;
	min-width: 775px;
	margin: 0;
	padding-bottom: 10px;
}
img {
	border: 0;
	display: block;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}
dl { 
  margin: 0 0 1.5em 0;
}
dl dt { 
	font-weight: bold; 
	font-size: 14px;
	margin: 1em 0 .5em 0;
}
dd { 
	margin: 0 1em;
}

#wrapper {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	margin-top: 5px;
	background: #FFFFFF url(../images/wrapper_bg.jpg) top left repeat-y;
}
#header {
	background: url(../images/header.jpg) top left no-repeat;
	height: 119px;
	margin: 0;
	padding: 0;
}
#header h1 {
	display: none;
}
#contentBlock {
	width: 550px;
	margin-right: 7px;
	float: right;
	display: inline;
	background: url(../images/header_bar_bg.jpg) top left repeat-x;
}
#content {
	font-family: Lucida, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#555;
	padding: 0;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 16px;
}
#content p {
	margin: 0 0 1.5em;
}
#mainNav {
	width: 195px;
	float: left;
	padding: 0;
	margin: 0;
	padding-left: 8px;
	margin-right: 5px;
}
#mainNav h3 {
	width: 185px;
	height: 30px;
	background: url(../images/menu_header.jpg) left top repeat-x;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:14px;
	color:#616d7d;
	padding-left: 15px;
	line-height: 30px;
	margin: 0;
	font-weight: normal;
}
#mainNav ul {
	font-family: Lucida, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 14px;
	color:#616d7d;
	margin: 0;
	padding: 10px;
	list-style-type: none;
}
#mainNav ul li {
	padding-left: 10px;
}
#footer {
	clear: both;
	height: 55px;
	line-height: 55px;
	text-align: right;
	padding-right: 15px;
	background: url(../images/footer.jpg) bottom left no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #a0a9b4;
}
#languageBar {
	width: 550px;
	background: url(../images/header_bar_break.jpg) top left no-repeat;
	height: 30px;
	line-height: 30px;
	text-align: right;
	position: relative;
	left: -5px;
	list-style: none;
}
#languageBar img {
	display: inline;
	padding-top: 7px;
}
#languageBar li {
	display: inline;
}
h2 {
	font-family: "Century Gothic", Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	color:#0072ff;
	font-weight:bold;
	margin: 0;
	padding: 0;
	line-height: 40px;
}
#content h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#be1717;
	line-height: 25px;
	position: relative;
	margin: .5em 0;
	border-bottom: 1px solid #be1717;
	clear: both;
}

#content h4 {
	font-weight: bold; 
	font-size: 14px;
	margin: 1em 0 .5em 0;
}

#content table {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #666;
	margin-bottom: 20px;
}

#content table img {
	display: inline;
}

#content th,td {
	padding: 0.5em .5em;
}

#content caption {
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0;
}

#content col {
	border-left: 1px solid #ccc;
}

#content col.iconCol {
	width: 16px;
}	

#content col.buyCol, col.sellCol, col.attackCol {
	width: 20px;
	text-align: center;
	margin: auto;
}

#content thead {
	background: #ccc;
	border-top: 1px solid #a5a5a5;
	border-bottom: 1px solid #a5a5a5;
}

#content th {
	font-weight: bold;
}

#content tr {
	border-top: 1px solid #ccc;
}

#content tr:hover {
	background-color: #0072ff;
	color: #fff;
}

#content thead tr:hover {
	background-color: transparent;
	color: inherit;
}

#content thead tr .header {
	cursor: pointer;
}

#content thead tr .headerSortUp {
	background-image: url(../images/asc.gif);
	background-position: center right;
	background-repeat: no-repeat;
}
#content thead tr .headerSortDown {
	background-image: url(../images/desc.gif);
	background-position: center right;
	background-repeat: no-repeat;
}

#content thead tr .headerSortDown, #content thead tr .headerSortUp {
background-color: #bbb;
}

#content ul {
	list-style-type: circle;
	margin-left: 2em;
}

#content #navBits {
	list-style: none;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#aaa;
	letter-spacing:2px;
}

#content #navBits li {
	display: inline;
}

.venus_icon {
	padding-left: 16px;
	background: url(http://media.goldensun-syndicate.net/icon/misc/Venus_Star.gif) 5px no-repeat;
}
.mars_icon {
	padding-left: 16px;
	background: url(http://media.goldensun-syndicate.net/icon/misc/Mars_Star.gif) 5px no-repeat;
}
.jupiter_icon {
	padding-left: 16px;
	background: url(http://media.goldensun-syndicate.net/icon/misc/Jupiter_Star.gif) 5px no-repeat;
}
.mercury_icon {
	padding-left: 16px;
	background: url(http://media.goldensun-syndicate.net/icon/misc/Mercury_Star.gif) 5px no-repeat;
}

.gallery {
	text-align: center;
}

.gallery img {
	display: inline;
	margin: 5px;
}

#flashPlayer {
	text-align: center;
}

.screenshotLeft img {
	float: right;
	display: inline-block;
	margin-left: 8px;
}

.navBar {
	margin: auto;
	margin: 1em 0;
	text-align: center;
}

.navBar ul {
	border: 1px solid #aaa;
	padding: 10px;
}

.navBar li {
	display: inline;
	padding: 10px;
}

/** Page Specific **/
#content .equipTable th, .equipTable td {
	text-align: center;
}

#content .summonsTable col.djinnCol {
	width: 50px;
}

#content .sceneryTable col.imageCol {
	width: 50%;
	text-align: right;
}

#content .forgedTable col.forgedNameCol, col.statsCol, col.description {
	width: 30%;
}

#prologue #content img {
	margin: auto;
	padding: 10px;
}

#wallpapers .wallpaper {
	float: left;
	padding: 5px;
	text-align: center;
}

#wallpapers .wallpaper span a{
	padding: 0 10px;
}

#wallpapers, #codes, #powerupDetailed #content h3 {
	padding-top: 0.5em;
	clear: both;
}

#official_art #content img {
	margin: 10px;
	display: inline;
}

#screenshots #content img {
	display: inline;
}

#homepage #content #ds_infobox img {
	float: left;
}

#homepage #content #ds_infobox dl {
	margin: auto;
	padding-left: 220px;
	position: relative;
}

#homepage #content .newspost .title {
	color: #BE1717;
	font-weight: bold;
}

#homepage #content .newspost .date {
	font-weight: bold;
}

#homepage #content .newspost .headline {
	margin-bottom: 0;
}

#homepage #content .newspost .posted_by {
	font-weight: bold;
	font-size: 11px;
}

#homepage #content .newspost .comments {
	text-align: right;
	width: 100%;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
