@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	text-align: center;
	color:#ccc;
	background: #333 url(images/spectrum_banner.jpg) repeat-x center 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	margin-top: 0;
}

#container {
	position: relative;
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

.coursetitle {
	background: url(images/spectrum_banner_110.png) no-repeat 0px 0px;
	height: 100px;
	width: 900px;
	margin: 0 auto;
	text-indent: -9999px;
}

#menu {
	margin: 0;
	padding: 0;
	list-style: none;
	margin: 0px 0 20px;
	height: 60px;
	background: url(images/spectrum_reverse_110.jpg) no-repeat left top;
}

#menu a {
	display: block;
	margin-top: 20px;
	width: 110px;
	text-align: center;
	background: rgba(0,0,0,.15) url(images/spectrum_banner.jpg) 30px -100px;
	padding: 10px;
	float: left;
	margin-right: 12px;
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	text-decoration: none;
	letter-spacing: 1px;
	text-shadow: 2px 2px 4px #000;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	
}

#menu li {
	display: inline;
}

#menu li a {
	-webkit-transition: all .25s ease-in-out 0s;
	-moz-transition: all .25s ease-in-out 0s;
	-ms-transition: all .25s ease-in-out 0s;
	-o-transition: all .25s ease-in-out 0s;
	transition: all .25s ease-in-out 0s;
}

#menu #schedule a {
	background: url(images/spectrum_banner.jpg) -30px -100px;
}

#menu #schedule a:hover {
	background: url(images/spectrum_banner.jpg) -30px -75px;
}

#menu #projects a {
	background: url(images/spectrum_banner.jpg) -172px -100px;
}

#menu #projects a:hover {
	background: url(images/spectrum_banner.jpg) -172px -75px;
}

#menu #syllabus a {
	background: url(images/spectrum_banner.jpg) -314px -100px;
}

#menu #syllabus a:hover {
	background: url(images/spectrum_banner.jpg) -314px -75px;
}

#menu #resources a {
	background: url(images/spectrum_banner.jpg) -456px -100px;
}

#menu #resources a:hover {
	background: url(images/spectrum_banner.jpg) -456px -75px;
}

#menu #studentwork a {
	width: 168px;
	background: url(images/spectrum_banner.jpg) -598px -100px;
}

#menu #studentwork a:hover {;
	background: url(images/spectrum_banner.jpg) -598px -75px;
}

#menu #bb a {
	margin-right: 0;
	background: url(images/spectrum_banner.jpg) -798px -100px;
}

#menu #bb a:hover {
	margin-right: 0;
	background: url(images/spectrum_banner.jpg) -798px -75px;
}

#menu a:hover {
	background: rgba(0,0,0,.5);
	text-decoration: underline;
}

#mobile_menu_icon {
	display: none;
}

#footer {
	clear: both;
	height: 60px;
}

#footer a {
display: inline-block;
padding: 6px 12px;
margin-right: 5px;
background-color: #222;
-moz-border-radius: 6px;
border-radius: 6px;
text-decoration: none;
}

#footer a:hover {
background-color: #000;
}

#accessible {
	position: absolute;
	text-indent: -9999px;
	height: 0px;
	left: 0px;
	top: -20px;
}

a:link {
	color: #ACA;
}

a:visited {
	color: #693;
}
a:hover {
	color: #FFF;
}
a:active {
	color: #9F0;
}

#sidebar a:link {
	color: #333;
}
#sidebar a:visited {
	color: #333;
}
#sidebar a:hover {
	color: #000;
}
#sidebar a:active {
	color: #9F0;
}

#main {
	background-color: #222;
	float: left;
	width: 620px;
/*	background-image: url(images/main-rounded-top.gif);
	background-repeat: no-repeat;
	background-position: left top;*/
	position: relative;
	 -webkit-border-radius: 12px;
	border-radius: 12px;
}

#actions #main {
	background-color: #222;
	float: left;
	width: 900px;
}

#actions td {
	font-size: 13px;
	padding: 4px;
	border: 1px dotted #666;
}

#sidebar {
	background-color: #ACA;
/*	background-color: #9CC;*/
	float: right;
	width: 260px;
	 -webkit-border-radius: 12px;
	border-radius: 12px;
}

#sidebar h1 {
	color: #222;
	font-size: 16px;
	text-transform: none;
	letter-spacing: 0em;
	font-weight: bold;
	line-height: 22px;
	margin: 15px;
}

#sidebar #ask a {
	display: block;
	width: 230px;
	height: 48px;
	background: url(images/askAQuestion.png) no-repeat 0px 0px;
	text-indent: -9999px;	
}

#sidebar #ask a:hover {
	background-position: 0px -48px;
}

