@import url("common/base.css");

BODY,HTML,IMG,FORM,H1,H2,H3,H4,P,UL,OL,LI {
	margin: 0;
	padding: 0;
	border: none;
}

HTML {
	font: normal 12px "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", arial, helvetica, sans-serif;	
	background-image: url("../images/header_bkg.gif");
	background-repeat: repeat-x;
}

BODY {
	text-align: center;
	background-repeat: repeat-x;
}

#header,
#content,
#footer,
#user-control,
#main-navigation UL.nav,
#sub-navigation {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}	

/********************************************
	GENERIC
*/

H1 {
	font: normal 24px "Trebuchet MS", "Lucida Grande", arial, helvetica, sans-serif;
	margin: 0 0 10px;
}	

H2 {
	font: bold 18px "Lucida Sans", "Lucida Grande", arial, helvetica, sans-serif;	
	margin: 25px 0 10px;
}

H3 {
	font: bold 14px "Lucida Sans", "Lucida Grande", arial, helvetica, sans-serif;	
	margin: 20px 0 6px;
}

H4 {
	font: bold 12px "Lucida Sans", "Lucida Grande", arial, helvetica, sans-serif;	
}

H1 EM,
H2 EM,
H3 EM,
H4 EM {
	font-style: normal;
}

P {
	margin: 0 0 10px;
}

UL,OL {
	padding: 0 20px;
}

CODE {
	padding: 8px;
	overflow-x: auto;
	background: #fff;
	margin: 10px 0;
	display: block;
	_padding: 0;
	_width: 100%;
}

INPUT, SELECT, TEXTAREA {
	font: normal 12px "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", arial, helvetica, sans-serif;
}

TEXTAREA {
	padding: 5px;
}

INPUT.text {
	border-style: solid;
	border-width: 3px;
	background: #fff url("../images/input_text_bkg.gif") repeat-x top;
	padding: 2px;
}

.feed { /* hide feed icons */
	display: none;
}

/********************************************
	MESSAGES
*/

#flashMessage {
}

.alert {
	padding: 12px;
	border: solid 1px #e5e577;
	line-height: 1.1em;
	background: #ffb;
	font-size: 14px;
	margin: 0 0 10px;
	clear: both;
}

.alert.warning {
	background: #e3f2ff url("../images/messages/warning_bkg.gif") no-repeat top left;
	padding-left: 35px;
	color: #234666;
	border-color: #aecce7;
}

.alert.error {
	background: #ed2727 url("../images/messages/error_bkg.gif") no-repeat top left;
	padding-left: 35px;
	color: #fff;
	border-color: #a72a2a;
}

.alert.success {
	background: #e6ffd6 url("../images/messages/success_bkg.gif") no-repeat top left;
	padding-left: 35px;
	color: #3f771b;
	border-color: #b5df9a;
}

#sidebar .alert.warning {
	padding-left: 12px;
	padding-top: 20px;
}

/********************************************
	HEADER
*/

#header {
	height: 78px;
	overflow: hidden;
}

#header #logo {
	float: left;
}

#header #title {
	float: left;
	font: normal 24px "Trebuchet MS", "Lucida Grande", arial, helvetica, sans-serif;	
	color: #666;
	padding: 18px 20px 0 0;
	letter-spacing: -0.5px;
}

#header #title EM {
	color: #fff;
	font-style: normal;
}

#header #title A {
	font-size: 12px;
	letter-spacing: 0;
}

#header #title SELECT {
	font-size: 24px;
	color: #fff;
	background: #222;
}

#header #title_text {
	font-size: 24px;
	font-weight: normal;
}

#header #title_text A {
	margin-left: 10px;
}

#header #title.big {
	padding-top: 12px;
	padding-left: 15px;
}

#header #title.big #title_text,
#header #title.big #title_text A {
	font-weight: bold;
	font-size: 32px;
	color: #fff;
}

#header #title.big #title_text A:hover {
	text-decoration: none;
	color: #ffb;
}

/********************************************
	USER CONTROLS
*/

#user-control {
	overflow: hidden;
}

#user-greeting {
	font: normal 20px "Trebuchet MS", "Lucida Grande", arial, helvetica, sans-serif;	
	letter-spacing: -0.5px;
	padding: 0 10px 0 30px;
	_padding-bottom: 0;
	width: auto;
	float: left;
}

