/* University of West England (C) 2008
    Academic Technologies Group
--------------------------------------------------
	 File : uwemaster.css
     Description : Default better brand master linked stylesheet
     Change History
	  ---------------
     Date         Author    Purpose
     
*/
@import url(../../../betteria/engine/css/content.css); 
@import url(../../../betteria/engine/css/classes.css);    
@import url(../../../betteria/engine/css/nav.css);  


#container{
	background:#fff;
}

#contentwrapper {
	background: #fff;	
}
ul#breadcrumb {
	margin:0 20px;
}
h1{
	font-family:'FrutigerLTW01-55Roman',Verdana,Arial,Helvetica,sans-serif;   
	font-weight:normal;
}
h2, h3, h4, h5, h6{
	font-family:Verdana,Arial,Helvetica,sans-serif;  
	font-weight:bold;
}
#content h1{
	font-size: 220%;
	color:#888;
	line-height:110%;
}
#content h2{
	font-size: 140%;
	color:#8f1e1e;
}
#content h3{
	font-size: 125%;
	color:#666;
	line-height:120%;
}
#content h4{
	font-size: 110%;
	color:#8f1e1e;
}
#content h5{
	font-size: 100%;
	color:#8f1e1e;
}
#content h6{
	font-size: 100%;

}
a:hover{	
	color:#8f1e1e;
}
.button {
	color: #fff;
	background-color: #3c79ca;
	cursor: pointer;
	font-family:Verdana,Arial,Helvetica,sans-serif; 
	border-color: #508dde #2865b6 #2865b6 #508dde;
	font-size:110%;
	font-weight:bold;
	border-style: solid;
	border-width: 2px;
	margin: 0;
	padding: 0 8px;
}
.button:hover {
	background-color: #2865b6;
}
.buttonLink {
	font-family:Verdana,Arial,Helvetica,sans-serif; 
	color: #fff;
	background-color: #3c79ca;
	font-size:110%;
	font-weight:bold;
	border-color: #508dde #2865b6 #2865b6 #508dde;
	border-style: solid;
	border-width: 2px;
	padding: 0 8px;
	text-decoration:none!important;
}

#rightcol .promo p img { margin:10px 0;}
#rightcol .promo h2, #rightcol .promo h3 {
	padding:4px 12px 6px 14px;
	border-bottom: none;
	background:#888;
	color:#fff;
	font-size:110%;
}
#rightcol .promo ul{
	margin-bottom: 14px;

}
#mainNav{
	margin:60px 0 0 0;
}
#mainNav ul li a  {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:125%;
	font-weight:bold;
}
#mainNav ul ul li a {
	font-weight:normal;
}
/* hide search label to visual browsers */
.noshow{ position: absolute; left: -9000px!important;}
#skip {
list-style-type:none;
padding:0;
margin:0;
position:absolute;
left:0px;
overflow:hidden;
}
#skip li{
display:inline;
}

#skip a, #skip a:hover, #skip a:visited {
position:absolute;
left:0px;
top:-500px;
width:1px;
height:1px;
overflow:hidden;
}
#skip a:active, #skip a:focus {
position:static;
width:auto;
height:auto;
}

#header {
	width:976px;
}



#socialFooterWrap {
	width:100%;
	clear:both;
	padding-bottom:4px;
}
#socialFooter {
	margin: 10px 272px 0 10px;
	border-top:1px solid #ccc;

}
#socialFooter p {
	float:left;
	margin-top:20px;
	color:#555;
}
#socialFooter ul {
	float:right;
	margin-top:20px;
}
#socialFooter li {
	float:left;
	list-style:none;
	padding:0 4px;
}
#socialFooter li a{
	color:#555;
}
#socialFooter .printIcon, #socialFooter .addthisicon {
	float:left;
	margin-right:4px;
}	

#footer{
	color:#fff;
	background:#1c1b11;
	margin:0;
	padding:20px 0;
	clear:both;
	text-align:center;
	width:976px;
}
#footer h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:84%;
	text-transform:uppercase;
	border-bottom:1px solid #333333;
	padding-bottom:12px;
	margin-top:0;
}
#footer a{
	color:#fff;
	text-decoration:none;
}
#footer a:hover{
	color:#fff;
	text-decoration:underline;
}
#footer p{margin:0; font-size:94%;}
#footer img{margin:0 10px 10px; vertical-align:middle;}
#footer ul{
	padding: 0;
	margin: 16px 0 0 16px;
}
#footer li{
	padding-bottom: 6px;
	margin: 0;
	list-style-image: url(../images/footer_bullet.png);
}
#footer li.underline{
	padding: 0 0 12px 18px;
	margin: 0 0 12px -18px;
	border-bottom:1px solid #333333;
	list-style-image: none;
	list-style: none;
	background:url(../images/footer_bullet.png) no-repeat 5px 5px;
}

@media screen and (max-width:990px) {
#header, #footer {
	width:100%;
}
#socialFooter p {
	float:none;
	margin-bottom:10px;
}
#socialFooter ul {
	float:none;
	margin:0 0 10px 0;
}
#socialFooter li {
	float:none;
	padding:0;
}

}
@media screen and (max-width:746px) {
ul#breadcrumb {
	margin:0 2%;
}
#rightcol .promo{
	background:none;
}
#rightcol .promo p {
	margin:0;
	padding:10px 16px 10px 14px;
	background:#fff;
}
#socialFooter {
	margin: 10px 10px 0 10px;
	border-top:1px solid #ccc;

}

}
@media screen and (max-width:502px) {
#mainNav{
	margin:0;
}
}