/* CSS Document for InControl */ 

html, body{ 
	margin:0; 
	padding:0; 
	text-align:center;
	background-color: #000; 
	/*background-image: url(../images/bg.jpg);*/
	background-position: top center;
	background-attachment: fixed;
	font: 12px Arial;
	color: #ffffff;
} 

@font-face {
 font-family: DopeJam;
 src: url("/images/DOPEJAM.eot") /* EOT file for IE */
}
@font-face {
 font-family: DopeJam;
 src: url("/images/DOPEJAM.TTF") /* TTF file for CSS3 browsers */
}

a:link {

	color: #263c47;
}

a:hover {
	color: red;
}

a:visited {
	color: #686868;
}
#pagewidth{ 
	width:930px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto; 
 	
} 
 
#header{
	position:relative; 
 	height:279px; 
	width:100%;
} 
 
#leftcol{
	width:270px; 
	float:left; 
	position:relative;
	background-color: #000000;
	height: 1000px;
}
 
#maincol{
	float: right; 
	display:inline; 
	position: relative; 
	width:650px; 
	background-image: url(../images/temp_content_middle.gif);
	margin:0px;
 }
 #maincol img {
 
 margin-bottom: -3px;
 
 }

#maincontent {
	
	overflow: hidden;
	width: 590px;
	padding:0px 0px 37px 37px;
	color: #393939;
	margin: 0px;
	background-image: url(../images/temp_content_middle.gif);
	
}

#maincontent h2 {
	color: #710002;
	font-family: DopeJam;
	font-size: 30px;
	line-height: 20px;
	font-weight: bold;
	border-bottom: solid 2px #c1c1c1;
	letter-spacing:-1px;
}
#maincontent p {
	line-height: 20px;
	letter-spacing:0.02px;
}
.newspost {
	background-color: #c1c1c1; 
	padding: 1em;
	margin-bottom: 30px;
}
.newspost p{
	font-size: 10px;
}
.newspost h3 {
	margin-top: -25px;
	text-align: right;
}
.newspost h4 {
	text-align: right;
	
	font-size: 11px;
	
}
#footer{
	height:20px; 
	background-color:#000; 
	clear:both;
	font-family: Arial;
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;
 } 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  
.clear {clear: both;}

 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute;
top: 6em;
left: 53px;
width: 13em;
height: 16em;
font-family: Arial Narrow, Arial;
color: white;


}

#menu dt {
cursor: pointer;
height: 20px;
line-height: 20px;
margin: 2px 0;
text-align: left;
padding: 5px;
font-weight: bold;
}

#menu dt:hover {

}

#menu dd {
position: absolute;
z-index: 100;
left: 8em;
margin-top: -1.4em;
width: 10em;
border: 1px solid gray;
background: #000;
}

#menu ul {
padding: 2px;

}
#menu li {
text-align: left;
font-size: 85%;
height: 18px;
padding: 5px;
line-height: 18px;
}
#menu li a, #menu dt a {
color: #fff;
text-decoration: none;
display: block;
}

#menu li a:hover {
text-decoration: underline;
}


#mentions {
font-family: verdana, arial, sans-serif;
position: absolute;
bottom : 200px;
left : 10px;
color: #000;
background-color: #000;
}
#mentions a {text-decoration: none;
color: #fff;
}
#mentions a:hover{text-decoration: underline;
}

.quotes {

}

.quotes p {
font-weight: bold;
float: right;
}

.aboutList li{

	list-style: circle;
	list-style-position: inside;
	text-indent: 20px;
	
}

.red {
	color: red;
	font-weight: bolder;
}

#aboutUs {

	width: 355px; 
	padding-left: 235px; 
	font-size: 11px; 
	color: #c1c1c1; 

	text-align: justify;
}

#aboutUs p {

	line-height: 17px; 
}

.aboutlist li {
	list-style-type: disc;
	text-indent: 50px;
	line-height: 30px;
	font-size: 15px;
	font-weight: bold;
}

.linkslist li {
	list-style-position: inside;
	text-indent: 0px;
	line-height: 15px;
	margin: 2px;
	font-size: 12px;
	padding: 3px;
	padding-right: 5px;
	color: #c1c1c1;
}
.linkslist a {
	color: #FF0000;
}
.linkslist a:hover {
	color: #686868;
}
.workshopsList {
	list-style-type: disc;
	text-indent: 50px;
	line-height: 30px;
	font-size: 15px;
	font-weight: bold;
}
.newsletter {
	background-color: #1d1d1d;
	width: 180px;
	height: 110px;
	margin-left: 72px;
	margin-top: 100px;
	padding: 10px;
	color: #fff;
	line-height: 20px;
	font-size: 10px;
}

.goBack 
{
	text-align: right;
	background-color:#e5e5e5;
	padding: 3px;
}

.musicBio li
	    {
	    	padding-bottom: 5px;
	    	padding-top: 5px;
	    	border-bottom: solid 1px #c1c1c1;
	    }
.pdf
{
	width: 100px;
	background-image: url('../images/pdficon.gif');
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-top: 17px;
	height: 25px;
}

#workshop label
{
	display: block;
	margin-top: 5px;
}

#workshop input[type='text'], #workshop textarea
{
	padding: 6px;
	font-size: 120%;
}



#videoiFrame
{
margin:7px 0 0 -20px;
}


#videoList li
{
width: 270px;
height: 85px;
float: left;
margin-right: 15px;
}

#videoList li span
{
font-size: 80%;
}
.vimeoImg
{
padding-right:10px;
}







