@charset "utf-8";
/* CSS Document */
@import url('reset.css');  
@import url('typography.css');  
@import url('slider.css');  
@import url('form.css');
@import url('tab.css');
@import url('page.css');
@import url('top-slide.css');
body {
	background-color: #f8f8f8;
	margin: auto;
	width: 100%;
}

/* Status Bar */

div#status-bar {
	border-bottom: 2px groove #ffffff;
	height: 40px;
	width: 100%;
}

div#action-bar {
	width: 780px;
	margin: 10px auto 0px auto;
}
p#action-bar {
	background: url('../img/action-bar-bg.png') no-repeat;
	height: 14px;
	padding: 8px 58px;
	width: 140px;
	float: right;
}

/* Header */

div#header {
	background: url('../img/header-image.png') no-repeat center;
	background-color: #6eb9cc;
	border-bottom: 2px ridge #ffffff;
	height: 250px;
	width: 100%;
}

div#logo {
	margin: auto;
	padding-top: 35px;
	padding-left: 320px;
	width: 460px;
}
/*Tabs*/
/* Content */
div#content {
	background: #F2FBFB;
	border: 1px solid #bababa;	
	margin: auto;
	padding-bottom: 50px;
	position: relative;
	width: 800px;
	overflow: hidden;
}
div#content-top-shadow {
	background: url('../img/content-top-shadow.png') repeat-x;
	height: 20px;
	width: 100%;
	
}
div#content-bottom-shadow {	
	background: url('../img/content-bottom-shadow.png') repeat-x;
	clear: both;
	height: 20px;
	width: 100%;
}

#back-button-wrapper {  
	float:right;  
	margin-top:30px;  
	width:215px; 
}  
 
p#back-button-wrapper a {  
	background:url('../img/back-button.png') no-repeat;  
	border:none;  
	display:block;  
	height:30px;  
	text-indent:-9000px;  
	width:214px;  
}  
 
p#back-button-wrapper a:hover {  
	background-position: 0px -30px;  
}  
   
p#back-button-wrapper a:active {  
	background-position: 0px -60px;  
}  

div#photoleft {
	border-right: 1px solid #b2b2b2;
	float: left;
	padding-right: 15px;
	width: 375px;
	margin-right:10px;
	
}

div#photoright {
	float: right;
	width: 375px;
	margin-right:10px;
}

/** Schedule **/
div#sked-page {
	background: url(../img/sked-page-bg.png) repeat-x;
	width: 100%;
	overflow: hidden;
	height: 220px;
	border: 1.5px solid #9dc9fe;
	padding: 30px 0px 0px 0px;
}

div#sked-page-left {
	float:left;
	width: 375px;
	padding: 0px 0px 0px 30px;
}

div#sked-page-right {

	float:right;
	height: 50px;
	width: 330px;
}

div#sked-page-right img{
	float: left;
}

div#sked-page-right h2{
	color: #fff;
	padding: 15px 0px 0px 60px;
}

div#sked-main {
	border: 1px solid #8B8B8B;
	height: 100%;
	padding: 0px 20px 20px 20px;	
	overflow: hidden;
	background: #4C4C4C;
}

div#sked-main-title {
	width: 308px;
	margin: 20px 0px 15px 0px;
	padding: 5px 0px 5px 30px;
	background: #333;
	border-top: solid 4px #52A0FF;
}

div#sked-main-column {
	float: left;
	padding: 10px;
}

div#sked-main-column.days {
	width: 100px;
	text-align: center;
}

div#sked-main-column.subject {
	width: 320px;
	border-bottom: 1px solid #8B8B8B;
}

div#sked-main-column.prof {
	width: 210px;
	border-bottom: 1px solid #8B8B8B;
}

div#course-menu {
	background:#666666;
	border: 1px solid #b2b2b2;
	margin-left:25px;
	width:295px;
	padding: 15px;
}

div#course-menu li a{
	color: #35ade1;
}

p#indent {
	text-indent: 20px;
}

/* Module 1 LEFT */
div#blog {
	float: left;
	margin: 50px 15px 0px 0px;
	width: 390px;
}

div#blog h4.module-header-bar {
	background: url('../img/blog-header-bar.png') no-repeat;
	height: 50px;
	margin-bottom: 15px;
	padding-top: 23px;
	width: 390px;
}

div#blog img {
	border: 0px solid;
	float:left;
	margin-right: 15px;
	width: 120px;
	padding-top: 10px;
	padding-bottom: 10px;
}

div#blog div.blog-entry {
	margin-left:15px;
}

div#blog div.blog-entry h5 {
	float:left;
	width:380px;
}

div#blog div.blog-entry blockquote {
	clear:both;
	padding:10px 0px 10px 15px;
}

div#blog div.blog-entry p.meta {
	padding-top:4px;
}

p#read-more-wrapper {
	float:right;
	margin-top:10px;
	width:215px;
}

