﻿/*
-----------------------------------------------------
Wizards.com:  events.css
Copyright (c) 2008 Wizards of the Coast
http: //www.wizards.com/
-----------------------------------------------------
*/

@import url("styles.css");
@import url("/Assets/boxes.css");
@import url("/Assets/slider.css");


/* Main content */
/* ----------------------------------------------- */

#centerColumn {
	width: 640px;
}
#centerColumn #content {
	width: 640px;
	margin-bottom: 20px;
	overflow: hidden;
}
#centerColumn #content ul {
	list-style-type: disc;
	margin: 0 0 0 1.5em;
}
#centerColumn #content li {
	color: #600;
}
#centerColumn #content a {
	color: #600;
	text-decoration: none;
}
#centerColumn #content a:hover {
	text-decoration: underline;
}


/* Modifications for specific boxes */
/* ----------------------------------------------- */

/* Big Box */
#big-box {
	background: transparent url('/Magic/Magazine/Images/headline_frame.gif') no-repeat;
	width: 628px;
	height: 255px;
	padding: 6px;
	overflow: hidden;
	position: relative;
}
#big-box .headerImage
{
	position: absolute; top: 2px; left: 2px;
}
#big-box h3 {
	font-size: 1.583em;
	line-height: 1.2;
	margin: 0.316em 0;
	font-weight: bold;
	padding: 28px 0 0 6px;
}
#big-box h4.byline {
	line-height: 1.2;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 0.5em;
	padding: 0 0 0 6px;
}
#big-box p {
	padding: 0 0 0 6px;
	line-height: 1.2;
}
#big-box ul.more {
	padding-left: 10px;
}
#big-box .blurbRight {
	float: right;
	width: 324px;
	height: 243px;
	padding: 6px;
	text-align: right;
}

/* Small Box */


/* Slider */
/* ----------------------------------------------- */

.slider {
	float: left;
	margin-top: 12px;
	background: transparent url("Images/slider_background.gif") no-repeat;
	width: 640px;
}
.slider #rightWrap {
	width: 601px;
}
.slider #sliderContainer {
	width: 565px;
}
.slider .sliderItemsWindow .item 
{
	width: 190px;
}
.slider .leftNav {
	background: transparent url("Images/slider_button_left.gif") center no-repeat;
}
.slider .rightNav {
	background: transparent url("Images/slider_button_right.gif") center no-repeat;
}

/* Ticker */
/* ----------------------------------------------- */

/*
#ticker {
	width: 620px;
	height: 39px;
	overflow: hidden;
	padding: 0 10px;
	margin-top: 10px;
	background: transparent url("Images/ticker_frame.gif") no-repeat;
}
#ticker p {
	line-height: 39px;
}
*/


/* Modifications for specific boxes */
/* ----------------------------------------------- */

/* Event Videos */
#event-videos {
	margin-top: 10px;
	width: 299px;
}
#event-videos .center-content {
	padding: 4px 4px 4px 0;
	height: 237px;
	overflow: hidden;
}
#event-videos .center-content img {
	display: block;
	width: 244px;
	margin: 0 auto;
}
#event-videos .center-content p {
	width: 295px;
	text-align: center;
}
#centerColumn #content #event-videos .center-content a {
	color: #000;
	font-weight: bold;
}

/* Pro Tour Webcasts */
#pro-tour-webcasts {
	float: right;
	margin: 10px 10px 0 17px;
	display: inline; /* fixes ie6 double-margin bug */
	width: 314px;
}
#pro-tour-webcasts .center-content {
	padding: 4px 4px 4px 0;
	height: 103px;
	overflow: hidden;
}

/* Deck Lists */
#deck-lists {
	float: right;
	margin: 10px 10px 0 17px;
	display: inline; /* fixes ie6 double-margin bug */
	width: 314px;
}
#deck-lists .center-content {
	padding: 4px 4px 4px 0;
	height: 93px;
	overflow: hidden;
}
#deck-lists .center-content p {
	font-size: 0.833em;
	width: 204px;
}

/* Pro Tour Hall of Fame */
#hall-of-fame {
	margin-top: 14px;
	width: 299px;
}
#hall-of-fame .center-content {
	padding: 4px 4px 4px 0;
	height: 93px;
	overflow: hidden;
}
#hall-of-fame .center-content p {
	font-size: 0.833em;
	width: 189px;
}

/* Podcasts */
#podcasts {
	float: right;
	margin: 14px 10px 0 17px;
	display: inline; /* fixes ie6 double-margin bug */
	width: 314px;
}
#podcasts .center-content {
	padding: 4px 4px 4px 0;
	height: 93px;
	overflow: hidden;
}
#podcasts .center-content p {
	font-size: 0.833em;
	width: 204px;
}