/* CSS Document - Philosophy */

/* E Cameron */

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	background-color: #FFFFFF;
}


div#phil_Bar {
	display: block;
	background-color: navy;
	color: #FFF;
	font-size: 1.3em;
	font-weight: 700;
	text-align: left;
	padding: 1px 0 2px 6px;
}
a {	
	text-decoration:none;
	color:#006699;
}
a:active, a:visited {
	text-decoration:none;
	color:#7719A0;
}
a:hover {	
	color:#0000AC;
	text-decoration:underline;
}
a img,:link img,:visited img {
	border: none;
}
address {
	font-style: normal;
}
.even {
	background: #EEE;
}
.odd {
	background: #FFF;
}
.colspan {
	background: #C0C0FF;
}
.rightmenulink {
	color: #009;
	text-decoration: none;
	font-weight: 400;
	font-size: 100%;
}
a.leftMenuLink:hover {
	color: #900;
}
a.leftMenuLink, #content ul#anchors a, #content ul#anchors a:active, #content ul#anchors a:visited, #secondarycontent ul#alternative_menu li a {
	text-decoration: none;
}
/* for banner */
a.headertext {
	color:#FFFFFF;
	text-decoration:none;
}
a:hover.headertext  {
	color:#FFFFFF;
	text-decoration:underline;
}
/* Breadcrumbs */
#breadcrumbs {
	font-size:.8em;
	color:#999999;
	text-align:right;
	padding-right:1.9em;
}
/* EO - Breadcrumbs */
/*container for header and content - adds rhs border to page */
#main_shadow {
	background: url(/images/dropshadow_h.gif) repeat-y top right;
	height:100%;
	margin-right:-18px;
	padding-right:18px;

}
/* H1 and Banner image */
#top_wrapper {
	padding-bottom: 9px;
	height: auto;
	z-index: 1;
	background: url(/images/dropshadow_v.gif) repeat-x bottom;
	width: 100%;
}
#top_wrapper img {
	width: 100%;
	height: auto;
	float:left;
}
#content h1 {
	color: #FFFFFF;
	font-size: 1.7em;
}
h1#h1_1, h1#h1_2 {
	padding: 6px 10px;
	background-color: #2A2A2A;
	border-top: 1px solid #AAA;
}
h1#h1_1 {
	border-top: none;
	border-bottom: 1px solid #AAA;
	background-color: #000000;
}
h1#h1_2 {
	clear:left;
	height:100%;
}
#shadowBlend {

	margin-left:10px;
margin-top:-2px;
text-align:right;
width:73%;
z-index:1000;
}
/* main content */
#wrapper_Main {
	margin-top: -2px;

}
#content {
	min-width: 609px;
	max-width: 830px;
	background-color: #FFFFFF;
	margin-right: 0.5em;
	margin-left: 2em;
	margin-top: 2em;
	font-size: 1.2em;
	position: relative;
}
#content #maincontent h2 {
	font-size: 1.5em;
	border-bottom: 1px solid #999;
	margin-bottom: 0.8em;
	clear: both;
}
#content #maincontent h3, #content #maincontent h4 {
	font-size: 1.4em;
	margin-bottom: .6em;
}
#content #maincontent h2, #content #maincontent h3, #content #maincontent h4, #content #maincontent h5, #content #maincontent h6 {
	color: #666666;
}
#content #maincontent h4 {
	font-size: 1.1em;
	margin-bottom: .6em;
}
#content #maincontent h5 {
	font-size: 1.1em;
	margin-bottom: .6em;
}
#content #maincontent h6 {
	font-size: 1em;
	margin-bottom: .6em;
}
#content p {
	margin-bottom: 1.8em;
}
#content ul, #content ol {
	padding-left: 3em;
	margin-bottom: 1.8em;
	list-style: circle;
}
#content ol {
	list-style: decimal;
}
#content ul li, #content ol li {
	margin-bottom: .8em;
}


#content ul#anchors {
	list-style: url(../images/bullet-arrow_up.gif) none;
}
#content ul#anchors a:hover {
	text-decoration: underline;
	list-style: url(../images/bullet-arrow_over.gif) none;
}
#content #maincontent .shout {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	padding: .5em 1em;
	font-size:1.2em;
	background: #b4bdda;

}

/* Tables */

