/***********************************************/
/* TMC Learning Centres. main.css (screen)
   Copyright © 2008 The Manchester College. All Rights Reserved. */
/***********************************************/


/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, /*td */
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, /*em*/, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
/*table { border-collapse : collapse; border-spacing : 0; }*/

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }


/***********************************************/
/* HTML tag styles                             */
/***********************************************/

html, body{
	margin: 0; 
	padding: 0;
	border: 0;
}
 
body {
	background-color: #FFFFFF;
	font: 100% "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #333;
	line-height: normal;
	max-width: 80em;	
}

a {
	color: #006B9D;
	outline: none;
	text-decoration: none;
}

a:link {
	color: #006B9D;
	text-decoration: none;
}

a:visited {
	color: #47A9AC;
	text-decoration: none;
}

a:hover, a:active {
	color: #006B9D;
	text-decoration: none;
}

h1 {
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0.01em;
}

h2 {
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #442216;
	letter-spacing: 0.01em;
	padding: 0px;
	margin: 1em 0px 0.5em;
}

h3 {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0.4em;
	padding-top: 0px;
}

ul {
	list-style-type: disc;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding-top: 0px;
	padding-bottom: 0px;
}

ul ul {
 	list-style-type: disc;
}

ul ul ul {
 	list-style-type: none;
}

ol, ul {
	margin: 0.5em 0 1em 2em;
	padding: 0;
}

ol {
	padding-top: 0;
	list-style-type: decimal;
}

dl {
	margin: 0;
	padding-bottom: 1em;
}

dt {
	margin-top: 0.7em;
}

dd {
	margin: 0;
	padding: 0;
}



/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#tmcLogo {
	background: url(../images/masthead_repeat.jpg) repeat-x 0 0;
}

#lcLogo {
	width: 100%;
	background-color: #f4f4f4;
	height: 50px;
}

#navBar {
	float: left;
	width: 20%;
	background-color: #E1E1E1;
	margin-top: 10px;
}

#navBarRight {
	float: right;
	width: 20%;
	background-color: #E1E1E1;
	margin-top: 10px;
}

#content {
	float: left;
	width: 55%;
}

#contentInduction {
	float: left;
	width: 55%;
}

#content a {
	color: #006B9D;
	text-decoration: underline;
}

#content a:hover {
	color: #006B9D;
	text-decoration: none;
}

#content a:visited {
	color: #47A9AC;
	text-decoration: underline;
}


/*************** #home layout styles **************/

#wrapper {
	width: 940px; 
 	margin: 0 0 0 40px; 
 	text-align: left;
	clear: both;
}

#mainColumn {
	float: left;
	width: 665px;
	height: 340px;
	margin: 0;
	padding: 25px 8px 25px 10px;
	
}

#secondaryColumn {
	float: right;
	width: 235px;
	margin: 0;
	padding: 30px 0 0 0;
	
}

#learningZones {
	position: absolute;
 	width: 920px;
	top:570px;
	left: 40px;
 	clear: both;
 	margin: 0;
 	padding: 10px 0 0 10px; 
}

#learningZones a:link, #learningZones a:visited {
 	text-decoration: underline; 
}

#mainColumn ul {
	position: relative;
	list-style : none;
	margin: 0;
	padding: 0;
}

#mainColumn li#info img {
	position: absolute;
	top : 0;
	left : 0;
}

#mainColumn li#libcat img {
	position: absolute;
	top : 0;
	left : 225px;
}

#mainColumn li#elecres img {
	position: absolute;
	top : 0;
	left : 450px;
}

#mainColumn li#subj img {
	position: absolute;
	top : 120px;
	left : 0;
}

#mainColumn li#studyskills img {
	position: absolute;
	top : 120px;
	left : 225px;
}

#mainColumn li#computers img {
	position: absolute;
	top : 120px;
	left : 450px;
}

#mainColumn li#turnitin img {
	position: absolute;
	top : 240px;
	left : 450px;
}

#mainColumn li#timetable img {
	position: absolute;
	top : 240px;
	left : 0;
}

#mainColumn li#email img {
	position: absolute;
	top : 240px;
	}

#mainColumn li#pdp img {
	position: absolute;
	top : 240px;
	left : 225px;
}

#mainColumn li#headstart img {
	position: absolute;
	top : 240px;
	left : 450px;
}


/* secondary column styles */

#secondaryColumn h2 {
	background: url(../images/home_header_notices.gif) no-repeat 0 0;
	height: 25px;
	text-indent: -9999px;
	margin: 0;
 	padding: 0;
}

.studentNotices {
	font-size: 0.7em;
	width: 235px;
	height: 340px;
	overflow: auto;
	margin: 0 10px 0 2px;
	padding: 10px 0 0 0;
	scrollbar-face-color: #DAE2E5;
}

.studentNotices h3 {
	font: bold 1.2em Helvetica, Arial, sans-serif;
	color: #666;
	margin: 0;
	padding: 0;
	color:#0066CC;
}

