@charset "utf-8";

html {
	min-height: 100%;
	min-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,button,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;
	/*position:relative;*/	/* sticky footer */
	background-color: #fff;
	color: #222;
	margin-bottom: 100px;	/* sticky footer */
}

p { margin:0.8em 0; }

a {
	color:#D56344;
	text-decoration:none;
	font-weight:500;
}
a.blip {
	padding-left:12px;
	background: url(/static/images/rt_blip_gray_red_white.png) no-repeat scroll 0 0;
	font-weight:500;
}
a.blip:hover { color:#777; background-position:0 -15px; }
div#footer a { font-weight:400; }

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

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: 500;
}

input,button,textarea,select,optgroup,option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

div#header {
	width: 100%;
	padding: 10px 0 20px;
	background-color: #AA771B;
	background-image: url(../images/pattern.png);
	background-position: 0 0;
	background-repeat: repeat;
	background-attachment: scroll;
}
div#header-internal {
	margin:0 auto;
	padding:0 15px;
	max-width:900px;
}
img#logo {
	display:block;
	width:100%;
	max-width:400px;
	margin-top:15px;
	float:left;
}
div#wherewhen {
	font-size:18px;
	text-align:right;
	color:#000;
	font-weight:900;
	margin:20px 0 0 10px;
}
div#wherewhen span {
	display:block;
	padding-top:5px;
	font-size:20px;
	font-weight:900;
	color:#fff;
	letter-spacing:0.5px;	
}
div#navbar {
	background-image: url(../images/mining-background3.jpg);
	background-repeat: repeat-x;
	background-position:center bottom;
	/*background-position: center 109px;
	background-attachment: fixed;*/
}
div#navbar-internal {
	max-width: 600px;
	margin: 0 auto;
	padding: 10px 15px;
	background-color:transparent;
	text-align:center;
}
ul#nav {
	margin:0;
	padding:0;
	list-style:none outside none;	
}
ul#nav li {
	width:10%;
	min-width:100px;
	max-width:110px;
	margin:3px 2px;
	background-color:#b89454;
	border-radius:4px;
	font-weight:500;
	text-align:center;
	display:inline-block;
	cursor:pointer;
}
ul#nav li.home { background-color:#775313; }
ul#nav li.early { background-color:#f6ac27; }
ul#nav li a, ul#nav li.drop
	{
	display:block;
	padding:8px 0;
	color:#000;
	text-align:center;
}
ul#nav li.home a { color:#fff; }
ul#nav li.early a { color:#000; }
ul#nav li.drop { position:relative; display:inline-block; }
div.navdrop {
	width:100%;
	height:34px;
	padding-top:34px;
	background-color:transparent;
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
	z-index:100;	
}
div.navdrop:hover { height:auto; overflow:auto; }


div#main {
	width:100%;
	margin:0 auto;
	padding-bottom:30px;	/* sticky footer */
}

div.section {
	width:100%;
	max-width:900px;
	margin:0 auto;	
}

div.column {
	padding:0 10px 0 0;	
}

div.sectionhead {
	width: 100%;
	height: 90px;
	padding: 0;
	margin: 0 0 20px 0;
	background-color: #555;
	font-weight:100;
	font-size:40px;
	text-align:center;
	color:#fff;
	line-height:90px;
}
div.gototop {
	clear:both;
	height: 11px;
	margin: 20px 20px 5px;
	/*width:54px;
	background:url(../images/top.png) 0 0 no-repeat scroll;
	cursor:pointer;*/
	display:none;
}
div.gototop a {
	display:block;
	float:right;
}
div.gototop a:first-child { float:left; }

div#footer {
	/* James Dean sticky footer: http://mystrd.at/modern-clean-css-sticky-footer/ */
    height: 100px;
    width: 100%;
	padding:0 15px;
	background-color:#555;
	position:absolute;
	left:0;
	bottom:0;
	color:#fff;
	box-sizing:border-box;
}
div#footer-internal {
	max-width: 900px;
	height:90px;
	margin: 10px auto 0;
	background-image: url(../images/mineslogofooter2.png);
	background-position: right top;
	background-repeat: no-repeat;
	background-attachment: scroll;
}
div#footer-space {
	font-size:10px;
	text-align:right;
	width:250px;
	float:right;
	margin-top:25px;
	line-height:1.2em;
}

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;
}
div#home-img { padding-top:80px; }

