﻿body {
	margin-top: 300;
	padding: 0;
	background-color: #000000;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	
}

#stubborn_text
{
     font-size: 14px;
     
}

h2 
{
    background: url(images/menured_BG2.gif) repeat-x;
    color: white;
}

h2.leftbar 
{
    background: url(images/menured_BG2.gif) repeat-x;
    color: black;
    font-size: 10pt;
    min-height: 30px;
    padding: 4px;
     margin-bottom: 0px;
     max-width: 290px;
}

#lefttext 
{
  margin-top: 0px;
}

.content_wrapper {
	margin-left:151px;
	padding: 0px 0;
	background-color: #000000;
	width: 880px;
	min-width: 880px;
	margin: 0px auto;
	
}

.divider 
{
   border-bottom: 1px dotted #949494;
   margin-bottom: 0px;
   margin-top: 20px;
   margin-left: 0px;
   margin-right: 0px; 
}

.blogtitle 
{
    font-weight: bolder;
     color: #ef4b3e;
     font-size: 18px;
      min-height: 30px;
      padding: 4px;
      background: none;
}

.blogsubtitle 
{
    font-weight: bolder;
     color: black;
     font-size: 12px;
      background: url(images/menured_BG2.gif) repeat-x;
      min-height: 30px;
      padding: 4px;
}
.blogdate
{
    font-weight: normal;
    color: white;
    font-size: 10px;
    font-style: italic;
}

.blogauthor
{
    font-weight: normal;
    color: #dd881e;
    font-size: 10px;
    
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #CCCCCC;
	color: #ef4b3e;
}

a.no_underline {
	text-decoration: none;
	border-bottom: none;
	color: #ef4b3e;
}

#no_underline {
	text-decoration: none;
	border-bottom: none;
	color: #ef4b3e;
}


a:hover {
	border-bottom: none;
}

a img {
	border: none;
    }
a.smallwhite
{
    color: White;
    font-size: 10px;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* Menu */


#menu {
	width: 880px;
	min-width: 880px;
	height: 30px;
	margin: 0px auto;
	padding-top: 0px;
	background: url(images/menured_BG2.gif) repeat-x;
	text-align: center;
	z-index: 1;
}


#menu a {
	display: block;
	float: left;
	margin: 0 3px 0 0;
	padding: 4px 15px 10px 15px;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
	z-index: 1;
}

#menu a:hover {
	margin: 0 3px 0 0;
	padding: 4px 15px 10px 15px;
	z-index: 1;
	
	
}


/* Footer */

#footer {
	width: 880px;
	height: 30px;
	margin: 20px auto;
	padding-bottom: 10px;
	background: url(images/menured_BG2.gif) repeat-x;
}

#footer p {
	margin: 0;
	padding-bottom: 10px;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
	bottom: 5px;
	
}

#footer a {
	color: #FFFFFF;
}


.SimpleEntertainmentMenu ul.AspNet-Menu /* Tier 1 */
{
    width: 880px; /* This is more than (6em x 2) because we want to leave room for borders around the <li> elements that are selected */
    margin-left: 275px;
    z-index:6;
}

.SimpleEntertainmentMenu ul.AspNet-Menu ul  /* Tier 2 */
{
    width: 12em;
    top: 100%;
    left: 0;
}

.SimpleEntertainmentMenu ul.AspNet-Menu ul ul  /* Tier 3+ */
{
    top: -0.5em;
    left: 12em;
}

.SimpleEntertainmentMenu li /* all list items */
{
    width:12em;
   background: url(images/menured_BG2.gif) repeat-x;
   
}

.SimpleEntertainmentMenu li:hover, /* list items being hovered over */
.SimpleEntertainmentMenu li.AspNet-Menu-Hover
{
    background: #3a3a38;
    
}

.SimpleEntertainmentMenu a, /* all anchors and spans (nodes with no link) */
.SimpleEntertainmentMenu span
{
    color: Black;
    padding: 4px 2px 4px 8px;
    border:1px solid #cccccc;
    background: transparent url(arrowRight.gif) right center no-repeat;
}

.SimpleEntertainmentMenu li.AspNet-Menu-Leaf a, /* leaves */
.SimpleEntertainmentMenu li.AspNet-Menu-Leaf span
{
    background-image: none !important;
}

.SimpleEntertainmentMenu li:hover a, /* hovered text */
.SimpleEntertainmentMenu li:hover span,
.SimpleEntertainmentMenu li.AspNet-Menu-Hover a,
.SimpleEntertainmentMenu li.AspNet-Menu-Hover span,
.SimpleEntertainmentMenu li:hover li:hover a,
.SimpleEntertainmentMenu li:hover li:hover span,
.SimpleEntertainmentMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.SimpleEntertainmentMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover span,
.SimpleEntertainmentMenu li:hover li:hover li:hover a,
.SimpleEntertainmentMenu li:hover li:hover li:hover span,
.SimpleEntertainmentMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.SimpleEntertainmentMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover span
{
    color: White;
    background: transparent url(activeArrowRight.gif) right center no-repeat;
}

.SimpleEntertainmentMenu li:hover li a, /* the tier above this one is hovered */
.SimpleEntertainmentMenu li:hover li span,
.SimpleEntertainmentMenu li.AspNet-Menu-Hover li a,
.SimpleEntertainmentMenu li.AspNet-Menu-Hover li span,
.SimpleEntertainmentMenu li:hover li:hover li a,
.SimpleEntertainmentMenu li:hover li:hover li span,
.SimpleEntertainmentMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li a,
.SimpleEntertainmentMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li span
{
    color: Black;
    background: transparent url(arrowRight.gif) right center no-repeat;
}

.SimpleEntertainmentMenu .AspNet-Menu-Selected /* this tier is selected */
{
    border: solid 1px #00ff00 !important;
}

.SimpleEntertainmentMenu .AspNet-Menu-ChildSelected /* a tier below this one is selected */
{
    border: solid 1px #ff0000 !important;
}

.SimpleEntertainmentMenu .AspNet-Menu-ParentSelected /* a tier above this one is selected */
{
    border: solid 1px #0000ff !important;
}

#EntertainmentMessage
{
    padding-top: 2em;
    clear: both;
}