#user-greeting STRONG {
	font-weight: normal;
}

#user-search {
	float: right;
	margin: 0 10px;
}

#user-search INPUT {
	vertical-align: middle;
}

#pref-toggle {
	float: right;
	font-size: 11px;
	margin: 5px 10px 0;
	position: absolute;
	right: 0;
	top: 0;
}

#pref-options {
	clear: both;
	border-style: solid;
	border-width: 0 0 1px; 
	margin-top: -10px;
	padding: 17px;
	_padding-bottom: 35px;
	overflow: hidden;
}

#pref-options .close {
	float: right;
	margin-top: -6px;
	font-size: 11px;
}

#pref-options .col {
	overflow: hidden;
	float: left;
	width: auto !important;
}

#pref-options H4 {
	margin: 0 0 6px;
}

#pref-options OL {
	list-style: none;
	font-size: 11px;
	width: 165px;
	*width: 180px;
	padding: 0 15px 0 0;
	float: left;
}

#pref-options OL LI {
	margin: 6px 0;
	clear: left;
}

#pref-options OL LI INPUT {
	float: left;
	margin: 0 6px 0 0;
	*margin-top: -3px;
}

#pref-options-save {
	clear: both;
	display: block;
	float: right;
}

/********************************************
	TOP NAVIGATION
*/

#navigation {
}

#main-navigation,
#sub-navigation {
	clear: both;
}

#main-navigation {
	overflow: hidden;
}

#sub-navigation {
	overflow: visible;	z-index:2000;
	position: relative;
}

#main-navigation UL.nav,
#sub-navigation UL.nav  {
	clear: both;
	list-style: none;
	overflow: hidden;
}

/********************************************
	TOP NAVIGATION > MAIN (TABS)
*/

#main-navigation UL.nav {
	list-style: none;
	padding: 0 10px;
	overflow: hidden;
	_margin-top: 10px;
}

#main-navigation UL.nav LI {
	float: left;
	_display: inline;
	_float: none;
}

#main-navigation UL.nav LI A {
	display: block;
	_display: inline-block;
	padding: 5px 10px;
	margin: 3px 5px 1px 0;
	text-decoration: none;
	border-style: solid;
	border-width: 1px 1px 0;
}

#main-navigation UL.nav LI A:hover {
	margin-top: 0;
	padding-bottom: 8px;
}

#main-navigation UL.nav LI.disabled A,
#main-navigation UL.nav LI.disabled A:hover {
	margin-top: 3px;
	padding-bottom: 5px;
}

#main-navigation UL.nav LI.selected A,
#main-navigation UL.nav LI.selected A:hover {
	padding-bottom: 6px;
	margin-bottom: 0;
	margin-top: 3px;
}

/********************************************
	TOP NAVIGATION > SECONDARY
*/

#sub-navigation UL.nav {
	float: left;
	list-style: none;
	padding: 8px 0 5px 12px;
}

#sub-navigation UL.nav LI {
	float: left;
	_display: inline;
	_float: none;	
	margin: 0 12px 0 0;
}

#sub-navigation UL.nav LI A {
	display: block;
	_display: inline-block;	
	padding: 2px;
}

#sub-navigation UL.nav LI.selected A {
	text-decoration: none;
}

#sub-navigation .feedback {
	width: 167px;
	float: right;
	position:relative;
}

#sub-navigation #feedback-form {
	position: absolute;
	right: 0;
	top: 40px;
	width: 280px;
	background: #ffeb9c;
	z-index:9999;
	border-style: solid;
	border-width: 1px;
	border-color: #E9D68E;
}
#feedback a {
	outline:none;
}
#sub-navigation #feedback-form DIV.content {
	padding: 10px;
	background: #ffda76;
	margin: 1px;
}

#sub-navigation #feedback-form .close {
	float: right;
}

#sub-navigation #feedback-form H2 {
	margin-top: 0;
}

#sub-navigation #feedback-form TEXTAREA {
	display: block;
	width: 242px;
	height: 80px;
	margin: 0 0 10px;
}

#sub-navigation #feedback-form SMALL {
	display: block;
	margin: 0 0 10px;
}

