/*
	Author Name	:
	Author Site	:
	Style Name	:
	Style URI	:
	Version		:
	Comments	:
*/

body {
	margin-top: 15px;
}

#page {
	margin-top: 15px !important;
	margin-bottom: 25px !important;
	border: 1px solid #ccc;
	width: 900px;
	padding: 0 !important;
	/* The entire design is contained within the 'page' id */
	}

#header {
	/* Contains the H1 and menu */
	width: 900px;
	background: url(/images/tonefm_headerBg.jpg) repeat-x;
	height: 113px !important;
	}

h1
{
	padding: 0px;
	padding-left: 25px;
}
	
#primary {
	width: 500px !important;
	margin: 0px 20px !important;
	padding: 0px !important;
	float: left;
	/* Contains the main column */
	}

.sb-latest
{
	padding: 6px 0px;
}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

.entry-content {
	/* The meat and potatoes of every entry */
	}

#search
{
	padding-bottom: 20px;
}

#downloadtone
{
	font-size: 14px;
	margin: 40px auto;
	text-align: center;
}

#downloadinfo
{
	margin: 10px auto;
	font-size: 13px;
	text-align: left;
	width: 350px;
}

#tonetitle
{
	font-size: 34px;
	margin-bottom: 15px;
}

#tonecode { 
	font-size: 74px;
	font-weight: bold;
	color: magenta;
}

#tonepreview
{
	margin: 5px 0px 15px 0px !important;
}

#tonepreview a, #tonepreview p
{
	font-size: 10px !important;
	margin-bottom: 8px;
}

#downloadinfo p
{
	margin-bottom: 8px;
}

#topringtones, #favringtones
{
	padding-bottom: 15px;
}

#page .content .secondary {
	padding: 0px !important;
	margin: 0px !important;
	padding-top: 10px !important;
	padding-bottom: 20px !important;
	/* Contains the sidebar */
	}

#page .content .secondary .lsidebar { /* CSS for left sidebar */
	padding: 0 !important;
	width: 160px !important;
	float: left !important;
	margin: 0 5px 0px 10px !important;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	}
	
#page .content .secondary .rsidebar { /* CSS for right sidebar */
	padding: 0 auto !important; 
	margin: 0px 10px 20px 5px !important;
	float: left;
	width: 160px !important;
	text-align: center !important;
}	

#instructions
{
	text-align: center;
	margin: 10px auto;
}

#page .content .secondary #sbhorizAdSpot
{
	margin: 0px auto;
	text-align: center;
	padding: 0px;
}

ul.menu
{
	left: 57%;
}

.tonelist table
{
	border-collapse: collapse;
}

.tonelist tr.colheaders
{
	font-size: 13px;
	font-weight: bold;
}

.tonelist tr.even
{
	background-color: #ffffff;
}

.tonelist tr.odd
{
	background-color: #eeeeee;
}

.tonelist tr
{
	font-family: 'Lucida Grande';
	font-size: 12px;
}

.tonelist td
{
	padding: 0px 6px;
	border: 0px;
}
.tonelist td.title { width: 160px }
.tonelist td.artist { width: 160px;}
.tonelist td.category {width: 150px; }
.tonelist td.code { width: 30px; }
