/* clears and float */
.clearRight {
clear: right;
}

.clearLeft {
clear: left;
}

.clearBoth {
clear: both;
}

.clearNone {
clear: none;
}

.clearInhereit {
clear: inherit;
}

.floatRight {
float: right;
}

.floatLeft {
float: left;
}

.floatNone {
float: none;
}

.floatInhereit {
float: inherit;
}

/* General styles */
html, body {
    margin:0;
    padding: 0px;
    border:0;			/* This removes the border around the viewport in old versions of IE */
    width:100%;
    height: 100%;
	background-position: 0px 0px;
	background-image: url('images/backgroundTexture-light-purple-noise.png');
	background-attachment: fixed;
	background-repeat: repeat;
	background-color: #9292be;
	font-size: 12px;
	color:	#000;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

a {
	color: #555;
	font-style: normal;
	text-decoration:none;
}

a:hover {
	font-weight: none;
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

img {
	border: 0;
}

/* main wrapper div */
div#wrapper {
	min-height: 100%;
	position: relative;
}

/*copyright, header, footer css */
div#header
{
}

div#footer {
	width: 100%;
	position: absolute;
	height: 144px;
	bottom: 0px;
}

div#copyright {
	width:	100%;
	height: 20px;
	padding-top: 10px;
	/*background-image: url('images/yellowBlackLogo.png');
	background-repeat: no-repeat;
	background-position: right;
	background-position-y: 10px;*/
	background-color: #FFF;
	font-style:	italic;
	font-size: 12pt;
	font-family: "Times New Roman", serif;
	text-align: center;
	border-top: 1px solid #464646;

}

h2 {
	margin: 0px;
}

/*
unified header css
*/
div#unifiedHeader
{
	background-color: none;
	border-bottom: 1px solid black;
	height: 100px;
	position: fixed;
	width: 100%;
	top: 0px;
	z-index: 100;
	text-align: center;
	background-image: url('images/header-BackgroundFade.png');
	background-repeat: repeat-x;
}

div#unifiedHeaderShadowLeft
{
	background-color: none;
	border: none;
	height: 14px;
	position: fixed;
	width: 288px;
	top: 101px;
	left: 0px;
	z-index: 101;
	background-image: url('images/shadow-header-left.png');
}

div#unifiedHeaderShadowRight
{
	background-color: none;
	border: none;
	height: 14px;
	position: fixed;
	width: 288px;
	top: 101px;
	right: 0px;
	z-index: 101;
	background-image: url('images/shadow-header-right.png');
}

/*
headerBar
*/
div#headerBar {
	position: fixed;
	top: 110px;
	width: 100%;
}

div#loginBar {
	border-top: 1px solid #55556e;
	border-bottom: 1px solid #55556e;
	border-left: 1px solid #55556e;
	border-right: 0px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	height: auto;
	position: fixed;
	width: 44px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 6px;
	top: 110px;
	right: 0px;
	z-index: 900;
	background-image: url('images/stripe-pattern.png');
}

/*
social networking bar
*/
div#socialNetworkingBar {
	border-top: 1px solid #55556e;
	border-bottom: 1px solid #55556e;
	border-left: 1px solid #55556e;
	border-right: 0px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	height: auto;
	position: fixed;
	width: 50px;
	top: 110px;
	right: 0px;
	z-index: 200;
	background-image: url('images/stripe-pattern.png');
}

div#socialNetworkingBar ul {
	padding: 0px;
	margin: 10px 0px 5px 0px;
}

div#socialNetworkingBar li {
	list-style: none;
	margin: 0px 0px 0px 10px;
}

div#socialNetworkingBar li:hover {
}

/*
tweet bar
*/
div.twitterbar-title {display: none;}

div#tweetBar {
	border: none;
	height: 50px;
	width: 700px;
	top: 110px;
	text-align: justify;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

div#theTweet {
	border: none;
	height: 50px;
	width: 620px;
	padding-left: 13px;
	padding-right: 10px;
	padding-top: 8px;
	margin-top: 4px;
	margin-left: 55px;
	background-image: url('images/tweetBox.png');
	background-repeat: no-repeat;
}

div#twitterIcon {
	margin-left: 10px;
	border: none;
	width: 43px;
	float: left;
	margin-top:-3px;
}

small, span.entry-meta {
	font-family: "Lucida", sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #888; 
}

#tweetBar .hash { color:#0066CC; } 
#tweetBar .reply { color:#0066CC; } 

