@charset "utf-8";
/* CSS Document */

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: #543F8A;
	background-image: url(http://www.oxfordjazzfestival.com/2010Fest/images/page-bg2.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
}
.thrColFixHdr #outercontainer {
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(http://www.oxfordjazzfestival.com/2010Fest/images/header-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
} 
.thrColFixHdr #container {
	width: 1007px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
.thrColFixHdr #header {
	height: 292px;
	padding-top: 0;
	padding-bottom: 0;
} 
.thrColFixHdr #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; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.thrColFixHdr #topsection {
	height: 360px;
	padding-left: 38px;
	background-image: url(http://www.oxfordjazzfestival.com/2010Fest/images/movie-bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
} 
.thrColFixHdr #topsectioninside {
	height: 50px;
	padding-left: 38px;

} 
.thrColFixHdr #topsection h1.image-replace {
	width: 403px;
	height: 66px;
	background-image: url(http://www.oxfordjazzfestival.com/2010Fest/images/inspiredjazz.gif);
	background-repeat: no-repeat;
	}
.thrColFixHdr #topsection h1.image-replace span {
		display: block;
		width: 0px;
		height: 0px;
		overflow: hidden;
	}

.thrColFixHdr #bodyarea {
	padding-top: 20px;
	padding-left: 15px;
	background-color: #FFFFFF;
	border-top-width: thin;
	border-top-style: dashed;
	border-top-color: #8B3775;
	margin-top: 0px;
	padding-right: 15px;
} 

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 300px;
	padding-right: 10px;
	margin-right: 5px;
	margin-top: 0px;
	padding-top: 0px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px;
	padding-bottom: 15px;
	margin-left: 5px;
	margin-top: 0px;
	padding-top: 0px;
}
.thrColFixHdr #sidebar3inside {
	float: right; /* since this element is floated, a width must be given */
	width: 300px;
	padding-bottom: 15px;
	margin-left: 5px;
	margin-top: 0px;
	padding-top: 15px;
	background-color: #FFD7EB;
	padding-right: 15px;
	padding-left: 15px;
}

.thrColFixHdr #sidebar3 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px;
	padding-bottom: 15px;
	margin-left: 15px;
}
.thumb {
	text-align: left;
	margin-right: 10px;
	float: left;
}

.thrColFixHdr #bodyareabottom {
	float: left; /* since this element is floated, a width must be given */
	background-color: #FFFFFF;
	width: 970px;
	margin-right: 300;
	margin-bottom: 0;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0;
	margin-left: 0;
	border-top-width: thin;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #CEABD3;

} 
.thrColFixHdr #bodyareainside {
	background-color: #FFFFFF;
	width: 600px;
	margin-right: 310;
	margin-bottom: 0;
	padding-right: 20px;
	padding-bottom: 0;
	margin-left: 0;
	padding-left: 20px;
} 

#main-nav {
	color: #FFFFFF;
	background-image: url(http://www.oxfordjazzfestival.com/2010Fest/images/nav-bg-wide.jpg);
	background-repeat: no-repeat;
	height: 32px;
	width: 821px;
	text-align: center;
	margin-bottom: 15px;
	padding: 0px;
	margin-top: 0px;
	margin-left: 50px;
}
#main-nav a{
	color: #534086;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
}
#main-nav a:hover{
	color: #a15397;
}
 #subnav {
	text-align: center;
	margin-bottom: 15px;
	padding: 0px;
	margin-top: 0px;
	
}
.thrColFixHdr #outercontainer #container #footer #subnav ul li{
	display: inline;
}
 #subnav a{
	color: #534086;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
}
 #subnav a:hover{
	color: #a15397;
	text-decoration: none;
}
 #subnav2 {
	text-align: center;
	margin-bottom: 15px;
	padding: 0px;
	margin-top: 0px;
	
}
.thrColFixHdr #outercontainer #container #footer #subnav2 ul li{
	display: inline;
}
 #subnav2 a{
	color: #534086;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
}
 #subnav2 a:hover{
	color: #a15397;
	text-decoration: none;
}

.thrColFixHdr #outercontainer #container #bodyarea #bodyareabottom p {
}


.thrColFixHdr #outercontainer #container #footer .socialnetwork {
	background-position: center;
	text-align: center;
}
.thrColFixHdr #outercontainer #container #footer .socialnetwork img {
	margin-right: 10px;
}
.thrColFixHdr #outercontainer #container #footer p {
	font-size: small;
	margin-bottom: 0px;
}
.thrColFixHdr #outercontainer #container #footer a {
	color: #3A2C5F;
	text-decoration: none;
}
.thrColFixHdr #outercontainer #container #bodyarea a {
	color: #8C387A;
	text-decoration: none;
}
.thrColFixHdr #outercontainer #container #bodyarea a:hover {
	text-decoration: underline;
}

.thrColFixHdr #outercontainer #container #footer a:hover {
	text-decoration: underline;
}

