﻿/*
Adapted by Vikhram Vilasur Swaminathan
Original design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 20px 0px 0px 0px;
	padding: 0;
	font-family: Segoe UI;
	font-size: 14px;
	color: #3B3B3B;
	background-color: #FFFFFF;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #FF3000;
}

h1 {
	font-size: 2em;
	font-family: Verdana;
}
h2 {
	font-size: 1.5em;
	color: #000000;
	font-family: Verdana;
}
h3 {
	font-size: 1.25em;
	color: #000000;
	font-family: Verdana;
}

p, ul, ol {
	margin-top: 0;
	line-height: 150%;	
}

a {
	text-decoration: none;
	color: #007F97;
}
a:hover {
	text-decoration: underline;
	color: #C00000;
}

iframe {
  overflow: hidden;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
}
 
/* Header */

#header {
	overflow: hidden;
	width: 1000px;
	height: 100px;
	background: none no-repeat center bottom;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

/* Logo */

#logo {
	float: left;
	width: 450px;
	margin: 0;
	padding: 0;
	color: #000000;
}

#logo h1, #logo p {
}

#logo h1 {
	letter-spacing: -2px;
	font-size: 2.8em;
	font-family: Verdana;
}
#logo h1 a {
	color: #5C5C5C;
}
#logo h1 span {
	color: #E00000;
}

#logo p {
	margin: -5px 0px 0px 0px;
	padding: 0px 0 0 0px;
	text-transform: lowercase;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #45302C;
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #45302C;
}

/* Search */

#search {
	float: left;
	width: 215px;
	height: 40px;
	padding: 0px 0px 0px 0px;
}
#search form {
	margin: 0;
	padding: 0px 0 0 5px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: medium none #C0C0C0;
}

#search-text {
	width: 160px;
	height: 19px;
	padding: 4px 5px 1px 5px;
	border: none;
	background: #FFFFFF;
	text-transform: lowercase;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #B9ADAA;
}
#search-submit {
	width: 25px;
	height: 26px;
	border: none;
	background: none;
	text-indent: inherit;
	color: #595959;
	padding-top: 10px;
}

/* Menu */

#menu {
	margin: 18px 55px 0px 0px;
	float: right;
	width: 925px;
	height: 32px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: right;
}
#menu li {
	float: left;
	height: 32px;
}
#menu a {
	padding: 7px 15px 8px 15px;
	display: block;
	float: right;
	height: 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Tahoma;
	font-size: 14px;
	color: #0C0C0C;
}
#menu a:hover {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-color: #C0C0C0;
	border-width: 3px;
	background: #C00000;
	text-decoration: none;
	color: #FFFFFF;
}
#menu .current_page_item a {
	font-family: Tahoma;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-color: #C0C0C0;
	border-width: 3px;
	background: #007F97;
	text-decoration: none;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 925px;
	margin: 0 auto 0 auto;
	padding: 20px 0px 0px 0px;
	border-top: 1px solid #BBBBBB;
	border-top-width: 1px;
	border-top-color: #BBBBBB;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #BBBBBB;
}

#page-bgtop {
}
/* Content */

#content {
	float: left;
	width: 700px;
	padding: 0px 0px 0px 10px;
}

.post {
	margin-bottom: 25px;
	padding: 0px 0px;
}

.post .title {
	height: 30px;
	padding: 0px 0px 0px 0px;
	color: #414141;
}
.post .title h2 a {
	border-style: none;
	border-width: thin;
	border-color: inherit;
	text-decoration: none;
	text-transform: none;
	color: #414141;
	font-family: Verdana;	
}

.post .entry {
	padding: 5px 0px 10px 0px;
	border-bottom: 1px solid #BBBBBB;
	text-align: justify;
}

.post .subheading {
	text-decoration: underline;
}

.post .entry ul {
	list-style-type: square;
	margin-left: -20px;
}

.post .entry ol {
	list-style-type: decimal;
	margin-left: -20px;
}

.post .entry .illini-blue {
	color: #003C7D;
}

