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

html {
	height: 100%;
	width: 100%;
/*	position:relative;	/* sticky footer */
}

body,div,dl,dt,dd,ul,ol,li,nav,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,a,img {
	margin: 0;
	padding: 0;
	border: 0;
}

body
{
	font-family: 'Roboto',Verdana,sans-serif;
	text-align: left;
	font-size: 13px;
	line-height: 1.4em;
	word-wrap: normal;
	background-color: #fff;
	color: #222;
	padding-bottom: 120px;	/* sticky footer */
	min-height:100%;
}

p { margin:0.8em 0; }

a, .like-a {
	color:#D56344;
	text-decoration:none;
	font-weight:500;
}
.like-a { cursor:pointer; }
a:hover, .like-a:hover { color:#777; }
a.blip {
	padding-left:12px;
	background: url(/static/images/rt_blip_gray_red_white.png) no-repeat scroll 0 0;
	font-weight:500;
	outline:none;
	white-space:nowrap;
}
a.blip:hover { color:#777; background-position:0 -15px; }
a.no-outline { outline:none; }

div#footer a { font-weight:400; }

table {
	border-collapse: collapse;
	border-spacing: 0;
	border:0;
}

label, legend {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
}


h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: 900;
	line-height:1.2em;
	color:#1C4164;
}

.subhead, .subsubhead {
	font-size:140%;
	margin:1.5em 0 1em 0;
	text-align:left;
}
.subsubhead {
	font-size:120%;
	text-align:left;
	margin:1em 0 0.5em;
}
.bighead {
	font-size:180%;
	text-align:left;
	margin:0 0 0.5em;
}
.pagehead {
	font-size:200%;
	text-align:center;
	margin:1.5em 0 1em;
	color:#555555;
}


input,button,textarea,select,optgroup,option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
input[type='text'], input[type='password'] {
	width:50%;	
}

/* Layout */
div#sb-site {
	width:100%;
	max-width:900px;
	margin:0 auto;
}
div#header {
	width:100%;
	background-color: #FFFFFF;
	height:98px;
	padding:30px 0 0 30px;
}
div#header img#menuicon {
	display:block;
	margin:12px 20px 0 5px;
	float:left;
}
div#header a {
	outline:none;
}

div#underheader {
	width:100%;
	height:auto;
	padding:5px 10px 5px 0;
	display:block;
}
div#underheader-img-holder {
	background-position: right top;
	background-repeat: no-repeat;
	background-attachment: scroll;
	float:right;
}
img#event-title {
	width:100%;
	max-width:900px;
	height:auto;
	display:block;
}
div#whenwhere {
	text-align:center;
	font-weight:900;
	color:#222;
	font-size:16px;
	margin:20px 0;
	line-height:1.3em;
}
div#main {
	margin:0 auto;
	padding:40px 20px 20px 20px;
	width:100%;
	max-width:600px;
	position:relative;
}
div#jsok { display:none; }

div#stem-error {
	background-image: url(//csmspace.com/static/images/error.png);
	padding:1px 0 0 75px;
	color: #000;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
	min-height:100px;
}

div.container {
	padding-bottom:15px;
}

div.section {
	width:100%;
	max-width:960px;
	margin:0 auto;
}
div.column {
	padding:0 10px 0 0;	
}
div.sectionhead {
	width: 100%;
	height: 70px;
	padding: 0;
	margin: 0 0 15px 0;
	background-color: #555;
	font-weight:100;
	font-size:30px;
	text-align:center;
	color:#fff;
	line-height:70px;
}

div#footer {
	/* James Dean sticky footer: http://mystrd.at/modern-clean-css-sticky-footer/ */
    width: 100%;
	margin-top:30px;
	padding:10px 15px;
	border-top:dotted 2px #bbb;
	font-size:11px;
	text-align:center;
}
p#footer-copyright {
	font-size:10px;
	margin:10px 0 0 0;
}
	
.row h1.subhead:first-child {
	margin-top:1em;
}

div.under-construction {
	width:250px;
	margin:20px auto;
}
div.under-construction img {
	float:left;
}
div.under-construction p {
	width:120px;
	float:right;
	font-weight:500;
	color:#000;
	font-size:13px;
}

