#main {
    font-family: Lucida Grande, Lucida Sans Unicode, Arial, sans-serif;
    line-height: 1.6em;
}

#mainspan 
{
	background-repeat: repeat-y;
    padding-bottom: 6px;
    background-image: url('images/index/background_top.jpg');
	background-repeat: repeat;
    height: 16px;
    border-bottom: 1px solid black;

}

#splash 
{
	width:984px;
	margin-left: auto;
	margin-right: auto;
    margin-bottom: 0px;
    padding-bottom: 0px;
	height: 480px;
    background: transparent;
	border: none;
}

#basicjump {
    margin: 32px;
    display: block;
}

#mediaspace {
    margin-left: auto;
    margin-right: auto;
    float:right;
    padding: 16px;
    padding-left: 32px;
}

#rotatorBase {
    position: relative;
    left: 0px;
    top: 0px;
    display: block;
    width: 984px;
    height: 480px;
    background: transparent;
}

#rotatorBase div {
    position: absolute;
    left: 0px;
    top: 0px;
    display: none;
    float: left;
    width: 984px;
    height: 480px;
    z-index: 1;
    overflow: visible;
    border-radius: 15px 15px 0px 0px;
}

#rotatorBase div.first {
    display:block;
}

#rotatorDots {
    display: table;
    position: relative;
    top: -32px;
    margin-left: auto;
    margin-right: auto;
    z-index: 10;
    color: white;
}

#rotatorDots a {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius:7px;
	box-shadow: 2px 2px 8px rgba(0,0,0,0.99); 
    
    margin-left: 4px;
    margin-right: 4px;
    float: left;
    color: white;
    border: 2px solid #000000;
    background-color: #443434;
}

#rotatorDots .active {
    background-color: #4C0101;
}
#rotatorDots a:hover {
    background-color: #8A7777;
    border-style: inset;
}


a.brandnew {
    display: block;
    position: relative;
    left: -74px;
    top: 80px;
    -webkit-transform: rotate(-8deg); 
    -moz-transform: rotate(-8deg);
    line-height: 0.8em;
    font-size: 5.3em;
    text-align: center;
	text-shadow: 2px 2px 3px rgba(255,190,128, 1.0), 0px 0px 32px rgba(0,0,0, 0.8);
    z-index: 10;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-transform: lowercase;
    font-variant: small-caps;
    font-family: Calibri, Arial, Sans-Serif;
    color: #FFFFEE;
}

#splash1list {
    font-size: 1.6em;
    color: #FFFFEE;
    float: right;
    margin-top: 120px;
    margin-right: 1em;
	text-shadow: 2px 2px 3px rgba(255,190,128, 1.0), 0px 0px 32px rgba(0,0,0, 0.8);
    list-style-image: url('images/index/bullet.png');
    font-style: italic;
    width: 30%;
}

a.brandnew:hover {
    text-decoration: none;
}


.splashentry 
{
	margin-top: 16px;
	margin-right: 16px;
	padding: 0 0 0 0;
    border-radius: 24px;
	box-shadow: 0px 0px 32px rgba(255,255,255, 0.99); 
	opacity: 0.8;
}

.splashentry:hover 
{
	opacity: 1;
}


#whatis
{  
	background-color: transparent;
    background-image: url('images/index/white_fade.png');
	display: block;
	width:984px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 0px 0px;
	color: White;
	padding-bottom: 0px;
    border-top: solid 1px black;
    text-align: justify;
}

hr {
    margin: 2em auto;
}

#blurb {
    color: black;
}
#blurb h1 {
    font-size: 5em;
    text-align: center;
    text-transform: uppercase;
    font-variant: small-caps;
	text-shadow: 2px 2px 16px rgba(1,1,1, 0.9);	
    margin-top: 0px;
    line-height: 0.75em;
    letter-spacing: .25em;
    color: white;
}
#blurb h2 {
    text-align: center;
    font-size: 3em;
    line-height: 0.75em;
}

#blurb h3 {
    font-size: 16pt;
    text-transform: none;
    text-align: center;
    font-variant: normal;
}

#blurbtext {
    margin-top: 2em;
    margin-left: 4em;
    margin-right: 2em;
}

#toptagline 
{
	text-transform: none;
	font-variant: normal;
	text-align: left;
	color: black;
	text-shadow: 2px 2px 3px rgba(44,44,44, 0.7);	
	margin-bottom: 0px;
	float: left;
}

#toptagline .drop 
{
	color: White;
	font-variant: small-caps;
	line-height: 1.0em;
	font-size: 1.4em;
	font-style: italic;
}

#whatis p 
{
	font-size: 1.3em;
}


#randomtest 
{
	margin: 8px;
	margin-left: 0;
	margin-right: 0;
	padding: 10px;
	font-family: Comic Sans MS;
	font-weight: bold;
	clear: none;
	text-align: center;
	font-size: 1.3em;
	text-shadow: 2px 2px 5px rgba(32,32,32, 0.4);
    border: none;
}

#randomtest p 
{
	margin: 0;
	padding: 0;
}

#randomtest a, #randomtest a:visited, #randomtest a:link {
    color: black;
    text-decoration: none;
}

#randomtest a:hover {
    color: #3f1f1f;
}

