/**************************************
 * THEME NAME: nescot_theme
 *
 * Files included in this sheet:
 *
 *   nescot_theme/styles.css
 **************************************/

/***** nescot_theme/styles.css start *****/



/* INDEX
Core Styles 

TTTTTTTTT
T|     |T
TTTT TTTT
TTTT TTTT
TTTTTTTTT
DDDDDDDDDMMMMMMMMM
D     `qDMM ' ' MM
D DDD  |DMM .'. MM
D     ,qDMM MMM MM
DDDDDDDDDMMMMMMMMM
*/


/* Core Styles */
html, body { min-width:1100px; !important; height:96%; }
body { 
	margin:0;
	font-family: Tahoma, Arial, sans-serif !important;
	background-color:#fff;
}
#wrapper { width:100% !important; min-height:100%;}
a { color:#3E2071; }
a:link, a:visited { color:#3E2071; }
a:active, a:hover { color:#111; text-decoration:none;
	-webkit-transition: all 0.2s ease-in;  /* Saf3.2+, Chrome */
     -moz-transition: all 0.2s ease-in;  /* FF4+ */
      -ms-transition: all 0.2s ease-in;  /* IE10? */
       -o-transition: all 0.2s ease-in;  /* Opera 10.5+ */
          transition: all 0.2s ease-in;
}
.navbar {
	padding:10px 0.5em;
	width:1050px;
	border: solid 0px #fff;
}
h1 { font-size:1.0em; color:#522c94; }
h2 { font-size:1.0em; color:#522c94; }
h3 { font-size:1.0em; color:#522c94; }
h4 { font-size:1.0em; color:#522c94; }
h5 { font-size:1.0em; color:#522c94; }

.fl {
	float:left;
}

.fr {
	float:right;
}
.w70 {
	width:70%;
}
/* MAIN CONTENT STYLING */
#page {
	margin:0 auto;
	min-width:100%;

}
#content {
	margin:20px auto;
	width:1050px;
}
#content a {
/* removed style on 20-02-12 because it was overriding the dimmed activities style (Thomas Bell)
	color:#522c94;
*/
	font-weight:bold;
}
#footer {
	width:1050px;
	margin:10px auto 0px auto;
}

#footer a, #footer-container .logininfo a, #footer-container .popupform a, #footer-container .helplink a { color:#fff; 	font-weight:bold;} 

#footer-container {
	min-width:100%;
	background: #522C94;
	box-shadow: 0 -2px 2px #333;
	-moz-box-shadow: 0 -2px 2px #333;
	-webkit-box-shadow: 0 -2px 2px #333;
	height:50px;
	padding:8px 0px;
	position:relative;
	bottom:0;
	margin-top:15px;
}
#footer-container .logininfo, #footer-container .popupform  {
	float:right;
	color:#ffffff;
}
#tdm-moodle-theming {
	float:right;
	color:#fff;
	font-size:0.7em;
	width:auto;
	font-weight:bold;
}
#tdm-moodle-theming a {
	font-weight:bold;
	line-height:1.0;
	
}
#tdm-moodle-theming div {
	float:right;
	text-align:left;
	color:#fff;
	font-weight:bold;
}
#tdm-moodle-theming img {
	width:45px;
	height:45px;
	float:right;
	padding:0 0 0 15px;
}
hr {
	background-color:#fff;
	color:#fff;
	border:0px #fff;
}
.homelink {
	margin-bottom:0;
}
#moodledocshelp {
	width:1050px;
	margin: 0 auto;
}