#tweetBar a:link { text-decoration:none; color:#0066CC;}
#tweetBar a:active { text-decoration:none; color:#0066CC;}
#tweetBar a:hover { text-decoration:underline; color:#0066CC;}
#tweetBar a:visited { text-decoration:none; color:#0066CC;}

div.twitterbar ul {list-style: none;}

/*
spacer
*/

div#spacer {
	height: 110px;
}

/* content box css */

div#container {
	text-align:left;
	width: 100%;
	border: none;
	text-align: center;
	padding-bottom: 144px;
}

div#content {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	background-color: none;
}

div#contentBox {
	background-color: #f8f8f2;
	min-height: 100px;
	background-image: url('images/contentBox-BottomCornerShadows-Striped-Wide.png');
	background-repeat: no-repeat;
	background-position: center;
	background-position: bottom;
	font-family: "Lucida Sans", sans-serif;
	font-size: 10pt;
	color: #333333;
	text-align: justify;
	vertical-align: text-bottom;
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: 40px;
	padding-top: 10px;
	border-top: 1px solid black;
	margin-top: -1px;
}

div#contentBox p
{
	word-break: normal;
	word-wrap: normal;
	text-overflow: clip;
	margin-bottom: 10px;
}

div#contentBox div#postTitle {
	position: relative;
	text-align: right;
	margin-bottom: 3px;
	border-bottom: none;
	float: right;
	clear: right;
}

div#contentBox div#pageTitle {
	position: relative;
	text-align: right;
	margin-bottom: 10px;
	border-bottom: 1px dashed;
	width: 100%;
}

div#contentBox div#postDate {
	position: relative;
	text-align: right;
	margin-bottom: 10px;
	border-bottom: 1px dashed;
	clear: right;
}

div#postDate small {
	font-size: 8pt;
	color: #999;
}

div#contentBox div#metaData {
	text-align: right;
	margin-bottom: -25px;
	padding-top: 10px;
}

div#contentBoxShadow {
	width:	100%;
	height: 40px;
	padding: 0px;
	margin: 0px;
	bottom: 0px;
	background-image: url('images/contentBox-BottomShadow.png');
	background-repeat: no-repeat;
	background-position: center;
	background-position-y: 0px;
}

div#footerDriscoll {
	width:	100%;
	height: 113px;
	bottom: 145px;
	text-align: right;
}

/*
Comment CSS
*/
div#commentBox {
	width: 840px;
	text-align: left;
}

div#commentBox ol {
	list-style-type: none;
}

div#commentBox ol li {
	background-color: #f8f8f2;
	border-top: 	1px solid black;
	border-right:	1px solid black;
	border-bottom:	1px solid black;
	border-left:	1px solid black;
	margin: 0 0 5px 0;
	padding: 5px;
}

div#commentBox ol ul li {
	list-style-type: none;
	margin-left: 	20px;
	margin-right: 	20px;
	margin-top: 	20px;
	margin-bottom: 	20px;
	padding: 5px;
}

div#commentBox .reply {
	width: 100%;
	text-align: right;
}

div#commentBox .says {
	visibility: hidden;
}

div#commentBox .avatar {
}

div#commentBox .comment-meta {
	border-bottom: 1px solid #777;
}

div#commentBox .comment-body {
}

div#commentBox .comment-body p {	
}

div#commentBox .comment-body p.karma {
	width: 100%;
	text-align: right;
}

/*
MenuBar CSS
*/
.centerTable {
	display: table;   /* Allow the centering to work */
	margin: 0 auto;
}

div#menuBar {
	background-color: none;
	width: 100%;
	float: left;
}

div#menuBar ul {
	padding: 0px;
}

div#menuBar li {
    float: left;
    margin: 0px;
    padding-left: 10px;
    padding-right: 10px;
   	padding-bottom: 1px;
    list-style: none;
    background-image: none;
	font-family: "Century Gothic", sans-serif;
	font-size:	24px;
}

div#menuBar li:hover {
    padding-left: 9px;
    padding-right: 9px;
    padding-bottom: 0px;
    background-image: url('images/tabFade.png');
	background-repeat: repeat-x;
	background-position: bottom;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid #BBB;
}

/*
social networking dialog css
*/
div#socialNetworkingDialog {
}

div#socialNetworkingDialog li {
	float: left;
	width: 665px;
    margin: 10px 5px 10px 5px;
    padding: 5px;
    list-style: none;
    border-bottom: none;
    border-top: none;
    border-right: none;
    border-left: none;
}

div#socialNetworkingDialog li:hover {
    margin: 9px 4px 9px 4px;
    border: 1px dashed black;
    -moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

