/* Univeristy of Paisley
 * Typography CSS
 *
 *	
*/

body { 
	font-family:Arial, Helvetica, sans-serif;
	color: #767676;
	font-size: 62.5%;
}

p, li, h6, dt, dd {
	color: #767676;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.4em;
	font-size: 1.2em;
}

dd {
	padding-left: 21px;
	margin-left: 21px;
	padding-bottom: 10px;


}

/* added 27/6/07  by PR */
td {
	font-size:1.2em;
	vertical-align:top;
	padding-left:4px;
	padding-top:5px;
	padding-bottom:5px;
	border: 1px dotted #bbb;
}

th {
	font-size: 1.2em;
	font-weight:bolder;
	color:#5e6b7a;
	background-color:#D2D8D8;
	text-transform:uppercase;
	vertical-align:top;
	padding-left:2px;
	padding-top:5px;
	padding-bottom:5px;
	
}

/* end of additions 27/06/07 by PR */

p {
	padding-bottom: 12px;
	font-size: 1.2em;
}

.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

p *, li * {
	font-size: 1em; /* Returns nested elements to base font */
}

.bold {
	color: #646464;
	font-weight: bold;

}

.darkgrey {
	font-weight: 800;
}

em {
	color: #646464;
	font-weight: bold;
}

h1 {
	color: #87939F; /* Viz was 79838E */
	text-transform: uppercase;
	font-size: 1.2em;
	padding-top: 5px;
	padding-bottom: 7px;
}

#top h1 img{
	float: right;
}

h2 {
	color:#5f6c7c;
	font-size: 3em;
	padding-bottom:22px;
}

h3 {
	font-size: 22px;
	color: #7C7979;
	line-height: 20px;
	padding: 17px 0 17px 0; /* 44 */
	font-weight: bold;
}

h4 {
	font-size: 1.3em;
	padding-bottom: 16px;
	text-transform: uppercase;
	color: #36383A;
}

h5 {
	font-size: 1.3em;
	margin: 0 0 10px 0;
	padding: 0;
	text-transform: uppercase;
	color: #646464;
}

h6 {
	font-weight:bold;
	color: #353C43;
}


a.green {
	color: #749682 !important; 
}

a.blue {
	color: #105986 !important; 
}

a.red {
	color: #B76868 !important; 
}

a.purple {
	color: #766287 !important; 
}

a.orange {
	color: #E7865B !important; 
}

a.greygreen {
	color: #527687 !important; 
}

a.turquoise {
	color: #3C8492 !important; 
}


a, a:hover, a:visited, a:active {
	color: #3399cc;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

dl {
	padding-left: 30px;
}

ol {
	padding-left: 41px;
	margin-left: 41px;
	padding-bottom:12px;
}

ol li {
	padding-bottom: 6px;
}



ul li {
	padding-left: 15px; /* 31 */
	background: url(/include/uws/image/li_arrow.gif) 3px /*13px*/ 5px no-repeat;
}

ul.expanded li, ol.expanded li{
	padding-bottom: 12px;
}

ul.noBullet li{
	background:none;
	padding-left: 0;
}

ul.li_2col:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html ul.li_2col {height: 1%;}
/* End hide from IE-mac */

ul.li_2col li {
	float:left;
	width: 50%;
}
/* IE 7 Hack to fix clear*/
*:first-child+html ul.li_2col {
	height:1%;
}


ul,ol {
	padding-bottom: 12px;
}

ul ul {
	padding-bottom: 0;
}

.smallText {
	font-size: 1.0em;
}


.heading-separator
{
	color:#D2D8D8;
	padding-left:2px;
	padding-right:2px;
}

/* 											------ Area Specific Typography */
/* Main Navigation */

/*#navigation-main a, #navigation-main a:hover, #navigation-main a:visited, #navigation-main a:active{
	color: #5E6B7A;
	text-decoration:none;
}*/

/* Header */

/* Added 25/6/07 to enable navigation heading to appear in grey banner */

#header h2{
	font-size: 1.4em;
	color: #FFFFFF;
	padding: 4px 0 0 5px;
}

#header h2 a {
	color:#FFFFFF;
	text-decoration:underline;
}

/*#header-image #banner p { color: #ffffff; font-weight: bold; letter-spacing: 1px; }*/



/* Coloumns */

/* Primary */

#primary h2 { 
	padding-left: 0px; 
	text-transform: uppercase; 
	letter-spacing: -0.5pt; 
	padding-bottom: 14px; 
	font-size: 1.6em;
 }


/*#primary li {
	margin:0;
	padding:0;
	background: none;
	padding-bottom: 8px;
	margin-left: 4px;
}

#primary li a, #primary li a:visited{
	color: #646464;
	text-decoration:none;
}

#primary li a:hover{
	color: #3399cc;
	text-decoration:none;
}

#primary li * {
	font-size: 1em;
}
#primary ul ul {
	padding-top: 12px;
	padding-bottom: 0;
}
#primary li.li-end {
	padding-bottom: 0;
}
#primary ul ul li {
	padding-left: 12px;
}*/

/* Single */

#single p, #single ul, #single h1, #single h2, #single h3, #single h4, #single h5, #single h6 {
	padding-left: 32px;
} 


/* Secondary */

/*#secondary p, #secondary ul,  #secondary ol ,#secondary h1, #secondary h2, #secondary h3, #secondary h4, #secondary h5, #secondary h6 , #searchresults {
	padding-left: 22px;
	padding-right: 38px;
}

#secondary p, #secondary h4,   #secondary h5, #secondary h6{
	padding-right: 33px;
}*/

#secondary li * {
	font-size: 1em;
}

#secondary ul {
	margin: 0 0 10px 0;
}

