/* global.css */


/* start afresh */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,  
pre, form, fieldset, table, th, td, img { 
	margin: 0;
	padding: 0;
	border: 0 none;
}
h1, h2 {
	margin: .8em 0 .4em 0;
	line-height: 1.4em;
}
h3, h4, p, ul, ol, dl, blockquote {
	margin: .4em 0 .8em 0;
	line-height: 1.7em;
}


/* layout */
body {
	background: #1f140f url(/_img/body.jpg) center top repeat-y;
	
	text-align: center;
}
div#wrap {
	width: 960px;
	
	position: relative;
	margin: 10px auto 0;
	
	text-align: left;
}
div#header {
	height: 176px;
	
	position: relative;
	
	background: url(/_img/header.png) no-repeat;
}
div#banner {
	height: 442px;
	
	position: relative;
	top: -100px;
	z-index: -7;
	
	margin-bottom: -180px;
	
	background: url(/_img/banner.png) no-repeat;
}
div#content {
	background: url(/_img/content.png) repeat-y;
}
div#content-top {
	height: 116px;
	
	background: url(/_img/content-top.png) no-repeat;
}
div#content-bottom {
	height: 134px;
	
	background: url(/_img/content-bottom.png) no-repeat;
}
div#footer {
	padding: 0 50px 40px;
}
hr.clear, li.clear {
	height: 1px;
	
	margin: 0;
	border: 0 none;
	
	clear: both;
	visibility: hidden;
}


/* type */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.7em;
	color: #111111;
}
body, .p {
	font-size: 12px;
}
#sidebar em, h1 em, h2 em {
	color: #444444;
}
a {
	color: #993300;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a em, #sidebar a em {
	color: #993300;
}
h1, h1 a {
	font-weight: normal;
	color: #000000;
	font-size: 27px;
}
h1 em {
	font-size: 19px;
}
h2, h2 a {
	font-weight: normal;
	color: #000000;
	font-size: 19px;
}
h2 em {
	font-size: 13px;
}
h3 {
	font-weight: normal;
	color: #555555;
	font-size: 14px;
}
h3 a {
	
}
h4 {
	color: #555555;
	font-weight: normal;
	font-style: italic;
	font-size: 11px;
}
.social {
	line-height: 20px;
}
.alert {
	color: #cc6600;
	font-style: italic;
}
ul, dl, ol, blockquote {
	margin-left: 1em;
}
ul {
	list-style: none;
}
ul li em {
	font-size: 9px;
}
ul li.separator, span.separator {
	font-weight: bold;
	color: #777777;
	
	padding: 0 4px;
}
ul.inline li {
	display: inline;
}
.no-indent {
	margin-left: 0;
	margin-right: 0;
}
hr {
	height: 1px;
	
	border: 0 none;
	border-bottom: 1px dotted #d7d7d7;
	background-color: transparent;
	
	margin: 1em;
}
#pop-content hr {
	border-bottom: 1px dotted #e5dede;
}


/* forms */
form p {
	line-height: 1.3em;
}
button, input[type=submit] {
	cursor: pointer;
}
input, textarea, button {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #222222;
}
input.text {
	padding: 3px;
	width: 300px;
}
button.submit {
	width: 108px;
	height: 35px;
	line-height: 31px;
	
	display: inline-block;
	
	color: #ffffff;
	font-size: 17px;
	text-shadow: #000000 0 -1px 0;
	text-align: center;
	
	position: relative;
	left: -4px;
	
	border: 0 none;
	background: url(/_img/button-form.png) no-repeat;
}
label {
	font-style: italic;
	font-size: 11px;
	color: #555555;
	
	position: relative;
	left: .5em; 
}
input.copy {
	width: 240px;
	
	color: #777777;
	font-family: Monaco, "Courier New", Courier, mono;
}


/* header */
#header h1 {
	margin: 0;
	
	position: absolute;
	top: 52px;
	left: 62px;
}
#header h1 a {
	width: 288px;
	height: 42px;
	
	display: block;	
	background: url(/_img/header-logo.png) no-repeat;
	
	text-indent: -9999px;
	overflow: hidden;
}
ul#nav {
	list-style: none;
	
	position: absolute;
	margin: 0;
	top: 59px;
	right: 61px;
	
	text-align: right;
}
#nav li {
	height: 35px;
	
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	
	margin: 0 2px;
	padding: 0;
	
	cursor: pointer;
	
	background: url(/_img/button-nav-left.png) left top no-repeat;
}
#nav li:hover, #nav li.selected {
	background-position: left bottom;
}
#nav li a {
	height: 35px;
	line-height: 35px;
	
	padding: 0 15px 0 7px;
	
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	
	position: relative;
	left: 7px;
	
	background: url(/_img/button-nav-right.png) right top repeat-x;
	
	font-size: 17px;
	color: #000000;
	text-decoration: none;
}
#nav li:hover a, #nav li.selected a {
	color: #ffffff;
	
	text-shadow: #000000 0 -1px 0;
	
	background-position: right bottom;
}


