@charset "UTF-8";
body {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #1903A6;
	background-image: url(../Images/GlobeheadRightBck.jpg);
	background-repeat: repeat;
}
.sfcomedy #container {
	width: 720px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.sfcomedy #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.sfcomedy #header {
	background-color:#6337d4;
	margin: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.sfcomedy #header img {
	padding:0;
	margin:0 0 0 5px;
}
.headwhite {
	color: #ffffff;
	font-size: 22px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-weight:600;
	text-align:center;
	padding:20px 0 20px 0;
}

ul.list {
	width:640px;
	float:left;
	background-color:#FFFFFF;
	display:block;
	border: 1px solid #CCCCCC;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
ul.list li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
	list-style-type: none;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0px;
	list-style-position: inside;
}
.date {
	width:100px;
	font-size:12px;
}
.name {
	 width:400px;
	 text-align:center; 
}
.tickets {
	width:100px;
	line-height:20px;
}

.btn-calendar a {
	width:150px;
	padding:4px;
	font-family:"Arial Black", Gadget, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	position:absolute;
	bottom:4px;
	background-color:#009900;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	text-shadow: 1px 1px 1px #333333;
	border:1px solid #212121;
	left: 0px;
	text-align: center;
	text-decoration: none;
	display: block;
	margin-top: 1;
	margin-right: 75px;
	margin-bottom: 0;
	margin-left: 75px;

}
.round-header {
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
	color:#212121;
}

.round-header h3 {
	margin-bottom: 2px;
	font-size:14px;
}
.small {
	font-size:10px;
}

.info {
	background-color:#0000FF;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:10px;
	text-decoration:none;
	border:solid 1px #212121;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom:1px;
	padding-left: 5px;
}
.info:hover {
	background-color:#0066FF;
}

.ticket {
	background-color:#FF0000;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
	border:solid 1px #212121;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom:1px;
	padding-left: 5px;
}
.ticket:hover {
	background-color:#993300;
}

.leftCol {
	clear: both;
	float: left;
	width: 320px;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0;
}
.rightCol {
	float: right;
	width: 320px;
}



/* PHPlist Fields */
.required {
	margin-bottom:10px;
	margin-top:10px;
}