#secondary li {
	margin: 0 0 10px 0;
}

#secondary h4.line-above {
	padding-top: 42px;
	background: url(/include/uws/image/background_h5.gif) 32px 20px no-repeat;
	color: #646464;
}

#secondary h5 {
	padding-top: 42px;
	background: url(/include/uws/image/background_h5.gif) 32px 20px no-repeat;
}

#secondary h5.no-line-above {
    padding-top:3px;
	background:none;
}


/* Added 1/6/07 by PR */

#secondary h4.heading6 {	
	background:none;
	word-spacing: normal;
	line-height: 1.4em;
	font-size: 1.2em;
	padding-top: 5px;
	padding-bottom:5px;
}

#secondary h5.heading6 {	
	background: none;
	word-spacing: normal;
	line-height: 1.4em;
	font-size: 1.2em;
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: none;
}




#secondary p a {text-decoration:underline}


/* Added for Special Need Section so that links within lists can be underlined
	10/07/07 by PR
*/
#secondary ul.underline_anchor li a, #secondary ol.underline_anchor li a,
#secondary h4 a
#thirdary ul.underline_anchor li a, #thirdary ol.underline_anchor li a
{
text-decoration:underline;

	

}

#secondary h3 {
	padding-right: 20px;
}



/* Added 27/6/07 */


#secondary table 
{	
	margin-left:32px;
 	margin-right:51px;
 	border-color:#D2D8D8;
	border-style:solid;
 	border-width:1px;
	margin-bottom:30px;
	
 }


#secondary table.fixed-size
{
	
	margin-right:10px;
}

#secondary table.fixed-size td, #secondary table.fixed-size th
{
	padding-right:1px;
}


#secondary td #double td

{
	padding-right:5px;

}

td.centre
{
text-align:center;


	


}


/*  Added 14/7/07  by PR for News item styling */

#secondary li h4 {
	padding-left: 0px;
	padding-bottom: 6px;
}

#secondary li h4 a, #secondary li h4 a:visited, #secondary li h4 a:active {
	color: #36383A;
}

#secondary li h4 a:hover {
	color:#3399cc;
}

#secondary li p {
	padding-left: 0px;
}

/* end of 14/07/07 additions */

/* Added 14/7/07 by PR to style images in secondary columns within paragraphs  */

#secondary .floatleft
{
	border: thin solid #A0A0A4;
	margin-right: 10px;
	margin-bottom: 6px;
	float:left;
}

#secondary .floatleft_noborder
{
	border: none;
	margin-right: 10px;
	margin-bottom: 6px;
	float:left;
}

#secondary  .floatright
{
	border: thin solid #A0A0A4;
	margin-left: 10px;
	margin-bottom: 6px;
	float:right;
	
}

/* Uncomment if needed to centre img added by PR 18/07/07
#secondary img.centre

{
    display: block;
    margin-left: auto;
    margin-right: auto
 }

*/

#secondary  .floatright_noborder
{
	border: none;
	margin-left: 10px;
	margin-bottom: 6px;
	float:right;
}



/*  End of 14/07/07 additiona  */




/* Thirdary */


#thirdary p a { text-decoration: underline }

/* added 28/6/07 */
/* Allows Heading4 within third column within element-box_topbar
 to render the same as a heading 6 */
#thirdary div.element-box_topbar h4, #thirdary div.element-box_topbar h5

{
	padding:0px;
	
	text-transform:none;
	background:none;
	
	word-spacing: normal;
	letter-spacing: 0;
	line-height: 1.4em;
	font-size: 1.2em;


}

#thirdary h4.heading6, #thirdary h5.heading6
{
	padding:0px;
	text-transform:none;
	background:none;
	word-spacing: normal;
	letter-spacing: 0;
	line-height: 1.4em;
	font-size: 1.2em;
}



#thirdary h4 {
	padding-top: 42px;
	background: url(/include/uws/image/background_h5.gif) 0 20px no-repeat;
	color: #646464;
	padding-left: 2px;
}

#thirdary h4.no-line-above
{
    padding-top:3px;
	background:none;
}



#thirdary h5 {
	font-size: 1.3em;
	margin: 0 0 10px 0;
	padding: 0 12px 0 12px;
	text-transform: uppercase;
	color: #646464;
}

#thirdary h6 {
	height: 18px;
	margin: 20px 0 16px 0;
	padding: 4px 0 1px 12px;
	/*background: #c9c5d6;*/  /* Controlled by other stylesheet */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #fff;
	font-weight: normal;
}

#thirdary hr {
	height: 1px;
	background: #dcdcdc;
	color: #dcdcdc;
	border: none;
	margin: 3px 0 9px 0;
	padding: 0;
	clear: both;  
}

#thirdary p {
	padding: 0 12px 0 12px;
	margin: 0 0 12px 0;
}




#thirdary ul h4 {
	padding-top: 0;
	background: none;
}
#thirdary ul h5 {
	padding-top: 0;
	background: none;
}

#thirdary li * {
	font-size: 1em;
}

#thirdary li {
	background: url(/include/uws/image/li_arrow.gif) 6px 5px no-repeat;
}


/* Footer */
#navigation-footer li {
	
}
#navigation-footer li, #navigation-footer li a, #navigation-footer li a:hover, #navigation-footer li a:active, #navigation-footer li a:visited{
	 color: #98A6B3;
	 font-weight: bold;
	 text-decoration: none;
}

#footer p {
	color: #5E6B7A;
	font-size: 1em;
	word-spacing: -1px;
}



/* Added 28 June 09 by pr - title left as h2 added to be same size as sub nav */
#titles h2
{
	font-size: 1em;
	color: #FFFFFF;	
 	font-weight: normal;
	padding-bottom: 0px;	
}