/*****************************************************************
	justrhymes.com
	/css/global.css
*****************************************************************/

html {
	overflow: scroll;
}

body {
	margin: 0;
	margin-top: 2px;
	font-size: 12px;
	font-family: "Arial";
	color: #3f3f3f;
}

select {
	font-size: 12px;
	font-family: "Arial";
	letter-spacing: .5px;
	color: #3f3f3f;
}

input {
	font-size: 12px;
	font-family: "Arial";
	letter-spacing: .5px;
	color: #3f3f3f;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

form {
	display: inline;
	margin: 0;
}

#wrapper {
	background: url("/images/mainbg.gif") repeat-x;
}

a {
	color: #3f3f3f;
	text-decoration: none;
}

a:visited {
	color: #3f3f3f;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

.artistimg {
	border: solid 2px #c6c8ca;
	margin-top: 2px;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
}

h1 {
	font-size: 32px;
	font-weight: bold;
}

h3 {
	font-size: 18px;
	font-weight: bold;
}

h4 {
	font-size: 16px;
	font-weight: bold;
}

h5 {
	font-size: 13px;
	font-weight: bold;
}

h6 {
	font-size: 11px;
	font-weight: bold;
}

/*****************************************************************
	Masthead
*****************************************************************/
.mastheadborder {
	background: url("/images/header/bar.png") repeat-x;
	height: 4pt;
	border-right: 1px solid #668450;
	border-left: 1px solid #668450;
}

.masthead_ad {
	line-height: 60px;
	height: 60px;
	width: 468px;
	text-align: right;
	float: right;
	margin-top: -80px;
}

#header {
	margin-top: 20px;
	height: 85px;
	background-color: White;
	background-image: none;
}

#logo {
	padding-left: 15px;
	width: 300px;
}

.beta {
	margin-left: 280px;
	float: left;
	font-size: 11px;
	font-weight: normal;
}

/*****************************************************************
	Navigation
*****************************************************************/

.NavContainer {
	width: 1002px;
	margin-left: auto;
	margin-right: auto;
}

#mainNavigation {
	background: url("/images/navigation/gradient.png") repeat-x top left;
	border-left: 1px solid #cacbcb;
	border-right: 1px solid #cacbcb;
	height: 30px;
}


#mainNavigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#mainNavigation li {
	float: left;
	border-right: 1px solid #bdc3c6;
}

#mainNavigation a {
	margin-top: 1px;
	display: block;
	padding: 0 .9em;
	line-height: 28px;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

#mainNavigation a:hover {
	background-color: #EEEEEE;
}

#mainNavigation .noborder {
	border-right: none;
}

#mainNavigation_sub input {
	display: inline;
	margin: 0px;
	padding: 0px;
	text-indent: 1px;
	margin-top: 4px;
}

#mainNavigation_sub ul {
	text-align: right;
	margin: 0;
	padding: 0;
	list-style: none;
	height: 31px;
	float: right;
}

/*****************************************************************
	Main Content
*****************************************************************/

#container {
	border: 1px solid #638652;
	background: #539643;
	clear: both;
	height: 100%;
	width: 1002px;
	margin-left: auto;
	margin-right: auto;
}

.ContentContainer {
	margin: 15px;
	margin-right: 30px; /* kludge to keep container exact widths on both sides of the content section */
}

/* kludge */
.clear {
  clear: both;
  margin: 0;               /* keep flush with adjacent containers */
  padding: 0;
  height: 0;
  overflow: hidden;
}

.error {
	color: red;
	font-weight: bold;
}

/* content box (gradient) */
.gbox-bl {
	background: url("/images/contentbox/bl.jpg") no-repeat left bottom;
	margin: 4px;
}

.gbox-br {
	background: url("/images/contentbox/br.jpg") no-repeat right bottom;
	padding-bottom: 30px;
}

.gbox-tl {
	background: url("/images/contentbox/tl.jpg") no-repeat left top;
}