/* HEADER STYLES */
#header-container, #footer-container {
	min-width:100% !important;
}
#header {
	margin-right:auto;
	margin-left:auto;
	width: 1050px;
	padding:15px 15px 0 15px;
	color:#fff;
}
#header-top {
	width:100%;
	float:left;
	height:85px;
}
#header a {
	color:#fff;
	text-shadow: 1px 1px 1px #333;
}
#header-container {
	margin:0;
	background: #522C94;
	height:150px;
	border-bottom:solid 1px #3E2071;
	box-shadow: 0 2px 2px #333;
	-moz-box-shadow: 0 2px 2px #333;
	-webkit-box-shadow: 0 2px 2px #333;
}
.logo {
	margin:0;
	padding:0;
	float:left;
	width:30%;
}
h1.logo {
	width:30%;
	float:left;
}
/* PROFILE INFORMATION STYLES */
#user-info {
	float:right;
	padding:0 10px 0 0;
	max-height:90px;
	width:60%;
}
#profile-info {
	float:right;
	padding:0 5px;
	width:200px;
}
#user-info h1 {
	margin:0;
	padding:0;
	font-size:1.6em;
	font-weight:bold;
	text-decoration:none;
	word-wrap: break-word;
	white-space:normal;
	width:100%;
	text-align:right;
}
#user-info p {
	margin:0;
	padding:0;
	font-size:0.9em;
	font-weight:normal;
	text-decoration:none;
	word-wrap: break-word;
	white-space:normal;
	width:100%;
	text-align:right;
}
#user-info a {
	word-wrap: break-word;
	white-space:normal;
}
#user-info p a:hover, #user-info h1 a:hover {
	text-decoration:none;
	color:#EDEDED;
		-webkit-transition: all 0.2s ease-in;  /* Saf3.2+, Chrome */
     -moz-transition: all 0.2s ease-in;  /* FF4+ */
      -ms-transition: all 0.2s ease-in;  /* IE10? */
       -o-transition: all 0.2s ease-in;  /* Opera 10.5+ */
          transition: all 0.2s ease-in;
}
.user-avatar {
	height:60px;
	width:60px;
	margin:0;
	padding:0;
	-webkit-box-shadow: 0px 0px 2px #333; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
     -moz-box-shadow: 0px 0px 2px #333; /* FF3.5 - 3.6 */
          box-shadow: 0px 0px 2px #333; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
}

#search-box {
	float:right;
	width:auto;
}
.coursesearchbox {
	border:0;
}
#home-coursesearchbox, #home-coursesubmit { float:right; }
#home-coursesearchbox {
	box-shadow: 1px 1px 2px #333;
	-moz-box-shadow: 1px 1px 2px #333;
	-webkit-box-shadow: 1px 1px 2px #333;
	margin-right:10px;
	color:#888;
	padding:3px 5px;
	border:0;
	border-radius:3px;
	height:22px;
	float:right;
}
.image-shadow {
	padding-bottom:8px;
	background:url(image-shadow.png) bottom center no-repeat;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(
     src='image-shadow.png', sizingMethod='scale');
	float:right;
	clear:right;
	margin: 0 0 0 10px;
	position:relative;
}
.logout {
    font-size: 0.8em;
    float:right;
    padding-right:10px;
}
/* .image-shadow img:hover {
	-webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out; 
      -ms-transition: all 0.3s ease-out; 
       -o-transition: all 0.3s ease-out; 
          transition: all 0.3s ease-out;  
	-webkit-transform: scale(1.1);
       -moz-transform: scale(1.1); 
        -ms-transform: scale(1.1);  
         -o-transform: scale(1.1);  
            transform: scale(1.1);  
}*/
.navbar, #footer {
	width:1050px;
	margin: 0 auto;
}
#header-bottom {
	float:left;
	width:100%;
}

.breadcrumb a, .breadcrumb li {
	color:#555555;
}

/* MENU */

#nescot-menu {
	float:left;
	width:60%;
}
#menu {
	height:50px;
	margin: 0;
	list-style: none;
	float:left;
	padding:0;
	background:#522c94;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(110,78,165,0.0)), to(rgba(110,78,165,1.0))); 
  	background-image: -webkit-linear-gradient(top, rgba(110,78,165,0.0), rgba(110,78,165,1.0)); 
  	background-image:    -moz-linear-gradient(top, rgba(110,78,165,0.0), rgba(110,78,165,1.0)); 
  	background-image:     -ms-linear-gradient(top, rgba(110,78,165,0.0), rgba(110,78,165,1.0));
  	background-image:      -o-linear-gradient(top, rgba(110,78,165,0.0), rgba(110,78,165,1.0)); 
  	background-image:         linear-gradient(top, rgba(110,78,165,0.0), rgba(110,78,165,1.0));
     filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#522c94', EndColorStr='#9680BB'); 
}
#footer-menu {
	height:20px;
	margin:15px auto;
	list-style: none;
	float:left;
	padding:0;
	background:#522c94;
	width:60%;
}

