/*
Fine, Digital and Performing Arts Department 
*/

* { margin: 0; padding: 0; outline: none; }

/* Basics 
------------------------------------------------------------ */
body {
	font: normal 15px/1.4 Helvetica, Arial, sans-serif;
	color: #444;
	background: #f3f3f3;
}
h1, h2, h3, h4, h5 {
	color: #000;
	line-height: 1.1em;
	margin-bottom: 20px;
}
h1 { font-size: 36px; letter-spacing: -1px; }
h2 { font-size: 22px; }
h3 { font-size: 15px; margin-bottom: 5px; }
h4 {}
h5 {
	font-size: 9px;
	line-height: 1.0;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
p+h1, p+h2, p+h3, p+h4 {
	margin-top: 30px;
}
p {
	margin-bottom: 1.0em;
}
a {
	text-decoration: none;
	color: #36c;
}
a:visited {
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
strong {
	color: #000;
}
table {
	border-collapse: collapse;
	border: 0; 
	width: 100%;
	margin-bottom: 30px;
}
td, th {
	border-bottom: 1px solid #bbb;
	padding: 5px 0;
	vertical-align: top;
}
th {
	text-align: left;
}
thead th, thead td {
	border-bottom: 3px solid #888;
}
hr {
	border: none;
	height: 1px;
	background: #bbb;
	clear: both;
}
ul, ol {
	margin-bottom: 1.0em;
}
li {
	margin-left: 2.0em;
}


/* Structure 
------------------------------------------------------------ */

#header, #page, #footer {
	padding: 0 30px 30px;
}
#header {
	background: #fff;
	padding-bottom: 0;
}
#page {
	background: #fff;
}
#footer {
}
.row {
	clear: both;
	overflow: hidden;
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}
.main {
	border-left: 1px solid #ddd;
	padding-left: 3%;
	width: 64%;
	float: right;
}
.sidebar {
	width: 30%;
	float: left;
}



/* Header 
------------------------------------------------------------ */

#logo {
	height: 120px;
	margin-bottom: 0;
}
#logo a {
	display: block;
	width: 240px; height: 100%;
	background: url(http://shawnee.edu/_global/new-logo.gif) no-repeat left center;
	text-indent: -999em;
}
#header .menu {
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
	background: #999;
}
#header .menu a {
	color: #fff;
	text-shadow: 0 0 2px #000;
}


/* nav 
------------------------------------------------------------ */

#nav select {
	display: none;
}
#nav ul {
	list-style: none;
}
#nav ul li {
	margin: 0 0 10px 0;
}
#nav ul li ul {
	margin: 0;
	list-style: disc;
}
#nav ul li ul li {
	margin: 0 0 0 30px;
}


/* Content 
------------------------------------------------------------ */

/* Breadcrumb Stuff 
------------------------------------------------------------ */

#breadcrumbs {
	font-size: 9px;
	text-transform: uppercase;
	font-weight: normal;
	padding: 20px 0 30px 0;
}


/* Footer 
------------------------------------------------------------ */

#footer {
	border-top: 1px solid #ddd;
}
#footer .menu {
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}
#footer .main, #footer .sidebar {
	font-size: 12px;
	color: #777;
	margin-top: 1.0em;
}


/* General Menu Stuff 
------------------------------------------------------------ */

.menu {
	list-style: none;
}
.menu li {
	width: 16.6667%; /* 100% / 6 items */
	float: left;
	text-align: center;
	margin: 0;
	padding: 7px 0;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.0;
}
.menu .selected a, .menu a.selected {
	color: #777;
}


/* Course Stuff 
------------------------------------------------------------ */

.hours {
	width: 60px;
	text-align: right;
}
.course {
	width: 120px;
}



/* Responsive Stuff 
------------------------------------------------------------ */
@media screen and (max-width: 600px) {

#nav ul { display: none; }
#nav select { display: inline-block; margin-bottom: 30px; }
ul.menu { display: none; }

#header, #page, #footer {
	padding-left: 20px;
	padding-right: 20px;
}
#header {
}
#page {
}
#footer {
	padding-top: 20px;
}

.main {
	width: 100%;
	float: none;
	border: none;
	padding: 0;
}

.sidebar {
	width: 100%;
	float: none;
}

#logo {
	height: 90px;
}

#logo a {
	background: url(images/logo-440x92.png) no-repeat left center;
	background-size: 220px auto;
}

#nav select {
	width: 100%;
}

table { 
	font-size: 12px
}

.hours {
	width: 30px;
	text-align: right;
}

.course {
	width: 90px;
}



/* END of Responsive Stuff 
------------------------------------------------------------ */
}
