/* MidWinter CSS */

.midwinter {
	position:relative;
	top : 5px;
	border: 2px solid #DB7093;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.midwinter h1{
	color:#8B0000;
}
.midwinter h2{
	color:#DC143C;
}
.midwinter h3{
	color:#DC143C;
}

/* Column Definations for screen layout */
/* column container */
.ccolmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	background:#cca300;
}
/* common column settings */
.ccolright,
.ccolmid,
.ccolleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
.ccol1,
.ccol2,
.ccol3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}
/* 3 Column settings */
.cthreecol {
	background:#eee;		/* right column background colour */
}
.cthreecol .ccolmid {
	right:10%;			/* width of the right column 10 */
	background:#fff;		/* center column background colour */
}
.cthreecol .ccolleft {
	right:80%;			/* width of the middle column 80 */
	background:#f4f4f4;	/* left column background colour */
}
.cthreecol .ccol1 {
	width:76%;			/* width of center column content (column width minus padding on either side) 76 */
	left:102%;			/* 100% plus left padding of center column 102 */
}
.cthreecol .ccol2 {
	width:6%;			/* Width of left column content (column width minus padding on either side) 6 */
	left:16%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) 16 */
}
.cthreecol .ccol3 {
	width:6%;			/* Width of right column content (column width minus padding on either side) 6 */
	left:100%;			/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) 100 */
}

#mwblogo {
	margin-left: auto;
	margin-right: auto;
}

#mwblogo img {
	width:700px;
	height:431px;
}

#music {
	width: 75%;
	margin-left: auto;
	margin-right: auto;	
}

#music table{
	border-collapse:collapse;
}

#midwinter_text{
	margin-left:10px;
	margin-right:10px;
}

/* Pricing and registrations */
.t60 {
 position : relative;
 top : 5px;
 height:450px; 
 margin-bottom:1em;
}
/* Pricing Table */
#pricing {
	position:absolute;
	top:5px;
	left:15px;
}
#pricing table {
	border-collapse:collapse;
}
#pricing td {
	border: 1px solid green;
	text-align: center;
}
#pricing td#ebp {
	background-color:#98FB98;
	font-weight: bold;	
}

/* Refunds */
#refunds {
	position:absolute;
  top : 290px;
  margin-top: 2.0em;
/*	bottom: 80px; */
	left: 10px;
	width: 45%;
	font-size: 80%;
}

/* Registration */
#register {
	position:absolute;
	top:5px;
	left:60%;
}

/* Facebook */
#facebook {
	position:absolute;
	bottom: 5px;
	left:60%;		
/*	left:15px;
	width:45%;  */
}

#facebook img{
  float:left;
  padding-left: 2px;
  padding-top: 5px;
  margin-right:4px;
}

/* Bottom section */
.block70	 {
 position : relative;
 top : 2px;
 height:70px;
}
div.botleft {
  width:65%;
  margin-left:auto;
  margin-right:auto;
}