/* content */
div#page, div#sidebar {
	position: relative;
	top: -55px;	
	margin-bottom: -125px;
}
#page {
	width: 522px;
	
	margin-left: 60px;
	
	float: left;
}
#sidebar {
	width: 250px;
	
	padding-left: 40px;
	margin-right: 60px;
	
	float: right;
	
	background: url(/_img/sidebar-line.png) left top repeat-y;
}
ul li img {
	vertical-align: middle;
}
ul.grid {
	margin: 0;
}
ul.grid li {
	float: left;
}
ul.grid li a {
	display: block;
	padding: 4px;
	
	background-repeat: no-repeat;
}
ul.photo a {
	width: 75px;
	height: 75px;
	
	margin-right: 4px;
	margin-bottom: 4px;
	
	background-image: url(/_img/thumb-photo.png);
}
ul.photo a img {
	width: 75px;
	height: 75px;
}
ul.video a {
	width: 120px;
	height: 90px;
	
	margin-right: 2px;
	margin-bottom: 2px;
	
	background-image: url(/_img/thumb-video.png);
}
ul.video a img {
	width: 120px;
	height: 90px;
}
img.show {
	width: 200px;
	height: 300px;
	
	padding: 4px;
	
	background-image: url(/_img/thumb-show.png);
}
.left {
	float: left;
	margin: 0 1em .5em 0;
}
.right {
	float: right;
	margin: 0 0 .5em 1em;
}
p.right {
	text-align: right;
}


/* posters */
div#posters {
	text-align: center;
}
div#posters a:hover {
	text-decoration: none;
}


/* free music - downloads */
p.download {
	text-align: center;
	
	margin: 3em 0;
}
p.download a {
	width: 458px;
	height: 78px;
	
	display: block;
	margin: 0 auto;
	
	line-height: 78px;
	text-align: center;
	font-size: 19px;
	text-shadow: #000000 0 -1px 0;
	
	background: url(/_img/button-download.png) no-repeat;
}
p.download a, p.download a:hover, p.download a * {
	color: #ffffff;
	text-decoration: none;
}


/* audio */
div#audio {
	line-height: 1em;
	
	/*margin: 1em 0 2em;*/
	margin: 1em 0 0;
}
#audio p {
	font-size: 11px;
	color: #777777;
	
	margin: .3em 0 .3em 1.5em;
}
#audio h1 {
	margin: 0;
}
#audio h1 a {
	width: 248px;
	height: 58px;
	display: block;
	
	background: url(/_img/button-audio-download.png) no-repeat;
	
	color: #ffffff;
	text-shadow: #000000 0 -1px 0;
	text-align: center;
	line-height: 58px;
}
#audio h1 a:hover {
	text-decoration: none;
}
#audio p#audio-meta {
	font-style: italic;
	
	margin-right: 1.7em;
	
	position: relative;
}
#audio p#audio-meta a {
	color: #777777;
	text-decoration: none;
}
#audio p#audio-meta a:hover {
	color: #333333;
	text-decoration: none;
}
#audio span#audio-title {
	display: block;
}
#audio span#audio-button {
	position: absolute;
	top: .3em;
	right: 0;
	
	text-indent: -9999px;
	overflow: hidden;
	
	width: 9px;
	height: 12px;
	display: block;
	
	background: url(/_img/button-audio-control.png) no-repeat;
}
#audio a#audio-control.play span#audio-button {
	background-position: left top;
}
#audio a#audio-control.play:hover span#audio-button {
	background-position: left bottom;
}
#audio a#audio-control.pause span#audio-button {
	background-position: right top;
}
#audio a#audio-control.pause:hover span#audio-button {
	background-position: right bottom;
}
#audio div#audio-player {
	height: 1px;
}


/* footer */
#footer {
	font-size: 10px;
	color: #ffffff;
	font-style: italic;
	text-shadow: #000000 1px 1px 1px;
	
	text-align: right;
	
	line-height: 24px;
}
#footer a {
	color: #ffffff;
	text-decoration: none;
	
	border-bottom: 0 none;
}
#footer a:hover {
	color: #ffffff;
	
	background-color: transparent;
}
#footer-text {
	display: block;
	float: right;
	height: 22px;
}
#footer #uplyft {
	display: block;
	float: right;
	height: 22px;
	
	padding: 0 26px 0 3px;
	
	background-image: url(/_img/uplyft.png);
	background-repeat: no-repeat;
	background-position: top right;
}
#footer #uplyft:hover {
	background-position: bottom right;
}