#menu li {
        float: left;
        padding: 0;
        position: relative;
        background:url(border-right.png) no-repeat right;
}
#footer-menu li {
        float: left;
        padding: 0;
        position: relative;
        background:url(border-right.png) no-repeat right;
}
#footer-menu a {
	float: left;
        height: 20px;
        padding: 0px 10px;
        color: #ffffff;
        font: bold 12px/25px Arial, Helvetica;
        text-decoration: none;
        text-shadow: 0 1px 0 #000;
}
#footer-menu ul {
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 99999;
    background: #522C94;
    background: -moz-linear-gradient(#694D9B, #111);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #694D9B));
    background: -webkit-linear-gradient(#694D9B, #111);
    background: -o-linear-gradient(#694D9B, #111);
    background: -ms-linear-gradient(#694D9B, #111);
    background: linear-gradient(#694D9B, #111);
    -moz-border-radius: 0;
    border-radius: 0;
 
}
#menu a {
        float: left;
        height: 20px;
        padding: 15px 10px;
        color: #ffffff;
        font: bold 12px/25px Arial, Helvetica;
        text-decoration: none;
        text-shadow: 0 1px 0 #000;

}

#menu li:hover > a, #menu li a:active {
	color: #fafafa;
	float:left;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(110,78,165,0.0)), to(rgba(232,229,238,0.2))); 
  	background-image: -webkit-linear-gradient(top, rgba(232,229,238,0.2), rgba(232,229,238,0.2)); 
  	background-image:    -moz-linear-gradient(top, rgba(232,229,238,0.2), rgba(232,229,238,0.2)); 
  	background-image:     -ms-linear-gradient(top, rgba(232,229,238,0.2), rgba(232,229,238,0.2));
  	background-image:      -o-linear-gradient(top, rgba(232,229,238,0.2), rgba(232,229,238,0.2)); 
  	background-image:         linear-gradient(top, rgba(232,229,238,0.2), rgba(232,229,238,0.2));
     filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#6e4ba5', EndColorStr='#e8e5ee'); 

          
}

*html #menu li a:hover /* IE6 */ {
    color: #fafafa;
}

#menu li:hover > .sub-menu {
	display: inline;

}
#menu li:hover .sub-menu {
	display: inline;
}
/* Sub-menu */
.sub-menu  {
    list-style: none;
    background: #522C94;
    padding: 15px 0 15px 0;
    margin:50px 0 0 0 ;
    position:absolute;
    display:none;
    top: 0;
    left:0;
	height:auto;
    z-index: 99999;

}
.sub-menu a {
	float: left;
    height: 15px;
	color: #ffffff;
	font: bold 11px/25px Arial, Helvetica;
	text-decoration: none;
	text-shadow: 0 1px 0 #000;
	display:block;
    background:#522C94;
    padding:5px 10px !important;
	position:relative; 
	min-width:100px;
	border-bottom: solid 1px #7A59B5;
}
.sub-menu li {
	position: relative;
	margin:0;
	padding:0;

}
.sub-menu li:last-child {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    }
*html ul.sub-menu a /* IE6 */ {
        height: 10px;
        width: 150px;
}

*:first-child+html ul.sub-menu  a /* IE7 */ {
        height: 10px;
        width: 150px;
}
* html .sub-menu             { zoom: 1; } /* IE6 */
*:first-child+html .sub-menu { zoom: 1; } /* IE7 */

/* COURSE STYLING */
#course-view .section {

}

#course-view .section td.side, #course-view .section td.main {
	border:0;
	padding: 10px 5px;
}
#course-view .weekscss .section, #course-view .section td.side {
    background:none;
}
#course-view .weekscss .section, #course-view .section td, .headingblock, h2.headingblock {
	border:0px solid #fff;
}

