﻿/*
-----------------------------------------------------
Wizards.com:  styles.css
Copyright (c) 2008 Wizards of the Coast
http: //www.wizards.com/
-----------------------------------------------------
*/

@import url("navigation.css");


/* Main content */
/* ----------------------------------------------- */

body, div, p, th, td, li, dd, input, select, textarea	{ /* Redundant selectors to help IE6 remember */
	font-family: Verdana, Sans-Serif;
}

#bannerGraphic {
	height: 70px;
	width: 1000px;
	position: relative;
	background-image: url("/Magic/Assets/banner_multiverse.jpg");
	z-index: 1;
}
#bannerGraphic h2#MagicLogo {
	position: absolute;
	top: 22px;
	left: 5px;
}
body {
	background: #000 url("/Magic/Assets/background_tile.jpg") top center repeat-x;
}
h1#WizardsLogo img {
	top: 9px;
	left: 15px;
	width: 57px;
}
h1#WizardsLogo img a {
	width: 57px;
}
#container { /* wraps around header, main content and footer */
	width: 1020px;
	position: relative;
	z-index: 2;
}
#glow { /* the glow area that can be repeated */
	float: left;
	background: transparent url("/Magic/Assets/background_glow_tile.gif") top center repeat-y;
}
#glowStatic { /* the top of the glow area that can not be repeated */
	padding: 0 10px;
	float: left;
	background: transparent url("/Magic/Assets/background_glow.gif") top center no-repeat;
}
#wrap { /* wraps around header, main content and footer (inside container) */
	background: #dcd9c8 url("/Magic/Assets/background_all.jpg") top center no-repeat;
}
#wrapper { /* wraps around center and right-hand columns only */
	float: right;
	width: 817px;
	margin: 0;
}
#adspaceRow {
	margin: 11px 12px 0 5px;
}
#adspaceRow p, #adspaceRow img, #adspaceRow div {
	width: 728px;
	height: 90px;
	margin: 0 auto;
	overflow: hidden; /* added because there appeared to be some overfloat that was covering content. */
	/* background: limegreen; */
}
#adspaceRow p iframe {
	padding:0px; 
	margin:0px; 
	width:728px; 
	height:90px; 
	overflow:hidden; 
	border:none; 
	background:transparent; 
}
#centerColumn {
	float: left;
	margin: 11px 12px 40px 5px;
	display: inline; /* fixes ie6 double margin bug */
	width: 800px;
}
#centerColumn a {
	text-decoration: none;
}
#centerColumn a:hover {
	text-decoration: underline;
}
#centerColumn #splash {
	width: 800px;
	height: 380px;
}
#centerColumn #slider {
	width: 800px;
	height: 150px;
	margin: 9px 0 14px;
}


/* Right column (sidebar) */
/* ----------------------------------------------- */

#rightColumn {
	float: right;
	width: 160px;
	margin-top: 11px;
}
#rightColumn .sideAd {
	height: 600px;
	/* background: limegreen; */
}

#rightColumn .sideAd iframe {
	padding:0px; 
	margin:0px; 
	width:160px; 
	height:600px; 
	overflow:hidden; 
	border:none; 
	background:transparent; 
}


/* Styles to create a Magic card */
/* ----------------------------------------------- */

.magic-card {
	width: 223px;
	height: 310px;
	padding: 3px;
}
.magic-card-rotated {
	width: 310px;
	height: 223px;
	padding: 3px;
}
.magic-card-wide {
	width: 446px;
	height: 310px;
	padding: 3px;
}
.magic-card-wide-rotated {
	width: 310px;
	height: 446px;
	padding: 3px;
}

.card-box {
	position: absolute;
	width: 705px;
	height: 325px;
	padding: 3px;
}
.card-box-rotated {
	position: absolute;
	width: 325px;
	height: 705px;
	padding: 3px;
}

.revealer {
	position: relative;
	overflow: hidden;
	width: 235px;
	height: 316px;
}
.revealer-rotated {
	position: relative;
	overflow: hidden;
	width: 316px;
	height: 235px;
}
.revealer-wide {
	position: relative;
	overflow: hidden;
	width: 464px;
	height: 316px;
}
.revealer-wide-rotated {
	position: relative;
	overflow: hidden;
	width: 316px;
	height: 470px;
}

.shiftleft {
	left: -229px;
}
.shiftup {
	top: -233px;
}

.magic-card-black {
	background: transparent url("/Magic/Assets/card-border-black.jpg") no-repeat;
}
.magic-card-silver {
	background: transparent url("/Magic/Assets/card-border-silver.jpg") no-repeat;
}
.magic-card-white {
	background: transparent url("/Magic/Assets/card-border-white.jpg") no-repeat;
}
.magic-card-right {
	float: right;
	margin: 0 0 0 0.5em;
}
.magic-card-center {
	margin: 0 auto;
}
.magic-card-left {
	float: left;
	margin: 0 0.5em 0 0;
}
.magic-card .card-art {
	width: 200px;
	height: 285px;
	overflow: hidden;
}

