/* @override http://wasecamusic.com/wmStyle2.css */

@charset "UTF-8";

body{
	
}

body {
	font: 100%/30px Georgia, "Times New Roman", Times, serif;
	
	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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #e24900;
}


.twoColLiqRtHdr #container { 
	width: 765px;  /* this will create a container 80% of the browser width */
	background: #faffd5;
	margin: 3px auto 5px; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #faffd5;
	text-align: left; /* this overrides the text-align: center on the body element. */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.twoColLiqRtHdr #header { 
	background: #fde774 url(images/waseca-music-logo.png) no-repeat 108px;
	padding-right: 10px;
	padding-left: 10px;
} 



.twoColLiqRtHdr #header h1,#koz.twoColLiqRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
	height: 140px;
	
}

/* Tips for sidebar1:
1. since we are working in percentages, it's best not to use padding on the sidebar. 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 ".twoColLiqRtHdr #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.
*/
.twoColLiqRtHdr #sidebar1 { 
	background: #fde774;
 /* the background color will be displayed for the length of the content in the column, but no further */
	padding-top: 10px;
	width: 200px;
	-moz-bottom-left-border-radius: 10px;
	-webkit-bottom-left-border-radius: 10px;
	bottom-left-border-radius: 10px;
	float: right;
	display: inline-block;
	top: -6px;
	position: relative;
}
.twoColLiqRtHdr #sidebar1 h3, .twoColLiqRtHdr #sidebar1 p,#koz.twoColLiqRtHdr #sidebar1 h3, #koz.twoColLiqRtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

/* Tips for mainContent:
1. the space between the mainContent and sidebar1 is created with the right margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this right margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px 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.
*/
.twoColLiqRtHdr #mainContent, #koz.twoColLiqRtHdr #mainContent {
	margin: 0 210px 0 10px;
	
} 

.twoColLiqRtHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
 	background: #fde774;
	text-align: center;
	font-size: 13px;
} 
.twoColLiqRtHdr #footer p, #koz.twoColLiqRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#header span.contact span#email a{
	color: #ff1b00;
}

/* @group koz */

#koz.twoColLiqRtHdr {
	font: 100%/30px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: #505050;
	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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#koz.twoColLiqRtHdr #container{
	background-color: #000;
	color: #faffd5;	
	width: 765px;  /* this will create a container 80% of the browser width */
	
	margin: 3px auto 5px; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #b90000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

}

#koz.twoColLiqRtHdr #header { 
	background: #b90000 url(images/djkoz-logo.png) no-repeat 108px;
	padding-right: 10px;
	padding-left: 10px;
}

#koz.twoColLiqRtHdr #header span.contact span#email a{
	color: #ff1b00;
}
#koz.twoColLiqRtHdr #sidebar1{ 
	background: #b90000;
 /* the background color will be displayed for the length of the content in the column, but no further */
	padding-top: 10px;
	width: 200px;
	-moz-bottom-left-border-radius: 10px;
	-webkit-bottom-left-border-radius: 10px;
	bottom-left-border-radius: 10px;
	float: right;
	display: inline-block;
	top: -6px;
	position: relative;
} 

#koz.twoColLiqRtHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
 	background: #b90000;
	text-align: center;
}

#koz.twoColLiqRtHdr #mainContent {
	margin: 0 210px 0 10px;
}
#koz.twoColLiqRtHdr #mainContent ul{

	background-color: transparent;
	width: 213px;
	margin: 0;
}

#koz.twoColLiqRtHdr h1{
	color: #fff;
}
#koz.twoColLiqRtHdr span.contact{
	background-color: #000;
	float: right;
	font: bold 13px/17px "Courier New", Courier, mono;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-top: 23px;
	padding: 10px 7px;
}

#koz ul.eventlist{
	float: right;
}

/* @end */

/* @group koz pics */

#koz.twoColLiqRtHdr div.links{
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: #d4e2ac;
	/*display: inline-block;
	position: relative;
	padding: 10px;
	margin-top: 1px;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-left: 15px;
	width: 162px;
	height: auto;*/
}


#koz.twoColLiqRtHdr div.pic {
	/*display: block;
	position: relative;
	z-index: 1000;
	float: right;
	padding-bottom: 10px;*/
}

#koz.twoColLiqRtHdr div.pic img {
	/*width: 180px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-top: 20px;*/
	background-color: #39c;
	border: 1px solid #b90000;
	border-right-color: #000;
	border-bottom-color: #000;
	/*margin-bottom: 0;
	margin-left: 10px;
	margin-right: 10px;*/
}

 #koz.twoColLiqRtHdr div.pic img:hover {
	
}

#koz.twoColLiqRtHdr div.pic img:active {
	width: 500px;
	z-index: 9999;
	position: relative;
	margin-top: -100px;
	margin-left: -310px;
}

#koz.twoColLiqRtHdr div.pic:active span.caption {
	z-index: 10000;
	display: block;
	position: relative;
	width: 480px;
	top: 5px;
	text-align: center;
	height: auto;
	margin-left: -310px;
	font-size: 18px;
}