p#read-more-wrapper a {
	background:url('../img/read-more-button.png') no-repeat;
	border:none;
	display:block;
	height:30px;
	text-indent:-9000px;
	width:214px;
}

p#read-more-wrapper a:hover {
	background-position: 0px -30px;
}

p#read-more-wrapper a:active {
	background-position: 0px -60px;
}

/*Module 2 RIGHT*/

div#twitter {
	margin: 38px 0px 0px 415px;
	width: 360px;
	position:relative;
	top: 30px;
}

div#twitter div.tweet {
	margin: 3px 0px 17px 30px;
	height: 90px;
}

div#twitter div.tweet img {
	border: 0px solid #757575;
	float: left;
	margin-right: 15px;
	width: 100px;
	height: 100%;
}

div#twitter div.tweet h5 {
	position: relative;
	top: -3px;
}

p#get-tweets-wrapper {
	float:right;
	margin-top:9px;
	width:215px;
}
/** ACTIVITY**/
div#activity {
	width: 100%;
	padding: 10px 0px 20px 0px;
	border: 0px solid;
	background-color: #2b2b2b;
	overflow: hidden;
}

div#activity p{
	margin-left:100px;
}

div#activity ul{
	margin-left:120px;
}

div#activity-top {
	background:url('../img/activity-top-bg.png') repeat-x;
	height: 50px;
	width:100%;
	float: left;
	margin-bottom: 20px;
	overflow: hidden;
}

div#activity-top img{
	height: 50px;
	width: 50px;
	float: left;
	margin-right: 10px;
	overflow: hidden;
}

div#activity-top h1{
	height: 50px;
	width: 200px;
	float: left;
	padding-top: 5px;
	overflow: hidden;
}

div#activity-content {
	float: left;
	width: 680px;
	border-bottom: 1px dashed;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 15px;
}

div#activity-content img {
	float: left;
	width: 150px;
	margin-bottom: 15px;
	margin-right: 15px;
}


div#activity-slide img {
	border: 2px dashed #b2b2b2;
	float: left;
	padding: 15px;
	width: 375px;
	margin-right:10px;
}

div#activity-slide p {
	padding:10px;
	width: 300px;
}

div#rack {
	margin: 20px 20px 0px 0px;
	width: 100%;
	overflow: hidden;
}

div#rack-left {
	margin: 10px;
	padding: 20px 10px 20px 10px;
	float: left;
	width: 430px;
}
div#rack-left-sub {
	padding-top: 15px;
	padding-bottom: 10px;
	border-bottom: dashed 1px;
}

div#rack-right {
	margin: 10px;
	padding: 10px 10px 20px 10px;
	float: right;
	width: 226px;
	background: #514338;
	border: #7D6A58 solid 2px;
}

div#rack-right img.item{

}

/** CALENDAR **/
#cal {
	clear: both;
	height: 100%;
	margin-top: 15px;
	overflow: hidden;
	padding: 15px;
	width: 720px;
}
#cal ol.calendar {
	width:750px;
	margin:0 auto;
}

#cal li {
	list-style:none;
}

#cal p.link {
	text-align:center;
}

/** Day Styles **/
#cal li li {
	background: url(../img/day-bg.png) bottom right;
	width:92px;
	height:7em;
	float:left;
	margin:.1em;
	border:0px solid #444;
	padding:.2em;
	overflow: auto;
}

/** Day content (UL/OL & P)**/
#cal li li p {
	font-size:1em;
	border-bottom:1px solid #ddd;
}

#cal li li ol {
	width:auto;
}

#cal li li ul li,
li li ol li {
	font-size:1em;
	height:auto;
	width:auto;
	margin:0;
	padding:.2em 0;
	float:none;
	border:0;
	border-bottom:1px solid #ddd;
}

/** Holiday class **/
#cal li li.holiday {
	border-color:#f00;
}

/* * Inactive months **/
#cal li#lastmonth li, li#nextmonth li {
	background:url(../img/day-bg-inactive.png);
	border:0px solid #999;
}

/**FOOTER **/
div#footer-image {
	background: url('../img/footer-image.png') no-repeat center #6eb9cc;
	border-top: 2px groove #ffffff;
	border-bottom:2px ridge #ffffff;
	height:50px;
	width:100%;
}

p#footer-text {
	background: url('../img/content-top-shadow.png') repeat-x;
	height: 37px;
	padding-top: 13px;
	width: 100%;
}

/** Download Page**/

div#download-body {
	overflow:hidden;
}

div#download-body h5{
	color: #333;
}

/** **/
div#label {
	border-bottom: 2px solid #999;
	height: 20px;
	padding: 10px 0px 0px 0px;
	margin: 15px 0px 5px 0px;
	color: #fff;	
}

div#field {
	padding: 10px 0px 0px 50px;
	color: #fff;
	overflow: hidden;
}

div#field p.left {
	float: left;
	width: 150px;
}

div#field p.right {
	float: right;
	width: 510px;
}