.addbutton { width: 130px; }

.cardImageHover {
	display:inline;
	/*width:175px; 
	height:243px;*/
}

a.nodec { color: #990000; }
.cardgroup a.nodec { color: blue; }



.cotd .magic-card
{
width: 82px; height: 105px; padding-right: 5px;
}
.cotd .magic-card.magic-card-center
{
background-image: none;
float: left;
margin: 0; padding: 0;
}
.cotd .magic-card .card-art
{
width: 77px; height: 105px;
}
.cotd .magic-card .card-art img
{
width: 72px; height: 100px;
}
.cotd { min-height: 110px; padding: 5px; vertical-align: top; }
.cotd h4  { margin-left: 0; width: 200px; }
.right { margin-left: 200px; }



/* Store Locator Widget */
/* ----------------------------------------------- */

#miniloc_wrapper
{
    left: 452px;
    position: absolute;
    top: 415px;
    width: 291px;
}
#miniloc_wrapper #miniloc_text
{
    color: black;
    font-style: normal;
    position: absolute;
    left: 77px;
    top: 6px;
    height: 18px;
    width: 135px;
    background: transparent url('/mtg/images/daily/features/StoreLocatorButton_InputField.jpg') repeat scroll 0 0;
    border: 0px;
    padding-left: 5px;
}
#miniloc_wrapper .button
{
    position: absolute;
    left: 229px;
    cursor: pointer;
}
#FooterBannerCMD
{
    width: 620px;
    position: relative;
}

 

.cost-nospace img
{
        margin-right: -4px;
}


/*---------------- Social bar--------------------------*/

.socialbar
{
    float: left;
    width: 100%;
    height: 29px;
}

.socialnetwork
{
    float: left;  
    margin-top: 5px;
}


/*------------------- Artcaption Autocard link --------------*/
.artCaptionCard .nodec 
{            
	color:#686868;
}
.artCaptionCard .nodec:hover
{
    color:#000;
}

.artcaptionArtist 
{
	color:#686868;
}


.artcaptionArtist:hover 
{
	color:#000;
}

/*----------------- Twitter Page Styles --------------*/
.twitter-content
{
    width:800px; 
    margin-top:-5px; 
    padding-top:10px; 
    background-image:url('/Magic/Assets/box-border-800.gif');
    background-repeat:repeat;
}

.twitter-bottom
{
    float:left; 
    height:6px; 
    width:100%; 
    background:url('/Magic/Assets/box-bottom-800.gif');
}

.twitter-header
{
    font-family:Calibri; 
    font-size:28pt; 
    position:relative; 
    left:100px; 
    width:600px; 
    line-height:30px;
}

.twitter-fbimage
{
    position:relative; 
    left:497px;
}

a.twitterlink
{
    font-family:Calibri;
    font-size:16pt;
    color: #33CCFF;
}
a.twitterlink:link
{
    text-decoration: none;
}
a.twitterlink:hover
{
    color: #006699;
    text-decoration: none;
}
a.fblink
{
    font-family:Calibri;
    font-size:16pt;
    color: #999999;    
    text-decoration:none;
}
a.fblink:hover
{
    color:#333333;
}

.twitterbox
{
    background:#ffffff; 
    background-image:url('/Magic/Magazine/Images/twitter_content_box.png'); 
    background-repeat:no-repeat; 
    width:652px; 
    height:182px; 
    position:relative; 
    margin-left:auto;
    margin-right:auto;
    padding: 0px 0px 20px 0px;
}

.twittericon
{
    background-image:url('/Magic/Magazine/Images/Icon_Frame.png'); 
    background-repeat:no-repeat; 
    width:81px; 
    height:81px; 
    position:relative; 
    left:20px; 
    top:20px; 
    padding:4px; 
    float:left;
}

.twitterinfo
{
    position:absolute; 
    left:120px; 
    top:20px; 
    width:510px;
}

.twitterUserName
{
    font-family:Calibri; 
    font-size:16pt; 
}

.twitterAccountName
{
    font-family:calibri; 
    font-size:16pt; 
    color:#999999;
}

.twitterDescription
{
    font-family:Calibri; 
    font-size:14pt;
}

.twitterOnFacebook
{
    position:absolute; 
    top:135px; 
    right:2px; 
    float:right; 
    font-family:Calibri; 
    font-size:16px; 
    color:#999999;
}

.socialimage
{
    display:none;
    width:88px;
}