.thrColFixHdr #mainContent {
	background-color: #FFFFFF;
	width: 310px;
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 330px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.thrColFixHdr #mainContentinside {
	background-color: #FFFFFF;
	width: 610px;
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 30px;
} 
.thrColFixHdr #footer {
	height: 511px;
	padding-top: 10;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	border-top-width: thin;
	border-top-style: dashed;
	border-top-color: #94509D;
	margin-top: 10px;
} 
.thrColFixHdr #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 */
}
.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 */
	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;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #3A2C5F;
	margin-bottom: 10px;
	line-height: 120%;
}
.thrColFixHdr #outercontainer #container #topsection .opening-blurb {
	width: 342px;
}
.movie {
	width: 444px;
	height: 257px;
	position: relative;
	left: 500px;
	top: -280px;
	border: 7px solid #FFFFFF;
}
.swf {
	position: absolute;
		border: 7px solid #FFFFFF;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	color: #483584;
	margin-bottom: 10px;
}

h2 {
	font-size: 2.5em;
	font-weight: normal;
	color: #4E3A7F;
	margin-bottom: 15px;
}
h3 {
	font-size: 18px;
	font-weight: normal;
	color: #4E3A7F;
	margin-bottom: 15px;
}
.star {
	background-image: url(http://www.oxfordjazzfestival.com/2010Fest/images/star-bullet.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-right: 10px;
	float: left;
	width: 24px;
	height: 21px;
}
h4 {
	font-size: 1.1em;
	margin-bottom: 10px;
}
.breakline {
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #a15397;
}
.arrow {
	margin-top: 15px;
}
th {
	color: #6D929B;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	border-left: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-align: left;
	font-size: small;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
	font-size: small;
}
td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-left: 1px solid #C1DAD7;
	background: #fff;
	color: #6D929B;
	font-size: small;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
}


td.alt {
	background: #F5FAFA;
	color: #B4AA9D;
	font-size: small;
}
.odd {
	background-color: #99CCFF;	
}
#schedulegrid {
	width: 90%;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 50px;
}

.tickets {
	font-size: 1.1em;
	background-image: url(../images/tickets.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 10px;
	padding-left: 34px;
	height: 32px;
}
.status {
	font-size: small;
	margin-bottom: 5px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #C1DAD7;
	padding-bottom: 5px;
	line-height: 120%;
}
.date {
	font-size: small;
	margin-bottom: 3px;
	text-transform: uppercase;
	color: #9F52A0;
}
blockquote {
	margin-left: 40px;
	border-left-width: thin;
	border-left-style: dashed;
	border-left-color: #999999;
	padding-left: 15px;
}
.blockquotesmall {
	margin-left: 40px;
	border-left-width: thin;
	border-left-style: dashed;
	border-left-color: #999999;
	padding-left: 15px;
	font-size: small;
	font-style: italic;
}
.logo {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.ocg {
	text-align: center;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: thin dashed #CC99FF;
	width: 90%;
	margin-left: 20px;
}
.hotel {
	margin-left: 40px;
	padding-left: 15px;
	border-left-width: thin;
	border-left-style: dashed;
	border-left-color: #999999;
	margin-right: 20px;
	margin-bottom: 40px;
}
.todo {
	margin-bottom: 10px;
	margin-left: 40px;
	padding-bottom: 10px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
.step1 {
	background-color: #CCCCFF;
	background-image: url(../images/step1.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 550px;
	padding-left: 60px;
	border: thin dashed #999999;
	padding-top: 5px;
	padding-right: 5px;
	margin-bottom: 15px;
}
.step2 {
	background-color: #CCCCFF;
	background-image: url(../images/step2.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 550px;
	padding-left: 60px;
	border: thin dashed #999999;
	padding-top: 5px;
	padding-right: 5px;
	margin-bottom: 15px;
}
.step3 {
	background-color: #CCCCFF;
	background-image: url(../images/step3.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 550px;
	padding-left: 60px;
	border: thin dashed #999999;
	padding-top: 5px;
	padding-right: 5px;
	margin-bottom: 15px;
}
.advertBox {
	padding: 5px;
	float: left;
	width: 230px;
	margin-left: 10px;
	border: thin dashed #999999;
	margin-top: 20px;
}
.shop_item_wide {
	padding: 3px;
	float: left;
	width: 330px;
	margin-left: 5px;
	border: thin dashed #999999;
	margin-top: 20px;
	min-height: 400px;
}
.shop_item {
	padding: 3px;
	float: left;
	width: 240px;
	margin-left: 5px;
	border: thin dashed #999999;
	margin-top: 20px;
	min-height: 400px;
}
.pressrelease {
	background-color: #FBDDF3;
	padding: 10px;
	height: 300px;
	border: thin dashed #B9B9FF;
	overflow: scroll;
}
.launch {
	font-size: small;
	font-style: italic;
	margin-left: 10px;
	margin-right: 30px;
	background-image: url(../images/musicnote.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 10px;
	padding-left: 30px;
}
.musicplayer {
	margin-bottom: 10px;
	margin-top: 5px;
	text-align: center;
	border: thin dashed #FFFFFF;
}
.center {
	text-align: center;
}
.sponsorlogo {
	text-align: center;
	float: left;
	margin-right: 20px;
}
.small {
	font-size: 80%;
}

