body {
	background: url(../images/bg.jpg) center top repeat;
	font-family: Helvetica, Arial, Sans-serif, Sans;
	font-size: 12px;
	color: white;
	line-height: 18px;
	min-width: 990px;
}
a {
	color: #fed829;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 18px;
	text-transform: uppercase;
}
h2 {
	font-size: 16px;
}
input.text-field {
	background: white;
	border: 0;
	padding: 5px;
	filter: alpha(opacity = 10);
	opacity: 0.2;
}
input.text-field:focus {
	filter: alpha(opacity = 50);
	opacity: 0.5;
}
div.clear {
	clear: both;
}
div#outer-wrapper {
	background: url(../images/bg3.jpg) center top repeat-x;
	min-height: 600px;
}

div#wrapper {
	background: url(../images/bg2.gif) center top no-repeat;
	min-height: 600px;
}
div#inner-wrapper {
	background: url(../images/nav-bg.png) center top repeat-x;
	min-height: 100px;
}
div#container {
	width: 990px;
	margin: 0 auto;
}
div#nav {
	margin-left: 23px;
}
div#nav ul li {
	float: left;
	display: block;
	cursor: pointer;
	height: 51px;
}
div#nav ul li a {
	display: block;
	height: 51px;
	text-indent: -9999em;
	line-height: 0;
	font-size: 0;
	position: absolute;
	cursor: pointer;
	z-index: 100;
}
div#nav ul li div {
	background: url(../images/nav-hover.gif);
	filter: alpha(opacity = 0);
	opacity: 0;
	height: 51px;
	position: absolute;
}
li#navwho a {
	background: url(../images/nav.png) 0 16px no-repeat;
	width: 153px;
}
li#navwho, li#navwho div {
	width: 153px;
}
li#navdiary a {
	background: url(../images/nav.png) -153px 16px no-repeat;
	width: 121px;
}
li#navdiary, li#navdiary div {
	width: 121px;
}
li#navlyrics a {
	background: url(../images/nav.png) -276px 16px no-repeat;
	width: 85px;
}
li#navlyrics, li#navlyrics div {
	width: 85px;
}
li#navpix a {
	background: url(../images/nav.png) -362px 16px no-repeat;
	width: 55px;
}
li#navpix,li#navpix div {
	width: 55px;
}
li#navvideos a {
	background: url(../images/nav.png) -415px 16px no-repeat;
	width: 66px;
}
li#navvideos, li#navvideos div {
	width: 66px;
}
li#navringtones a {
	background: url(../images/nav.png) -480px 16px no-repeat;
	width: 98px;
}
li#navringtones, li#navringtones div {
	width: 98px;
}
li#navupcoming a {
	background: url(../images/nav.png) -578px 16px no-repeat;
	width: 89px;
}
li#navupcoming, li#navupcoming div {
	width: 89px;
}
li#navbring a {
	background: url(../images/nav.png) -667px 16px no-repeat;
	width: 103px;
}
li#navbring, li#navbring div {
	width: 103px;
}
li#navstreet a {
	background: url(../images/nav.png) -770px 16px no-repeat;
	width: 102px;
}
li#navstreet, li#navstreet div {
	width: 102px;
}
li#navmerch a {
	background: url(../images/nav.png) -872px 16px no-repeat;
	width: 78px;
}
li#navmerch, li#navmerch div {
	width: 78px;
}

body.who li#navwho div,
body.diary li#navdiary div,
body.lyrics li#navlyrics div,
body.pictures li#navpix div,
body.videos li#navvideos div,
body.ringtones li#navringtones div,
body.shows li#navupcoming div,
body.bring li#navbring div,
body.team li#navstreet div,
body.merch li#navmerch div
{
	filter: alpha(opacity = 50) !important;
	opacity: 0.5 !important;
}

li#navwho:active div,
li#navdiary:active div,
li#navlyrics:active div,
li#navpix:active div,
li#navvideos:active div,
li#navringtones:active div,
li#navupcoming:active div,
li#navbring:active div,
li#navstreet:active div,
li#navmerch:active div
{
	filter: alpha(opacity = 100) !important;
	opacity: 1 !important;
}

div#global {
	position: absolute;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	color: #000000;
	margin-left: 561px;
	margin-top: 59px;
	text-align: right;
	width: 400px;
	z-index: 120;
}
div#global-content {
	float: right;
}
div#global a {
	color: #000000;
}
div#global span {
	display: block;
	float: left;
}
div#global ul ul{
	float: left;
}
div#global ul li {
	float: left;
	margin-left: 10px;
}
div#global ul li a img {
	display: block;
}

