@charset "utf-8";
/* CSS Document */

html, body {border: 0; margin: 0; padding: 0;}

body {
	font: 85%/0.9 arial, helvetica, sans-serif;
	background-color: #000;
	color: #444;
	text-align: center;
	background-image: url(../images/bgrepeat.jpg);
	background-repeat: repeat;
}

#bodyinner {
	height: 1073px;
	margin: -26px auto 0 auto;
}

a { color: #777; text-decoration: none; outline: 0;}
a:focus { text-decoration: underline;}
a:visited { color: #777; text-decoration: none; }
a:hover { color: #555; text-decoration: underline;}	
a:active { color: #555; text-decoration: none;}	
a img { border: none; }

#tunestation {
	float: left;
	height: 21px;
	margin: 10px 0 0 10px;
}

.audiogif {
	float: left;
	margin-left: 30px;
}

/*iframe*/
/*THE IFRAME HAS A BLACK (NOT TRANSPARENT) BACKGROUND*/
#iframestyle {
	width: 1037px;
	height: 642px;
	
/*visibility:hidden;*/
}

a img {
  border: none;/*remove border for linked images*/
}


form#form_login {
	width: 344px;
	float: right;
	padding-top: 25px;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;  
	font-size: .8em;
}

#myusername {
	float: left;
	background-color:transparent;
	border-bottom: 1px dashed #777;
	border-top: none;
	border-left: none;
	border-right:none;
	color: #fff;
	width: 131px;
	height: 15px;
	padding: 5px 0 3px 0;
}
#mypassword {
	float: left;
	background-color:transparent;
	border-bottom: 1px dashed #777;
	border-top: none;
	border-left: none;
	border-right:none;
	color: #fff;
	margin-left: 20px;
	width: 131px;
	height: 15px;
	padding: 5px 0 3px 0;
}

#form_submit {
	float: left;
	margin-left: 15px;
	margin-top: 2px;
	overflow: hidden;
	width: 21px;
	height: 22px;
	text-indent: -999em;
	border: none;
}


/*******************************PRIMARY DIVS**********************************/
#maincontainer {
	position: relative;
	margin: 0 auto 0 auto;
}

#header {
	width: 1037px;
	height: 160px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	position: relative;
	margin: 0 auto 0 auto;
}

#footer {
	width: 1037px;
	height: 70px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	position: relative;
	margin: 0 auto 10px auto;
}
#copyright {
	width: 1037px;
	height: 20px;
	font-size: .8em;
	position: relative;
	margin: 0 auto 0 auto;
}

		#kudos {
			position: absolute;
			left: -85px;
			top: -10px;
			width: 106px;
			height: 43px;
		}
		
		a.rollover_kudos {
			display: inline-block;
			width: 106px;
			height: 43px;
			background: url(../images/rollover_kudos.png) no-repeat 0 0;
			overflow: hidden;
			text-indent: -10000px;
			font-size: 0px;
			line-height: 0px;
		}
		a:visited.rollover_kudos {
			background-position: 0 0;}
		a:hover.rollover_kudos {
			background-position: 0 -43px;}
		a:active.rollover_kudos {
			background-position: 0 -43px;}


#links {
	width: 500px;
	height: 31px;
	position: absolute;
	left: 732px;
	bottom: 26px;
}	
#links2 {
	width: 1037px;
	height: 25px;
	position: absolute;
	left: 0;
	bottom: 0;
}
#links_connect_footer {
	height: 23px;
	position: absolute;
	right: 25px;
	top: 5px;
}


#links_footer {
	position: absolute;
	left: 50px;
	bottom: 0px;
	height: 20px;
	width: 900px;
	font-size: 1em;
}

#links_footer ul{
	display: inline;
}


#links_footer ul li{

	display: inline;
	list-style: none;
	padding: 0;
	margin: 0 10px;
}




/******************************PRIMARY CLASSES********************************/
.occasions {
	float:left;
	margin: 0;
	display: block;
	width: 200px;
	height: 25px;
}
.occasions a {
	display: block;
	width:100%;
	height:100%;
}

.occasions a:hover {
	display: block; 
	width:100%;
	height:100%;
	background-image: url(../images/link_hover.png);
	background-repeat: repeat-x;
}

