/*
CSS-Tricks Example
by Chris Coyier
http://css-tricks.com
*/
A, A IMG
{
	border: 0;
	text-decoration: none;
	outline: 0;
}
#page-wrap
{
	width: 960px;
	padding: 0px;
	margin: 95px auto;
	position: relative;
}
.anythingslide
{
	background: transparent url(../images/shadow.png) no-repeat;
	z-index: 1000;
}
#col1
{
	width: 49%;
	float: left;
	margin: 0 0 20px;
}
#col2
{
	width: 49%;
	float: right;
}
H1
{
	font: bold 60px Helvetica, Sans-Serif;
	letter-spacing: -2px;
	margin: 20px 0;
	text-align: center;
}
H2
{
	font: bold 30px Helvetica, Sans-Serif;
	letter-spacing: -1px;
	margin: 0 0 10px;
}
H3
{
	font: 16px Georgia, Serif;
	margin: 0 0 10px;
}
H5
{
	font: 15px Georgia, Serif;
	text-align: center;
}
PRE
{
	font: 13px/1.8 Monaco, MonoSpace;
	margin: 0 0 15px;
}
#dl
{
	position: absolute;
	top: 10px;
	right: 0;
	background: #000000;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 3px 6px;
}
#dl:hover
{
	background: #666;
}
/*
This stuff is for the TitleBlock Plugin
*/
.image
{
	position: relative;
	margin-bottom: 20px;
	width: 100%;
}
.image H2
{
	position: absolute;
	top: 220px;
	left: 0;
	width: 100%;
}
.image H2 SPAN
{
	color: #FFFFFF;
	font: bold 30px/40px Helvetica, Sans-Serif;
	letter-spacing: -1px;
	background: rgb(0, 0, 0);
	background: url(rgba(0,) url(0.7) 0 0;
	padding: 6px 8px;
}
.image H2 SPAN.spacer
{
	padding: 0 2px;
	background: none;
}
/*
For Specific Slides
*/
#textSlide
{
	padding: 10px 30px;
}
#textSlide H3
{
	font: 20px Georgia, Serif;
}
#textSlide H4
{
	text-transform: uppercase;
	font: 15px Georgia, Serif;
	margin: 10px 0;
}
#textSlide UL
{
	list-style: disc;
	margin: 0 0 0 25px;
}
#textSlide UL LI
{
	display: list-item;
}
#quoteSlide
{
	padding: 30px;
}
#quoteSlide BLOCKQUOTE
{
	font: italic 24px/1.5 Georgia, Serif;
	text-align: center;
	color: #444;
	margin: 0 0 10px;
}
#quoteSlide P
{
	text-align: center;
}