#koz.twoColLiqRtHdr span.caption{
	font-size: 11px;
	position: relative;
	width: 160px;
	background-color: #faffd5;
	top: 4px;
	height: auto;
	color: #000;
	border: 1px solid #b90000;
	padding: 10px;
	text-shadow: #faffd5 0 0 4px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 0;
	display: none;
	margin-left: 10px;
	text-align: center;
}

#koz.twoColLiqRtHdr span.click {
	color: #faffd5;
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: 150px;
	height: 0;
	z-index: 20;
	font: 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	left: 16px;
}

#koz.twoColLiqRtHdr div.pic:active span.click, #koz.twoColLiqRtHdr div.pic:hover span.click {
	display: none;
}

#koz.twoColLiqRtHdr div.pic span.click:hover {
	display: none;
}

/* @end */

/* @group koz nav */

#koz.twoColLiqRtHdr ul.nav {
	background-color: #d9d9d9;
	/*padding: 5px;
	list-style-type: none;
	width: 85px;
	text-align: center;
	display: inline-block;
	height: 120px;
	font: bold 17px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: relative;
	top: 8px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	margin-top: 0;
	opacity: 0.52;*/
}
#koz.twoColLiqRtHdr ul.nav:hover { 
	opacity: 1;
} 

#koz.twoColLiqRtHdr ul.nav li:hover {
	background-color: #39c;
}

#koz.twoColLiqRtHdr ul.nav li {
	/*width: 75px;
	display: inline-block;
	position: relative;
	text-align: center;
	padding: 2px;
	margin: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;*/
	border: 1px solid #fff;
}
#koz.twoColLiqRtHdr ul.nav li.sel {
	background-color: #ffacad;
}

#koz.twoColLiqRtHdr ul.nav li.sel a{
	color: #4aa5dd;
}

/* @end */

#duo.twoColLiqRtHdr{
	background-color: #a1d6d5;
}

#duo.twoColLiqRtHdr #header{
		background: #ceffff url(images/kozylilduo.png) no-repeat 163px;
}

#duo.twoColLiqRtHdr #sidebar1{
	background-color: #ceffff;
}

#duo.twoColLiqRtHdr #container{
	background-color: #a1d6d5;
}

#duo.twoColLiqRtHdr #footer{
	background-color: #ceffff;
}

#duo.twoColLiqRtHdr .contact{
		background-color: #d9d9d9;

}

/* @group duo nav */

#duo.twoColLiqRtHdr ul.nav {
	background-color: #d9d9d9;
	/*padding: 5px;
	list-style-type: none;
	width: 85px;
	text-align: center;
	display: inline-block;
	height: 120px;
	font: bold 17px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: relative;
	top: 8px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	margin-top: 0;
	opacity: 0.52;*/
}
#duo.twoColLiqRtHdr ul.nav:hover { 
	opacity: 1;
} 

#duo.twoColLiqRtHdr ul.nav li:hover {
	background-color: #39c;
}

#duo.twoColLiqRtHdr ul.nav li {
	/*width: 75px;
	display: inline-block;
	position: relative;
	text-align: center;
	padding: 2px;
	margin: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;*/
	border: 1px solid #fff;
}
#duo.twoColLiqRtHdr ul.nav li.sel {
	background-color: #ffacad;
}

#duo.twoColLiqRtHdr ul.nav li.sel a{
	color: #4aa5dd;
}

/* @end */

/* @group duo pics */

#duo.twoColLiqRtHdr div.links{
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: #d4e2ac;
	/*display: inline-block;
	position: relative;
	padding: 10px;
	margin-top: 1px;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-left: 15px;
	width: 162px;
	height: auto;*/
}


#duo.twoColLiqRtHdr div.pic {
	/*display: block;
	position: relative;
	z-index: 1000;
	float: right;
	padding-bottom: 10px;*/
}

#duo.twoColLiqRtHdr div.pic img {
	width: 180px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-top: 20px;
	background-color: #70aaa8;
	border: 1px solid #70aaa8;
	border-right-color: #000;
	border-bottom-color: #000;
	margin-bottom: 0;
	margin-left: 10px;
	margin-right: 10px;
}

#duo.twoColLiqRtHdr div.pic img:hover {
	
}

#duo.twoColLiqRtHdr div.pic img:active {
	width: 500px;
	z-index: 9999;
	position: relative;
	margin-top: -100px;
	margin-left: -310px;
}

#duo.twoColLiqRtHdr div.pic:active span.caption {
	z-index: 10000;
	display: block;
	position: relative;
	width: 480px;
	top: 5px;
	text-align: center;
	height: auto;
	margin-left: -310px;
	font-size: 18px;
}

#duo.twoColLiqRtHdr span.caption{
	font-size: 11px;
	position: relative;
	width: 160px;
	background-color: #faffd5;
	top: 4px;
	height: auto;
	color: #000;
	border: 1px solid #b90000;
	padding: 10px;
	text-shadow: #faffd5 0 0 4px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 0;
	display: none;
	margin-left: 10px;
	text-align: center;
}