div#footer {
	color: #777;
	font-size: 11px;
	padding: 10px 20px 30px 20px;
}
div#left-foot {
	float: left;
}
div#right-foot {
	float: right;
}

/* Home Page */
div#music-player {
	position: absolute;
	z-index: 120;
	margin-left: 403px;
	margin-top: 405px;
	font-weight: bold;
	width: 600px;
}
div#jquery_jplayer {

}
div.jp-playlist-player {

}
div#banner {
	position: relative;
}
div#callouts {
	background: url(../images/body-bg.png) 0 0 repeat;
	margin: 0 20px;
	-moz-box-shadow: 0 0 5px #13141c;
	-webkit-box-shadow: 0 0 5px #13141c;
	box-shadow: 0 0 5px #13141c;
	padding: 35px;
	position: relative;
	z-index: 50;
	top: -13px;
}
div.callout {
	float: left;
	padding: 0 22px;
}
div#callout-diary {
	width: 263px;
	padding-left: 0;
}
div#callout-diary p {

}
div.blog-post {
	margin-bottom: 15px;
}
div#callout-social {
	width: 263px;
	border-left: 1px dotted #5e5f69;
	border-right: 1px dotted #5e5f69;
}
img#tweeter {
	float: left;
}
div#anita-tweet {
	background: #21213b;
	padding: 10px 15px;
	float: left;
	width: 194px;
	margin-left: 15px;
	-moz-box-shadow: 0 0 5px #050505;
	-webkit-box-shadow: 0 0 5px #050505;
	box-shadow: 0 0 5px #050505;
}
div#anita-tweet a {
	color: white;
}
img#tweet-arrow {
	position: absolute;
	margin-left: -22px;
}
a#twitter-link {
	float: right;
	display: block;
	margin: 10px 0; 
}
div#callout-signup input#newsletter-submit {
	display: block;
	background: url(../images/button-submit.png) 0 0 no-repeat;
	width: 74px;
	height: 35px;
	border: medium none;
	cursor: pointer;
	text-indent: -9999em;
	float: left;
	position: relative;
	top: -5px;
}
div#callout-signup input.highlight, div#left input.highlight {
	background: red;
	opacity: 0.8;
}
div#callout-signup div.success, div#left div.success {
	background: green;
	padding: 5px 10px;
	margin-bottom: 7px;
}
div#callout-signup input.text-field {
	width: 210px;
	float: left;
	margin-right: 5px;
}
div#callout-video {
	width: 263px;
	padding-right: 0;
}
div#callout-video img {
	-moz-box-shadow: 0 0 5px #050505;
	-webkit-box-shadow: 0 0 5px #050505;
	box-shadow: 0 0 5px #050505;
}
div#callouts h2 {
	margin-bottom: 15px;
}
div#callouts small {
	font-size: 10px;
}
div#itunes-link {
	position: absolute;
	margin-top: 300px;
	margin-left: 690px;
	width: 180px;
	height: 20px;
	text-align: center;
	left: -618px;
	top: 26px;
}

/* Sub Page */

div#page {
	background: url(../images/body-bg.png) 0 0 repeat;
	margin: 0 20px;
	-moz-box-shadow: 0 0 5px #13141c;
	-webkit-box-shadow: 0 0 5px #13141c;
	box-shadow: 0 0 5px #13141c;
	padding: 35px;
	position: relative;
	z-index: 50;
	top: -13px;
}
div#page h1 {
	margin-bottom: 20px;
}
div#left {
	width: 652px;
	float: left;
}
div#leftmerch {
	width: 470px;
	float: left;
}
div#left p {
	margin-bottom: 15px;
}
div#right {
	width: 201px;
	float: right;
}
div#rightmerch{
	width: 390px;
	float: right;
}
div#highlight {
	background: #21213b;
	padding: 10px;
}
div#highlight h2 {
	padding: 5px;
	padding-bottom: 7px;
}

/* merch */

#leftmerch tr td {
	border-bottom: 1px dotted #5e5f69;
	padding: 15px 5px 15px 0;
}
#leftmerch tr td a {
	text-decoration: underline;
}


/* Shows */
div#highlight img#album-thumb {
	display: block;
	margin-bottom: 7px;
}
table#shows tr td {
	border-bottom: 1px dotted #5e5f69;
	padding: 15px 5px 15px 0;
}
table#shows tr td a {
	text-decoration: underline;
}