.date {
	font-size: 0.85em;
	font-weight: bold;
	color: #666;
	margin: 3px 5px 0 0;
	padding: 0 0 15px 0;
}

/*
.posted {
	display: block;
	margin: -5px 0 0 50px;
	padding: 0 0 10px 0;
	font-weight: bold;
	color: #666;
}
*/

.posted {
	display: block;
	color: #333;
	line-height: 1.3em;
	margin: 0 5px 0 0;
	padding: 0 0 3px 0;
}


/* learning zones styles */

#learningZones h2 {
	background: url(../images/header_home_lzs.jpg) no-repeat 0 0;
	height: 50px;
	text-indent: -9999px; 
}

#learningZones p {
	font-size: 0.7em;
	line-height: 1.5em;
	margin: 0;
	padding: 0 10px 1em 10px;
}

#learningZones ul {
	position: relative;
	list-style : none;
	margin: 10px 0 0 0;
	padding: 0;
}

#learningZones li {
	list-style : none;
	display: inline;
	margin: 0;
	padding: 0;
}

#learningZones ul li#fe,
#learningZones ul li#he,
#learningZones ul li#community,
#learningZones ul li#staff,
#learningZones ul li#olass,
#learningZones ul li#mol {
	margin: 0 1px 0 1px;
	padding: 0;
}

#lzBackgroundBottom {
	background: url(../images/home_lz_bg_btm.jpg) no-repeat 0 0;
	margin-bottom: 20px;
	padding: 0;
}




/*************** #pageName and header styles **************/

#pageName {
	margin: 0;
	padding: 10px 0 0 10px;
	background-color: #FFF;
	color: #48869B;
	width: 40%;
	height: 35px;
}

#header {
	background-color: #FFF;
	width: 55%;
	left: 0;
	margin-left: 20%;
}

#header h1 {
	padding-left: 20px;
	padding-top: 9px;
}

.infoHeader {
	color: #D53D62;
}

.libCatHeader {
	color: #006B9D;
}

.elecResHeader {
	color: #00325D;
}

.subjHeader {
	color: #442216;
}

.studyBibliogHeader {
	color: #6C984D;
}

.computersHeader {
	color: #898989;
}

.infoSubHeader {
	color: #D53D62;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	letter-spacing: 0.01em;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 0;
}

.libCatSubHeader {
	color: #006B9D;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	letter-spacing: 0.01em;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 0;
}

.elecResSubHeader {
	color: #00325D;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	letter-spacing: 0.01em;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 0;
}

.subjSubHeader {
	color: #442216;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	letter-spacing: 0.01em;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 0;
}

.studyBibliogSubHeader {
	color: #6C984D;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	letter-spacing: 0.01em;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 0;
}

.computersSubHeader {
	color: #898989;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	letter-spacing: 0.01em;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 0;
}


/************* #breadCrumb styles *************/

#breadCrumb {
	font-size: 0.65em;
	padding: 7px 0 0 10px;
	background-color: #FFF;
	color: #999;
}

#breadCrumb a {
	color: #666;
	text-decoration: none;
}

#breadCrumb a:hover {
	color: #999;
	text-decoration: none;
}


/************** .contentItem styles *****************/

.contentItem {
	clear: both;
	padding: 10px 0 10px 20px;
	font-size: 0.7em;
	line-height: 1.5em;
	min-height: 300px;
}

.contentItem p {
	margin: 0.1em 0 1em 0;
	padding: 0;
}

.contentItem li {
	margin: 0.5em 0 0.5em 0;
}

.top {
	font-size: 0.7em;
	padding-top: 0.5em;
	padding-bottom: 3em;
	padding-left: 20px;
}

.logospace {
	display: inline;
}

.logospace img {
	padding: 5px 5px 10px 0;
	margin: 5px 5px 10px 0;
}

#inductBtn {
	color: #3D2E1D;
	display: inline;
}

#inductBtn img {
	margin: 0px 4px -6px 4px;
}

.computersIcons {
	padding-top: 1.5em;
}

.clear { clear: both; }


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0;   padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #E1E1E1;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

/*********** #navBarRight link styles ***********/

#navBarRight ul a:link, #navBarRight ul a:visited {display: block;}
#navBarRight ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBarRight li {
	border-bottom: 1px solid #E1E1E1;
}

/* fix for browsers that don't need the hack */
html>body #navBarRight li {border-bottom: none;}

/*********** #sectionLinks styles ***********/

#sectionLinks {
	position: relative;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-size: 0.75em;
	letter-spacing: 0.01em;
	font-weight: bold;
}

#sectionLinksTop {
	position: relative;
	background: url(../images/nav_cnr_topr.gif) no-repeat 100% 100%;
	height: 20px;
}

#sectionLinksBottom {
	position: relative;
	background: url(../images/nav_cnr_botr.gif) no-repeat 100% 100%;
	height: 20px;
}

