
/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

/* Dynamic Menu Css */

#itunes {
	float: left;
	width: 71px !important;
	height: 33px;
	background: URL('images/itunes.gif') no-repeat;
	
}

#amazon {
	float: right;
	display: inline;
	margin-right: 12px;
	width: 71px !important;
	height: 33px;
	background: URL('images/amazon.gif') no-repeat;
	
}

#universal {
	float: right;
	display: inline;
	margin-right: 12px;
	width: 71px !important;
	height: 33px;
	background: URL('images/universal.gif') no-repeat;
	
}


.sf-menu, .sf-menu * {
	width: 154px !important;
	height: 24px;
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			140px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			22PX; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			138px;; /* tells how far to the right secondary menu goes (itunes amazon) */
	top:			-8px;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}

.sf-menu a {
	color: #fff;
	border-left:	0px;
	border-top:		0px ;
	padding: 		.4em 1em;   /* .25em adjust sapcing between elements in slide out list */
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#fff;
}
.sf-menu li {
	background: URL('images/album.gif') no-repeat;
}


.sf-menu li li {
	
	background: URL('images/dropbg.png') no-repeat;
}
.sf-menu li li li {
	width: 136px;
	height: 38px;
	background:	URL('images/itunesamz.png') no-repeat;
}





/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
	
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
/*.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}


End Dynamic Menu CSS

*/


/*** ESSENTIAL STYLES ***/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family:Arial, Helvetica, sans-serif;
	color:#4b7aa4;
	background: #fafafa ;
	
	text-align: center;
	}

#page {
	position: relative;
	background-color: white;
	
	text-align: left;
	}

#header {
	position: relative;
	background: #73a0c5 url('images/header.jpg') no-repeat bottom center;
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 300px;
	width: 968px;
	}
	
#headerlink {
	width: 661px;
	height: 227px;
	}

#content {
	font-size: 1.2em;
	position: relative;
	}
	
#about_content {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 1.4em;
	line-height: 1.5em;
}
	
#sidebar2top {
	width: 175px;
	float: right;
	
	margin-right: 7px;
	height: 28px;
	background: #dfdfdf;
	border-top:1px solid #d6d6d6;
	border-left:1px solid #d6d6d6;
	border-right:1px solid #d6d6d6;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	padding-top: 6px;
	margin-top:105px;
}

#sidebar3top {
	width: 175px;
	float: right;
	margin-right: 7px;
	height: 28px;
	background: #dfdfdf;
	border-top:1px solid #d6d6d6;
	border-left:1px solid #d6d6d6;
	border-right:1px solid #d6d6d6;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	padding-top: 6px;
	margin-top:60px;
}

.item-avatar {
	float: left;
	
	height: 50px ;
	width: 50px ;
	margin-top:15px;
	margin-bottom:15px;
	margin-left: 30px ;
	border: 5px solid #dfdfdf !important;
}

html>body .item-avatar {
	float: left;
	height: 50px ;
	width: 50px ;
	margin: 12px ;
	border: 5px solid #dfdfdf !important;
}

.onebit_mp3 {
	margin-left: 9px;
	margin-right: 12px !important;
}
.membersonline {
	text-shadow: 0.075em 0.075em #FFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 18px;

	font-weight: bold;
	letter-spacing: .075em;
	
}

.sidebartoptext {
	margin-left: 8px;
}

#ringtonetop {
	position: relative;
	padding-left: 30px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	height: 28px;
	width: 380px ;
	background: #dfdfdf;
	border-bottom:1px solid #d6d6d6;
	padding-top: 6px;
}

html>body #ringtonetop {
	position: relative;
	float: left;
	margin-left: 0px;
	height: 28px;
	width: 400px;
	background: #dfdfdf;
	border-bottom:1px solid #d6d6d6;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	padding-left: 0px;
	padding-top: 6px;
}