.people {
	float:left;
	margin: 0;
	display: block;
	width: 215px;
	height: 25px;
}
.people a {
	display: block;
	width:100%;
	height:100%;
}

.people a:hover {
	display: block; 
	width:100%;
	height:100%;
	background-image: url(../images/link_hover.png);
	background-repeat: repeat-x;
}

.sports {
	float:left;
	margin: 0;
	display: block;
	width: 223px;
	height: 25px;
}
.sports a {
	display: block;
	width:100%;
	height:100%;
}

.sports a:hover {
	display: block; 
	width:100%;
	height:100%;
	background-image: url(../images/link_hover.png);
	background-repeat: repeat-x;
}

.commercial {
	float:left;
	margin: 0;
	display: block;
	width: 225px;
	height: 25px;
}
.commercial a {
	display: block;
	width:100%;
	height:100%;
}

.commercial a:hover {
	display: block; 
	width:100%;
	height:100%;
	background-image: url(../images/link_hover.png);
	background-repeat: repeat-x;
}

.travel {
	float:right;
	margin: 0;
	display: block;
	width: 168px;
	height: 25px;
}
.travel a {
	display: block;
	width:100%;
	height:100%;
}

.travel a:hover {
	display: block; 
	width:100%;
	height:100%;
	background-image: url(../images/link_hover.png);
	background-repeat: repeat-x;
}

/******************************ROLLOVERS********************************/
a.rollover_home {
	float: left;
	display: block;
	width: 73px;
	height: 31px;
	background: url(../images/links_main_home.jpg) no-repeat 0 0;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
}
a:visited.rollover_home {
	background-position: 0 0;}
a:hover.rollover_home {
	background-position: 0 -31px;}
a:active.rollover_home {
	background-position: 0 -31px;}

a.rollover_about {
	float: left;
	display: block;
	width: 73px;
	height: 31px;
	background: url(../images/links_main_about.jpg) no-repeat 0 0;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
}
a:visited.rollover_about {
	background-position: 0 0;}
a:hover.rollover_about {
	background-position: 0 -31px;}
a:active.rollover_about {
	background-position: 0 -31px;}

a.rollover_connect {
	float: left;
	display: block;
	width: 89px;
	height: 31px;
	background: url(../images/links_main_connect.jpg) no-repeat 0 0;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
}
a:visited.rollover_connect {
	background-position: 0 0;}
a:hover.rollover_connect {
	background-position: 0 -31px;}
a:active.rollover_connect {
	background-position: 0 -31px;}

a.rollover_blog {
	float: left;
	display: block;
	width: 68px;
	height: 31px;
	background: url(../images/links_main_blog.jpg) no-repeat 0 0;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
}
a:visited.rollover_blog {
	background-position: 0 0;}
a:hover.rollover_blog {
	background-position: 0 -31px;}
a:active.rollover_blog {
	background-position: 0 -31px;}
	
	
	


/*********************************/
a.rollover_occasions {
	float: left;
	display: block;
	width: 204px;
	height: 31px;
	background: url(../images/link_occasions.jpg) no-repeat 0 0;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
}
a:visited.rollover_occasions {
	background-position: 0 0;}
a:hover.rollover_occasions {
	background-position: 0 -31px;}
a:active.rollover_occasions {
	background-position: 0 -31px;}


a.rollover_people {
	float: left;
	display: block;
	width: 189px;
	height: 31px;
	background: url(../images/link_people.jpg) no-repeat 0 0;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
}
a:visited.rollover_people {
	background-position: 0 0;}
a:hover.rollover_people {
	background-position: 0 -31px;}
a:active.rollover_people {
	background-position: 0 -31px;}
	
	
	
a.rollover_sports {
	float: left;
	display: block;
	width: 255px;
	height: 31px;
	background: url(../images/link_sports.jpg) no-repeat 0 0;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
}
a:visited.rollover_sports {
	background-position: 0 0;}
a:hover.rollover_sports {
	background-position: 0 -31px;}
a:active.rollover_sports {
	background-position: 0 -31px;}
	
	
a.rollover_commercial {
	float: left;
	display: block;
	width: 189px;
	height: 31px;
	background: url(../images/link_commercial.jpg) no-repeat 0 0;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
}
a:visited.rollover_commercial {
	background-position: 0 0;}