#sectionLinks a {
	display: block;
	padding: 4px 0 4px 10px;
	color: #333;
}

#sectionLinks a:hover {
	background-color: #F5F5F5;
	text-decoration: none;
	color: #999;
}

/*********** #sectionLinksRight styles ***********/

#sectionLinksRight {
	position: relative;
	font-size: 0.7em;
	margin-bottom: 1em;
}

#sectionLinksRightTop {
	position: relative;
	background: url(../images/nav_cnr_topl.gif) no-repeat 0 0;
	height: 20px;
}

#sectionLinksRight h3 {
	padding-left: 10px;
	font-weight: bold;
	margin: 0 0 0.5em;
	font-size: 1em;
	color: #333;
}

#sectionLinksRight a {
	display: block;
	padding: 2px 0 2px 10px;
	color: #333;
}

#sectionLinksRight a:hover {
	background-color: #F5F5F5;
	text-decoration: none;
	color: #999;
}


/*********** .relatedLinks styles ***********/

.relatedLinks {
	position: relative;
	font-size: 0.7em;
}

.relatedLinks h3 {
	padding-left: 10px;
	font-weight: bold;
	margin: 0 0 0.5em;
	font-size: 1em;
	color: #333;
}

.relatedLinks a:link, .relatedLinks a:visited {
	display: block;
	padding: 0 0 2px 10px;
	margin: 0;
	color: #333;
}

.relatedLinks a:hover {
	background-color: #F5F5F5;
	text-decoration: none;
	margin: 0;
	color: #999;
}


/************** #home page **************/

#homeContent {
	background-color: #FFF;
	width: 700px;
	left: 0;
	margin-top: 20px;
}

#homeContent h2 {
	padding-top: 10px;
	padding-bottom: 10px;
}
	
#navBarHome {
	background-color: #FFFFFF;
	width: 700px;
	margin: 0;
	padding: 0;
}


/************** #table **************/

#table {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	width: 100%;
}

.CellColour {
	background-color: #EFEFEF;
	vertical-align: top;
}

.CellColour2 {
	background-color: #CCC;
	vertical-align: top;
	font-weight: bold;
	color: #666;
}
	
.CellColourHeader {
	background-color: #E1E1E1;
	color: #333;
	font-weight: bold;
	vertical-align: top;
}

#table ul { display: block; }
#table ul { list-style: none; margin: 0;   padding: 0; }

strong { font-weight: bold; }

.underline { text-decoration: underline; }


/************** #form **************/

input, select, textarea {
	font: 0.7em "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	vertical-align: middle;
	border: solid 1px #999;
	color: #333;
	margin: 10px;
	padding: 2px;
}

.txtfield {
	width: 90%;
}

.btnspace {
	margin-right: 0px;
}

#searchHome {
	float: right;
	margin: 0;
	padding: 0;
}

#search {
	float: right;
	padding: 0;
	margin-top: -47px;
}

input.submit {
	border: 0;
	background: transparent;
	font-size: 10px;
	outline: none;
	margin-left: -5px;
	/*margin-bottom: -6px;*/
	/*padding: 2px;*/
}

.searchResults {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
}


/************* #footer styles ***************/

#footer{
	clear: both;
	font-size: 0.65em;
	color: #333;
	background-color: #f4f4f4;
	height: 40px;
	margin-left: 10px;

}

#homeFooter{
	position: absolute;
	top: 880px;
	left: 0;
	clear: both;
	width: 100%;
	font-size: 0.65em;
	color: #333;
	background-color: #f4f4f4;
	height: 40px;
}

#footer img{
	vertical-align: middle;
}

.footerText {
	vertical-align: middle;
}

.homeFooterText {
	margin: 0;
	padding: 15px 0 15px 35px;
}

.homeFooterText a:link, .homeFooterText a:visited  {
 	text-decoration: underline; 
}

.floatright {
	float: right;
}

/* Messages */


#Messages {
	width:430px;
	height: 280px;
	overflow: auto;
	padding: 5px;
	border-width: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color: #F4F4F4;
	scrollbar-face-color: #DAE2E5;

}

#Messages h3 {
	display: inline;
	font-weight: bold;
	font-size: 1.2em;
}

#MessageColumn h2 {
	background: url(images/home_header_notices.gif) no-repeat 0 0;
	height: 25px;
	text-indent: -9999px;
	margin: 0;
 	padding: 0;
}

.date {
	font-size: 85%;
	font-weight: bold;
	color: #666;
	padding-left: 0px;
}

.postedUnderline {
	display: block;
	margin: 3px 5px 8px 0px;
	padding: 0 0 8px 0;
	color: #333333;
	border-bottom: 1px solid #CCCCCC;
	line-height: 1.3em;
}

.author {
	font-size: 85%;
	font-weight: bold;
	color: #666;
	padding-left: 0px;
}

.nonotice {
	font-size: 85%;
}


#msgHeader {
	background-color: #00325D;
	color: #FFFFFF;
	font:  120% "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-align:center;
}

