
/* 
Project: UoB Pharmacy Study Skills
Filename: screen.css
Date: June 2008
Author: Clearbytes - (contact@clearbytes.co.uk)
*/


/*------ clear standard browser styles ------*/


body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,ul,ol,li,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}

ul{
	list-style: none;
}

address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}



/* ---------------- global styles ---------------- */


body {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	text-align: center;
	font-family: arial, verdana, sans-serif;
	background: #E7EEF8 url(img/bg-body.gif);
    }



body a img {
    border: none;
}





/* ---------------- global classes ---------------- */


.bold{
   font-weight: bold;
}


.hide{
   position:absolute;
   left: 0px;
   width: 1px;
   height: 1px;
   overflow: hidden;
}
	
.hidden{
	display: none;
}

.clear {
	clear: both;
	}




/* ---------------- wrap ---------------- */

#wrap{
	text-align: left;
	margin: 0 auto 0 auto;
	clear: both;
	width: 982px;
	padding: 0;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background: #ffffff url(img/bg-top.jpg) repeat-x top left;
}




/* ---------------- top ---------------- */

#top{
	float: left;
	width: 950px;
	padding: 0 16px;
	background: #00718f url(img/bg-top.jpg) repeat-x top left;
	color: #ffffff;
	height: 20px;
	padding-top: 3px;
	font-weight: bold;
	font-size: 1.1em;
	text-align: right;
}


#top a{
	color: #ffffff;
	text-decoration: none;
	padding-right: 0px;
}


#top a:hover{
	text-decoration: underline;
}



/* ---------------- header ---------------- */


#header{
	float: left;
	width: 982px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background: url(img/bg-header.jpg) no-repeat top right;
}




#header .University-link a{
	float: right;
	width: 173px;
	height: 55px;
	text-indent: -9999px;
	background: url(img/bg-uob.gif) no-repeat top right;
}

#header .SLN-link a{
	float: right;
	width: 190px;
	height: 55px;
	text-indent: -9999px;
	background: url(img/bg-sln.gif) no-repeat top right;
}


#header h1{
	font-family: tahoma;
	font-size: 2.8em;
	color: #000000;
	margin-left: 15px;
	padding: 14px 0 22px 0;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 1em;
}


#header h1 em{
	font-size: 16px;
	font-style: normal;
	letter-spacing: 0px;
	color: #00718F;
}


#header hr{
	display: none;
}


/* ---------------- navigation ---------------- */


#navigation{
	float: left;
	width: 982px;
	background: #00718F url(img/bg-navi.gif) repeat-x bottom left;
	font-size: 1.3em;
	margin-bottom: 10px;
}




#navigation li{
	float: left;
	border-bottom: 1px solid #ffffff;
}


#navigation .first{
	padding-left: 15px;
}


#navigation .first a{
	border-left: 1px solid #ffffff;
}


#navigation li a{
	color: #ffffff;
	display: block;
	padding: 5px 6px;
	border-right: 1px solid #ffffff;
	text-decoration: none;
}


#navigation li a:hover,
#navigation li a.here{
	color: #000000;
	background: #ffffff url(img/bg-nav.gif) repeat-x top left;
}



/* ---------------- content ---------------- */


#content{
	float: left;
	width: 950px;
	margin: 0 16px;
	margin-bottom: 10px;
	background: url(img/bg-content2.gif) repeat-y top right;
}

* html #content{
	margin: 0 8px 10px 8px;
}


#content.home{
	background: url(img/bg-content.gif) repeat-y top right;
}


#content.full{
	background: none;
}


/* ---------------- sub-navigation ---------------- */

#sub-navigation{
	float: left;
	width: 220px;
}


#sub-navigation .nav{
	width: 195px;
	background: #F0F0F0;
	font-size: 1.3em;
	padding: 10px 0 0 0;
	margin: 0 0 20px 0;
}


#sub-navigation .nav li{
	padding: 0 10px 10px 10px;
}


#sub-navigation .nav li a{
	color: #000000;
	text-decoration: none;
}


#sub-navigation .nav li a:hover,
#sub-navigation .nav li .here{
	color: #00718F;
	text-decoration: underline;
}




/* ---------------- main-content ---------------- */


#content-area{
	float: left;
	width: 735px;
}

#main-content{
	float: left;
	width: 495px;
	padding: 0 15px 15px 0;
}


#main-content.full{
	width: 945px;
	padding: 0 15px 15px 0;
}


* html #main-content{
	padding: 0 7px 15px 0;
}


#main-content h2{
	font-size: 2.8em; 
	letter-spacing: 1px;
	padding: 10px 0 15px 0;
}


#main-content h3{
	font-size: 1.6em;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
}


#main-content h4,
#main-content h5,
#main-content h6{
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
}


#main-content p, ul, ol{
	font-size: 1.3em;
}


#main-content p a, #main-content ul a, #main-content ol a, #main-content h4 a{
	color: #00718F;
	text-decoration: underline;
}