.gbox-tr {
	background: url("/images/contentbox/tr.jpg") no-repeat right top;
	padding-top: 22px;
	padding-left: 22px;
	padding-right: 15px;
}

/* Page Header */
.PageHeader {
	position: relative;
	width: 948px;
	height: 100px;
	line-height: 100px;
	vertical-align: middle;
	background: url("/images/pageheadergradient.png") repeat-x;
	margin-top: 15px; /* give some padding away from the navigation */
	margin-left: 24px; /* align with content box */
	margin-bottom: -25px; /* place over the top shadow of the content box below */
	z-index: 2; /* set a higher z-index to place over content box below */
}

.PageHeader div {
	line-height: 100px;
	height: 100px;
	vertical-align: middle;
}

.PageHeader h4 {
	display: inline;
	float: left;
}

.PageHeaderLogo {
	float: left;
	width: 50px;
	padding-left: 25px;
	margin-right: 15px;
	background: url("/images/pageheaderlogo.png") no-repeat;
	background-position: right center;
}

.PageHeaderLogoMixer {
	float: right;
	width: 66px;
	padding-right: 25px;
	margin-left: 15px;
	background: url("/images/pageheaderlogomixer.png") no-repeat;
	background-position: left center;
}

.PageHeaderMixerTagline {
	float: right;
	text-align: right;
}

/* Global thumbnail styles (individual page styles for .thumbnail class specified on seperate stylesheets) */
.thumbnail {
	border: 1px solid #666666;
	height: 75px;
	width: 75px;
	text-align: center;
	vertical-align: middle;
}

.thumbnail img {
	width: 75px;
	height: 75px;
}

/*****************************************************************
	Text Styles
*****************************************************************/
.center {
	text-align: center;
}

.right {
	text-align: right;
}

.greentext {
	color: #6c963d;
}

.redtext {
	color: #ff0000;
}

.genre {
	color: #6c963d;
	font-size: 11px;
}

/* Section Titles */
.SectionTitle {
	display: block;
	width: 140px;
	text-align: center;
	
	height: 28px;
	line-height: 28px;
	background: url("/images/homepage/topartists/gradient.png") repeat-x left;
	border: 1px solid #586057;

	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}

.noborder {
	border: none;
}

.nomargin {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}

/*****************************************************************
	Button Styles
*****************************************************************/
.Button {
	background: url("/images/buttongradient.png") repeat-x;
	padding: .5em;
	border: 1px solid #aaabac;
	border-top: 1px solid #cbcccc; /* override top border setting */
	border-left: 1px solid #cbcccc; /* override left border setting */
	color: #EEEEEE;
	font-weight: bold;
}

.Button:hover {
	color: #FFFFFF;
}

.Button:active {
	padding-bottom: .45em;
	padding-right: .45em;
	padding-top: .55em;
	padding-left: .55em;
	border: 1px solid #aaabac;
	border-bottom: 1px solid #cbcccc; /* override top border setting */
	border-right: 1px solid #cbcccc; /* override left border setting */
}

/*****************************************************************
	Footer
*****************************************************************/

#footer {
	border: 1px solid #c7c8c8;
	background: url("/images/footer/gradient.png") repeat-x;
}

#footerlinks {
	height: 106px;
}

#footerlinks ul {
	margin: 0;
	padding: 0;
	margin-top: 2px;
	list-style: none;
	text-align: center;
}

#footerlinks li {
	float: left;
	width: 198px;
	display: inline;
	margin: 0;
	padding: 0;
	padding-top: 2px;
}

.footerlinks.footerlinks_subsection {
	display: block;
	float: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

.footerlinks_subsection li {
	margin: 0;
	padding: 0;
	float: none;
}

#footerlinks a {
	line-height: 10px;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

#footerlinks a:hover {
	text-decoration: underline;
}

#footerlinks ul li.noborder {
	border: none;
}

#copyright {
	line-height: 24px;
	height: 24px;
	background: url("/images/footer/gradient2.png") repeat-x left;
}

#copyright h6 {
	margin-right: 15px;
	font-size: 11px;
	text-align: center;
}