html>body #ringtonetop2 {
	position: relative;
	float: left;
	margin-left: 0px;
	height: 28px;
	width: 380px;
	background: #dfdfdf;
	border-bottom:1px solid #d6d6d6;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	padding-left: 0px;
	padding-top: 6px;
}

#ringtonetop h8 {

	text-shadow: 0.075em 0.075em #FFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 18px;
	margin-left: 15px;
	font-weight: bold;
	letter-spacing: .075em;
	
}

#ringtonetop2 h8 {

	text-shadow: 0.075em 0.075em #FFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 18px;
	margin-left: 15px;
	font-weight: bold;
	letter-spacing: .075em;
	
}
	



.social blockquote {

margin:22px 40px;
upadding:3px;
color:#4b7aa4;
padding: 0 50px;
background: transparent url("images/blockquote.gif") no-repeat 0 0;
border-left: 0px !important;
}

.tracklist li {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: regular;
	line-height: 25px;
	list-style-type: none;
	letter-spacing:.075em;
	border-bottom: 1px solid #d6d6d6;
	
}




.tracklist ul {
	margin: 0px !important;
	width: 380px;
	padding: 0px !important;
	
}

.tracklist a {
	color: #003;
}

.tracklist a:hover {
	color: #333;
	-webkit-transition: color 0.1s linear;
}

.tracklist .hover {
	color: #666 !important;
}

.time-since {
	font-size:10px;
}


.dmenu {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF !important;
}




.social a {
	font-weight:bold;
	color:#694938;
}

.social {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #4b7aa4;
}


.social li {
	list-style-type: none;
	
}

.wire {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #4b7aa4;
}

.wire li {
	list-style-type: none;
	height: 70px;
}

.wire a {
	font-weight: bold;
	color:#694938;
}

.users {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #4b7aa4;
}


.item-list {
	padding-right: 20px !important;
	padding-left: 20px !important;
	padding-bottom: 20px !important;
	padding-top: 0px !important;
	margin-top: 4px;
}

.item-list li img.avatar{
	border: 4px solid #327ba9;
	
}

.friendship-button {
	margin-left: 76px;
	font-size:10px;
	font-weight: normal;
}

.membernumber {
	margin-left: 77px;
}

.group-list li p {
	margin-left: 75px !important;
}

.social li img.avatar {
	border: 4px solid #327ba9;
	margin-right: 15px;
	
}

.users li {
	list-style-type: none;
	height: 80px;
}

.users li.remove{
	font-size:9px;
}



.users li img.avatar{
	border: 4px solid #;
	margin-right: 15px;
	
	
}

.users a {
	font-weight: bold;
	color:#694938;
}





.feed a {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #4b7aa4;

}

.feed ol {
	margin: 0px !important;
	padding-top: 0px !important;
	padding-bottom: 20px !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.feed li {
	margin-bottom: 15px;
}


.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	
	}

.about_narrowcolumn .entry, .about_narrowcolumn .post {
	position: relative;
	float: left;
	width: 580px;
}
 
 .about_narrowcolumn .post {
	 margin: 30px 0px 0px 30px;
 }
 
html>body .about_narrowcolumn .post {
	 margin: 15px 0px 0px 0px;
 }

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	background: #e7e7e7 url('images/footer.jpg') no-repeat top;
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #fff;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #CCC;
	text-decoration: none;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 0px auto;
	padding: 0;
	width: 968px;
	
	}

#header {
	background-color: #fafafa;
	margin: 0 0 0 1px;
	padding: 0;
	height: 284px;
	width: 968px;
	}

#headerimg {
	margin: 0;
	height: 284px;
	width: 968px;
	}

/* Main Page Structure */
#mainpagecontainer {
	width: 968px;
	height: 100%;
}


#leftcontainer {
	position: relative;
	float: left;
	margin-left: 7px;
	width: 477px;
	height: 590px;
	
}

#rightcontainer {
	float: right;
	width: 477px;
	height: 590px;
	
}