#main-content p a:hover, #main-content ul a:hover, #main-content ol a:hover{
	text-decoration: none;
}


#main-content p{
	line-height: 1.4em;
	margin-bottom: 15px;
}


#main-content blockquote{
	padding: 8px 0px 8px 25px;
	background: url(img/quote.gif) no-repeat 0 0;
}


#main-content blockquote p{
	padding: 8px 25px 8px 0px;
	background: url(img/unquote.gif) no-repeat bottom right;
}

#main-content blockquote p em{
	float: left;
	color: #00718F;
	font-weight: bold;
}


#main-content ul,
#main-content ol{
	margin-bottom: 10px;
}


#main-content ul li{
	padding: 0 0 5px 10px;
	margin-left: 10px;
	background: url(img/bullet-blue.gif) no-repeat 0 6px;
}


#main-content ol li{
	padding: 0 0 5px 0px;
	margin-left: 30px;
}


#main-content td{
	padding: 3px 10px;
	border: 1px solid #cccccc;
}


#main-content table p{
	margin: 0;
}


#main-content th{
	padding: 3px 10px;
	background: #f6f6f6;
	font-weight: bold;
	border: 1px solid #cccccc;
}


#main-content .click-me{
	cursor: pointer;
}



#main-content .image-right{
	float: right;
	padding: 10px;
	border: 1px solid #cccccc;
	margin: 10px 0 10px 20px;
}


#main-content .image-left{
	float: left;
	padding: 10px;
	border: 1px solid #cccccc;
	margin: 10px 20px 10px 0;
}



#print-link{
	float: right;
	color: #000000;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	margin-top: 15px; 
	padding-right: 20px;
	background: url(img/logo-print.gif) no-repeat center right;
}



/* ---------------- useful-home ---------------- */


#useful-home{
	float: right;
	width: 440px;
}


/* ---------------- useful-info ---------------- */



#useful-info1{
	float: left;
	width: 205px;
	padding: 10px 0 0 10px;
}


#useful-info2{
	float: right;
	width: 205px;
	padding: 10px 0 0 10px;
}




.info-blue{
	float: left;
	width: 193px;
	margin-bottom: 10px;
	border: 1px solid #cccccc;
	background: #00718F;
	font-size: 1.2em;
}


.info-blue img{
	display: block;
}


.info-blue p a{
	display: block;
	padding: 5px;
	color: #ffffff;
	text-decoration: none;
}

.info-blue p a:hover{
	background: #ffffff;
	color: #00718F;
}



.info-green{
	float: left;
	width: 193px;
	margin-bottom: 10px;
	border: 1px solid #cccccc;
	background: #BCCAB9;
	font-size: 1.2em;
}


.info-green img{
	display: block;
}


.info-green p a{
	display: block;
	padding: 5px;
	color: #333333;
	text-decoration: none;
}

.info-green p a:hover{
	background: #ffffff;
	color: #333333;
}






.info-blue-text{
	float: left;
	width: 193px;
	margin-bottom: 10px;
	border: 1px solid #cccccc;
	background: #00718F;
	font-size: 1.2em;
}


.info-blue-text img{
	display: block;
}


.info-blue-text ul{
	padding: 5px 5px 10px 5px;
	font-size: 1em;
	color: #ffffff;
}


.info-blue-text ul li{
	padding-left: 10px;
	margin-bottom: 3px;
	background: url(img/bullet-arrow2.gif) no-repeat 0 5px;
}


.info-blue-text ul li a{
	color: #ffffff;
}


.info-blue-text ul li a:hover{
	text-decoration: none;
}



.info-blue-text p{
	padding: 5px;
	color: #ffffff;
}


.info-blue-text h3{
	font-weight: bold;
	padding: 5px;
	color: #ffffff;
}


.info-blue-text p a{
	color: #ffffff;
	margin-top: 5px;
	font-weight: bold;
	width: 183px;
	text-align: right;
	text-decoration: none;
}


#content .info-blue-text p a:hover{
	text-decoration: underline;
}


.info-white{
	float: left;
	width: 193px;
	margin-bottom: 10px;
	border: 1px solid #cccccc;
	background: #ffffff;
	font-size: 1.2em;
}


.info-white img{
	display: block;
}


.info-white p a{
	display: block;
	padding: 5px;
	color: #00718F;
	text-decoration: none;
}

.info-white p a:hover{
	background: #00718F;
	color: #ffffff;
}




.info-white-text{
	float: left;
	width: 193px;
	margin-bottom: 10px;
	border: 1px solid #cccccc;
	background: #ffffff;
	font-size: 1.2em;
}


.info-white-text img{
	display: block;
	border-bottom: 1px solid #ffffff;
}


.info-white-text ul{
	font-size: 1.1em;
	padding: 5px 5px 10px 5px;
}


