/*** COLOR SCHEME ***/
/*
dark yellow: #f7c22a
orange: #d2a524
gray: #a0aab5
text: #666
black
white
*/

body { background: #fff url(../images/backgrounds/rotate.php) no-repeat 50% 0; color: #666; }
body.played { background: #fff url(../images/body-bg02.jpg) no-repeat 50% 0; color: #666; }
div.clear2  { clear: both; height: 45px; }
/* @group general */
p	{ margin: 10px 0; font-size: 1.1em; line-height: 1.7em; }
img { margin-bottom: 7px; }
a img { border: none; }
a	{ text-decoration: none; color: #d2a524; }
a:hover { color: #a0aab5; }
ol, ul { font-size: 0.9em; }
ul	{ list-style: none; }
td, th    { font: 13px/18px; text-align: left; }
p strong, li strong	{ color: #2e2e2e; }
blockquote		{ border-left: 5px solid #d2a524; margin: 10px 0 10px 20px; padding: 0 25px 0 10px; }
blockquote, blockquote p  { font-size: 0.9em; font-style: italic; }
/* @end */

/* @group boxes */
#wrapper-main { margin: 0 auto; width: 974px; }
#header		{ height: 150px; background: transparent url(../images/top-bg.png) repeat-y 0 0; }
#header-bot	{ height: 9px; background: transparent url(../images/topbot-bg.png) no-repeat 0 0; margin-bottom: 230px; }
#content-top { height: 9px; background: transparent url(../images/contenttop-bg.png) no-repeat 0 0; text-align: center;}
#content	{ background: transparent url(../images/content-bg.png) repeat-y 0 0; overflow: auto; }
#footer		{ clear: both; height: 50px; padding-top: 25px;}
/* @end */

/* @group header */
#logo		{ position: absolute; top: 42px; width: 210px; padding-left: 42px; }
#logo h1 a	{ display: block; width: 138px; height: 53px; position: relative; text-indent: -9999px;
	background: url(../images/logo.jpg) no-repeat 0 0; }
	
	/* @group navigation */
	#navigation	{ position: relative; top: 13px; height: 130px; float: right; margin-right: 10px; }
	.main-nav	{ list-style: none; }
	.main-nav li { display: block; width: 130px; float: left; margin: 0; border-left: 1px solid #a0aab5; 
		padding: 0 10px 0 10px; height: 130px; background: #fff url(../images/cross-bg.jpg) no-repeat 95% 100%; }
	.main-nav li a { color: #666; text-decoration: none; text-transform: uppercase; font-size: 1.2em; }
	.main-nav li a:hover, .main-nav li a.current { color: #f7c22a; }
	.main-nav li div { margin: 10px 0; font-size: 0.95em; line-height: 1.25em; }
	/* @end */
	
/* @end */

/* @group content area */
#content-box	{ padding: 40px 0; }

	/* @group left-column */
	#left-column	{ margin-bottom: 50px; }
	#left-content	{ margin-left: 40px; margin-right: 60px; }
	/* @end */
	
	/* @group title styles */
	/*** these styles swap the h2 tags for images ***/
	.post-title .about { display: block; width: 536px; height: 357px; text-indent: -9999px;
		background: #fff url(../images/cat-about.jpg) no-repeat 0 0; }
	.post-title .fanclub { display: block; width: 540px; height: 211px; text-indent: -9999px;
		background: #fff url(../images/cat-fanclub.jpg) no-repeat 0 0; width: 536px; height: 100px; }
	h2.Reflecteur { display: block; width: 536px; height: 100px; text-indent: -9999px;
		background: #fff url(../images/cat-reflect.jpg) no-repeat 0 0; }
	h2.Played { display: block; width: 536px; height: 100px; text-indent: -9999px;
		background: #fff url(../images/cat-played.jpg) no-repeat 0 0; }
	/* @end */
	
	/* @group post styles */
	div.post	{ margin-bottom: 35px; }
	
	h2.post-title	{ text-transform: uppercase; margin: 0 0 3px 0; padding: 0; line-height: 1.1em; }
	h2.post-title a	{ color: #f7c22a; }
	/*h2.post-title a:hover { color: #d2a524; } -- Uncomment to use title hovers */
	
	.post-details	{ font-size: 0.9em; }
	
	.post-content	{ margin: 25px 0 15px 0; border-bottom: 1px solid #a0aab5; }
	.post-content ul { list-style: disc; }
	.post-content h2 { font-size: 1.3em; color: #f7c22a; margin: 0 0 5px 0; }
	.continue {  text-transform: uppercase; font-size: 1.1em; padding: 0; margin-bottom: 10px;
		display: block; width: 165px; }
	.continue a { text-decoration: none; color: #666; }
	.continue a:hover { color: #d2a524; }
	.continue img { margin: 0 0 0 10px; }
	
	.comment-counter {  text-transform: uppercase; font-size: 1.1em; padding: 3px 0; float: left; }
	
	.share	{ float: left; width:54%;  }
	.share ul { list-style: none; margin: 0; padding: 0; }
	.share ul li { display: inline; padding: 0 10px; margin: 0; }
	
	#pagination { background: transparent url(../images/pagination-bg.jpg) repeat-x 0 0; height: 24px;
		padding: 3px 15px 0 0; text-align: right; font-weight: bold; color: #fff; }
	/* @end */
	
	/* @group author-template */
	.author-info { background: #eee; border: 1px solid #b9b9b9; padding: 5px 5px 5px 5px; margin-bottom: 20px; }
	.author-info h2 { color: #888; font-size: 1.2em; text-transform: uppercase; margin: 0 0 15px 0;
		border-bottom: 1px solid #b9b9b9; }
	.author-avatar { float: left; border: 1px solid #b9b9b9; height: 80px; width: 80px;
		background: #fff; padding: 2px; margin: 0 10px 5px 0; }
	.author-details, .author-details p { font-size: 0.95em; }
	.author-details ul { margin: 0; padding: 0; }
	.author-details ul li { margin: 5px 0; padding: 0; line-height: 1.6em; }
	.single-author { font-size: 1.25em; margin: 0 0 7px 0; color: #888;}
	.single-author a { color: #888; }
	.single-author a:hover { color: #d2a524; }
	h4.post-count { font-size: 1.3em; color: #d2a524; text-transform: uppercase; border-bottom: 1px solid #d2a524; }
	/* @end */
	
	/* @group comments styles */
	.comment-container { padding: 0; }
	h3.comments { font-size: 1.8em; color: #666; font-style: italic; padding-bottom: 3px;
		background: url(../images/divider.jpg) repeat-x 0 100%; margin: 0 0 10px 0; }
	h2.comments { font-size: 2.0em; color: #666; font-style: italic; padding-bottom: 3px;
		background: url(../images/divider.jpg) repeat-x 0 100%; margin: 0 10px 10px 10px; padding: 0 0 0 3px; }
	.commentlist li { margin: 0; padding: 0; }
	.comment { background: #e3e3e3; border: 1px solid #b9babc; margin: 6px 0; overflow: hidden; }
	.user-details 	{ width: 140px; float: left; margin-bottom: 15px; }
	.comment-details { float: right; width: 375px; margin: 6px 2px 15px 0; }
	.comment-date { text-align: left; padding: 0 5px 1px 0; color: #4d5a5d; font-style: italic; font-weight: bold;}
	.edit-comment { float: right; margin: 5px; }
	.edit-comment a { color: #9b9b9b; }
	.edit-comment a:hover { color: #be5001; }
	.gravatar { width: 80px; height: 80px; margin: 10px auto; margin-bottom: 2px; border: 1px solid #b9babc;
		background: #fff; padding: 2px; }
	.username { text-align: center; font-style: italic; font-size: 1.1em; }
	.username strong a { color: #666; }
	.username strong a:hover { color: #d2a524; }
	.comment-content { margin: 2px 0 0 0; padding: 5px 10px; background: #fff; color: #666; 
		border: 1px solid #b9babc; }
	.comment-content blockquote { margin: 5px 0 0 0; padding: 0 10px 0 10px; border-left: 5px solid #4d5a5d;}
	/* @end */
	
	/* @group comments-form */
	.form 			{ margin: 0; padding: 0; color: #666;}
	.form p a		{ text-decoration: none; color: #d2a524; }
	.form p a:hover { color: #666; }
	#form-comment 	{ width: 100%; }
	#commentform input, #commentform textarea { background: #fff; border: 1px solid #f2c377; color: #666;
		font-size: 1em; }
	#commentform textarea { margin: 0 0 0 2px; }
	/* @end */
	
	
	/* @group right-column */
	#right-column	{ margin-bottom: 50px; }
	#right-content	{ margin-left: 20px; margin-right: 40px; }
	/* @end */
	
	/* @group searchbox */
	#searchform { height: 32px; border: 1px solid #999; margin-bottom: 15px; }
	#search	{ height: 30px; background: #fff; }
	.searchboxinput { font-size: 1em; font-weight: bold; color: #999; background: transparent; border: none;
		margin: 6px 0 0 5px; float: left; }
	#search-submit { float: right; display: block; width: 32px; height: 31px; text-indent: -9999px; cursor: pointer;
		background: transparent url(../images/mag-graphic.jpg) no-repeat 0 0; border: none; }
	/* @end */
	
	/* @group authors */
	#author-menu	{ margin-bottom: 15px; font-size: 1em; font-weight: bold; color: #999; position: absolute;
		text-transform: uppercase; text-align: left; }
	#author-menu ul { width: 100%; list-style: none; margin: 0; padding: 0; }
	#author-menu ul li { margin: 0; background: #fff; border: 1px solid #999; height: 18px;
		width: 213px; }
	#author-menu ul li.top { background: url(../images/menu-arrow.jpg) no-repeat 0 0; padding: 8px 0 8px 5px; }
	#author-menu ul li.item { display: none; border-top: none; height: 15px; padding: 2px 0 5px 5px; }
	#author-menu ul:hover .item { display: block; }
	
	.item a { color: #999; }
	.item a:hover { color: #d2a524; }
	/* @end */
	
	/* @group twitter box */
	#twitter-box { margin: 15px 0; }
	.twitter-head { background: #fff url(../images/twitter-bg.jpg) no-repeat 0 0; height: 33px; padding: 7px 0 0 10px;
		font-weight: bold; }
	.twitter-head a { color: #666; }
	.twitter-head a:hover { color: #fff; }
	.twitter-feed { font-size: 0.9em; padding: 0 5px; }
	.tweet { border-bottom: 1px solid #999; margin: 7px 0; padding: 5px 0;}
	/* @end */
	
	/* @group subscribe-rss */
	#subscribe { margin: 15px 0; background: #fff url(../images/rss-icon.jpg) no-repeat; height: 40px; 
		padding: 7px 0 0 10px; font-weight: bold; }
	#subscribe a { color: #666; }
	#subscribe a:hover { color: #fff; }
	/* @end */
	
	/* @group sidebar box */
	.hot-topics { margin: 15px 0 15px 0; }
	.topics-head { background: #fff url(../images/blank-sidebar.jpg) no-repeat 0 0; height: 33px; padding: 7px 0 0 10px;
		font-weight: bold; }
	.topics-feed { font-size: 0.9em; padding: 0;  }
	
	.widget { list-style: none; margin: 0; padding: 0; }
	.widget li { font-size: 1.1em; line-height: 1.1em;
		padding: 7px 3px; margin: 0;}
	.widget li  { display: block; padding-bottom: 6px; background: url("../images/divider.jpg") repeat-x 0 100%; }
	.widget li a strong { display: block; text-transform: uppercase; color: #d2a524; font-size: 1.2em;
		padding-bottom: 2px;}
	.widget li a span { font-size: .95em; color: #666; }
	.widget a:hover, .widget a:hover strong, .widget a:hover span { color: #a0aab5; }

	/* @end */
	
	/* @group footer */
	#footer { border-top: 1px solid #a0aab5; }
	#footer a { color: #d2a524; }
	#footer a:hover { color: #a0aab5; }
	.footer-left { text-align: center; font-siz