#albumbuttons {
	position: relative;
	width: 468px;
	height: 167px;
	background: URL('images/mini-buttons.gif') no-repeat;
	margin-top: 10px;
}

#community {
	
	position: relative;
	width: 457px;
	height: 287px;
	background: URL('images/community-bg.jpg') no-repeat;
	margin-top: 25px;
	margin-left:11px;
}

#community_index {
	
	position: relative;
	width: 457px;
	height: 287px;
	background: URL('images/community-bg.gif') no-repeat;
	margin-top: 25px;
	margin-left:11px;
}

#community_wire {
	float: relative;
	overflow: hidden;
	position: absolute;
	top: 53px;
	width: 430px;
	height:602px;

	
}

#community_wire_index {
	overflow: hidden;
	position: absolute;
	top: 43px;
	width: 430px;
	height:240px;

	
}

#topmlist {
	margin-left: 200px;
	margin-top:41px;
	height: 28px;
	width: 520px;
	background: #dfdfdf;
	border-right:1px solid #d6d6d6;
	border-left:1px solid #d6d6d6;
	border-top:1px solid #d6d6d6;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	padding-top: 6px;
}

#mlist {
	width: 500px;
	height: 420px;
	background: #eeeeee;
	
	margin-left: 200px;
	margin-bottom: 40px;
	border: 1px solid #CCC;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	padding: 20px 20px 20px 0px;
}

#topmlist h8 {
	text-shadow: 0.075em 0.075em #FFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 18px;
	margin-left: 15px;
	font-weight: bold;
	letter-spacing: .075em;
}


#video {
	
	width: 468px;
	height: 385px;
	background: URL('images/video-bg.jpg') no-repeat;
	margin-top: 5px;
	margin-right: 7px;
}

#recentnews {
	position: relative;
	width: 459px;
	height: 229px;
	background: URL('images/recentnews-bg.jpg') no-repeat;
	margin-top: 23px;
	margin-left: 10px;
	overflow:hidden;
}

#sting_feed {
	position: absolute;
	top: 50px;
	width: 459px;
	height: 180px;
	margin-top:6px;
	overflow:hidden;
}

#sting_feed ol, #sting_feed ol ol {
	height: 145px;
	overflow:hidden;
}

#nav {
	position: absolute;
	top: 35px
	left: 35px;
	width: 345px;
	margin-left: 10px ;
	padding-top: 10px;
	
}


	


#navbar {
	position: absolute;
	top: 239px;
	left: 1px;
	width: 969px;
	height: 45px;
	
}

#footbar {
	position: absolute;
	top: 0px;
	width: 968px;
	height: 45px;
	
}

#dynamic_menu {
	position: absolute;
	top: 117px;
	left: 225px;
	width: 280px;
	height: 140px;
}
html>body #dynamic_menu {top:128px;}

/* End Mainpage Structure */

div#under_foot {
	position:relative;
	width:834px;
	margin-top:10px;
	padding-top:5px;
	height:20px;
	margin:auto;
	text-align:center;
}

/* Community Page Structure */



#communitypage_container {
	width: 968px;
	height: 100%;
}

#community_leftcontainer {
	position: relative;
	float: left;
	margin-left: 7px;
	width: 477px;
	height: 1045px;
	}
	
#community_rightcontainer {
	position: relative;
	float: right;
	
	width: 477px;
	height: 1045px;
	}


html>body #community_rightcontainer {
	position: relative;
	float: right;
	margin-right: 3px;
	width: 477px;
	height: 1045px;
	}

#community_recentwire {
	position: relative;
	width: 462px;
	height: 293px;
	margin-top: 21px;
	background: URL('images/community_wire_bg.jpg') no-repeat;

}

#wire {
	position: absolute;
	top: 50px;
	width: 462;
	height: 243;
	margin-right: 20px;
	margin-left: 20px;
}
	