/* Lyrics */
div#lyrics {

}
div#lyrics-left {
	width: 180px;
	float: left;
	font-size: 13px;
	line-height: 22px;
}
ul#lyrics-list li a.selected {
	font-weight: bold;
}
div#lyrics-right {
	width: 680px;
	float: right;
}
div.lyrics {
	display: none;
}
div.lyrics small {
	display: block;
	margin-bottom: 15px;
	font-style: italic;
	color: #aaa;
	font-size: 11px;
}
div.lyrics p {
	margin-bottom: 15px;
}


/* Pictures */
div#pictures ul {
}
div#pictures ul li {
	float: left;
	display: block;
	margin-right: 26px;
	margin-bottom: 26px;
}
div#pictures ul li.last {
	margin-right: 0;
}
div#pictures ul li a {
	display: block;
}
div#pictures ul li a img {
	display: block;
	-moz-box-shadow: 0 0 5px #050505;
	-webkit-box-shadow: 0 0 5px #050505;
	box-shadow: 0 0 5px #050505;
}

/* Videos */
div#videos ul li {
	float:left;
	margin-bottom:26px;
	margin-right:20px;
}


div#videos ul li a.thumb {
	display: block;
	margin-bottom: 10px;
}
div#videos ul li a.thumb img {
	-moz-box-shadow: 0 0 5px #050505;
	-webkit-box-shadow: 0 0 5px #050505;
	box-shadow: 0 0 5px #050505;
		display:block 
}

div#videos ul li a.linkoff {
	display: block;
	margin-bottom: 10px;
}
div#videos ul li a.linkoff img {
		display:block 
}


/* Bring Anita */
form#bring-form {

}

form#bring-form label {
	font-weight: bold;
}

form#bring-form input.text-field {
	width: 250px;
	display: block;
	margin-top: 5px;
}
input#bring-submit {
	display: block;
	background: url(../images/button-submit.png) 0 0 no-repeat;
	width: 74px;
	height: 35px;
	border: medium none;
	cursor: pointer;
	text-indent: -9999em;
	float: left;
	position: relative;
	left: -5px;
}

/* Diary (blog) */
div#content {
	width: 652px;
	float: left;
}
div#content p {
	margin-bottom: 15px;
}
div#content small {
	color: #aaa;
	font-style: italic;
	display: block;
	margin-bottom: 5px;
	font-size: 11px;
}
div#sidebar {
	width: 201px;
	float: right;
}
div#sidebar ul li {
	clear: left;
}
div#sidebar ul li h2 {
	padding-top: 15px;
	margin-bottom: 5px;
}
form#searchform label.screen-reader-text {
	display: none;	
}
form#searchform input#s {
	display: block;
	float: left;
	background: white;
	border: 0;
	padding: 5px;
	filter: alpha(opacity = 10);
	opacity: 0.2;
	width: 117px;
	clear: left;
}
form#searchform input#s:focus {
	filter: alpha(opacity = 50);
	opacity: 0.5;
}
form#searchform input#searchsubmit {
	background: url(../images/button-search.png) 0 0 no-repeat;
	display: block;
	width: 74px;
	height: 36px;
	text-indent: -9999em;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	border: medium none;
	float: left;
	position: relative;
	top: -5px;
	left: 5px;
}
a.blog-home {
	margin-left: 440px;
	position: absolute;
	text-align: right;
	width: 200px;
}
div#content p.postmetadata {
	border-bottom: 1px dotted #5e5f69;
	padding-bottom: 5px;
	margin-bottom: 30px;
}
div#respond {
	border-top: 1px dotted #5e5f69;
	padding-top: 15px;
}
div#respond h2 {
	margin-bottom: 10px;
}
form#commentform small {
	display: inline;
}
form#commentform input[type="text"] {
	display: block;
	background: white;
	border: 0;
	padding: 5px;
	filter: alpha(opacity = 10);
	opacity: 0.2;
	width: 200px;
}
form#commentform input[type="text"]:focus {
	filter: alpha(opacity = 50);
	opacity: 0.5;
}
form#commentform textarea#comment {
	display: block;
	background: white;
	border: 0;
	padding: 5px;
	filter: alpha(opacity = 10);
	opacity: 0.2;
}
form#commentform textarea#comment:focus {
	filter: alpha(opacity = 50);
	opacity: 0.5;
}
form#commentform input#submit {
	display: block;
	background: url(../images/button-submit.png) 0 0 no-repeat;
	width: 74px;
	height: 35px;
	border: medium none;
	cursor: pointer;
	text-indent: -9999em;
	float: left;
	position: relative;
	left: -3px;
}

