/**
 * main for the bubles
 */

#main
		{
		margin: 0 auto;
		width: 800px;		
		background: url("../images/bg_bubbles.png") #FFF;
		}


/**
 *The Main Content of the site 
 */

#mainContent
		{
		margin: 0 auto;
		width: 800px;
		background-color: #FFF;
		}

/**
 * header
 */

#header
		{
		position: relative;
		}

#header .radioscala
		{
		float: left;
		}

/**
 * navigation
 */


#LiveOnAir	
		{
		float: left;
		}



#navigation
		{
		display: inline;
		float: left;
		width: 600px;
		padding:0;
		margin:0;
		}

#navigation ul
		{
		padding: 0;
		float: right;
		margin: 0;
		list-style: none;
		list-style-image: none;
		list-style-position: outside;
		}

#navigation li
		{
		display: inline;
		margin: 0;
		padding: 0;
		}

/**
 * content
 */

#content
		{
		padding: 0px 0 0 0;
		width: 800px;
		background: #FFF;
		}

#leftContent
		{
		float: left;
		width: 530px;
		}

#rightContent
		{
		margin-left: 530px;
		width: 270px;
		}

/**
 * boxes
 */

.box
		{
		margin:0;/* 0 6px 6px;*/
		}

#banner-container
		{
		width: 270px;
		height: 85px;
		}

#banner-fader
		{
		position: absolute;
		z-index: 99;
		width: 270px;
		height: 85px;
		background: url("../images/bg_bubbles.png") #FFF;
		}

.boxHeaderRight
		{
		padding: 0.75em 0 0 0;
		text-align: right;
		}

.boxSponsorRight
		{
		padding: 3em 0 0 0;
		}

.boxHeaderDesc
		{
		color: rgb(250, 7, 172);
		font-weight: bold;
		display: block;
		font-size: 11px;
		line-height: 20px;
		font-style: italic;
		padding: 4px 10px 4px 10px;
		white-space: nowrap;
		vertical-align: top;
		}


h1.boxRight
		{
		padding: 4px 0 0 0;
		background-color: #ddd9b4;
		color: rgb(250, 7, 172);
		font-weight: bold;
		display: block;
		}

.boxContent
		{
		padding: 10px;
		overflow: hidden;
		line-height: 1.35em;
		}


.boxContentRight
		{
		background-color: #ddd9b4;
		padding: 10px;
		overflow: hidden;
		line-height: 1.35em;
		width: 250px;
		}

.boxContentRight .social-icons {
	float: left;
	padding: 0 6px 0 6px;
	border: none;
}

/**
 * footer
 */

#footer
		{
		position: relative;
		clear: both;
		}

#footer img#footerLeft
		{
		position: absolute;
		top: 0;
		left: -3px;
		}

#footer #footerContent
		{
		background-color: #009de0;
		}

#footer #footerContent p
		{
		color: #FFFFFF;
		font-size: 1em;
		text-align: center;
		height: 15px;
		padding:2px 2px 3px 2px;
		margin: 0;
		}

#footer #footerContent a:link { color:#d1d1b2; text-decoration:underline; } 
#footer #footerContent a:visited { color:#d1d1b2; text-decoration:underline; }
#footer #footerContent a:hover { color:#d1d1b2; text-decoration:underline; }
#footer #footerContent a:active { color:#d1d1b2; text-decoration:underline; }
#footer #footerContent a:focus { color:#d1d1b2; text-decoration:underline; }

#footer img#footerRight
		{
		position: absolute;
		top: 0;
		right: -3px;
		}

/**
 * Gallery
 */

#galleryContainer
		{
		width: 510px;
		height: 383px;
		margin: 0.7em 0 0.7em 0;
		overflow: hidden;
		}

.gallery
		{
		margin-bottom: 10px;
		width: 510px;
		}

.gallery p
		{
		margin: 0.5em 0;
		padding: 0;
		}

.adminGalleryImage
		{
		margin-bottom: 5px;
		}

.imageThumb
		{
		margin: 0 5px 5px 0;
		}
