@charset "UTF-8";
body {
	font-family: Arial;
	font-size: small;
	color: #ffffff;
	background: #161616;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
.thrColLiq #container {
  width: 98.5%;  /* this will create a container 90% of the browser width */
  background-color: #161616;
  moz-border-radius: 5px;
  webkit-border-radius: 5px;
  padding: 10px;

}
img {
border: 0px #000000 solid;
}

/* Tips for sidebars:
1. Since we are working in percentages, it's best not to use side padding on the sidebars. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColLiq #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
.thrColLiq #lcolumn {
  width: 355px;
  float:left;
  padding: 0px 0; /* top and bottom padding create visual space within this div  */
  background: #161616; /* the background color will be displayed for the length of the content in the column, but no further */
  border: 0px;
}
.thrColLiq #rcolumn {
  width: 700px;
  float:left;
  padding: 0px 0; /* top and bottom padding create visual space within this div  */
  background: #161616; /* the background color will be displayed for the length of the content in the column, but no further */
  border: 0px;
}
.thrColLiq #padblock {
  height: 25px;
  padding: 0px 0; /* top and bottom padding create visual space within this div  */
  background: #2b2b2b; /* the background color will be displayed for the length of the content in the column, but no further */
  border: 0px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}
.thrColLiq #padblock20 {
  height: 20px;
  padding: 0px 0; /* top and bottom padding create visual space within this div  */
  background: #2b2b2b; /* the background color will be displayed for the length of the content in the column, but no further */
  border: 0px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}
.thrColLiq #smallpadblock {
  height: 10px;
  padding: 0px 0; /* top and bottom padding create visual space within this div  */
  background: #2b2b2b; /* the background color will be displayed for the length of the content in the column, but no further */
  border: 0px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}
.thrColLiq #menu a.p1:hover {text-decoration:none; background-color:#8c97a3; color:#000;}
.thrColLiq #menu a .large {display:block; position:absolute; width:0; height:0; border:0; top:0; left:0;}
.thrColLiq #menu a.p1:hover .large {display:block; position:relative; top:-630px; left:50px; width:700px; height:600px; border:2px solid #000000;} 

/* added bannermainContent types */
.thrColLiq #sidebar1 p, .thrColLiq #sidebar1 h3, .thrColLiq #sidebar2 p, .thrColLiq #sidebar2 h3 {
  margin-left: 0px; /* the left and right margin should be given to every element that will be placed in the side columns */
  margin-right: 0px;
}
.thrColLiq #footer {
  width: 1004px;
  padding: 0px 0; /* top and bottom padding create visual space within this div  */
  background: #2B2B2B; /* the background color will be displayed for the length of the content in the column, but no further */
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border: 0px;
  text-align:center;
  margin:auto;
}
/* Divs used in banner page: */
.thrColLiq #bannerimg {
  width: 200px;
  background: #161616; /* the background color will be displayed for the length of the content in the column, but no further */
}
.thrColLiq #bannermenu {
  width: 1004px;
  background-color: #161616;
  margin:auto;
}
.thrColLiq #bannertitle {
  width: 570px;
  height:117px;
  background-color: #2B2B2B;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  text-align:center;
  font-family:Palatino, serif;
  font-size:44px;
  padding-top:17px;
  margin:auto;
}
/* Banner script end */

.thrColLiq #vdividermenu ul{
margin: auto;
padding: 0;
font: 18px Palatino;
width: 1004px;
border: 0px solid #2b2b2b;
background-color: #161616;
}

* html #vdividermenu ul{ /*IE only rule, reduce menu width*/
width: 1004px;
}

#vdividermenu ul li{
display: inline;
}

#vdividermenu ul li a{
color: white;
padding: 2px 29px;
text-decoration: none;
background: transparent url(media/vertical.gif) center right no-repeat;
}

#vdividermenu ul li a:visited{
color: white;
}

#vdividermenu ul li a:hover{
color: black;
background-color: #2b2b2b;
-moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}
/* Banner script end */
.thrColLiq #bannercontain {
  width: 595px;
  background-color: #161616;
}
.thrColLiq #banneruniverse {
  background-color: #161616;
}
.thrColLiq #bigpad {
  height: 45px;
  padding: 0px 0; /* top and bottom padding create visual space within this div  */
  background: #161616; /* the background color will be displayed for the length of the content in the column, but no further */
  border: 0px;
}
/* Divs used in community page: */
.thrColLiq #homeblock1 {
  width: 298px; /* since this element is floated, a width must be given */
  height: 600px;
  padding: 0px 0; /* top and bottom padding create visual space within this div  */
  background-color: #2B2B2B;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  padding-top: 5px;
  text-align:center;
}
.thrColLiq #homeblock2 {
  width: 350px; /* since this element is floated, a width must be given */
  height: 168px;
  background-color: #2B2B2B;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  padding-top: 20px;
  	padding-bottom: 20px;
    padding-left: 25px;
	padding-right: 25px;
  text-align:left;
}
.thrColLiq #homeblock3 {
  width: 400px; /* since this element is floated, a width must be given */
  height: 389px;
  padding: 0px 0; /* top and bottom padding create visual space within this div  */
  background-color: #2B2B2B;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  padding-top: 5px;
  text-align:center;
}
/* Divs used in artists page: */
.thrColLiq #artistpic {
  float: left; /* this element must precede in the source order any element you would like it be positioned next to */
  width: 200px; /* since this element is floated, a width must be given */
  height: 200px;
  padding: 0px 0; /* top and bottom padding create visual space within this div  */
  background-color: #2B2B2B;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  text-align:center;
}
.thrColLiq #artistbio {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 760px; /* since this element is floated, a width must be given */
	height: 160px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #2B2B2B;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	text-align: left;
}
/* Divs used in facilities page: */
.thrColLiq #facblock1 {
  width: 423px; /* since this element is floated, a width must be given */
  height: 305px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #2B2B2B;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  text-align:left;
}
.thrColLiq #facblock2 {
  width: 463px; /* since this element is floated, a width must be given */
  height: 420px;
  padding: 0px 0; /* top and bottom padding create visual space within this div  */
  background-color: #2B2B2B;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  text-align:left;
}
.thrColLiq #facblock3 {
  width: 535px; /* since this element is floated, a width must be given */
  height: 692px;
  padding: 0px 0; /* top and bottom padding create visual space within this div  */
  background-color: #2B2B2B;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}
