/* Univeristy of Paisley
 * Print Template
 *
 *	
*/


/* Layout */

#skipnav {
	display: none;
}


#top {
	background: #3C3F44;
	width: 100%;
}

#top h1 {
	padding: 7px 0 7px 7px;

}

#primary ul, #primary form, #primary p, #primary h5, #search {
	display: none;
}

#header {
	display: none;
}


#navigation-footer {
	display: none;
}

/* Typography */


body { 
	font-size: 62.5%; 
	font-family:Arial, Helvetica, sans-serif;
	color: #767676;
}

p, li, h6 {
	color: #767676;
	word-spacing: normal;
	letter-spacing: 0;
	line-height: 1.4em;
	font-size: 1.2em;
	
}
p {
	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 */
}

em {
	color: #646464;
	font-weight: bold;
}

h1 {
	color: #87939F; /* Viz was 79838E */
	text-transform:uppercase;
	font-size:1.2em;
}

h2 {
	color:#5f6c7c;
	font-size: 3em;
	text-transform: uppercase;
}

h3 {
	font-size: 3em;
	color: #7C7979;
	line-height: 28px;
}

h4 {
	font-size: 1.3em;
	text-transform: uppercase;
	color: #36383A;
}

h5 {
	font-size: 1.3em;
	text-transform: uppercase;
	color: #646464;
}

h6 {
	font-weight:bold;
	color: #353C43;
}


.green {
	color: #749682;
}

.blue {
	color: #105986;
}

.red {
	color: B76868;
}

.purple {
	color: #766287;
}

.orange {
	color: E7865B;
}

.greygreen {
	color: #527687;
}

.turquoise {
	color: #3C8492;
}


a, a:hover, a:visited, a:active {
	color: #798797;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	padding-left: 0;
}

li{
	padding-left: 31px;
	list-style: none;
	background: url(/include/uws/image/li_bluebox.gif) 13px 5px no-repeat;
}

ul.expanded li {
	padding-bottom: 12px;
}

ul.noBullet li{
	background:none;
}
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 {
	padding-bottom: 12px;
}

ul ul {
	padding-bottom: 0;
}

.smallText {
	font-size: 1.0em;
}


/* 											------ 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 */

#header-image #banner p {
	color: #FFFFFF;
}

/* Coloumns */

/* Primary */
#primary h2 {
	padding-left: 4px;
}

#primary li {
	margin:0;
	padding:0;
	background: none;
	padding-bottom: 12px;
}

#primary li a, #primary li a:hover, #primary li a:visited{
	color: #646464;
	text-decoration:none;
}

#primary ul {
}
#primary li * {
	font-size: 1em;
}
#primary ul ul {
	padding-bottom: 0;
}
#primary li.li-end {
	padding-bottom: 0;
}
#primary ul ul li {
	padding-left: 12px;
}

#footer {
	border-top: 1px #BCc5CC solid;
}