a:hover.rollover_commercial {
	background-position: 0 -31px;}
a:active.rollover_commercial {
	background-position: 0 -31px;}
	
	
a.rollover_travel {
	float: left;
	display: block;
	width: 200px;
	height: 31px;
	background: url(../images/link_travel.jpg) no-repeat 0 0;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
}
a:visited.rollover_travel {
	background-position: 0 0;}
a:hover.rollover_travel {
	background-position: 0 -31px;}
a:active.rollover_travel {
	background-position: 0 -31px;}
/******************************MORE ROLLOVERS********************************/
.onblack {
	float: right;
	padding: 2px 3px 0 0;
}

a.rollover_cart {
	float: right;
	display: block;
	width: 31px;
	height: 15px;
	background: url(../images/cart.gif) no-repeat 0 0;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
}
a:visited.rollover_cart {
	background-position: 0 0;}
a:hover.rollover_cart {
	background-position: 0 -15px;}
a:active.rollover_cart {
	background-position: 0 -15px;}
	
	
	
a.rollover_email {
	float: left;
	display: block;
	width: 33px;
	height: 23px;
	background: url(../images/connect_email_thumb.gif) no-repeat 0 0;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
}
a:visited.rollover_email {
	background-position: 0 0;}
a:hover.rollover_email {
	background-position: 0 -23px;}
a:active.rollover_email {
	background-position: 0 -23px;}
	
	
a.rollover_rss {
	float: left;
	display: block;
	width: 25px;
	height: 23px;
	background: url(../images/connect_rss_thumb.gif) no-repeat 0 0;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
}
a:visited.rollover_rss {
	background-position: 0 0;}
a:hover.rollover_rss {
	background-position: 0 -23px;}
a:active.rollover_rss {
	background-position: 0 -23px;}
	
a.rollover_twitter {
	float: left;
	display: block;
	width: 25px;
	height: 23px;
	background: url(../images/connect_twitter_thumb.gif) no-repeat 0 0;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
}
a:visited.rollover_twitter {
	background-position: 0 0;}
a:hover.rollover_twitter {
	background-position: 0 -23px;}
a:active.rollover_twitter {
	background-position: 0 -23px;}
	
a.rollover_facebook {
	float: left;
	display: block;
	width: 25px;
	height: 23px;
	background: url(../images/connect_facebook_thumb.gif) no-repeat 0 0;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
}
a:visited.rollover_facebook {
	background-position: 0 0;}
a:hover.rollover_facebook {
	background-position: 0 -23px;}
a:active.rollover_facebook {
	background-position: 0 -23px;}
	
/******************************HEADERS********************************/

h1 {
	font-size: 1.6em;
	height: 20px;
	padding-top: 0;
}

h2{
	font-size: 1.2em;
	height: 20px;
	padding-top: 0;
}
/*
h1, h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin: 0 0 10px 0;
	letter-spacing:-1px;
}
h1 {
	padding: 0;
	font-size: 3em;
	color: #333;
}
h2 {
	padding-top: 10px;
	font-size:2em;
}
*/



/***********gal main*********/
li {
	line-height: 1.8em;
}
pre {
	font-size: 1.2em;
	line-height: 1.2em;
	overflow-x: auto;
}
div#page {
	float:left;
	width: 1037px;
	height: 700px;
	text-align: left;
}

div#ads {
	clear: both;
	padding: 12px 0 12px 66px;
}

/*
Name: Sliding Login Panel with jQuery 1.3.2
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/
Script URI: http://web-kreation.com/index.php/tutorials/nice-clean-sliding-login-panel-built-with-jquery/
Date: March 26, 2009
Version: 1.0

	The CSS, XHTML and design is released under Creative Common License 3.0:
	http://creativecommons.org/licenses/by-sa/3.0/

*/       


.highlight {background-color:#FF9D9D;border-bottom:#F30 1px solid;border-top:#F30 1px solid;padding: 4px 10px}

/***** Main Layout ****/
#1container {
  	width: 900px;
  	height: 100%;
  	text-align: center;/* IE fix to center the page */
}

#1content {
  	width: 740px;
  	margin: 0 auto;/* center the page in Firefox */
  	text-align: left;
	padding: 20px;
}



/*******************************/