.thrColLiq #facblock4 {
  width: 495px; /* since this element is floated, a width must be given */
  height: 33px;
 padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #2B2B2B;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}
.thrColLiq #piccolumn {
	float: left;
  width: 250px; /* since this element is floated, a width must be given */
  height: 700px;
  padding: 0px 0; /* top and bottom padding create visual space within this div  */
  margin:auto;
}
/* Divs used in events page: */
.thrColLiq #eventcontain {
  width: 1004px;
  height: 220px;
  background: #161616; /* the background color will be displayed for the length of the content in the column, but no further */
  margin: auto;
}
.thrColLiq #eventblock1 {
	float:left;
  width: 310px;
  height:75px;
  background: #2B2B2B; /* the background color will be displayed for the length of the content in the column, but no further */
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
   padding-left: 20px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 10px;
	position:relative;
	z-index:1;
}
.thrColLiq #eventblock2 {
	float:left;
  width: 634px;
  height:5px;
  background: #161616; /* the background color will be displayed for the length of the content in the column, but no further */
   padding-left: 20px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 10px;
}
.thrColLiq #eventblock3 {
  width: 984px;
  height:162px;
  background: #2B2B2B; /* the background color will be displayed for the length of the content in the column, but no further */
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  padding-left: 20px;
	position:absolute;
	z-index:2;
}
/* Divs used in contact page: */
.thrColLiq #leftcolumn1 {
  width: 400px; /* since this element is floated, a width must be given */
  height: 800px;
  padding: 0px 0; /* top and bottom padding create visual space within this div  */
  background-color: #161616;
  text-align:left;
}
.thrColLiq #contactblock1 {
  width: 300px; /* since this element is floated, a width must be given */
  height: 40px;
  padding: 0px 0; /* top and bottom padding create visual space within this div  */
  background-color: #2B2B2B;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  padding-left: 25px;
	padding-right: 25px;
	padding-top: 15px;
	padding-bottom: 25px;
}
.thrColLiq #contactblock2 {
  width: 350px; /* since this element is floated, a width must be given */
  height: 300px;
  padding: 0px 0; /* top and bottom padding create visual space within this div  */
  background-color: #2B2B2B;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  text-align:center;
}
.thrColLiq #contactblock3 {
	width: 350px; /* since this element is floated, a width must be given */
	height: 350px;
	padding: 0px 0; /* top and bottom padding create visual space within this div  */
	background-color: #2B2B2B;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	text-align:center;
}
.thrColLiq #smallpad {
  width: 350px; /* since this element is floated, a width must be given */
  height: 3px;
  padding: 0px 0; /* top and bottom padding create visual space within this div  */
  background-color: #161616;
}
.thrColLiq #directionblock {
  width: 600px; /* since this element is floated, a width must be given */
  height: 696px;
  padding: 0px 0; /* top and bottom padding create visual space within this div  */
  background-color: #2B2B2B;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  padding-left: 25px;
	padding-right: 25px;
	padding-top: 15px;
	padding-bottom: 25px;
}
/* Divs used in media page: */
.thrColLiq #mediastream {
	width: 500px;
	height: 388px;
	padding: 0px 0; /* top and bottom padding create visual space within this div  */
	background-color: #2B2B2B;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	text-align: center;
}
.thrColLiq #recentstream {
	width: 1004px;
	padding: 0px 0; /* top and bottom padding create visual space within this div  */
	background-color: #2B2B2B;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	text-align: center;
	margin:auto;
	padding-top: 15px;
	padding-bottom: 20px;
}
/* Divs used in community page: */
.thrColLiq #communityblock1 {
  width: 300px; /* since this element is floated, a width must be given */
  height: 25px;
  padding: 0px 0; /* top and bottom padding create visual space within this div  */
  background-color: #2B2B2B;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
 padding-left: 25px;
	padding-right: 25px;
	padding-top: 15px;
	padding-bottom: 7px;
  text-align:center;
}
.thrColLiq #communityblock2 {
  width: 350px; /* since this element is floated, a width must be given */
  height: 460px;
  padding: 0px 0; /* top and bottom padding create visual space within this div  */
  background-color: #2B2B2B;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  padding-top: 5px;
  text-align:center;
}
.thrColLiq #communityblock3 {
  width: 600px; /* since this element is floated, a width must be given */
  height: 475px;
   padding-left: 25px;
	padding-right: 25px;
	padding-top: 15px;
	padding-bottom: 25px;
  background-color: #2B2B2B;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  text-align:center;
}
/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.thrColLiq #mainContent {
  margin: 0 27% 0 27%; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
  padding: 0px 0; /* top and bottom padding create visual space within this div  */
  background: #2B2B2B; /* the background color will be displayed for the length of the content in the column, but no further */
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border: 0px;
}
.thrColLiq #mainContent h1 {
font-size:40px;
}

/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.thrColLiq #mainContentB {
  margin: 0 11% 0 11%; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
}
/* done with added sidebars and mainContentB */

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
  float: right;
  margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
  float: left;
  margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

a
{
  outline: none;
}