#randomtest p.author 
{
	margin: 0;
	padding: 0;
	font-style: italic;
	float: right;
	color: #3f3f3f;
}

#newest 
{
}

div.news 
{
    background-image: url('images/index/white_fade2.png');
    background-repeat: no-repeat;
    border: none;
    padding: 16px;
    margin-left: auto;
    margin-right:auto;
    margin-top: 0px;
    margin-bottom: -30px;
    line-height: 1.5em;
    /* min-height: 500px; */
    text-align: center;
}

h1.news 
{
	font-size: 4em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 0.5em;
}

.news_entry 
{
	display: block;
	padding: 0px;
	font-size: 1.6em;
	text-align: left;	
	margin-bottom: 16px;
	background-color: rgba(244,244,244, 0.75);
	border-radius: 7px;
}

.news_timestamp 
{
	float:right;
	font-size: 0.6em;
	font-style: italic;
    padding-right: 16px;
}

.news_header:link, .news_header:visited
{
	font-variant: small-caps;
	font-weight: bold;
	line-height: 1em;
    margin: 0;
	color: white;
	text-shadow: 2px 2px 3px rgba(44,44,44, 0.7);   
    background: -moz-linear-gradient(top,  rgba(221,221,221,0.65) 0%, rgba(127,127,127,0.65) 67%, rgba(81,81,81,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(221,221,221,0.65)), color-stop(67%,rgba(127,127,127,0.65)), color-stop(100%,rgba(81,81,81,0)));
    background: -webkit-linear-gradient(top,  rgba(221,221,221,0.65) 0%,rgba(127,127,127,0.65) 67%,rgba(81,81,81,0) 100%);
    background: -o-linear-gradient(top,  rgba(221,221,221,0.65) 0%,rgba(127,127,127,0.65) 67%,rgba(81,81,81,0) 100%);
    background: -ms-linear-gradient(top,  rgba(221,221,221,0.65) 0%,rgba(127,127,127,0.65) 67%,rgba(81,81,81,0) 100%);
    background: linear-gradient(to bottom,  rgba(221,221,221,0.65) 0%,rgba(127,127,127,0.65) 67%,rgba(81,81,81,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6dddddd', endColorstr='#00515151',GradientType=0 );
    border-radius: 7px 7px 0px 0px;
	display: block;
	padding: 8px;
	padding-bottom: 16px;
	text-align: center;
}

.news_body 
{
	font-size: 14px;
	padding: 2em;
    min-height: 5em;
}

div.news hr 
{
	width: 80%;
	height: 3px;
	color: rgba(0,0,0, 0.5);
	
}

.jumpholder {
    margin-top: 32px;
    margin-left: 4em;
    margin-right: 2em;
}

.jumpleft {
    clear: both;
    float: left;
    margin: 0 0 0 0;
	padding: 0 1em 0 0;
}

.jumparticle {
    border: 1px solid black;
    border-radius: 0px 15px 15px 0px;
    font-size: 15px;
    font-weight: normal;
	min-height: 160px;
    margin: 0 0;
    margin-top: 2em;
    margin-bottom: 2em;
	padding: 0;
    padding-right: 4em;
	text-align: left;
	line-height: 1.3em;
    color: black;
    background: #F7E9C7;
	background: -moz-linear-gradient(10% 90% 90deg, rgba(241, 206, 140, 0.75 ), rgba(247,233,199, 1));
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(247,233,199, 1)), color-stop(100%, rgba(241, 206, 140, 0.75 ) ));
}

.jumparticle h2 {
    padding-top: 0.5em;
    font-size: 1.6em;
    text-align: center;
    margin-bottom: 0em;
}

.jumparticle h3 {
    padding-top: 0.5em;
    font-size: 1.3em;
    text-align: center;
}

.jumparticle p {
    margin-top: 1.2em;
    padding-left: 16em;
}

.jumparticle a.button {
    display: block;
    margin-left: auto;
    margin-right: 0px;
    width: 400px;
}

#wm23 {
	height: 259px;   
}

#emailsignup {
    background-color: rgba(242, 240, 235, 0.75);
}

#mc_embed_signup input {
	border: solid 1px white;
	background-color: #444444;
	color: White;
	border-radius: 4px;
}

#mc_embed_signup input.button {
    color: black;
    font-family: Georgia, sans-serif;
    font-weight: bold;
    font-size: 16px;
    text-align: center;   
	-webkit-border-radius: 5px;    
    border-radius: 5px;
    
	box-shadow: 2px 2px 2px rgba(0,0,0, 0.25);
    border: outset 1px gray;
    background: #F7E9C7;
	background-image: -moz-linear-gradient(10% 90% 90deg, #F1CE8C, #F7E9C7);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F7E9C7), color-stop(100%, #F1CE8C));    
}


#mc_embed_signup input.button:hover {
    text-decoration: none;
    background: #F4F1B5;
	background-image: -moz-linear-gradient(10% 90% 90deg, #F1CE8C, #F7F9B7);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F7F9B7), color-stop(100%, #F1CE8C));
}


.test {
    background-color: #ffff00;  
}

.download {
    background-color: green;   
}

.latest {
    background-color: blue;
}
