/* Mike Riddle Style Sheet
 * 
 * Created by Vanessa Chung
 * vanessa.chung@iomer.com
 * June 19, 2007
 *
 */

/* GLOBAL STYLES ----------------------------------------------------------*/

html
{
    height: 100%;
}

body 
{
	background-image: url(../images/wallpaper.jpg);
	background-repeat: repeat;
	margin: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #FFFFFF;
	height: 100%;
}

.clear
{
	clear: both;
}

/* Body styles */

#MRframe
{
    width: 100%;
    height: 100%;
    margin-top: 40px;
}

#container
{
	width: 895px;
	text-align: left;
	margin: 0 auto;
	padding-top: 20px;
}

/* Text styles */

h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: normal;
	color: #a2bd00;
}

h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	text-transform: uppercase;
	color: #efc006;
}

h3
{
	font-size: 1.2em;
	color: #9e9e9e;
	font-style: italic;
	font-weight: normal;
}

a, a:link, a:visited
{
	color: #d17100;
}

a:hover
{
	text-decoration: none;
}

/* MUSIC PLAYER -----------------------------------------------------------*/

#flashPlayer
{
	width: 250px;
	position: absolute;
	top: 10px;
	right: 0px;
}

/* HEADER -----------------------------------------------------------------*/

#header
{
	background: url(../images/home_bkgd.gif) no-repeat top;
	width: 895px;
	height: 546px;
	position: relative;
}

#header_sub
{
	background: url(../images/home_bkgd.gif) no-repeat top;
	width: 895px;
	height: 347px;
	position: relative;
}

#placeholder
{
	width: 90px;
	height: 90px;
	position: absolute;
	top: 100px;
	left: 85px;
}

/* Navigation */

#navbar
{
	position: absolute;
	top: 63px;
	left: 70px;
}

#nav
{
	margin: 0;
	padding: 0;
	height: 17px;
	list-style: none;
	display: inline;
	overflow: hidden;
}

#nav li
{
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

#nav a
{
	float: left;
	padding: 17px 10px 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:17px; /* for IE5 */
}

#nav a:hover, #nav a.selected
{
	background-position: 0 -17px;
}

#home a
{
	width: 34px;
	background: url(../images/nav_home.gif) no-repeat top left;
}

#about a
{
	width: 37px;
	background: url(../images/nav_about.gif) no-repeat top left;
}

#calendar a
{
	width: 55px;
	background: url(../images/nav_calendar.gif) no-repeat top left;
}

#results a
{
	width: 47px;
	background: url(../images/nav_results.gif) no-repeat top left;
}

#media a
{
	width: 38px;
	background: url(../images/nav_media.gif) no-repeat top left;
}

#contact
{
	position: absolute;
	top: 55px;
	right: 70px;
}

#inTouch a
{
	float: left;
	padding: 17px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:17px; /* for IE5 */width: 78px;
	background: url(../images/nav_inTouch.gif) no-repeat top left;
}

#inTouch a:hover
{
	background-position: 0 -17px;
}

#contact a
{
    margin-left: 5px;
}

/* Page image */

img.banner
{
	position: absolute;
	top: 80px;
	left: 69px;
}

/* CONTENT -----------------------------------------------------------------*/

#outer
{
	background: url(../images/content_bkgd.gif) repeat-y;
	width: 895px;
	margin: 0;
	padding: 0;
	padding-top: 1px; /* Firefox fix */
}

.inner
{
	background: url(../images/footer_bkgd.gif) no-repeat bottom;
	padding-bottom: 90px;
}

.meat
{
	width: 715px;
	margin: 0 15px 0 95px;
}

.meat .date
{
	color: #9e9e9e;
	font-style: italic;
}

.meat p, .meat table td span
{
	font-size: 1.2em;
	line-height: 1.5em;
}

#content.selected
{
    border: 1px dotted #85b0e7;
    background-color: #2f5073;
    display: block;
    padding: 0;
}

.title
{
	float: left;
	padding-right: 10px;
}

.info
{
	width: 640px;
	float: left;
}

.copyright
{
	font-size: 1.1em;
	color: #999999;
	text-align: right;
	position: relative;
	bottom: -52px;
	right: 68px;
}

/* Highslide Picture Viewer */

.highslide 
{
	cursor: url(../highslide/graphics/zoomin.cur), pointer;
    outline: none;
}

.highslide img 
{
	border: 2px solid gray;
	margin-right: 10px;
	margin-bottom: 10px;
}

.highslide:hover img 
{
	border: 2px solid white;
	margin-right: 10px;
	margin-bottom: 10px;
}

.highslide-image 
{
    border: 2px solid white;
}

.highslide-image-blur 
{
}

.highslide-caption 
{
    display: none;
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}

.highslide-loading 
{
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}

a.highslide-credits,
a.highslide-credits i 
{
    display: none;
    padding: 2px;
    color: Gray;
    text-decoration: none;
	font-size: 10px;
}

a.highslide-credits:hover,
a.highslide-credits:hover i 
{
    color: white;
    background-color: gray;
}

.highslide-move 
{
    cursor: move;
}

.highslide-display-block 
{
    display: block;
}

.highslide-display-none 
{
    display: none;
}

.control 
{
	float: right;
    display: block;
    position: relative;
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
    margin-top: 1px;
    margin-bottom: 1px;
}

.control:hover #gallery_previous,
.control:hover #gallery_next,
.control:hover #gallery_move,
.control:hover #gallery_close
{
    background-position: 0 22px;
    margin-top: 0;
    margin-bottom: 0;
}
.control, .control * 
{
	color: #666;
}

#gallery_previous
{
    width: 74px;
    height: 22px;
    background: url("../images/btn_previous.gif") top left;
}

#gallery_next
{
    width: 49px;
    height: 22px;
    background: url("../images/btn_next.gif") top left;
}

#gallery_move
{
    width: 67px;
    height: 22px;
    background: url("../images/btn_move.gif") top left;
}

#gallery_close
{
    width: 57px;
    height: 22px;
    background: url("../images/btn_close.gif") top left;
}

/* FOOTER -------------------------------------------------------------------*/

#sponsorbar
{
	width: 840px;
	height: 46px;
	margin-left: 40px;
}

#sponsors
{
	margin: 0;
	padding: 0;
	height: 36px;
	list-style: none;
	display: inline;
	overflow: hidden;
}

#sponsors li
{
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

#sponsors a
{
	float: left;
	padding: 36px 16px 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:17px; /* for IE5 */
}

#sponsors a:hover
{
	background-position: 0 -36px;
}

#momentum a
{
	width: 107px;
	background: url(../images/sponsor_momentum.jpg) no-repeat top left;
}

#teton a
{
	width: 67px;
	background: url(../images/sponsor_teton.jpg) no-repeat top left;
}

#swix a
{
	width: 69px;
	background: url(../images/sponsor_swix.jpg) no-repeat top left;
}

#smith a
{
	width: 87px;
	background: url(../images/sponsor_smith.jpg) no-repeat top left;
}

#dynastar a
{
	width: 100px;
	background: url(../images/sponsor_dynastar.jpg) no-repeat top left;
}

#sms a
{
	width: 62px;
	background: url(../images/sponsor_sms.jpg) no-repeat top left;
}

#skullcandy a
{
	width: 118px;
	background: url(../images/sponsor_skullcandy.jpg) no-repeat top left;
}

#cmb a
{
	width: 77px;
	background: url(../images/sponsor_cmb.jpg) no-repeat top left;
}