.post .entry .illini-orange {
	color: #F47F24;
}

.post .entry2 {
	padding-left: 10px;
}

.post .entry li {
	text-align: justify;
	padding: 0px 0px 10px 0px;
}

.post .entry2 li {
	text-align: justify;
	padding: 0px 0px 0px 0px;
	margin-left: -10px;
}

.post .meta {
	overflow: hidden;
	padding-top: 10px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 200px;
	margin: 0px;
	padding: 0px 10px 0px 0px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0px 0px 0px 10px;
	padding: 0;
}

#sidebar li ul {
	margin: 0px;
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px solid #BBBBBB;
	border-left: none;
	text-align: left;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar li li a {
	padding: 0px 0px 0px 20px;
}

#sidebar h2 {
	text-align: center;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-right: 0px;
}

#sidebar h3 {
	height: 30px;
	margin: 0px;
	padding: 4px 0px 0px 10px;
	text-align: center;
	text-transform: capitalize;
	color: #414141;
	font-family: Verdana;
}

#sidebar p {
	text-align: center;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-right: 0px;
}

#sidebar a {
	border: none;
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	width: 1000px;
	height: 50px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;	
}

#footer p {
	margin: 0;
	padding: 20px 0px 0px 30px;
	line-height: normal;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	color: #45302C;
}

#footer a {
	color: #6B4A45;
}
 
/* Collapsible Stuff */

#container {
    width:700px;
    margin:auto;
    margin-top:25px;
}
 
.expandable-panel {
    width:100%;
    position:relative;
    min-height:40px;
    overflow:auto;
    margin-bottom: 20px;
    border:1px solid #999;
}
.expandable-panel-heading {
    width:100%;
    cursor:pointer;
    min-height:40px;
    clear:both;
    background-color:#E5E5E5;
    position:relative;
}
.expandable-panel-heading:hover {
    background-color: #B0E0E6;
}
.expandable-panel-heading h3 {
    margin: 0px;
    padding:12px 10px 9px 15px;
    font-size:16px;
    line-height:15px;
}
.expandable-panel-content {
    padding:0 15px 0 15px;
    margin-top:-999px;
}
.expandable-panel-content p {
    margin: 0px;
    padding:4px 0 6px 0;
}
.expandable-panel-content p:first-child  {
    margin: 0px;
    padding-top:10px;
}
.expandable-panel-content p:last-child {
    margin:0px;
    padding-bottom:15px;
}
.icon-close-open {
    width:20px;
    height:20px;
    position:absolute;
    background-image:url(images/icon-close-open.png);
    right:15px;
}
.expandable-panel-content img {
    float:right;
    padding-left:12px;
}
.header-active {
    background-color: #B0E0E6;
}

/* Table 1 */

.table1 {
    width:100%;
    table-layout:fixed;
}

.table1 td {
    overflow:hidden;
}

.table1 td:nth-of-type(1) {width:70%;}/*Setting the width of column 1.*/
.table1 td:nth-of-type(2) {width:30%;}/*Setting the width of column 2.*/

/* Table 2 */

.table2 {
    width:100%;
    table-layout:fixed;
}

.table2 td {
    overflow:hidden;
}

.table2 td:nth-of-type(1) {width:15%;}/*Setting the width of column 1.*/
.table2 td:nth-of-type(2) {width:55%;}/*Setting the width of column 2.*/
.table2 td:nth-of-type(3) {width:30%;}/*Setting the width of column 3.*/

/* Table 3 */

.table3 {
    width:80%;
    table-layout:fixed;
}

.table3 td {
    overflow:hidden;
}

.table3 td:nth-of-type(1) {width:20%;}/*Setting the width of column 1.*/
.table3 td:nth-of-type(2) {width:60%;}/*Setting the width of column 2.*/

/* Two-column format */

.twocols {
}

.twocols ul {
  list-style-type: square;
	margin-left: -20px;
	width: 800px;
}

.twocols ul li {
  float: left;
  width: 310px;
  margin-right: 60px;
}

.twocols br {
  clear: left;
}