/*@import url(http://fonts.googleapis.com/css?family=Francois+One);*/
@import url(francois_one.css);

* {
	--theme-color: #7D7D7D;
	--theme-text-color: #000000;
	--theme-h1-color: #7D7D7D;
	--theme-a-color: #C70000;
	--theme-a-hover-color: #7D7D7D;
	--theme-highlight-color: #940000;
	--theme-hover-color: #C70000;
}

body {
	background: #01040F;
	margin:0;
	padding:0;
	/*font-family:"Helvetica Neue", Helvetica, Sans-serif;*/
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	/*word-spacing:-2px;*/
	font-size: 16px;
	color: #000;
}

* {
	margin:0;
	padding:0;
}

/** element defaults **/
table {
	width: 100%;
	text-align: left;
}

th, td {
	padding: 10px 10px;
}

th {
	color: #fff;
	/*background: #AD0000 none repeat-x scroll left top;*/
	background: #7D7D7D none repeat-x scroll left top;
}

td {
	border-bottom: 1px solid #ccc;
}

code, blockquote {
	display: block;
	border-left: 5px solid #222;
	padding: 10px;
	margin-bottom: 20px;
}
code {
	background-color: #222;
	color:#ccc;
	border: none;
}
blockquote {
	border-left: 5px solid #222;
}

blockquote p {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	color: #333;
	height: 1%;
}

p {
	line-height: 1.7em;
	margin-bottom: 20px;
}

.demo_description > p {
	margin-bottom: 0;
}

a, expand {
	color: #C70000;
}

a:hover {
	color: #7D7D7D;
}

a:focus {
	outline: none;
}


a.button {
    background-color: #7D7D7D;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    padding: 8px 15px;
    text-decoration: none;
    text-transform: uppercase;
}

a.button:hover {
	background-color: #940000;
}

expand {
	cursor: pointer;
	text-decoration: underline;
}


fieldset {
	display: block;
	border: none;
	border-top: 1px solid #ccc;
}

fieldset legend {
	font-weight: bold;
	font-size: 13px;
	padding-right: 10px;
	color: #333;
}

fieldset form {
	padding-top: 15px;
}

fieldset p label {
	float: left;
	width: 150px;
}

form input, form select, form textarea {
	padding: 5px;
	color: #333333;
	border: 1px solid #ddd;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

form input.formbutton {
	border: none;
	background: #7D7D7D;
	color: #ffffff;
	font-weight: bold;
	padding: 6px 10px;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	letter-spacing: 1px;
	width: auto;
	overflow: visible;
}

form.searchform input {
	font-size: 15px;
	padding: 6px;
}

form.searchform p {
	margin: 5px 0;
}


span.required {
	color: #ff0000;
}

h1 {
	color: #000;
	font-size: 35px;
	/*font-family: 'Francois One', Arial, sans-serif;*/
}

h2 {
	color: #000;
	font-size: 27px;
	letter-spacing: 0px;
	font-weight: normal;
	padding: 0 0 30px;
	margin: 0;
	/* font-family: "Helvetica Neue", Helvetica, Sans-serif; */
}

h3 {
	color: #888;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 10px;
	letter-spacing: -1px;
	font-family: 'Francois One', Arial, sans-serif;
}

h4 {
	font-family: 'Francois One', Arial, sans-serif;
	color: #000;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 10px;
	text-transform: uppercase;
}

h5 {
	padding-bottom: 10px;
	font-size: 16px;
	color: #999;
}

ul, ol {
	margin: 0 0 35px 35px;
}

li {
	padding-bottom: 5px;
}

li ol, li ul {
	font-size: 1.0em;
	margin-bottom: 0;
	padding-top: 5px;
}


#container {
	width: 960px;
	margin: 0px auto;
	padding: 0px;
	background-color: #fff;
}

header {
	padding: 30px 15px;
	background: #fff;
	/* change to bg image */
	background-image:
		url("https://www.cs.brown.edu/courses/cs166/files/images/bond-carousel.png");
	margin: 0 auto;
	text-align:center;
}

header h1 a, header h1 a:hover {
	color: #AD0000;
	font-size: 55px;
	font-weight: 600;
	/* letter-spacing: -3px; */
	line-height:45px;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 2px 2px 7px #000000;
}
header h1 a span {
	color: #222;
}

header h2 {
 	color:#ffffff;
	font-size: 50px;
	font-weight: normal;
	letter-spacing: -2px;
	line-height:45px;
	text-decoration: none;
	text-shadow: 2px 2px 7px #000000;
}

nav {
	width: 960px;
	height: 50px;
	background-color: #7D7D7D;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.5);
}

nav ul {
	height: 50px;
	list-style: none;
	padding: 0;
	width: 960px;
}

