@charset "utf-8";

/* dev
div {border:1px solid lime;} 
*/

/* reset */
*    {margin: 0;padding: 0;border: none;}
body {background:#000;}




/* structure */
#container 		{position:relative;width:8000px;height:500px;}

.box 			{position:relative;height:480px;width:360px;display:block;float:left;margin:10px 10px;}

.crossh01		{position:absolute;height:110px;width:110px;background:white;left:120px; padding:10px 0 0 10px;}
.crossh02		{position:absolute;height:105px;width:350px;background:white;top:120px; padding:15px 0 0 10px;}
.crossh03		{position:absolute;height:235px;width:115px;background:white;left:120px;top:240px; padding:5px 0 0 5px;}



/* cross specials */

.anim {background: url('./img/cross.gif');}
.vid embed {margin-bottom:10px;}


.crossh02 object		{margin:5px 0 0 0; }

#slide { overflow-y: hidden; display: block;}

.guidelines .crossh02	ul	{font-size: 10px; list-style: none; line-height: 0.9;}


.countdown .crossh02 {padding-top:5px; height:115px;}
.countdown_amount {color:#f09;}
/* typography */

body {font: 12px/1 Helvetica,"Trebuchet MS",Arial,Verdana,sans-serif;color:#000; text-transform: uppercase; }


.crossh02		{font-size:35px; line-height: .8; font-weight: bolder; overflow: hidden;}
.crossh02 p.sub {font-size:12px; line-height: .8; color:#f09; }

.crossh02 span.cou		{color:black; }
.crossh02 span.pre		{font-size:12px; line-height:1.2;margin:0;   color:#f09; }
.crossh02 p.mys			{font-size:10px; font-weight: bold;margin-top: 45px; }
.crossh03 p, .crossh03 ul	{font-weight: bold; }
.crossh03 p.bio			{font-size:10px;}

 a,  a:link,  a:visited  {color: #f09;font-weight:bold;text-decoration: none;}
 a:hover,  a:visited:hover {color: #000;text-decoration:underline;}