.clearfix:after {
    content:"";
    display:table;
    clear:both;
}
.displayBlock { display:block; }
.displayInline { display:inline; }
.displayNone { display:none; }
.floatLeft { float:left; }
.floatRight { float:right; }
.floatNo { float:none; }
.positionFixed { position:fixed; }
.positionAbsolute { position:absolute; }
.clearLeft { clear:left; }
.clearAll { clear:both; }
.indent { margin-left:15px; }
.subhead, .subsubhead {
	font-size:140%;
	color:#775313;
	margin:1.5em 0 1em 0;
	text-align:center;
}
.subsubhead {
	font-size:120%;
	text-align:left;
	margin:1em 0;
}
.bighead {
	font-size:200%;
	text-align:left;
	margin:2em 0 1em;
	font-weight:900;
	color:#775313;
}
.small-caps { font-variant:small-caps; }
.fullwidth { max-width:100%; }
.shadow { box-shadow:3px 3px 3px 0 hsla(0,0%,0%,0.40); }
.schedule-day-head { width:100%; border-bottom:1px solid #888; margin:0 0 5px; }
.schedule-day-head span { display:inline-block; padding: 3px 0 2px 10px; width:70%; font-weight:500; color:#fff; font-size:14px; background-color:#888; }
.schedule-table td {
	padding:2px 5px;
	vertical-align:top;
	line-height:1.3em;
}
.schedule-table td span {
	font-style:italic;
	display:block;
	padding:0 0 0 15px;
}
.schedule-table tr td:first-child { font-weight:500; color:#888; font-size:11px; width:55px; text-align:right; padding:3px 5px 2px 0; }

table.schedule-table { width:100%; table-layout:fixed; border-collapse:collapse; }
table.schedule-table tr td:first-child { padding-top:4px; width:40px; }
table.schedule-table tr td:last-child { padding-left:10px; font-weight:500; width:25%; }
table.schedule-table td span { padding:0; }
table.schedule-table tr { border-bottom:solid 1px #e8e8e8; }
table.schedule-table td div { width:32%; float:left; text-align:center; padding:10px; font-weight:500; }
table.schedule-table tr.break { background-color:#ced5dd; }
table.schedule-table ul li { margin-top:0.5em; }

table#dates {
	width:100%;
	table-layout:fixed;
	margin-bottom:0;
	border-collapse:separate;
	border-spacing:0 5px;
}
table#dates td
	{
	padding:5px;
	box-sizing:border-box;
	vertical-align:middle;
}
table#dates tr td:first-child
	{
	font-weight:500;
	width:125px;
	color:#000;
	text-align:center;	
}
table#dates td.papers { background-color:#06fac8; }
table#dates td.registration { background-color:#8cdb06; }
table#dates td.apcom { background-color:#f29d04; }
table#dates td.other { background-color:#846fb7; }

.flex-container {
	position:relative;
	padding:30px 0 56.25% 0;
	height:0;
	overflow:hidden;
}
.flex-container iframe, .flex-container object, .flex-container.embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
div#the-map-placeholder {
	height:60px;
	padding:10px 15px;
	margin-top:15px;
	border:solid 1px #888;
	border-radius:8px;
	cursor:pointer;	
}
div#the-map-placeholder p {
	margin:0 0 0 55px;
	color:#888;
	font-style:italic;
}

.round-border-box {
	border:solid 2px #aa771b;
	border-radius:10px;
	padding:15px;
	width:100%;
}
.round-border-box h1.subhead { margin-top:0; }
.round-border-box.dates { 
	background-color:#ffe9c2;
	border:none;
}

.bold { font-weight:900; }
.semibold { font-weight:500; }
.italic { font-style:italic; }
.underline { text-decoration:underline; }

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 ul, ul ol, ol ol, ol ul {
    font-size: 100%;
    margin: 1rem 0 1rem 3rem;
}
div.important-icon {
	background-image: url(//csmspace.com/static/images/important30x30.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-origin:border-box;
	padding:0;
	min-height:30px;
}
div.important-icon p {
	margin-left:40px;
	font-weight:500;
}
div.important-icon p:first-child {
	margin-top:0;
	padding-top:5px;
}


@media screen and (max-width: 700px) {
	div#main { margin-top:0px; }
	/*img#logo { width:95%; max-width:372px; height:95%; max-height:104px; }*/
	div.gototop { display:block; }
	div.sectionhead { margin-top:0; font-size:30px; height:80px; line-height:80px; }
}
@media screen and (max-width: 640px) {
	img#logo { margin-top:5px; }
	div#header { padding-bottom:10px; }
	div#wherewhen { margin-top:0; font-size:16px; }
	div#wherewhen span { font-size:14px; }
	div#home-img { padding-top:0; }
}