/* pop */
div#shade {
	display: none;
	
	cursor: pointer;
	
	width: 100%;
	height: 100%;
	
	position: fixed;
	top: 0;
	left: 0;
	z-index: 7;
	
	overflow: hidden;
	
	opacity: 0.77;
	filter: alpha(opacity=77);
	background: #000000;
}
div#pop {
	display: none;
	
	width: auto;
	height: auto;
	
	position: fixed;
	left: 50%;
	margin-left: -260px;
	top: 50%;
	margin-top: -260px;
	z-index: 77;
	
	text-align: left;
}
#pop div#pop-content {
	width: 240px;
	height: 240px;
	
	position: absolute;
	padding: 10px;
	
	background: #eeeeee url(/_img/pop.png) repeat-x;
}
#pop div#pop-content h1:first-child {
	margin-top: 0;
}
#pop div#pop-content div.pop-wrap {
	width: 460px;
	max-height: 460px;
	
	padding: 20px;
	
	overflow: auto;
}
#pop div#pop-content h1.pop-hide {
	display: none;
}
#pop div#pop-spinner {
	width: 240px;
	
	position: absolute;
	top: 10px;
	left: 10px;
}
#pop div#pop-spinner h3 {
	height: 240px;
	line-height: 240px;
	
	margin: 0;
	
	font-size: 60px;
	text-align: center;
}
#pop div#pop-spinner img {
	vertical-align: middle;
}
#pop a#pop-close {
	width: 48px;
	height: 48px;
	display: block;
	
	position: absolute;
	top: -19px;
	left: -19px;
	
	background: url(/_img/pop-close.png) no-repeat;
	
	text-indent: -9999px;
	overflow: hidden;
}


/* photos */
p.photo {
	text-align: center;
}
#pop-content p.photo {
	margin: 0;
}
p.photo a#photo-left, p.photo a#photo-right {
	display: block;
	
	width: 34px;
	height: 34px;
	
	position: absolute;
	bottom: -30px;
	
	text-indent: -9999px;
	overflow: hidden;
	
	background-repeat: no-repeat;
}
p.photo a#photo-left {
	left: 210px;
	
	background-image: url(/_img/photo-left.png);
	background-position: right bottom;
}
p.photo a#photo-right {
	right: 210px;
	
	background-image: url(/_img/photo-right.png);
	background-position: left bottom;
}
#pop-content p.photo a#photo-left, #pop-content p.photo a#photo-right {
	bottom: 0;
}
#pop-content p.photo a#photo-left {
	left: 0;
	
	background-position: right top;
}
#pop-content p.photo a#photo-right {
	right: 0;
	
	background-position: left top;
}
#pop-content p.photo img {
	max-width: 500px;
	max-height: 500px;
}


/* video */
p.video {
	text-align: center;
}
#pop-content p.video {
	margin: 0;
}
p.video object, p.video embed {
	max-width: 500px;
	max-height: 306px;
	
	margin: 0 auto;
}


/* twitter */
.twtr-widget {
	font-size: 12px !important;
	z-index: 0;
	
	margin-left: 1em;
	position: relative;
	top: -.3em;
}
.twtr-widget, .twtr-widget * {
	font-family: Georgia, "Times New Roman", Times, serif !important;
}
.twtr-widget .twtr-hd, .twtr-widget .twtr-ft, .twtr-widget .twtr-avatar {
	display: none !important;
}
.twtr-widget .twtr-tweet {
	height: auto !important;
	border: 0 none !important;
}
.twtr-widget .twtr-tweet-wrap {
	padding: 0 !important;
	margin: .4em 0 !important;
}
.twtr-widget .twtr-tweet-text {
	margin: 0 !important;
}
.twtr-widget .twtr-tweet-text p {
	font-size: 12px !important;
	line-height: 1.7em !important;
}
.twtr-widget .twtr-tweet-text i {
	font-style: italic !important;
	color: #444 !important;
	font-size: 9px !important;
}