#main h1 {
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: normal;
	color: #FFF;
	margin: 15px;
}
#sidebar p {
	color: #222;
	margin: 15px;
}
#sidebar.sticky {
float: none;
position: fixed;
top: 20px;
margin-left: 640px
}

.post {
  margin:.3em 0 25px;
  padding:0 13px;
/*  border:1px dotted #444;
  border-width:1px 0;*/
  }
.top {
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
	text-align: right;
	float: right;
}
.small {
	font-size: 11px;
}


  
.post-body {
	border:1px dotted #444;
	border-width:0 1px 1px;
	border-bottom-color:#444;
	padding:5px 20px 5px 29px;
  }
  
h2 {
	margin:0;
	font-size:20px;
	line-height:normal;
	background:url("images/arrow.gif") no-repeat 10px .5em;
	display:block;
	border:1px dotted #444;
	border-width:0 1px 1px;
	padding:2px 14px 2px 29px;
	color:#FFF;
	background-color:#000;
	font-weight: normal;
  }
h3 {
	color: #ACA;
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 16px;
	text-transform: uppercase;
}
p {
	margin-top: 5px;
	margin-bottom: 8px;
}
ul {
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: square;
	list-style-image: url(images/square.gif);
}
ol {
	margin-top: 5px;
	margin-bottom: 5px;
}

pre {
	font-size: 16px;
	
}

.post img {
	display: block;
	margin: 0 auto 5px auto;
	padding: 5px;
	border: 1px solid #ACA;
}
.question {
	font-size: 14px;
	font-style: italic;
	color: #ACA;
}

.notes {
	font-size: 12px;
	font-style: italic;
	color: #ACA;
	line-height: 16px;
}
h4 {
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	margin-top: 12px;
	margin-bottom: 5px;
}
.jump {
	float: right;
	background-color: #ACA;
	margin: 15px;
	padding: 2px;
	border: 1px dotted #333;
}

.code {font-family: "Courier New", Courier, mono}

blockquote {
	border-top: 1px dashed #666;
	border-bottom: 1px dashed #666;
}

#learning {
	width: 425px;
	float: left;
}

#inspire {
	width: 425px;
	float: left;
	margin-left: 15px;
}

#resources #main {
	background-color: #222;
	float: left;
	width: 900px;
}

#resources h2 {
	font-size: 14px;
	margin-bottom: 3px;
}

.clear {
	clear: both;
}

#misc {
	width: 280px;
	float: left;
	margin-left: 15px;
}

#studentwork td {
	font-size: 11px;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}


#studentwork #main {
	background-color: #222;
	float: left;
	width: 900px;
}

.center {
text-align: center;	
}

ul.MenuBarHorizontal .inactive a
{
	background-color: #9B9;
}


@media handheld and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 480px)  {
	
	#container {
	width: 96%;	
	}
	
	#main {
	width: 100%;	
	float: none;
	clear: both;
	margin-top: 12px;
	padding-top: 1px;
	}
	
	#sidebar {
	width: 90%;
	float: none;	
	padding: 5%;
	}
	
	body {
	background-image: none;
	background-color: #333;
	width: 100%;
}

.coursetitle {
	background-image: url(images/spectrum_banner_mobile.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 70px;
	width: 100%;
	margin: 0;
	border-radius: 0px 0px 12px 12px;
}

#main h1 {
	font-size: 22px;
	text-align: center;
	letter-spacing: 1px;
}
	
/*	

#menu {
		margin: 5px 0px;
		background: none;
		display: none;
	}
	
#menu a {
	display: block;
	margin-top: 0px;
	margin-bottom: 5px;
	width: 120px;
	text-align: center;
	background: rgba(0,0,0,.15) url(images/spectrum_banner.jpg) 30px -100px;
	padding: 10px;
	float: left;
	margin-left: 4px;
	margin-right: 4px;
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	text-decoration: none;
	letter-spacing: 1px;
	text-shadow: 2px 2px 4px #000;
	-webkit-border-radius: none;;
	border-radius: none;
	


#menu #studentwork a {
	width: 120px;
	background: url(images/spectrum_banner.jpg) -598px -100px;
}

}*/

#menu {
	margin:0;
	padding: 0;
	height: 0px;
	display: none;
}

#menu a {
	margin:0;
	padding: 0;
	display: none;
}

.post-body {
	padding:5px 5px;
  }
	
	
#footer a {
display: block;
text-align: center;
margin: 5px 0px;
}
	
ul.MenuBarHorizontal {
		display: none;
}

#mobile_menu_icon {
display: block;	
}

#mobile_menu_icon a {
	display: block;
	position: absolute;
top: 12px;
right: 12px;
height: 26px;
width: 30px;
text-indent: -9999em;
overflow: hidden;
background: url("images/nav_menu_icon.png") no-repeat scroll 0% 0% transparent;
z-index: 1000;
}


	}
