html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center;
	font: 100.1% "Lucinda Sans Roman",arial,helvetica,clean,sans-serif;
	color: white;
	font-weight: normal;
	line-height: 1em;
	background-color: black;
}


#wrapper {  /* for stuck footer */
	width: 100%;
	margin: 0px auto 0px auto;
	/* border: solid red 2px; */
	min-height: 100%;
}



#footer {

	width: 100%;

	/* background-color: #FFFFFF; */

	color: #000000;

	text-align: center;

	font-size: 0.76em;

	height: 20px;

	padding-top: 5px;

	margin: -25px auto 0 auto;
	color: white;

}

/* head - spans 100% width for background */
#head {
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 259px;
	background-color: black;
	overflow: hidden;
	text-align: left;
}

/* main - spans 100% width for background */

#main {
	display: block;
	position: relative;
	margin: 0px;
	width: 100%;
	text-align: left;
}
	
.contentwidth { /* min width, max width, and center */
	display: block;
	margin: 0px auto 0px auto;
	max-width: 930px;
	min-width: 695px;
	/* ie babysitting */
	width:expression(document.body.clientWidth > 932? "930px" : "auto");
	width:expression(document.body.clientWidth < 697? "695px" : "auto");
}

.leftrightmargins {
	display: block;
	margin-left: 10px;
	margin-right: 10px;
}	

#headcontent1 { /* logo and social network buttons */
	display: block;
	height: 73px;
	padding-top: 10px;
}

#headcontent1 a:hover { /* make social buttons non-hoverable */
	background-color: transparent;
}

#headcontent2 { /* soundcloud */
	display: block;
	height: 60px;
}

#headlogo {
	display: block;
	float: left; 
	width: 483px;
	height: 63px;
	background: url('images/bitbasicwhitelogo.png') no-repeat;
}

.socialnetwork {
	display: block;
	float: right;
	width: 63px;
	height: 63px;
}

#soundcloud {
	display: block;
}	

#right { /* twitter */
	width: 120px;
	float: right;
}

#content { /* aka, 'middle' */
	display: block;
	overflow: hidden;
	padding: 0px 8px 0px 8px;
}

#left {  /* menu bar */
	position: relative;
	top: 0px;
	left: 0px;
	width: 80px;
	display: block;
	float: left;
	font-size: 1.0em;
	line-height: 1.2em;
	background: url('images/leftbar3.png') no-repeat;
	overflow: hidden;
	padding: 10px 0px 0px 10px;
}

#left a:link {
	font-weight: bold;
}

#left a:visited {
	font-weight: bold;
}


/* text, links and other formatting */

img {
	border: none;
}



a:link {
	text-decoration: none;
	font-weight: normal;
	color: #D6E021;
}



a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #D6E021;
}



a:active {
	text-decoration: none;
	font-weight: normal;
	color: white;
}



a:hover {
	text-decoration: none;
	font-weight: normal;
	background-color: #D6E021;
	color: black;
}



h2 {
	font-size: 16pt;
	text-decoration: bold;
	text-align: left;
	line-height: 16pt;
	margin: 0px 0px 10px 0px;
	color: white;
}

h3 {
	font-size: 13pt;
}

/* headers for content, bloghead1 in blog, bloghead 2 in releases */



.bloghead1 {
	display: block;
	position: relative;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 2px;
	border-bottom: solid white 1px;
}



.bloghead2 {
	display: block;
	position: relative;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 2px;
	border-bottom: solid white 1px;
}

#bloghead3 {
	display: block;
	position: relative;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 2px;
}



.blogheadleft {
	margin-right: 70px;
	font-size: 1.3em;
	text-decoration: bold;
	text-align: left;
	line-height: 1em;
	color: white;
}



.blogheadright {
	float: right;
	/* display: block;
	position: absolute;
	right: 0px;
	bottom: 3px; */
	font-size: 0.82em;
	padding-top: 0.35em;
	color: white;
}



p.blogcont {
	display: block;
	position: relative;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 0.9em;
	line-height: 1.2em;
	text-align: justify;
	text-justify: distribute;
	color: white;
}
	

p.blogcont img {
	display: block;
	float: right;
	margin-left: 12px;
}

p#soundcloudtext {
	display: block;
	position: relative;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 0.7em;
	line-height: 1.2em;
	text-justify: distribute;
	color: white;
}

p#soundcloudtext a:link {
	color: white;
}



div#videocontainer {
	margin-bottom: 20px;
}



div.clear {
	clear: both;
} 

.art {
	margin: 0px 5px 5px 0px;
	padding: 0px;
	list-style: none;
}


.art img {
	background: #FFFFFF;
	border-color: black;
	border-style: solid;
	border-width: 0px;
	color: inherit;
	padding: 2px;
	vetical-align: center;
	width: 100px;
	height: 100px;
}

.art img a:hover {
	border-color: black;
	border-style: solid;
	border-width: 1px;
	cursor: default;
}


.art li {
	margin: 2px;
	padding: 2px;
}

.art li a:hover {
	background: none;
}

/* end of text formatting etc */