ul.bullet-list {
	list-style: disc outside;
	padding-left: 15px;
}
ul.bullet-list li { margin-bottom:0.5em; }
ul.indent-list { margin-left:15px; }
ul.no-bullets { list-style:none; margin:0; padding:0; }


.clearfix:after {
    content:"";
    display:table;
    clear:both;
}
.displayBlock { display:block; }
.displayInline { display:inline; }
.displayNone { display:none !important; }
.floatLeft { float:left; }
.floatRight { float:right; }
.floatNo { float:none; }
.positionFixed { position:fixed; }
.positionAbsolute { position:absolute; }
.clearLeft { clear:left; }
.clearAll { clear:both; }
.fluid-width { width:100%; }
.bold { font-weight:900; }
.semibold { font-weight:500; }
.italic { font-style:italic; }
.underline { text-decoration:underline; }
.smaller-font { font-size:90%; }
.larger-font { font-size:110%; }
.indent { margin-left:15px !important; }
.shadow { box-shadow:3px 3px 3px 0 hsla(0,0%,0%,0.40); }
.fullwidth { max-width:100%; }
.text-center { text-align:center !important; }
.text-left { text-align:left !important; }
.text-right { text-align:right !important; }
.no-top-margin { margin-top:0; }
.no-bottom-margin { margin-bottom:0; }
.extra-top-margin { margin-top:25px; }
.extra-bottom-margin { margin-bottom:25px; }
.color-background-block {
	padding:5px;
	background-color:#aaa;	
}
.imgbutton { cursor:pointer; }

.round-border-box {
	border:solid 2px #aa771b;
	border-radius:10px;
	padding:15px;
	width:80%;
	min-width:400px;
	color:#D56344;
	margin:30px auto;
}
.round-border-box p { margin-left:40px; }
.round-border-box h1.subhead { margin-top:0; }
.round-border-box.dates { 
	background-color:#ffe9c2;
	border:none;
}
.border-red { border-color:#D56344; }

table {
	width:100%;
	border-collapse:separate;
	border-spacing:5px;	
	table-layout:fixed;
	font:inherit;
}
table.purchase td {
	vertical-align:top;
	padding-bottom:5px;
	}

table tr td:first-child {
	font-size:90%;
	font-weight:500;
	color:#888;
	width:130px;	
}
table tr td:first-child span { font-weight:normal; }

table input[type="text"], table input[type="password"] { 
	width:99%;
	max-width:250px;
}
table input[type="checkbox"] {
	vertical-align:-2px;
}
table.login tr td:first-child { width: 70px; }

table.purchase, table.confirm { max-width: 400px; }
table.purchase tr td:first-child { width:20px; color:#222; }
table.purchase tr td:last-child { font-weight: 900; text-align: right; width:70px; }

table.confirm tr td:first-child {
	font-size: 100%;
	font-weight: 400;
	color: #222;
	width:auto;
}
table.confirm tr td:last-child {
	text-align: right;
	font-weight: 900;
	width:70px;
}
table.confirm tr:last-child td {
	padding-top:10px;
}
table.confirm tr:last-child td:first-child {
	text-align: right;
	padding-right: 10px;
	font-style: italic;
}
table.confirm tr:last-child td:last-child {
	border-top:solid 1px #888;
}

span.includes {
	font-size:90%;
	font-style:italic;
	display:block;
	padding-left:20px;	
}





div#data-msg {
	background-image:url(//csmspace.com/static/images/iconredcirclex26.png);
	background-position:5px 5px;
	background-attachment:scroll;
	background-repeat:no-repeat;
	padding:0 10px 0 40px;
	border:solid 1px #D56344;
	border-radius:8px;
	width:80%;
	margin:15px auto;
	color:#D56344;
	display:none;
}



div.season_icon_holder {
	width:20%;
	float:left;
	margin:0;
	padding:20px 0;
	clear:left;
}
div.season_icon_holder img {
	width:100%;
	height:auto;
	display:block;
}
div.season_descriptor {
	width:80%;
	float:left;
}



@media all and (max-width:700px) {
	table { width:100%; }
}