/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #333333 url(images/img01.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

h1, h2, h3 {
	margin-top: 0;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

ul {
	list-style-image: url(images/img07.gif);
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* Header */

#logo {
	width: 1050px;
	height: 65px;
	margin: 0 auto;
}

#logo h1, #logo p {
	margin: 0;
	color: #FFFFFF;
}

#logo h1 {
	float: left;
	padding-top: 30px;
}

#logo p {
	float: right;
	padding-top: 39px;
	font-size: 1.2em;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 1078px;
	height: 45px;
	margin: 0 auto;
	background: #F6F6F6 url(images/img02.gif) no-repeat;
}

#menu ul {
	margin: 0;
	padding: 5px 0 0 14px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 29px;
	padding: 11px 30px 0 30px;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}

#menu a:hover {
	text-decoration: underline;
	color: #000000;
}

#menu .current_page_item a {
	background: url(images/img06.gif) repeat-x;
}

/* Page */

#page {
	width: 1078px;
	margin: 0 auto;
	background: #FFFFFF url(images/img05.gif) repeat-y;
}

#page-bg {
	padding: 11px 24px;
	background: url(images/img03.jpg) no-repeat;
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px solid #E7E7E7;
}

/* Content */

#content 
{
   float:left;
	width: 420px;
	padding: 20px 0 0 20px;
}

.post {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #E7E7E7;
}

.title {
	margin: 0;
}

.title a {
	text-decoration: none;
}

.title a:hover {
	border-bottom: 1px dotted #999999;
}

.byline {
	margin: 0 0 20px 0;
}

.entry {
}

.links {
	padding-top: 10px;
	text-align: right;
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 230px;
	padding-right: 20px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#sidebar li li {
	padding: 5px 20px 5px 35px;
	background: url(images/img07.gif) no-repeat 20px 50%;
	border-bottom: 1px solid #F3F3F3;
}

#sidebar h2 {
	margin: 0;
	padding: 24px 0 3px 20px;
	border-bottom: 1px solid #E7E7E7;
	letter-spacing: -1px;
	font-size: 1.2em;
	font-weight: bold;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	width: 1050px;
	margin: 0 auto;
	padding: 20px 0;
	background: url(images/img08.gif) no-repeat;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: smaller;
	color: #666666;
}

#footer a {
	color: #666666;
}

/* Card Details Box */
#CardDetails
{
   width: 700px;
   padding: 5px 5px 5px 5px;
}

#CardDetails #CardImage
{
   position: relative;
   clear: none;
   float: left;
   width: 30%;
   padding-top: 5px;
   margin-top: 39px;
   border-top-style: solid;
   border-top-color: #A2C445;
   border-top-width: 7px;
}
#CardDetails #CardProperties
{
   position: relative;
   clear: none;
   float: right;
   width: 70%;
}

#CardDetails .CardName
{
   font-family: Georgia;
   font-size: 16pt;
   font-weight: bold;
   color: Black;
}

#CardDetails .CardCategory
{
   font-family: Arial;
   font-size: 12pt;
   font-weight: bold;
   color: #AA8F1E;
}

#CardDetails .CardStats
{
   font-family: Arial;
   font-size: 10pt;
   font-style: italic;
   color: Gray;
}

#CardDetails .CardText
{
   font-family: Verdana;
   font-size: 10pt;
   color: Black;
}

#CardDetails .CardSource
{
   font-family: "Trebuchet MS";
   font-size: 12pt;
   color: Black;
}

#CardDetails .CardTag
{
   font-family: "Trebuchet MS";
   font-size: 12pt;
   color: Black;
}

#CardDetails .CardRuling
{
   font-family: Verdana;
   font-size: 10pt;
   color: Black;
}

#CardDetails .CardRulingAlternate
{
   font-family: Verdana;
   font-size: 10pt;
   background-color: Silver;
   color: Black;
}

#CardDetails .CrossRefRuling
{
   font-weight: bold;
   color: Navy;
}

/* Name Search */
.SearchBox
{
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size: 14pt;
   width: 300px;
}

.SearchDropDown
{
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size: 14pt;
}

.SearchButton
{
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size: 14pt;
}

.AdvancedSearchButton
{
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size: 12pt;
}

.SearchWatermark 
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: Silver;
	font-size: 14pt;
	width: 300px;
}