/*
newsletter css
*/
div.newsletter
{
	width: 700px;
	border: 1px solid #CCC;
	padding: 20px;
	margin: 0px auto;
	height: auto;
}

div.newsletter .newsletter-blurb
{
	width: auto;
	padding-right: 52%;
	position: relative;
}

div.newsletter .newsletter-blurb p
{
	visibility: hidden;
	display: none;
}

div.newsletter .newsletter-form
{
	width: auto;
	right: 0px;
	top: 0px;
	position: absolute;
}

div.newsletter input[type="submit"]
{
	border: 1px solid #999;
	padding: 2px;
	background-color: #FFF;
	float: right;
	right: 0px;
}

div.newsletter input[type="submit"]:hover
{
	background-color: #AAA;
	border: 1px solid black;
}

div.newsletter input[type="submit"]:active
{
	background-color: #FFF;
}

/* YB Media Block CSS */
div#YBMediaBlock
{
	border: 1px solid #999;
	width: 850px;
	height: 400px;
	padding: 5px auto;
	clear: both;
	overflow-x: none;
	overflow-y: none;
}

div#YBMediaBlock div.audioSection
{
	background-color: #EFEFEF;
	margin: 0px;
	padding: 5px;
	height: 390px;
	width: 200px;
	overflow: none;
	float: left;
}

div#YBMediaBlock div.audioSection div.downloadBanner
{
	border: none;
	width: 200px;
	height: 25px;
	margin: none;
}

div#YBMediaBlock div.audioSection div.musicPlayer
{
	border: none;
	width: 200px;
	height: 30px;
	margin: none;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

div#YBMediaBlock div.audioSection div.musicPlaylist
{
	width: 200px;
	height: 338px;
	overflow-x: none;
	overflow-y: auto;
	text-overflow: ellipse;
}

div#YBMediaBlock div.videoSection
{
	float: left;
	background-color: none;
	margin: 0px;
	padding: 5px;
	height: 390px;
	width: 400px;
	overflow: none;
}

div#YBMediaBlock div.videoSection div.videoNP
{
	height: 20px;
	width: 400px;
}

div#YBMediaBlock div.videoSection div.videoPlayer
{
	width: 400px;
	height: 300px;
}

div#YBMediaBlock div.videoSection div.videoPlaylist
{
	width: 400px;
	height: 75px;
	overflow-x: none;
	overflow-y: auto;
	text-overflow: ellipse;
}

div#YBMediaBlock div.eventAndSignUpSection
{
	background-color: #EFEFEF;
	float: left;
	padding: 5px;
	width: 220px;
	height: 390px;
	overflow: none;
}

div#YBMediaBlock div.eventAndSignUpSection div.signupWrapper
{
	height: 395px;
	width: 210px;
	
}

div#YBMediaBlock div.eventAndSignUpSection div.signupSection
{
	width: 220px;
	height: 165px;
}

div#YBMediaBlock div.eventAndSignUpSection div.upcomingEventsHeader
{
	height: 20px;
}

div#YBMediaBlock div.eventAndSignUpSection div.signupSection div.newsletter
{
	width: 220px;
	border: none;
	padding: 0px;
}

div#YBMediaBlock div.eventAndSignUpSection div.signupSection div.newsletter .newsletter-blurb
{
	padding: 0px;
}

div#YBMediaBlock div.eventAndSignUpSection div.signupSection div.newsletter .newsletter-blurb p
{
	font-size: 10px;
	margin-bottom: 5px;
}

div#YBMediaBlock div.eventAndSignUpSection div.signupSection div.newsletter div.newsletter-form
{
	position: relative;
}

div#YBMediaBlock div.eventAndSignUpSection div.signupSection div.newsletter div.newsletter-form input[type="text"]
{
	width: 140px;
}

div#YBMediaBlock div.eventAndSignUpSection div.signupSection div.newsletter div.newsletter-form input[type="submit"]
{
	width: 215px;
	float: none;
}

div#YBMediaBlock div.eventAndSignUpSection div.signupSection div.newsletter div.newsletter-form table
{
	width: 220px;
}

div#YBMediaBlock div.eventAndSignUpSection div.eventSection
{
	width: 220px;
	height: 209px;
	overflow-x: none;
	overflow-y: auto;
	border-top: 1px solid black;
}

/* sound cloud and hero image */
div#stickyWrapper
{
	overflow: hidden;
}

div#heroImage
{
	height:500px; width:500px;
	float: left;
}

div#soundcloud
{
	height:500px; width:330px;
	float:right;
}