#duo.twoColLiqRtHdr span.click {
	color: #faffd5;
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: 150px;
	height: 0;
	z-index: 20;
	font: 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	left: 16px;
}

#duo.twoColLiqRtHdr div.pic:active span.click, #duo.twoColLiqRtHdr div.pic:hover span.click {
	display: none;
}

#duo.twoColLiqRtHdr div.pic span.click:hover {
	display: none;
}

/* @end */

#audio {
	position: relative;
	padding-top: 20px;
	float: right;
	clear: both;
	margin-bottom: 20px;
}

#audio h4{
	padding-bottom: 20px;
}

/* 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 a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

h1{
	font: small-caps 28px futura, "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	color: #865500;
}

h2{
	font-size: 30px;
}

h3{
	font: bold 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #1575b4;

}
#duo h3{
	color: #397a79;
}
#duo #sidebar1 h4{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-left: 10px;
	color: #df2a3b;
	margin-top: -10px;
	margin-bottom: -14px;
}
#duo #container #mainContent ul#songs{
	margin: 0;
	height: auto;
	width: 500px;
	display: inline-block;
	clear: both;
	position: relative;
}

#duo #container #mainContent ul#songs li{
	clear: right;
	float: left;
	display: inline-block;
	position: relative;
	width: 230px;
}
#duo #sidebar1 p{
	line-height: 18px;
}
a {
	text-decoration: none;
	color: #000;
}

li {
	color: #e30000;
	margin-left: 20px;
	line-height: 20px;
}
span.contact{
	
background-color: #fcf3a7;
	float: right;
	font: bold 13px/17px "Courier New", Courier, mono;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-top: 23px;
	padding: 10px 7px;
}
ul.contact{
	display: inline-block;
	position: relative;
	right: 120px;
}

/* @group nav */

ul.nav {
	background-color: #faffd5;
	padding: 5px;
	list-style-type: none;
	width: 84px;
	text-align: center;
	display: inline-block;
	height: 131px;
	font: bold 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: relative;
	top: 8px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	opacity: 0.52;
	margin: 1px 1px 20px;
}
ul.nav:hover { 

	opacity: 1;
} 

ul.nav li:hover {
	background-color: #ff8437;
}

ul.nav li {
	width: 75px;
	display: inline-block;
	position: relative;
	text-align: center;
	padding: 1px;
	margin: 1px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px solid #fff;
}
.twoColLiqRtHdr ul.nav li.sel {
	background-color: #ffb579;
}

.twoColLiqRtHdr ul.nav li.sel a{
	color: #e24900;
}

#tiny{
	font-size: 13px;
}

/* @end */

/* @group pics */

div.links{
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: #d4e2ac;
	display: inline-block;
	position: relative;
	padding: 10px;
	margin-top: 1px;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-left: 15px;
	width: 162px;
	height: auto;
}



div.pic {
	display: block;
	position: relative;
	z-index: 1000;
	float: right;
	padding-bottom: 10px;
}

div.pic img {
	width: 180px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-top: 20px;
	background-color: #e24900;
	border: 1px solid #df6100;
	border-right-color: #000;
	border-bottom-color: #000;
	margin-bottom: 0;
	margin-left: 10px;
	margin-right: 10px;
}

div.pic img:hover {
	
}

div.pic img:active {
	width: 400px;
	z-index: 9999;
	position: relative;
	margin-top: -300px;
	margin-left: -310px;
}

div.pic:active span.caption {
	z-index: 10000;
	display: block;
	position: relative;
	width: 380px;
	top: 5px;
	text-align: center;
	height: auto;
	margin-left: -310px;
	font-size: 18px;
}

span.caption{
	font-size: 11px;
	position: relative;
	width: 160px;
	background-color: #faffd5;
	top: 4px;
	height: auto;
	color: #000;
	border: 1px solid #e24900;
	padding: 10px;
	text-shadow: #faffd5 0 0 4px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 0;
	display: none;
	margin-left: 10px;
	text-align: center;
}

span.click {
	color: #d4e2ac;
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: 150px;
	height: 0;
	z-index: 20;
	font: 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	left: 16px;
}

div.pic:active span.click, div.pic:hover span.click {
	display: none;
}

div.pic span.click:hover {
	display: none;
}

/* @end */

.caption {
	font-size: 13px;
	line-height: 16px;
	margin: 10px auto;
	width: 460px;
}
.twoColLiqRtHdr #mainContent p{
}


div.frontpic{
	display: block;
}
div.frontpic img{
	width: 150px;
	float: left;
	margin-right: 10px;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.twoColLiqRtHdr #mainContent ul{
	background-color: #fff;
	padding: 15px;
	margin-left: 160px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
div.history{
	background-color: #ffff8e;
	display: inline-block;
	margin: 5px 5px 30px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 7px;
}

div.history img{
	margin-right: auto;
	margin-left: auto;
	display: block;
	border-style: solid;
	border-width: 1px;
}

#hours{
	width: 26em;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	margin-right: auto;
	margin-left: 9em;
	display: block;
	font-weight: bold;
	text-align: center;
	color: #c30;
	padding-bottom: .3em;
}