/********************************************
	TOP MESSAGE
*/

#top-message {
	padding: 10px 10px 0;
	font-size: 11px;
}

/********************************************
	CONTENT
*/

#content {
	overflow: hidden;
	clear: both;
	position: relative;
}

#content .page-title {
	padding: 0 17px;
	border-style: solid;
	border-width: 0 0 1px;
	margin: 0 0 10px;
}

#content .page-title H1 {
	margin: 0 300px 2px 0;
}

#content .page-title-link {
	float: right;
	margin: 8px 5px 0 0;
}

#content .main {
	width: 600px;
	padding: 0 17px;
	margin: 0 0 17px;
	float: left;	
}

#content.one-column .main,
#content.one-column .main.wide {
	width: 866px;
}

.browse-fanclubs {
	list-style: none;
}

.browse-fanclubs LI {
	padding: 10px;
	background: #FFF4C7;
	margin: 0 0 10px;
}

.browse-fanclubs LI H3 {
	margin-bottom: 0;
}


/********************************************
	CONTENT > SIDEBAR
*/

#content #sidebar {
	width: 232px;
	float: left;
	margin: 17px;
	overflow: hidden;
}

#content #sidebar .content {
	padding: 8px;
}

#content #sidebar .top,
#content #sidebar .bot {
	clear: both;
	width: 100%;
	height: 8px;
	font-size: 0;
	line-height: 0;	
}

#content #sidebar .top SPAN,
#content #sidebar .bot SPAN {
	float: right;
	width: 8px;
	height: 8px;
	font-size: 0;
	line-height: 0;	
}

#content #sidebar .block H3 {
	font: bold 18px "Trebuchet MS", "Lucida Grande", arial, helvetica, sans-serif;
}

#content #sidebar .block UL {
	list-style: none;
	padding: 0;
}

#content #sidebar .block UL LI {
	padding: 2px 2px 3px 20px;
	font-size: 1.1em;
}

/********************************************
	CONTENT > SIDEBAR > NAV LIST
*/

#content #sidebar .nav-list {
	list-style: none;
	border-style: solid;
	border-width: 1px 0 0;
	padding: 0;
	margin: 0 0 20px;
}

#content #sidebar .nav-list LI {
	border-style: solid;
	border-width: 0 0 1px;
}

#content #sidebar .nav-list LI.selected {
	font-weight: bold;
}

#content #sidebar .nav-list LI A {
	display: block;
	padding: 5px;
	text-decoration: none;
}

#content #sidebar .nav-list LI A EM {
	font-style: normal;
	font-size: 90%;
}

#content #sidebar .nav-list LI A SMALL {
	display: block;
	font-weight: normal;
	color: #999;
}
		
/********************************************
	CONTENT > COLUMN
*/

#content .col {
	float: left;
	width: 50%;
}

#content .col.full {
	clear: left;
	width: 100%;
}

/********************************************
	CONTENT > MISC
*/

#content UL.big-choices {
	list-style: none;
}

#content UL.big-choices LI {
	padding: 0 40px 0 0;
	margin: 6px 0;
	width: 60%;
	clear: left;
}

#content UL.big-choices A {
	display: block;
	text-decoration: none;
	overflow: hidden;
	padding: 5px;
}

#content UL.big-choices A IMG {
	float: left;
	margin: 0 10px 0 0;
}

#content UL.big-choices A H2 {
	margin: 0;
	padding: 10px 0 0;
	letter-spacing: -0.5px;
}

#content UL.big-choices A:hover H2 {
	text-decoration: underline;
}

#content UL.big-choices A SMALL {
	font-size: 0.9em;
	display: block;
}

#content OL.fanclubs {
	list-style: none;
	overflow: hidden;
	padding: 0;
}

#content OL.fanclubs LI {
	width: 276px;
	margin: 0 10px 10px 0;
	padding: 7px;
	float: left;
}

#content .box {
	width: 254px;
	float: left;
	margin: 10px;
	padding: 10px;
	font-size: 115%;
	line-height: 140%;
	border-style: solid;
	border-width: 3px;
}

#content .box H3 {
	text-align: center;
	font-size: 130%;	
	margin: 10px 0 15px;
}

#content .utility-select {
	float: right;
}