#community_sting_blog {
	position: relative;
	width: 461px;
	height: 291px;
	margin-top: 22px;
	background: URL('images/community_stingblog_bg.jpg') no-repeat;

}

#sblog {
	position: absolute;
	top: 40px;
	width: 461px;
	height: 251px;
	margin-right: 20px;
	margin-left: 20px;
}
	

#community_recent_comments {
	position: relative;
	width: 460px;
	height: 293px;
	background: URL('images/community_recent_comments.jpg') no-repeat;
	margin-top: 21px;
	margin-left: 10px;
}

#comments {
	position: absolute;
	top: 40px;
	width: 460px;
	height: 253px;
	margin-right: 20px;
	margin-left: 20px;
}
	
#community_login {
	position: relative;
	float: right;
	width: 461px;
	height: 61px;
	margin-top: 25px;
	margin-right: 10px;
	margin-bottom: 25px;
	background: URL('images/community_login_reg.gif') no-repeat;
}

#community_users {
	position: relative;
	width:460px;
	height: 291px;
	float: right;
	margin-top: 20px;
	background: URL('images/community_recent_comments.jpg') no-repeat;
}

#community_users ul #members-list li img.avatar {
	
	border: 20px !important;
}
	


#users_container {
	position: absolute;
	overflow: hidden;
	top: 45px;
	left: 15px;
	width: 435px;
	height: 242px;
	
	
}

#community_activity {
	float: right;
	width: 461px;
}

#community_copy {
	position: relative;
	width: 461px;
	height: 61px;
	margin-top: 25px;
	margin-right: 10px;
	margin-bottom: 25px;
	background: URL('images/joincommunity.gif') no-repeat;
}

#community_copy h8 {
	text-shadow: 0.075em 0.075em #FFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 16px;
	
	font-weight: bold;
	letter-spacing: .075em;
	text-align:left;
}

#community_copy h10 {
	text-shadow: 0.075em 0.075em #FFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 17px;
	
	font-weight: bold;
	letter-spacing: .075em;
	text-align:left;
}



#community_search {
	position: relative;
	width: 461px;
	height: 59px;
	margin-top: 20px;
	background: URL('images/search_bg.jpg') no-repeat;
	
	
}

#search_logout_left {
	position: absolute;
	top:18px;
	left: 12px;
	width: 400px;
	height: 30px;
}

#search_logout_right {
	position: absolute;
	top:2px;
	left: 310px;
	width: 125px;
	height: 30px;
}

#logout-link {
	margin-top: 4px;
}

#logout-link .avatar {
	border: 2px;
}

#home_groups_bar {
	position: relative;
	float: right;
	margin-top:20px;
	width: 460px;
	height: 61px;
	background: URL('images/home_members_groups_bg.jpg') no-repeat;
}

.admin {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666;
}

.admin a{
	color:#CCC;
}

.admin a:hover {
	color:#FFF;
}
	
	
	


#community_activity {
	position: relative;
	width: 461px;
	height: 612px;
	margin-top: 19px;
	background: URL('images/communityactivity_bg.jpg') no-repeat;
}

#stings_topics {
	position: relative;
	width: 461px;
	height: 612px;
	margin-top: 19px;
	background: URL('images/topics_bg.jpg') no-repeat;
}

#users_online {
	width: 940px;
	height: 180px;
}

#album_photos {
	display: block;
	width: 944px;
	margin-left:8px;
	margin-top: 1045px;
	height: 229px;
	background: URL('images/album_photos_bg.jpg') no-repeat;
}