#content #maincontent .textLeft  {
	text-align:left;
}
#content #maincontent table {
	border-top:1px solid #C7C7C7;
	border-left:1px solid #C7C7C7;
}
#content #maincontent table caption {
	text-align:left;
	font-size:1.5em;
	padding:0;
	margin-bottom:.6em;
	margin-top: .5em;
	color:#666666;
}
#content #maincontent th.thWidthOne {
	width:25%;
}
#content #maincontent th.thWidthTwo {
	width:35%;
}
#content #maincontent th {
	color:#2A2A2A;
	font-weight:normal;
	font-size:1.2em;
	background: #2A2A2A url(/images/gradient-24by.gif) repeat-x;
	text-align:left;
}
#content #maincontent td, #content #maincontent th {
	border-right:1px solid #C7C7C7;
	border-bottom:1px solid #C7C7C7;
	border-collapse:collapse;
	padding:.2em .2em .2em .5em;
	vertical-align:top;
}
/*#content #maincontent th::after {
content:url(/images/bg.gif);
  } 
#content #maincontent th.headerSortDown::after {
content:url(/images/desc.gif);
  } 
#content #maincontent th.headerSortUp::after {
content:url(/images/asc.gif);
  } */
/*RHS MENU -----------------------------------------------------*/
#secondarycontent {
	float: left;
	width: 24%;
	margin-left: 2px;
	padding-top: 2em;
}
#content #secondarycontent h4 {
	font-size: small;
	color: #999;
	border-bottom: 1px solid #CCC;
	margin: 1em 0 0;
	padding: 0;
}
#secondarycontent p, ul {
	margin-bottom: .2em;
}
#secondarycontent .furtherContent ul {
	margin-bottom: .2em;
}
#secondarycontent .furtherContent ul li {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: .2em;
}
#secondarycontent ul#alternative_menu {
	font-size: .9em;
	line-height: 1.8em;
	margin-left: 0;
	padding-left: 1em;
	list-style-type: none;
	padding-right: 1em;
}
#secondarycontent ul#alternative_menu li {
	padding-top: .5em;
	padding-bottom: .5em;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 0;
}
#secondarycontent ul#alternative_menu li a:visited {
	color:#006699;
}
#secondarycontent ul#alternative_menu li a:hover {
	text-decoration: underline;
}
dt {
	margin: 0 0 .5em 1.5em;
}
dd {
	margin: 0 1em 1em 1.5em;
}

.dlist dt {
color:#666666;
	font-weight:bold;
	padding:.3em;
	margin-top: 1px;
	margin-bottom:1px;
	display: block;
	margin:0pt 0.8em 0 1.25em;
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;

}
.dlist dd {
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
	border-top: none;
	padding: .5em;
	
	
}
#secondarycontent address, #secondarycontent p, #secondarycontent li {
	font-style: normal;
	font-size: .9em;
	padding: 0.5em 0.5em 0.5em 0.5em;
}
#secondarycontent div {
	float: left;
	width: 100%;
	margin-bottom: 1.2em;
	overflow: auto;
	
}
/*EOS RHS MENU -----------------------------------------------------*/

/*Main Body of Content ---------------------------------------------*/
#maincontent {
	width: 73%;
	float: left;
	margin-left: 10px;
	padding-top: 1em;
	background: url(/images/dropshadow.png) repeat-y right top;
	padding-bottom: 2em;
}
#maincontent #text-content {
	margin-right: 6%;
}

