/* CSS Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* End CSS Reset */

strong{
	font-weight: bold;
}

body{
	background: white;
	font-color: #484848;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

/* Top Area */

#topSection{ 
	height: 70px; 
	background: url(images/sn_featured_bgrepeat.png) repeat-x;
	border-bottom: 1px solid #c3c3c3;
}

#featuredQuotes{
	margin:0px auto;
	width: 728px;	
	padding: 15px 0px;
}

#quoteArea{
	width: 700px;	
	float: left;
	color: #9b9b9b;
	font-style:italic;
}
#quoteClose{
	width: 28px;
	padding-top: 10px;
	float: left;
}

.leaderAd{
	width: 728px;
	margin: 0px auto;	
}


/* Flash Area (Sound Player) */

#midSection{
	height: 290px;
	background: url(images/sn_flasharea_bgrepeat.png) repeat-x;
	border-bottom: 1px solid #c3c3c3;
}

#midSectionSmall{
	padding-top: 20px;
	height: 100px;
	background: url(images/sn_flasharea_bgrepeat.png) repeat-x;
	background-position: center;
	border-bottom: 1px solid #c3c3c3;
}

#audioPlayer{
	margin: 0px auto;
	width: 890px;	
}


/* Bottom content section */

#bottomSection{
	background: url(images/sn_bottomgradient_bgrepeat.png) repeat-x;
	min-height: 400px;
}

#content{
	margin:0px auto;
	width: 728px;	
	padding-top: 30px;
}

.leftContent{
	width: 416px;
	float: left;	
}

.rightContent{
	width: 302px;
	padding-left: 10px;
	float: left;
}

.fullContent{
	width: 100%;
	float: left;	
}

#navBar{
	border: 1px solid #c3c3c3;
	height: 35px;
	background: white;
	width: 416px;
	float: left;
	
}

.navItem{
	font-weight: bold;
	font-size: 14px; 
	font-family: Arial;
	float: left;
	margin: 0px 0px;
	
	padding: 10px 14px 10px 14px;
}
.newNavItem
{
    background-image: url(images/navbar_new_cornerbadge.png);
    background-repeat: no-repeat;
}

.navSplitter
{
    margin: 10px 0px;
    padding: 0px 14px;
	border-left: 1px solid #c3c3c3;	
}

.navItemSelected{
}
#pinButton
{
    float: left;
    height: 35px;
    margin-top: 10px;
    width: 90px;
}

#shareButton{
	float: left;
	height: 35px;
	margin-top: 10px;
}

#facebookLike{
	float: left;
	height: 35px;
	width: 80px;
	margin-top: 10px;
	margin-left: 10px;
}

#tweet{
	float: left;
	height: 35px;
	width: 70px;
	margin-top: 9px;
	margin-left: 30px;
}


.contentBox{

	border: 1px solid #c3c3c3;
	background: white;
	margin-top: 10px;
	padding: 10px 0px;
}

.contentBox li{
	list-style: circle;
	margin-left: 20px;
}


.pressQuote{
	font-weight: bold;
	font-size: 15px;
	font-style: italic;
	text-align: center;
}

.pressSource{
	text-align: center;
	font-size: 15px;
	padding-bottom: 40px;
}
.pressLinks{
	font-weight: bold;
	font-size: 14px;
}

#downloads td{
text-align: top;
vertical-align: top;
}
.dlright{
padding-left: 24px;
}

.soundDownload{
	padding-top: 10px;
	padding-bottom: 20px;
}

.soundTitle{
	font-weight: bold;
	font-size: 14px;
}

a, a:link, a:hover, a:visited {
	color: #89986C;
	text-decoration: none;	
}

a:hover{
	text-decoration: underline;	
}