.AutoCompleteBackground
{
   text-align: left;
   background-color: #7DC40D;
   color: Black;
   z-index: 1000;
   list-style-type : none;
   position: relative;
   top: -20px;
}

.AutoCompleteListItem
{
   text-align: left;
   list-style-type: none;
}

.AutoCompleteListItemHilight
{
   list-style-type : none;
   color: Black;
   font-weight: bold;
   cursor: pointer;
}

/* Search Sidebar */
.AccordionHeader
{
   text-align: center;
   cursor: pointer;
   color: Black;
}

.AccordionContent
{
   color: Black;
   border-top: solid 2px Black;
   background-color: #F0F0F0;
}

.SidebarTextBox
{
   width: 200px;
}

.SidebarDropDown
{
   width: 200px;
}

/* Search Result Icons */
.NormalMonsterIcon
{
   border: solid 1px Black;
   background-color: #AA8F1E;
   margin-right: 5px;
   cursor: pointer;
}

.EffectMonsterIcon
{
   border: solid 1px Black;
   background-color: Orange;
   margin-right: 5px;
   cursor: pointer;
}

.FusionMonsterIcon
{
   border: solid 1px Black;
   background-color: Purple;
   margin-right: 5px;
   cursor: pointer;
}

.RitualMonsterIcon
{
   border: solid 1px Black;
   background-color: Blue;
   margin-right: 5px;
   cursor: pointer;
}

.SynchroMonsterIcon
{
   border: solid 1px Black;
   background-color: White;
   margin-right: 5px;
   cursor: pointer;
}

.SpellIcon
{
   border: solid 1px Black;   
   background-color: Green;
   margin-right: 5px;
   margin-right: 5px;
   cursor: pointer;
}

.TrapIcon
{
   border: solid 1px Black;
   background-color: Purple;
   margin-right: 5px;
   cursor: pointer;
}


/* Tab Container */
.fancy .ajax__tab_header 
{
	font-size:13px;
	font-weight:bold;
	color:#000;
   font-family:sans-serif;
   background:url(Images/green_bg.gif) repeat-x;
}
.fancy .ajax__tab_active .ajax__tab_outer,
.fancy .ajax__tab_header .ajax__tab_outer,
.fancy .ajax__tab_hover .ajax__tab_outer
{
    height:46px;
    background:url(Images/green_left.gif) no-repeat left top;
}
.fancy .ajax__tab_active .ajax__tab_inner,
.fancy .ajax__tab_header .ajax__tab_inner,
.fancy .ajax__tab_hover .ajax__tab_inner
{
    height:46px;
    margin-left:16px; /* offset the width of the left image */
    background:url(Images/green_right.gif) no-repeat right top;
}
.fancy .ajax__tab_active .ajax__tab_tab,
.fancy .ajax__tab_hover .ajax__tab_tab,
.fancy .ajax__tab_header .ajax__tab_tab
{
	margin:16px 16px 0px 0px;
}
.fancy .ajax__tab_hover .ajax__tab_tab,
.fancy .ajax__tab_active .ajax__tab_tab 
{
	color:#fff;
}
.fancy .ajax__tab_body 
{
    font-family:verdana,tahoma,helvetica;
    font-size:10pt;
    /*border:1px solid #999999;
    border-top:0;*/
    padding:8px;
    /*background-color:#000000;*/
    color: #FFFFFF;
}

/* Progress Bars */
.TransparentGrayBackground 
{
	position: absolute;
	top: 35px;
	left: 0;
	
	background-color: #7DC40D;
	filter:alpha(opacity=70);
	opacity:0.7;
	
	height: 300px;
	width: 100%;
	min-height: 100%;
	min-width: 100%	
}

.PageUpdateProgress
{
	background-color: #7DC40D;
	color: #000000;
	width: 150px;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	left: 35%;
	top: 100px;
}

/* General Formatting */
.align-center
{
   text-align: center;
}

.align-center table
{
   margin-left:auto; 
   margin-right:auto;
   text-align: left;   
}

.MiniText
{
   font-family: Arial;
   font-size: 8pt;
}

.visibility-hidden
{
   visibility: hidden;
}

.visibility-visible
{
   visibility: visible;
}
.SearchCategoryIndent
{
   margin-left: 20px;
}