#content #maincontent img.image_on_Right {
	float: right;
	border: 1px solid #CCC;
	padding: 5px;
	margin-left:.5em;
}
#maincontent a[href$=".doc"] {
	background: url(/images/word.png) no-repeat right top;
	padding-right: 20px;
	padding-bottom: 2px;
}
#maincontent a[href$=".pdf"] {
	background: url(/images/acrobat.png) no-repeat right top;
	padding-right: 20px;
	padding-bottom: 2px;
}
p.backtoTop a, a.backtoTop {
	text-align: right;
	margin-bottom: 1em;
	display: block;
	font-size: .8em;
	color: #900;
	clear:both;
}
.hr_style {
	height: 2px;
	background-color: #F7F7F7;
	border: 1px solid #CCCCCC;
	background: transparent url(../../pg_study/images/dropshadow.png) repeat-y scroll right top;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
/* Footer */
p.footer {
	font-size: 0.85em;
	margin-top: 1.5em;
	margin-bottom:1.5em;
	text-align:right;
}
.skiplink, div.hr_style hr {
	display: none;
}

/* Recreate navigation for left side */
/*#sidebar {
	background: gray none repeat scroll 0%;
	margin: 0pt;
	padding: 0pt;
	width: 128px;
	float: left;
	height: 100%;
}*/
/* LHS Menu CSS */
.uni_Colour {
	background: #102873;
}
#lhs-menu {
	width: 128px;
	background: #102873;
	/*background: url(/images/sidebar_grad.png) repeat-x top left;*/
	height: 100%;
	border-top: 1px solid gray;
	font-size:1.2em;
}
#lhs-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#lhs-menu a {
	text-decoration: none;
	display: block;
	background-color: #102873;
	color: #fff;
	border-bottom: 1px solid #C7C7C7;
  padding:4px 4px;
	/*Hack for IE5 */
	width:128px;
  	voice-family: "\"}\""; 
  	voice-family:inherit;
  /*All other browsers */
  width:120px;
}
#lhs-menu a:active, #lhs-menu a:visited {
	text-decoration: none;
}
#lhs-menu a:hover {
	background-color: #006598;
	text-decoration: none;
}
/*Jquery submenus */
#lhs-menu ul ul li a{
	background-color: #330099;
	font-size:95%;
	/*border-bottom: 1px solid #A7A7A7;*/
}
#lhs-menu ul li a.li_Closed {
	background: url(/images/plus_lhsmenu.gif) no-repeat right;
}

#home #lhs-menu a#a_home, #about #lhs-menu a#a_about, #staff #lhs-menu a#a_staff, #research #lhs-menu a#a_research, #events #lhs-menu a#a_events, #undergraduate #lhs-menu a#a_undergraduate, #postgraduate #lhs-menu a#a_postgraduate, #visiting #lhs-menu a#a_visiting {
	background-color: #006598;
}
/* Full Page Layout */
#full_Page #maincontent {
	width: 100%;
	float: left;
	margin-left: 10px;
	padding-top: 1em;
	padding-bottom: 2em;
	background:none;
}
#full_Page #maincontent #text-content {
	margin-right: 3%;
}

/*Form Search Style */
/*Search form */
 form#search { margin: 1em .5em 1em .5em; text-align:left; } 
 form#search #submit_form { margin-top:.5em; border: 1px solid #7F9DB9; color:#7F9DB9; cursor: pointer; } 
 form#search #submit_form:hover { color:#505E8E; border-color: #505E8E; }
 
 /* News Pages */
.article_content {
 	height:100%;
}

.article_date{
background-image:url(/images/backgroundates.jpg);
background-repeat:no-repeat;
width:102px;
height:61px;
float:left;

}
.article_body {
	width:75%;
	height:100%;
	float:left;
	margin-bottom:1.8em;
}
.day{ font-size:1.3em; font-weight:bold; color:#000000; text-align:center; margin-bottom:2px; padding-top:5px;display:block;}
.month{ font-size:.8em; font-weight:bold; color:#666666; text-align:center; margin-bottom:2px;display:block;}
.year{ font-size:.7em; font-weight:bold; color:#cccccc; text-align:center;display:block;}



p.article_more {
    margin-bottom:1em !important;
	text-align: right;
}

/* Staff Pages */
.furtherContent img {
	background-color:#F7F7F7;
 	border:1px solid #CCCCCC;
	margin:10px 0pt 0pt;
	padding:4%;
	/*width:90%;*/
}
/* Staff List */
#content ul.stafflist {
	margin:0;
	padding:0;
	list-style:none;

}
ul.stafflist li {
	margin:0;
	padding:0;
	

}
.stafflist .name {
font-weight:bold;
	background: #DFEAFF;
	padding:.3em;
	margin-top: 1px;
	margin-bottom:1px;
	display: block;
}
.stafflist .title {
	background: #EFF5FF;
	padding:.3em;
	margin-top: 1px;
	margin-bottom:1px;
	display: block;
	
}

.stafflist .areas {
	background: #EFF5FF;
	padding:.3em;
	margin-top: 1px;
	margin-bottom:1px;
	display: block;
	font-style: italic;
}

.highlight_Box {
	border-color:#C7C7C7;
	border-style:dashed;
	border-width: 1px 0;
	background-color:#F7F7F7;
	padding-left:1em;
	padding-right:1em;
	padding-top:1.8em;
	margin-bottom:1.8em;

}

dl.dlist {
	margin-bottom:1.8em;
	
}

.dlist dt {
	font-size:1.2em;
}