body#site-index .headingblock, body#course-view .headingblock, .header {
	background-color: #ffffff;
  	background-image: -webkit-gradient(linear, left top, left bottom, from(#DCDDEE), to(#ffffff)); /* Saf4+, Chrome */
  	background-image: -webkit-linear-gradient(top, #DCDDEE, #ffffff); /* Chrome 10+, Saf5.1+, iOS 5+ */
  	background-image:    -moz-linear-gradient(top, #DCDDEE, #ffffff); /* FF3.6 */
  	background-image:     -ms-linear-gradient(top, #DCDDEE, #ffffff); /* IE10 */
  	background-image:      -o-linear-gradient(top, #DCDDEE, #ffffff); /* Opera 11.10+ */
  	background-image:         linear-gradient(top, #DCDDEE, #ffffff);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#E1E1E1', EndColorStr='#ffffff'); /* IE6-IE9 */
	padding: 5px 10px;
}

#course-view .section {
	border: solid 0px #999;
}
#course-view .section td.content {
	background:none;
	border:0;
}
tr.main {
	-webkit-box-shadow: 0px 0px 10px #C5C5C5; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
     -moz-box-shadow: 0px 0px 10px #C5C5C5; /* FF3.5 - 3.6 */
          box-shadow: 0px 0px 10px #C5C5C5; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
	border:solid 2px #efefef !important;
}
/* Trying to remove any styles from the separator */
#course-view .section separator {
	border: solid 0px #999;
}
/* Topic Taglet */
/*.content .summary {
	color:#fff;
	font-weight:bold;
	font-size:1.1em;
	position:relative;
	left:-45px;
	background:#522c94;
	width:300px;
	margin-bottom: 10px;
	min-height:10px;
	padding:5px 10px;
	  -webkit-box-shadow: 1px 1px 2px #555; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
     -moz-box-shadow: 1px 1px 2px #555; /* FF3.5 - 3.6 */
          box-shadow: 1px 1px 2px #555; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
}
.content .summary:before {
	border-bottom: 7px solid transparent;
    border-left: 7px solid transparent;
    border-right: 7px solid #411C81;
    bottom: -6px;
    content: "";
    height: 0;
    left: -6.5px;
    position: absolute;
    width: 0;
}*/
.content .summary h1, .content .summary h2, .content .summary h3, .content .summary h4, .content .summary h5, .content .summary h6 {
	color:#fff !important;
	padding:0;
	margin:0;
}
/* SIDEBLOCK styles */ 
.sideblock .content, .sideblock .header {
	border:0;
}
.sideblock {
	width:100%;
  -webkit-box-shadow: 0px 0px 6px #d8d8d8; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
     -moz-box-shadow: 0px 0px 6px #d8d8d8; /* FF3.5 - 3.6 */
          box-shadow: 0px 0px 6px #d8d8d8; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
          border:solid 1px #efefef;
}
.sideblock h2 {
	font-weight:bold;
	font-size:1.2em;
	text-align:center;
	padding:3px;
}
#calendar .maincalendar .eventlist .event .topic, #calendar .maincalendar .eventlist .event .picture, #calendar .maincalendar .eventlist .event .side, #calendar .maincalendar .filters table, #calendar .sidecalendar .filters table, .block_calendar_month .filters table {
	background:#ffffff;
	background:rgba(82,44,148,0.25);

}
/* ACTIVITY ICON STYLING */
.section .activity img.activityicon {
	padding: 0 3px;
}

/* Search Form */

input#searchform_search {
  -webkit-box-shadow:inset 4px 0px 24px #000; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
     -moz-box-shadow:inset 4px 0px 24px #000; /* FF3.5 - 3.6 */
          box-shadow:inset 4px 0px 24px #000; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
}
/* Calendar */
table.minicalendar {
	border:0;
}

/* Gradebook-too-big fix */
.gradeparent {
    max-width:1050px;
    overflow-x:auto;
}
/* tr.hidden to show differen betweence hidden and shown topics */
tr.hidden {
	background:#efefef;
}
/* tr.current to show border around highlighted topics  */
tr.current {
	border: solid 2px #522c94 !important;
}
/***** nescot_theme/styles.css end *****/