/* twlike, fblike, fbevent */
iframe.fblike, iframe.twitter-share-button {
	position: relative;
	top: 6px;
}
a.retweet, a.fbevent {
	font-style: normal;
	text-decoration: none;
}
a.retweet {
	display: none;
}
a.retweet strong.button, a.fbevent strong.button {
	font-size: 11px;
	line-height: 20px;
	height: 20px;
	display: inline-block;
	outline: medium none;
	padding-left: 3px;
	background-image: url(/_img/tw-button-left.png);
	background-position: left top;
	background-repeat: no-repeat;
}
a.fbevent strong.button {
	background-image: url(/_img/fb-button-left.png);
}
a.retweet strong.button img, a.fbevent strong.button img {
	padding: 0 6px 0 0;
	vertical-align: middle;
	position: relative;
	top: -1px;
}
a.retweet strong.button span.text, a.fbevent strong.button span.text {
	line-height: 20px;
	height: 20px;
	display: inline-block;
	background-image: url(/_img/tw-button.png);
	background-position: right top;
	background-repeat: no-repeat;
	color: #147daa;
	font-family: 'Lucida Grande', Tahoma, Verdana, Arial, sans-serif;
	font-weight: normal;
	padding: 0 5px 0 3px;
	margin: 0;
	text-shadow: none;
}
a.fbevent strong.button span.text {
	background-image: url(/_img/fb-button.png);
	color: #3b5998;
}
a.retweet strong.button:hover, a.fbevent strong.button:hover {
	background-position: left bottom;
}
a.retweet strong.button:hover span.text, a.fbevent strong.button:hover span.text {
	background-position: right bottom;
}
a.retweet span.count {
	color: #333;
	font-family: 'Lucida Grande', Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-left: 5px;
	cursor: text;
}


/* retweet & fb share */
/*a.fb-share, a.retweet, a.fb-event {
	font-style: normal;
	text-decoration: none;
}
a.retweet {
	display: none;
}
a.retweet strong.button, a.fb-event strong.button {
	font-size: 10px;
	line-height: 10px;
	background: url(/_img/tweet-icon.png) no-repeat scroll 0 0 #0b73a3;
	display: inline-block;
	outline: medium none;
	padding: 0 0 0 1px;
}
a.fb-event strong.button {
	background: url(/_img/fb-icon.png) no-repeat scroll 0 0 #29447e;
}
a.retweet strong.button span.text, a.fb-event strong.button span.text {
	background: #50c1e1;
	padding: 2px 6px 3px;
	border-bottom: 1px solid #0b73a3;
	border-top: 1px solid #84d3ea;
	color: #fff;
	display: block;
	font-family: 'Lucida Grande', Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
	margin: 1px 1px 0 17px;
	text-shadow: none;
}
a.fb-event strong.button span.text {
	background: #5d76aa;
	border-bottom: 1px solid #1a356e;
	border-top: 1px solid #879ac0;
}
a.retweet span.nub, a.fb-event span.nub {
	background: url(/_img/tweet-count-bubble.png) right 5px no-repeat;
	border: medium none;
	display: inline-block;
	height: 10px;
	left: 2px;
	margin: 0 2px 0 0;
	padding: 0;
	position: relative;
	vertical-align: top;
	width: 5px;
	z-index: 10;
}
a.fb-event span.nub {
	background: url(/_img/fb-count-bubble.png) right 5px no-repeat;
}
a.retweet strong.count, a.fb-event strong.count {
	display: inline-block;
	margin-left: -1px;
	background: none repeat scroll 0 0 #84d3ea;
	color: #333;
	font-family: 'Lucida Grande', Tahoma, Verdana, Arial, sans-serif;
	text-align: center;
}
a.fb-event strong.count {
	background: none repeat scroll 0 0 #84d3ea;
}
a.retweet strong.count span.digit, a.fb-event strong.count span.digit {
	font-size: 10px;
	border-bottom: 1px solid #84d3ea;
	border-top: 1px solid #dff4f9;
	font-weight: bold;
	line-height: 10px;
	margin: 1px 1px 0 1px;
	padding: 2px 6px 3px;
	background: none repeat scroll 0 0 #dff4f9;
	display: block;
}
a.fb-event strong.count span.digit {
	border-bottom: 1px solid #84d3ea;
	border-top: 1px solid #dff4f9;
	background: none repeat scroll 0 0 #dff4f9;
}*/
/*a.retweet {
	color: #0099cc;
	font-style: normal;
	color: #333;
	text-decoration: none;
	border: 1px dotted #ddd;
	padding: 3px 4px 2px 4px;
	line-height: 1.3em;
}
a.retweet:hover {
	text-decoration: none;
}
a.retweet span {
	color: #0099cc;
	margin-left: 2px;
	padding: 3px;
}
a.retweet.vert {
	display: block;
	text-align: center;
	float: left;
}
a.retweet strong {
	font-weight: normal;
}
a.retweet strong.vert {
	font-size: 17px;
	display: block;
	padding: 0px;
}
a.retweet span.vert {
	display: block;
	margin-left: 0px;
}
a.retweet {
	display: none;
}*/