nav ul li {
	float: left;
	display: block;
	padding: 0;
	min-width: 100px;
	text-align: center;
}


nav ul li a {
	color: #eee;
	display: block;
	/*font-family: 'Francois One',Arial,sans-serif;*/
	font-size: 15px;
	letter-spacing: 0;
	line-height: 15px;
	margin: 0;
	padding: 18px 32px 17px;
	text-decoration: none;
	/*text-transform: uppercase;*/
}
nav ul li.selected a,
nav ul li.selected a:hover {
	background-color: #940000;
	color: #fff;
}


nav ul li a:hover {
	color: #fff;
	background-color: #AD0000;
	text-decoration: none;
	border-radius: 10px;
}

#body {
	background: none;
	margin:0 auto;
 	padding: 20px 20px 0;
    margin-bottom: 20px;
}

#content {
	/*float: left;*/
	width: 900px;
}

article {
	padding: 10px 10px 20px 10px;
}

article h2 {
	padding-bottom: 5px;
}

article .article-info {
	color: #999999;
	font-size: 12px;
	font-style: italic;
	padding: 0 0 10px 0;
}

article .article-info a {
	color: #666;
}

.sidebar {
	float: left;
	width: 290px;
}

.sidebar h4 {
	padding-bottom: 0;
	font-size: 19px;
  	border-bottom: 4px solid #333;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar ul li {
	margin-bottom: 20px;
	line-height: 1.9em;
}

.sidebar li ul {
	list-style: none outside none;
	margin: 0 0 10px;
}

.sidebar li ul li {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	border-top: none;
	padding: 10px 5px;
	margin: 0;
	line-height: 1.5em;
	border-bottom: 1px solid #ddd;
	font-size: 13px;
}

.sidebar li ul li.text {
	border-bottom: none;
}

.sidebar li ul li a {
	font-weight: normal;
	color: #666;
}

.sidebar li ul li a:hover {
	color: #7D7D7D;
}


.sidebar li ul li a.readmore {
	color: #7D7D7D;
	color: #FFFFFF;
	display: inline-block;
	padding: 2px 5px;
	float: right;
	text-decoration: none;
}


table.hours td,th {
	width: 22.5%;
	vertical-align:centered;
	text-align:center;
	border-width:1px;
	border-style:solid;
	border-color:#999999;
}

table.hours td:first-of-type, th:first-of-type {
	width:10%;
}

table.hours td:not(:empty):not(:first-of-type).filled, .filled {
    background-color: rgba(187, 91, 91, 1);
}

table.hours .halfhour {
    /* Doesn't work in Firefox :( */
    position: relative;
    top: 20px;

table.hours td:first-of-type:not(:empty) {
	height:35px;
}

table.hours tr:not(:first-of-type) {
	border-width:0px;
}

table.hours tr:last-child {
	border-bottom-width:1px;
}

.rabbit {
	background-color: #38666b;
	border-color: #343066;
	color: #623170;
}

/* Expanding Table */

#expando tr:hover:nth-child(even) {
	background-color:#f8f8f8;
	cursor:pointer;
}

#expando tr:nth-child(odd) {
    font-size:14px;
}

#expando tr:nth-child(even) td:nth-child(2) {
	color: #C70000;
	text-decoration: underline;
}

.clear {
	clear: both;
}

footer {
	margin: 20px auto 0;
	width: 960px;
	margin-bottom: 30px;
}

footer p {
	text-align: left;
	color: #ccc;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

footer p a {
	color: #ccc;
	font-weight: bold;
}

.footer-content {
	padding: 20px 25px 30px;
	background: #ddd;
	border-top: 10px solid #7D7D7D;
}

footer .footer-content ul {
	width: 260px;
	list-style: none;
	margin: 0 65px 0 0;
	padding: 0;
	float: left;
}

footer .footer-content li {
	border-bottom: 1px dashed #ccc;
	padding: 10px 5px;
}

footer .footer-content li a, footer .footer-content h4 {
}

footer .footer-content li a {
	color: #666666;
	font-size: 13px;
	text-decoration: underline;
}

footer .footer-content li a:hover {
	color: #222;
}

footer .footer-content h4 {
	color: #666666;
	font-size: 20px;
	font-weight: normal;
	padding-bottom: 0;
}

footer .footer-content ul.endfooter {
	margin-right: 0;
}

footer .footer-content span.sitename {
	font-size: 40px;
	font-weight: normal;
	letter-spacing: -2px;
	color: #aaa;
	float: left;
}

footer .footer-bottom {
	padding: 10px;
	text-align: center;
	background-color: #7D7D7D;
}

footer .footer-bottom p {
	text-align: center;
}

footer .footer-bottom p, footer .footer-bottom p a {
	color: #eee;
}

@font-face {
    font-family: "morpheus";
    src: url("style/indexes.woff") format('woff');
}
