/*-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
	STANDARDIZE DEFAULTS

body font is equivalent to 10px, therefore:
1.1em = 11px
1.5em = 15px
2em = 20px

-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */

html, body, form, fieldset, ul, ol, li, dl, dt, dd { /* clear-padded-elements */
	margin: 0;
	padding: 0;
}

ol {
	padding-left:2em;
} 

html, body {
	height:100%;
}

body {
	/*background:url(../images/background_tile.gif) top left repeat;*/
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 75%;
	line-height:1.2;
	text-align:center;
	color:#4b4b4b;
}

body.popup
	{
	background-image:none;
	background-color:#fff;
}

img {
	border: none;
}

/*-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
	ANCHORS
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */

a {
	background-color: transparent;
	cursor: pointer;
	color:#0a9a49;
	text-decoration:none;
	font-weight:bold;
}

a:link, a:visited {
	text-decoration:none;
}

a.tdn {
	text-decoration:none;
}

a img {
	border: none;
}

/*-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
	Headlines for graduated semantic markup
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

h1 { font-size: 180%; }
h2 { font-size: 180%; }
h3 { font-size: 160%; color:#f58220 }
h4 { font-size: 130%; }
h5 { font-size: 120%; }
h6 { font-size: 110%; font-weight:bold; }

p {
	margin-bottom: 5px;
}

p.spaced {
	margin-bottom: 12px;
}

/*-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
	Floats
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.block{ display:block;}
.inline{ display:inline;}

/*-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
	Font Styles
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/*-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
	Lists
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */

div.nav
	{
	background-image: url(../images/background-nav.jpg);
	background-position: left top;
	height: 50px;
	}

div.nav div.back {
	height:50px; 
	width:251px; 
	display:inline; 
	float:left;
	overflow:hidden;
	}
	
div.nav div.entry_form {
	height:44px; 
	width:156px; 
	display:inline; 
	float:left;
	overflow:hidden;
	}
	
div.nav div.rules {
	width:143px; 
	padding-right:2px; 
	display:inline; 
	float:left;
	overflow:hidden;
	}
	
div.nav div.privacy {
	width:158px; 
	padding-right:2px; 
	display:inline; 
	float:left;
	overflow:hidden;
	}

div.nav div.winners {
	width:171px; 
	display:inline; 
	float:left;
	overflow:hidden;
	}
	
.links {
	display:block; /*This Cover Full TD */
	background:url(../images/nav-active.jpg) top left no-repeat; /*This Will Set the Link background */
	height:44px; /*This Will Make Fixes Size Link (Use Image height)*/
	width:203px; /*This Will Make Fixes Size Link (Use Image width)*/
	}

.links:hover {
	background:url(../images/nav-hover.jpg) top left no-repeat;
	}


/*-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
	Lists
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */

ul {
	list-style: none;
}

ul.bullet {
	list-style: square;
	margin-left: 1.2em;
}

ul.bullet li {
	margin-bottom: .4em;
}

ul.horiz li	{
	display:inline;
}

ol.spaced,
ul.spaced
	{
	margin-bottom:0;
	}

ol.spaced li,
ul.spaced li
	{
	margin-bottom:20px;
	}


/*-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
	TABLES
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */

table, thead, tbody, tfoot, tr, td {
	/*font-size: 11px;*/
	margin: 0;
	padding: 0;
	border: 0 solid; /* quirky because of Opera */
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

td {
	vertical-align: top;
}

