@charset "UTF-8";
body  {
	font-family:'Myriad Pro', Verdana, Arial, Helvetica, sans-serif;
	background-image:url(/templates/fatelvis/images/bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
}


.MOT #container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.MOT #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 535px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-left:20px;
	padding-right:20px;
}

.MOT #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 230px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-right:20px;
	padding-top:40px;
	border-right:1px solid #212121;
	margin-right:10px;
}

.MOT #sidebar2 h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:lighter;
	font-size:16px;
}

.MOT #sidebar2 ul a {
	list-style:none;
	list-style-type:none;
	font-size:11px;
	color:#d4c855;
	text-decoration:none;
	font-weight:normal;
	padding:0;
	margin:0;
}

.MOT #sidebar2 ul a:hover {
	color:#990000;
}

.MOT #sidebar2 li {
	list-style:none;
	list-style-type:none;
	padding:0;
	margin:0;
}



.MOT #container {
	padding-left:0px;
}

.MOT #rules {
	padding-left:20px;
	line-height:250%;
	font-size:12px;
	border-top:1px solid #212121;
	margin-top:10px;
	padding-top:10px;
}

.MOT #rules strong {
	font-size:16px;
	font-weight:bold;
	color:#d4c855;
}

.MOT #three {
	border-bottom:1px solid #212121;
	margin-top:10px;
	padding-top:10px;
}



.MOT #title h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}


.MOT #description {
	font-style:italic;
	font-size:12px;

}
.MOT #mainContent { 
	margin: 50px 0 0 575px; 
	padding-right:20px;
	
} 

.MOT #mainContent a:link { 
	font-size:11px;
	font-weight:normal;
}

.MOT #mainContent a:hover { 
	font-size:11px;
	font-weight:normal;
}

.MOT #mainContent2 { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding-right:20px;
	padding-top:40px;
} 

.MOT #mainContent2 ul a {
	list-style:none;
	list-style-type:none;
	font-size:11px;
	font-weight:normal;
	color:#d4c855;
	text-decoration:none;
}

.MOT #mainContent2 ul a:hover {
	color:#990000;
}

.MOT #mainContent2 li {
	list-style:none;
	list-style-type:none;
}

.MOT #mainContent a {
	list-style:none;
	list-style-type:none;
	font-size:13px;
	color:#d4c855;
	text-decoration:none;
}

.MOT #mainContent a:hover {
	color:#990000;
}

.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:lighter;
	font-size:16px;
}

.MOT #fatelvis { 
	height:820px;
	background-image:url(/templates/fatelvis/images/fat_elvis.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.MOT #float {
	float:left;
	background-image:url(/templates/fatelvis/images/floatbg.jpg);
	background-repeat:no-repeat;
	width:170px;
	padding-left:5px;
	padding-right:5px;
	padding-top:8px;
	height:300px; 
}

.MOT #countdown {
	color:#ffc600;
	font-size:18px;
	font-weight:bold;
}

.MOT #counter {
	color:#ffc600;
	font-size:18px;
	font-weight:bold;
}


.MOT #difficulty {
	color:#ffc600;
	font-size:18px;
	font-weight:bold;
}


.MOT #question {
	padding-top:5px;
	padding-bottom:5px;
	margin-left:200px;
	font-size:12px;
}

.MOT #border {
	border-top:1px solid #212121;
}

.MOT #question h1 {
	font-size:16px;
}

a.menu:link {
	color:#d4c855;
	}

a.menu:hover {
	color:#990000:
	}
	
a.twelve:link {color:#333333; text-decoration: none; font-weight:normal; font-size:12px; }
a.twelve:visited {color: #333333; text-decoration: none; font-weight:normal; font-size:12px}
a.twelve:hover {color: #333333; text-decoration: underline;font-weight:normal; font-size:12px}
a.twelve:active {color: #333333; font-weight:normal; font-size:12px}

a.fourtheen:link {color:#333333; text-decoration: none; font-weight:normal; font-size:14px; }
a.fourtheen:visited {color: #333333; text-decoration: none; font-weight:normal; font-size:14px}
a.fourtheen:hover {color: #333333; text-decoration: underline;font-weight:normal; font-size:14px}
a.fourtheen:active {color: #333333; font-weight:normal; font-size:14px}

a.sixteen:link {color:#333333; text-decoration: none; font-weight:normal; font-size:16px; }
a.sixteen:visited {color: #333333; text-decoration: none; font-weight:normal; font-size:16px}
a.sixteen:hover {color: #333333; text-decoration: underline;font-weight:normal; font-size:16px}
a.sixteen:active {color: #333333; font-weight:normal; font-size:16px}

a.eighteen:link {color:#333333; text-decoration: none; font-weight:normal; font-size:18px; }
a.eighteen:visited {color: #333333; text-decoration: none; font-weight:normal; font-size:18px}
a.eighteen:hover {color: #333333; text-decoration: underline;font-weight:normal; font-size:18px}
a.eighteen:active {color: #333333; font-weight:normal; font-size:18px}