/* Community Menu Bar CSS */
#home_groups_bar ul#nav {
		float: right;
		margin: 19px 0px 0px 48px;
		list-style-type: none;
		
		padding: 0px !important;
		text-shadow: 0.075em 0.075em #CCC;
	font-family:Tahoma, Geneva, sans-serif !important;
	font-size: 18px;
	}
	
	html>body #home_groups_bar ul#nav {
		float: right;
		margin: 19px 0px 0px 65px;
		list-style-type: none;
		
		padding: 0px !important;
		text-shadow: 0.075em 0.075em #CCC;
	font-family:Tahoma, Geneva, sans-serif !important;
	font-size: 18px;
	}
		#home_groups_bar ul#nav li {
			float: left;
			margin: 0 0 0 18px;
		}
			#home_groups_bar ul#nav li a {
				background: #cbd9e3;
				color: #4978a3;
				display: block;
				padding: 2px 15px;
				-moz-border-radius: 6px;
				-webkit-border-radius: 6px;
				text-decoration: none;
			}
			
			#home_groups_bar ul#nav li.selected a {
				background: #fff9df;
				color: #ff7900;
				
				font-weight: bold;
			}
			
	
			
			
			
			/* End Community Menu Bar Css */

/* End Community Structure */


/* About Page */




#stingpic {
	float:right;
	position: relative;
	width: 310px;
	height: 900px;
	margin-top: 36px;
	
	
	margin-left: 8px;
}

#stingpic img {
margin-left:0px;
border: 5px solid #dfdfdf;
margin-bottom: 20px;
}


/* Music Page */

#music_container {
	position:relative;
	width: auto;
	height: 100%;
	
}

#mobile_container {
	position:relative;
	width: 800px;
	height: auto;
	
}

#music_mobile {
	position: relative;
	width: 385px;
	float: left;
	margin-top: 20x;
	margin-left: 15px;
	background: #eaeaea;
	border: 1px solid #CCC;
}

html>body #music_mobile {
	position: relative;
	width: 385px;
	float: left;
	margin-top: 20x;
	margin-left: 15px;
	border: 0px;
	
}




#music_left {
	position: relative;
	float: left;
	margin-top:125px;
	margin-right: 45px;
	margin-left: 75px;
	margin-bottom: 40px;
	width: 307px;
	height: 293px;
	background: URL('images/albumcover.gif') no-repeat;
}


#music_right {
	float:left;
	position: relative;
	margin-top: 61px;
	margin-bottom: 30px;
	width: 380px;
	background: #eaeaea;
	border: 1px solid #CCC;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
-webkit-box-reflect:below -1px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.85, transparent), to(white)) ;
}

#music_right li {
	color:#003;
}

#mobileleft {
	position: relative;
	float: left;
	margin-top: 25px;
	margin-left: 90px;
	margin-right: 19px;
	margin-bottom: 40px;
	width: 219px;
	height: 532px;
	background: URL('images/mobilephone.gif') no-repeat;
}

html>body #mobileleft {
	
	margin-right: 26px;
	
}

#mobile_right {
	float:left;
	margin-top: 55px;
	width: 400px;
	margin-left: 20px;
}

#bullet {
	position: relative;
	float: left;
	margin-right: 19px;
	width:10px;
	height: 650px;
	background: URL('images/bullet.gif') no-repeat;
}

html>body #bullet {
	
	margin-right: 34px;
	
}

.rssLinkListItemTitle a:hover {
	color:#003;
}

/* Nav Bar rollover CSS */

.textwidget {

	text-shadow: 0.075em 0.075em #FFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 18px;
	background: #dfdfdf;
	border-bottom:1px solid #d6d6d6;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	font-weight: bold;
	letter-spacing: .075em;
	padding-top:6px;
	padding-bottom: 6px;
	
}

.widgettitle  {
	color: #658cb2 !important;
	text-shadow: 0.075em 0.075em #FFF;
	font-family:Tahoma, Geneva, sans-serif !important;
	font-size: 18px !important;
	background: #dfdfdf ;
	border-top:1px solid #d6d6d6;
	border-bottom:1px solid #d6d6d6;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	font-weight: bold;
	letter-spacing: .075em;
	padding-top:8px !important;
	padding-bottom: 8px !important;
	margin-bottom: 15px !important;
	text-align: center;
}