.info-white-text ul li{
	padding-left: 10px;
	margin-bottom: 3px;
	background: url(img/bullet-arrow.gif) no-repeat 0 5px;
}


.info-white-text ul li a{
	color: #00718F;
}


.info-white-text ul li a:hover{
	text-decoration: none;
}



.info-white-text p{
	padding: 5px;
	color: #000000;
}


.info-white-text p a{
	color: #00718F;
	font-size: 1em;
	text-decoration: underline;
}


.info-blue-text p a:hover{
	text-decoration: none;
}





.info-quotes{
	float: left;
	width: 193px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border: 1px solid #cccccc;
	background: #ffffff;
	font-family:Georgia, "Times New Roman", Times, serif;
}


.info-quotes blockquote{
	font-size: 2em;
	padding: 5px 5px 10px 5px;
	font-style: italic;
}

.info-quotes blockquote p{
	margin-bottom: 5px;
}


.info-quotes blockquote strong{
	font-size: 0.6em;
	font-family: arial;
	font-style: normal;
	font-weight: normal;
	color: #00718F;
}



.info-quotes p a{
	font-weight: bold;
	display: block;
	color: #669900;
	margin-top: 5px;
	width: 183px;
	text-align: right;
	font-size: 1.2em;
	text-decoration: none;
}


.info-quotes p a:hover{
	text-decoration: underline;
}



.info-black{
	float: left;
	width: 183px;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #cccccc;
	color: #ffffff;
	background: #000000;
	font-size: 1.2em;
}


.info-black h3{
	font-weight: bold;
}


.info-black ul, .info-black ol{
	font-size: 1em;	
	margin: 10px 0 7px;
}


.info-black li{
	margin-bottom: 3px;
}


.info-black img{
	display: block;
}



.info-black p a{
	font-weight: bold;
	display: block;
	color: #669900;
	margin-top: 5px;
	width: 183px;
	text-align: right;
	text-decoration: none;
}


.info-black p a:hover{
	text-decoration: underline;
}







#main-content .warning-box{
	float: right;
	width: 240px;
	border: 1px solid #cccccc;
	background: #000000;
	color: #ffffff;
	margin-left: 15px;
	margin-bottom: 15px;
}


#main-content .warning-box img{
	display: block;
}


#main-content .warning-box h3{
	padding: 5px 10px;
	margin: 0 0 0 0;
	color: #ffffff;
	font-size: 1.6em;
	font-weight: bold;
}


#main-content .warning-box p{
	padding: 0 10px 5px 10px;
	margin: 0;
}


#main-content .warning-box p a{
	color: #669900;
}

#main-content ol li .warning-box,
#main-content ol li .warning-box-dashed,
#main-content ul li .warning-box,
#main-content ul li .warning-box-dashed{
	font-size: 0.8em;
}

#main-content .warning-box-dashed{
	float: right;
	width: 240px;
	border: 1px dashed #cccccc;
	background: #ffffff;
	color: #000000;
	padding: 5px 0;
	margin-left: 15px;
	margin-bottom: 15px;
}


#main-content .warning-box-dashed img{
	float: right;
	margin: 0 10px;
}


#main-content .warning-box-dashed h3{
	padding: 5px 10px 0 10px;
	margin: 0 0 0 0;
	color: #00718F;
	font-size: 1.6em;
	font-weight: bold;
}


#main-content .warning-box-dashed p{
	padding: 5px 10px 5px 10px;
	margin: 0;
}


/* ---------------- footer ---------------- */


#footer{
	float: left;
	width: 982px;
	padding: 35px 0 15px 0;
	background: #BCCAB9 url(img/bg-footer.gif) repeat-x 0 0;
}


#footer .accessibility{
	float: left;
	width: 250px;
	margin-left: 15px;
	padding-right: 15px;
	border-right: 1px solid #ffffff;
	line-height: 1.6em;
}


#footer .tools{
	width: 180px;
}


#footer .accessibility h3{
	font-size: 1.4em;
	letter-spacing: 1px;
	margin-bottom: 10px;
}


#footer .accessibility h4{
	font-size: 1.2em;
	font-weight: bold;
}


#footer .accessibility ul{
	margin-bottom: 10px;
}


#footer .accessibility li{
	display: inline;
	color: #666666;
}


#footer .accessibility p{
	float: left;
	margin-right: 15px;
	font-size: 1.2em;
}


#footer a{
	color: #000000;
}

#footer a:hover{
	text-decoration: none;
}


#footer .copyright{
	float: right;
	margin-right: 15px;
	font-size: 1.2em;
}


#footer .copyright a{
	text-decoration: none;
}


#footer .copyright a:hover{
	text-decoration: underline;
}


#footer p a{
	color: #000000;
}

#footer p a:hover{
	text-decoration: none;
}


#footer hr{
	display: none;
}

.expandable {
	background: #E7EEF8 url(img/bg-expandable.gif);
	padding: 10px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 15px;		
}
