﻿/*
-----------------------------------------------------
Wizards.com:  colors.css
Copyright (c) 2008 Wizards of the Coast
http: //www.wizards.com/
-----------------------------------------------------
*/

@import url("styles.css");
@import url("colors_slider.css");

/* Main content */
/* ----------------------------------------------- */

#centerColumn {
	position: relative;
}
#centerColumn .content {
	float: left;
	min-height: 100px;
	height: auto !important;
	height: 100px;
	padding: 600px 110px 0;
	width: 580px;
	color: #fff;
	background-repeat: no-repeat;
	background-color: #000;
}
#centerColumn .content h3 {
	font-size: 1.5em;
	margin: 1em auto;
	font-weight: bold;
	color: #fff;
}
#centerColumn .content p {
	color: #fff;
	font-size: 1.083em;
}
#centerColumn .content ul {
	list-style-type: disc;
	margin: 0 0 0.5em 1.5em;
	color: #fff;
}
#centerColumn .content ul li {
	color: #fff;
	font-size: 1.083em;
}
#centerColumn .content ul li a {
	color: #6ff;
	text-decoration: none;
}
#centerColumn .content ul li a:hover {
	text-decoration: underline;
}
#centerColumn .content table,
#centerColumn .content td {
	color: #fff;
}

#centerColumn .home {
	min-height: 300px;
	height: auto !important;
	height: 300px;
	padding-top: 500px;
}


/* The Five Colors background links */
/* ----------------------------------------------- */

#centerColumn ul.fivecolorslinks {
	list-style-type: none;
	position: absolute;
	top: 100px;
	left: 0;
	margin: 0 0 0 78px;
	display: inline; /* fixes ie6 double margin bug */
	width: 650px;
}
#centerColumn ul.fivecolorslinks li a {
	display: block;
	float: left;
	width: 130px;
	height: 360px;
}


/* Footer (Related Content links) */
/* ----------------------------------------------- */

#centerColumn .content .footer {
	clear: both;
	width: 416px;
	margin: 0 auto;
}