.widgettitle a {
	color: #658cb2 !important;
	
}



.twitter-item a {
	color:#0CF !important;
}

ul.twitter {
	list-style-type: none !important;
}


li.twitter-item {
	padding: 10px !important;
	width: 225px !important;
	color:#33729c !important;
	font-size: 12px !important;
	font-family:Tahoma, Geneva, sans-serif !important;
	text-align:left !important;
	margin-left: 5px !important;
	list-style: none !important;

	background: #dfdfdf !important;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}



.narrowcolumn {
	float: left;
	padding: 0 0 20px 20px;
	margin-top: 20px;
	margin-right: 30px;
	width: 450px;
	}
	
.about_narrowcolumn {
	float: left;
	padding: 0 0 20px 0px;
	margin-top: 2px;
	margin-left: 10px;
	width: 400px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 14px !important;
	font-weight: regular;
	line-height: 1.5em;
	
	}
	
	.about_narrowcolumn_music {
	float: left;
	padding: 0 0 0px 0px;
	margin-top: 95px;
	margin-right: 22px;
	background: #eaeaea;
	border: 1px solid #CCC;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	width: 400px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 14px !important;
	font-weight: regular;
	line-height: 1.5em;
	-webkit-box-reflect:below -1px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.85, transparent), to(white));


	}

.about_narrowcolumn_music h5 {
	
	color: #666;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 8px;
	font-weight: lighter;
	line-height: 1em;
	letter-spacing:.065em;
	width: 380px;
	
}


span.first
{
 float: left;
 font-weight: bold;
 font-size: 300%;
 line-height: 0.85em;
 margin-right: 0.15em;
 margin-bottom:-0.15em;
 margin-top: 0.1em;
}	


.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	position: relative;
	padding: 0;
	margin: auto;
	
	height:131px;
	width: 955px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	
	
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar {
	position: relative;
	float: right;
	background: #eaeaea;
	border: 1px solid #CCC;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin-right: 67px;
	padding: 0px 0 10px 0;
	margin-top: 41px;
	
	width: 275px;
	}
	
	#sidebar2 {
	float: right;
	background: #eaeaea;
	border: 1px solid #CCC;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	height: 252px;
	padding: 0px 0 10px 0;
	
	margin-right: 7px;
	width: 175px;
	-webkit-box-reflect:below -1px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.85, transparent), to(white));
	}
	
	html>body #sidebar2 {
	float: right;
	background: #eaeaea;
	border: 1px solid #CCC;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	
	min-height: 316px;
	padding: 0px 0 10px 0;
	
	margin-right: 7px;
	width: 175px;
	-webkit-box-reflect:below -1px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.85, transparent), to(white));
	}

	
	
	
	
	
#sidebar3 {
	position: relative;
	float: right;
	background: #eaeaea;
	border: 1px solid #CCC;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	
	min-height: 298px;
	padding: 0px 0 10px 0;
	margin-bottom: 60px;
	margin-right: 7px;
	width: 175px;
	-webkit-box-reflect:below -1px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.85, transparent), to(white));
	}
	
	
	#sidebar3 ul {
		margin: 0px !important;
	}
	
	#sidebar2 h3{
	padding: 0px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 1px;
	margin-top: 0px !important;
	margin-left: 15px;
	font-weight: bold;
	letter-spacing: .075em;
	color:#eaeaea;

	
	}
	
	#sidebar3 h3{
	padding: 0px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 1px;
	margin: 0px !important;
	font-weight: bold;
	letter-spacing: .075em;
	color:#eaeaea;

	
	}
	
	

#sidebar2 ul {
		padding: 0px !important;
		margin: 0pc !important;
		
	}
	
	#sidebar3 ul {
		padding: 0px !important;
		
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	min-height: 40px;
	margin: 15px 30px 0 10px !important;
	padding-left: 20px;
	border: 2px solid #a7c8e3;
	background-color: #a7c8e3 !important;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
