/*---------------------------------------------------------------------
 * COLOUR STYLES
 * Colour schemes for departmental variations.
 *--------------------------------------------------------------------*/

/*---------------------------------------------------------------------
 * TAGS
 * Basic global styles, set by tag.
 *--------------------------------------------------------------------*/

body
{
	font-size: 0.7em;
}

body#student #container
{
	border: none;
}

body, h1, h2, h3, h4, h5, h6, dl, dt, dd
{
	margin: 0;
	padding: 0;
}

hr
{
	margin: 10px 0;
	border: none;
	border-top: 1px dashed #888;
	width: 100%;
	color:white; 
	background:white;
	clear:both;
}

#content *
{
	/* fixes peek-a-boo bug! */
	line-height: 1.4em;
}

#content .box img
{
	max-width: 620px;
	height: auto;
}

p
{
	margin-bottom: 1em;
}

a
{
 	text-decoration: underline;
}

small, .small
{
	font-size: 88%;
}

h1#head_logo
{
	/*---------------------------------------------------------------------
	 * Goldsmiths logo, displayed on every page.
	 * background-image set by colour-specific stylesheets.
	 *--------------------------------------------------------------------*/
	width: 180px;
	background-repeat: no-repeat;
	float: right;
	display: block;
	margin: 0;
	padding: 0;
}



h1#head_logo a
{
	/*---------------------------------------------------------------------
	 * Logo link.
	 * Block and height must be set to render empty box.
	 *--------------------------------------------------------------------*/
	display: block;
	height: 70px;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}


h1 a span
{
	/*---------------------------------------------------------------------
	 * Text displayed by browsers that do not support images.
	 *--------------------------------------------------------------------*/
	display: none;
}


h2, h3, h4, h5
{
	margin: 10px 0 10px;
}

h2
{
	margin-top: 5px;
}
	

h4, h5
{
	font-weight: bold;
}

ul, ol  {
	margin: 0 1em 1em;
	padding: 0;
}

#homepage ul, ol  {
	margin: 0 !important;
	padding: 0;
}

#homepage ul li  {
	margin-left: 12px !important;
	padding: 2px;
}


ol {
	margin-left: 1.5em;
}

.spaced li
{
	margin: 0.5em 0.5em 0.8em 2em;
}

li, .spaced ul li {
	margin: 0 0 0 2em;
	padding-left: 0.5em;
}

ul li
{
	list-style-type:square;
}

/* hack for quick 'double spaced' bullet lists */
ul.doublespace li {
	margin-bottom: 8px;
}


/*---------------------------------------------------------------------
 * QUOTES
 * 
 *--------------------------------------------------------------------*/

blockquote
{
	margin: 1em 2em;
	color: #999;
}
blockquote cite
{
	display: block;
	text-align: right;
	margin-top: -0.5em;
}
blockquote cite:before
{
	content: "-  ";
}


/*---------------------------------------------------------------------
 * TABLES
 * 
 *--------------------------------------------------------------------*/

td, th
{
	padding: 3px 4px;
	padding: 4px 5px;
}



/*
 * Default to faint borders around tables, which can be overridden.
 *--------------------------------------------------------------------*/


table
{
	border-collapse: collapse;
	border: 1px solid #ccc;
	margin: 1em 0;
}

td, th
{
	border: 1px dotted #ccc;
}

td
{
	vertical-align: top;
}

th
{
	background: #f0f0f0;
}

table td.header h3
{
	margin: 0.5em 0.5em;
}

table.homepage 
{
	border:1px solid #F3E9D8;
	border-collapse:collapse;
	background-color:#FFFFFF;
	width:195px;
	margin:0 !important;
}

table.pgceHomepage 
{
	border:1px solid #F3E9D8;
	border-collapse:collapse;
	background-color:#FFFFFF;
	width:175px;
	margin:0 !important;
}

table.homepage td
{
	vertical-align: top;
	padding-bottom: 0.5em;
}

/*
 * table.left: table with headers on the left-hand side
 *-------------------------------------------------------*/
table.left th, table.left td
{
	padding: 6px 8px;
}

table.left th
{
	text-align: right;
	vertical-align: top;
	padding-left: 12px;
}
table.left td
{
}



table.borderless, table.borderless td, table.borderless th
{
	border: none;
}

table.padded td, table.padded th
{
	padding: 12px;
}





/*---------------------------------------------------------------------
 * FORMS
 *--------------------------------------------------------------------*/

form
{
	/* still needed for many browsers (ie safari) */
	margin: 0;
}

input, button, textarea, select
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: inherit;
	color: #333333;
	border-width: 1px;
	padding: 1px 2px;
}
input.submit, input[type="submit"]
{
	border-width: 2px;
	padding: 2px 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}






/*---------------------------------------------------------------------
 * LISTS
 *--------------------------------------------------------------------*/

/*
 * ul.standardList: bulleted with double-arrows
 * background-image set in colour-specific stylesheets
 *-------------------------------------------------------*/
#content .standardlist 
{
	padding:5px;
}

#content .standardlist li, #homepageContent .standardlist li, #homepage .standardlist li
{
 	line-height: 1.5em;
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding: 0 0 0 15px;
	list-style: none;
	margin:0;
}

#content .list-pair
{
	width: 100%;
}


/*---------------------------------------------------------------------
 * STRUCTURAL
 *--------------------------------------------------------------------*/


/*
 * container: main centrally-aligned box
 *-------------------------------------------------------*/
#container
{
	padding: 0;
	width: 790px;
	margin: 0px auto;
	-moz-box-shadow: 0px -30px 30px #dedede, 0px -30px 30px #dedede;
	-webkit-box-shadow: 0px -30px 30px #dedede, 0px -30px 30px #dedede;
}

/*
 * topbar: contains logo, accessibility + search box
 *-------------------------------------------------------*/
#topbar
{
	width: 790px; /* 775px + 5px padding = 790 */
	height: 70px;
	padding: 0;
	margin: 0;
}
	
/*
 * topmenu: global horizontal links list
 *-------------------------------------------------------*/
#topmenu
{
	width: 790px; 	
	padding: 0;
	margin: 0;
}

#main
{
	
 	width: 790px;

	/*---------------------------------------------------------------------
	 * Add light background to right navigation.
	 * background-image is specified in colour-specific stylesheets.
	 *---------------------------------------------------------------------*/
	background-repeat: repeat-y;
	background-position: 100% 0;
}

#content
{
	float: left;
	width: 645px;
	padding: 0;
	padding-bottom: 1em;
	margin: 0;
}

#homepageContent, #homepage
{
	/*float: left;
	width: 645px;*/
	padding: 0;
	padding-bottom: 1em;
	margin: 0;

	/* remove padding from #content */
	margin-bottom: -1em;
}

#content_top
{
        padding: 5px 10px;
}


.sidePadding {
	padding:0 10px;
	} 


/*---------------------------------------------------------------------
 * STANDARD COLUMNS
 *--------------------------------------------------------------------*/

.two_col_gold
{
	width: 310px;
	margin: 4px 0 8px 8px;
}

.two_col_l
{
	width: 310px;
	margin: 0 0 10px 0;
}

.two_col_r
{
	width: 300px;
	margin: 0 0 10px 10px;
	/* removed because putting out the two col template
	padding:10px; */
}

.two_col_l_prospectus
{
	width: 250px;
	margin: 0 0 10px 0;
}

.two_col_r_prospectus
{
	width: 340px;
	margin: 0 0 10px 10px;
	padding:10px;
}

.col
{
	width: 180px;
	float: left;
	margin-left: 2px;
	
}

.col_inner {
	padding: 5px;
}

.col1 {
	width: 175px;
	padding: 5px;
	float: left;
	background-color:#FFFFFF;
}

.col2 {
	width: 265px;
	float: left;
	margin-left: 2px;
}

.col3 {
	width: 180px;
	padding: 5px 5px 10px 5px;
	float: left;
	margin-left: 2px;	
}

.col1 p, .col2 p {
	font-size:1em;	
}

.homepageCol
{
	width: 220px;
	float: left;
	background-color:#FFFFFF;
	
}

.homepageCol2 {
	width: 225px;
	float: left;
	margin-left: 2px;
}

.homepageCol3 {
	width: 195px;
	float: left;
	margin-left: 2px;	
}

.pgceHomepageCol
{
	width: 180px;
	float: left;
	background-color:#FFFFFF;
	
}

.pgceHomepageCol2 {
	width: 285px;
	float: left;
	margin-left: 2px;
}

.pgceHomepageCol3 {
	width: 175px;
	float: left;
	margin-left: 2px;	
}
.pgceTopText {
	padding:5px 10px;
	font-size:1.3em;
	font-weight:normal;
	color:#888888;
	border-bottom:#F0E9DA solid 2px;
	}

.homepageCol12
{
	width: 445px;
	float: left;
	margin-left: 2px;
}

#homepage table, #homepage td
{
	border: none;
}

#homepage td
{
	padding-bottom: 0.8em;
}

.threeCol1 {	
	width: 190px;
	float: left;
}

.threeCol2, .threeCol3 {
	width: 190px;
	float: left;
	margin-left: 20px;
}

.bigfourCol1 {	
	width: 180px;
	float: left;
}

.bigfourCol2, .bigfourCol3, .bigfourCol4 {
	width: 180px;
	float: left;
	margin-left: 10px;
}

.box
{
	padding: 0px 0px;
}


.old .box
{
	padding: 8px 12px;
}


/* djj 20081008 - fix ie6 peekaboo bugs? */
/* removed - line-height solution used instead */
#content *
{
	/* position: relative */
}

#content a, #content input
{
	/* z-index: 5; */
}

.homepageBox
{
	padding: 12px;
}

#homepageContent .programmes, #homepage .programmes
{
	padding:10px 10px 15px 10px;
	margin: 2px 0;
}


/*body#student .box, body#staff .box, body#drama .box
{
	padding: 4px 8px 2px;
}*/

.newsItem
{
	padding: 4px;
	margin:4px 12px;
	border-bottom-style:dashed;
	border-width:1px;
	border-color:#ccc;
}

.newHomeCol {
	width: 216px;
	padding: 8px;
	float: left;
	background-color:#FFFFFF;
}

.newHomeVideo {
	width: 320px;
	padding: 0px;
	float: left;
	margin:8px 0 0 5px;
}


/*---------------------------------------------------------------------
 * STUDENT/STAFF PORTAL BOXES
 *--------------------------------------------------------------------*/

.gbox
{
	padding: 10px;
	margin: 8px 2px 14px;
	border: 1px solid #fff;
	clear: both;
	display: block;
	position: relative;
		
}

.gbox a
{
	text-decoration: none;
}

.gbox a:hover
{
	text-decoration: underline !important;
}

.gbox_red
{
	background-color: #edd3d3 !important;
	border-color: #f0b4b4 !important;
}

.gbox_red h3
{
	color: #4b2e2e !important;
	background: #ea9999 url("/static/images/red/g.gif") top left no-repeat !important;
}

.gbox_orange
{
	background-color: #ffe5c6 !important;
	border-color: #fac17d !important;
}

.gbox_orange h3
{
	color: #b37327 !important;
	background: #ffce93 url("/static/images/orange/g.gif") top left no-repeat !important;
}

.gbox_green
{
	background-color: #d9e9df !important;
	border-color: #9fc2ab !important;
}

.gbox_green h3
{
	color: #476e55 !important;
	background: #aacdb6 url("/static/images/green/g.gif") top left no-repeat !important;
}


.gbox h3
{
	margin: -11px -10px 10px -10px;
	background: transparent url("../static/images/g.gif") top left no-repeat;
	padding:3px 3px 3px 23px;
	font-weight:normal;
	font-size:100%;
	position: relative;
}

.more, .gbox .more
{
	clear: both;
	margin-top: 12px;
	text-align: right;
	font-size: 95%;
	position: relative;
}

.more a.moreLeft {
	float:left;
	text-align: left;
	position: relative;

}

.more a, .gbox .more a, .gbox .moreLeft a
{
	text-decoration: underline !important;
	color: #999;
}
.gbox .more a:hover
{
	color: #444;
}

.gbox ul
{
	margin: 0;
	padding: 0;
}

.gbox_links
{
	background-color: #ede5d6;
	border-color: #e2dbcb;
	color: #7b5f31;
}

.gbox_links h3
{
	background-color: #e4d8c3;
	color:#927340 !important;
}

.gboxHomepage
{
	background-color: #ede5d6;
	border-color: #e2dbcb;
	color: #7b5f31;
	margin:0 0 10px 0;
}
	
.gboxHomepage h3
{
	background-color: #e4d8c3;
	color:#927340 !important;
}

#homepage .gbox a, #staff .gbox a, #student .gbox a
{
	text-decoration: none;
}

#international .gbox a
{
	text-decoration: underline !important;
}

.gbox a
{
	text-decoration: underline;
}

#homepage .gboxHomepage ul.standardlist 
{
	padding:0 !important;
	margin-left:-10px !important;
}

#homepage .gboxEvents 
{
	padding: 10px;
	margin: 0;
	clear: both;
}

.gboxEvents h3
{
	background: transparent url("../static/images/g.gif") left no-repeat;
	margin: -11px -10px 10px -10px;
	padding:3px 3px 3px 23px;
	font-weight:normal;
	font-size:100%;
}

.testimonialsBox {
	padding:5px;
	background-color:#f8f5f0;
	border:1px solid #CEC6B8;
	margin-top:10px;
	}

.gbox_transparent
{
	border: 1px solid #dddde0;
	background: #f2f2f4;
}


/*
.gbox:hover h3
{
	background: url("../static/images/g.gif") #d9c5a3 left no-repeat;
	color: #7b5f31;
}
body .gbox_grey:hover h3
{
	background-color: #cbd4d8;
	color: #456;
}
*/

.newsFeatureStory:hover, .newsFeatureStory2:hover
{
	opacity:1.0;
}

.gbox_pale, .gbox_latest
{
	background-color: #f8f2f0;
	border-color: #f3e9d8;
}

.gbox_pale h3, .gbox_latest h3
{
	background-color: #f3e9d8;
	color:#927340 !important;
}

.gbox_pale .event_date
{
	color: #797470;
}

body .gbox_grey h3
{
	background: url("../static/images/greyBox.gif") #e0e0e0 left no-repeat;
	color: #909090;
}


.gbox_grey
{
	background-color: #f2f2f2;
	/*border-color: #e0e0e0;*/
	border:1px solid #E0E0E0;
	/*background: -moz-linear-gradient(bottom, #e1e1e1, #f9f9f9);
	background: -webkit-gradient(linear, center bottom, center top, from(#e1e1e1), to(#f9f9f9));
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f9f9f9', endColorstr='#e1e1e1'); /* IE6 & IE7 */
    /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f9f9f9', endColorstr='#e1e1e1')"; /* IE8 */
   /* -moz-box-shadow: 5px 5px 10px #eaeaea;
	-webkit-box-shadow: 5px 5px 10px #eaeaea;*/
}

body .gbox_grey .standardlist a
{
	color: #6B7189;
}


.newsFeatureStory, .newsFeatureStory2
{
	width:132px;
	float:left;
	/* border:#ceb993 solid 1px; */
	opacity:0.9;
	background: #e8e8e8;
	padding: 6px;
	margin: 4px 2px;
	border: 1px solid #d0d0d0;
	margin-bottom: 8px;
	font-size: 84%;
}


.newsFeatureStory2
{
	margin-left: 12px;
	margin-right: 0;
}


.newsFeatureStory img, .newsFeatureStory2 img
{
	width: 132px !important;
	height: 110px !important;
}

.newsFeatureStory span, .newsFeatureStory2 span
{
	padding: 4px;
	display: block;
	text-align: center;
	color: #555;
	height: 3em;
}

.newsFeatureStory a, .newsFeatureStory2 a
{
	text-decoration: none;
}

.newsImage {
	float:right;
	padding:0 0 10px 10px;
	border:none;
}

.gwc-gbox {
	padding: 10px;
	margin: 0 0 10px 10px;
	border: 1px solid #d4d4d4;
	clear: both;
	display: block;
	position: relative;
	width:250px;
	max-width:250px;
	float:right;
	background: -moz-linear-gradient(bottom, #e1e1e1, #f9f9f9);
	background: -webkit-gradient(linear, center bottom, center top, from(#e1e1e1), to(#f9f9f9));
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f9f9f9', endColorstr='#e1e1e1'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f9f9f9', endColorstr='#e1e1e1')"; /* IE8 */
    -moz-box-shadow: 5px 5px 10px #eaeaea;
	-webkit-box-shadow: 5px 5px 10px #eaeaea;
	
}

.gwc-gbox h3
{
	margin: -11px -10px 10px -10px;
	padding:3px 3px 3px 23px;
	font-weight:500;
	font-size:100%;
	background:url("../static/images/greyBox.gif") no-repeat scroll left center #E0E0E0;
	color:#626262 !important;
	

}


/*---------------------------------------------------------------------
 * TEXT SIZE SELECTOR
 *--------------------------------------------------------------------*/
ul#textChange
{
	padding-left: 10px;
	display: block;
	font-size: 0.9em;
	padding: 0px;
	margin: 0;
	float: left;
}

ul#textChange li
{
	list-style: none;
	padding: 0px 10px 2px;
	margin: 8px 12px 0 0;
	border-right: 1px dotted #ccc;
}

ul#textChange li a
{
	text-decoration: none;
	margin: 0px 1px;
}

ul#textChange li#skip
{
	display:none;
}

ul#textChange li a.med
{
	font-size: 1.3em;
}

ul#textChange li a.lar
{
	font-size: 1.5em;
	position: relative;
	top: 1px;
}

ul#textChange li a.contrast
{
	color:#FFFFFF;
	background-color:#000000;
	background-color:#555555;
	padding: 1px 2px;
	position: relative;
	top: -1px;
}






/*---------------------------------------------------------------------
 * SEARCH BAR
 *--------------------------------------------------------------------*/



#topbar ul, #topbar li
{
	margin: 0;
	padding: 0;
}

#sitesearch li
{
	margin: 0;
	padding: 12px 0;
	list-style:none;
}

#sitesearch .sitesearch_field
{
	margin: 0 0 0 0px;
	padding: 0;
	font-size: 0.9em;
  	float: left;
	width: 110px;
}


.sitesearch_btn
{
	width: 56px;
	height: 15px;
	padding: 15px 0 0;
	margin: 0;
	border: 0 !important;
	font-size:0.1em;
	line-height:1000em;
	overflow: hidden;
	cursor: pointer; /* hand-shaped cursor */
	/* cursor: hand; */ /* for IE 5.x */
}

#sitesearch .sitesearch_btn
{
	width: 56px;
	height: 15px;
	padding: 15px 0 0;
	margin: 0;
	border: 0 !important;
	font-size:0.1em;
	line-height:1000em;
	overflow: hidden;
	cursor: pointer; /* hand-shaped cursor */
	/* cursor: hand; */ /* for IE 5.x */
	float:left;
}

#homepage .sitesearch_btn
{
	width: 56px;
	height: 15px;
	padding: 15px 0 0;
	margin: 0;
	border: 0 !important;
	font-size:0.1em;
	line-height:1000em;
	overflow: hidden;
	cursor: pointer; /* hand-shaped cursor */
	/* cursor: hand; */ /* for IE 5.x */
	float:right;
}

#home .col3 .sitesearch_btn
{
	width: 56px;
	height: 15px;
	padding: 5px 0 0;
	margin: 0;
	border: 0 !important;
	font-size:0.1em;
	color:#FFFFFF;
	line-height:1000em;
	overflow: hidden;
	cursor: pointer; /* hand-shaped cursor */
	/* cursor: hand; */ /* for IE 5.x */
	
}



/*---------------------------------------------------------------------
 * NAVIGATION - TOP MENU
 * Also uses anylink.css
 *--------------------------------------------------------------------*/

#topmenu ul#topnav
{
	padding: 8px 12px;
	margin: 0;
}

#topmenu ul#topnav li
{
	display: inline;
	margin: 0;
	padding: 0 15px 0 0;
}

#topmenu ul#topnav li a:link, #topmenu ul#topnav li a:visited, #topmenu ul#topnav li a:hover, #topmenu ul#topnav li a:active 
{
	font-size:1em;
	text-decoration:none;
}

#topmenu ul#topnav li a:hover
{
	text-decoration:none;
}
	



/*---------------------------------------------------------------------
 * NAVIGATION - RIGHT
 *--------------------------------------------------------------------*/

#rightnav
{
	padding: 0;
	margin: 0;
	width: 145px;
	float: right;
	background-color: transparent; 
}	

#rightnav ul
{
	margin: 5px 10px 0 10px;
	padding: 0;
	list-style: none;
}	

#rightnav ul li 
{
	
	display: block;
	margin: 0;
	padding: 5px 0;
}
	
#rightnav ul li a
{
 	text-decoration: none;
 	
}	

#rightnav ul li a:hover
{
 	background-repeat: no-repeat;
	background-position: 8px 50%
}	

#rightnav ul li ul li
{
	font-size:1.0em;
	padding:1px 0 1px 8px;
}




/*---------------------------------------------------------------------
 * NAVIGATION - SECTION-SPECIFIC BAR BELOW TOPNAV
 *--------------------------------------------------------------------*/

#submenu ul
{
	padding: 0px;
	margin: 0;
	list-style: none;
}

#submenu ul li
{
	display: inline;
	margin: 0;
	padding: 0;
}



/*---------------------------------------------------------------------
 * BREADCRUMBS
 *--------------------------------------------------------------------*/

#crumbtrail, .crumbtrail
{
	color: #d0d0d0;
	padding: 8px 12px;
	background: #f2f2f2;
	background: #fff;
	background: transparent;
	text-indent: -1em;
	margin-left: 1em;
}

body #crumbtrail a, body .crumbtrail a
{
 	color: #a8a8a8;
	text-decoration:none;
	white-space: nowrap;
	line-height: 1.5em;
}

#crumbtrail a:hover, .crumbtrail a:hover
{
	color: #696969;
	border-bottom: 1px dotted #bbb;
}




/*---------------------------------------------------------------------
 * FOOTER
 *--------------------------------------------------------------------*/

#footer
{
	/*width: 100%;*/
	clear: both;
	padding: 4px 6px;
}

#footer hr
{
	display: none
}

#footer a
{
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}


.t4-edit {
	float:right;
	}


/*---------------------------------------------------------------------
 * SITEMAP
 *--------------------------------------------------------------------*/

.sitemap ul, .sitemap li
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.sitemap ul
{
	padding-left: 1em;
	padding-top: 2px;
}

/*
 * hide deeply-nested branches of the tree
 *-----------------------------------------------------------*/

.sitemap li
{
	padding: 2px 0 3px 9px;
}
.sitemap li li
{
	border: 1px dotted #ca9;
	border-width: 0 0 1px 1px;
}
.sitemap li li
{
	position: relative;
	top: 1px;
}
.sitemap li a {
	margin: 0;
	padding-left: 0.5em;
	background: white;
	background: transparent;
	position: relative;
	top: 0.5em;
	display: block;
}
.sitemap li ul
{
	border-top: 1px dotted black;
	border: none;
	margin-left: -1em;
	padding-left: 2em;
}





ul.list
{
	margin: 10px;
	padding: 0 20px;
}

ul.list li
{
	list-style-type:square;
	padding: 2px;
}




/*---------------------------------------------------------------------
 * SITEMAP 2: EXPANDER
 *--------------------------------------------------------------------*/

.sitemap li.expanded, .sitemap li.collapsed
{
	cursor: pointer;
	display: block;
	max-width: 500px;
}

.sitemap ul li { 
	background: transparent url(/static/images/sitemap/none.gif) repeat-y 0px 0px;
}
.sitemap li.expanded { 
	background: transparent url(/static/images/sitemap/expanded.gif) no-repeat 0px 0px;
}
.sitemap li.collapsed { 
	background: transparent url(/static/images/sitemap/collapsed.gif) no-repeat 0px 0px;
}

.sitemap ul li
{
	border-left: none;
	border-bottom: none;
	padding-left: 14px;
}




/*---------------------------------------------------------------------
 * EVENTS CALENDAR WIDGET
 *--------------------------------------------------------------------*/

ul.events_list
{
	margin: 5px 0 10px !important;
	padding: 0;
}

.event_date
{
	display: block;
	font-weight: bold;
	font-size: 95%;
	margin: 10px 0 0;
}

/*#content ul.events_list li*/
ul.events_list li 
{
	margin-left: 0px;
	margin-bottom: 1.0em;
	padding: 0;
	list-style-type:none;
}

ul.events_list li a
{
	text-decoration: none;
}







/*---------------------------------------------------------------------
 * COLLAPSIBLE MENU IN RIGHT NAV
 *--------------------------------------------------------------------*/

div.sdmenu
{
	width: 145px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	padding-bottom: 10px;
	margin-top: 10px;
	color: #9C752A;
}
div.sdmenu span
{
	padding-left: 10px;
}

div.sdmenu span:hover
{
	cursor:pointer;

}

div.sdmenu div {
	overflow: hidden;
}
div.sdmenu ul, div.sdmenu li
{
	margin: 0;
	padding: 0;
}

div.sdmenu div.collapsed {
	height: 22px;
}

#rightnav div.sdmenu ul
{
	margin-bottom: 12px;
}
div.sdmenu span {
	display: block;
	
	font-weight: normal;
	color: #9C752A;
	cursor: default;
	/*border-bottom: 1px solid #ddd;*/
}
div.sdmenu .collapsed span {

}
div.sdmenu li a {
	display: block;
	color: #9b9385;
	text-decoration: none;
	
	color: #9b9385;
	text-decoration: none;
}

div.sdmenu a:hover {
	/*background : #e8dfb4 url(linkarrow.gif) no-repeat right center;*/
	color: #7B5F31;
	text-decoration: none;
	
}




/*---------------------------------------------------------------------
 * USEFUL CLASSES
 *--------------------------------------------------------------------*/

.floatleft
{
	float:left;

}

.floatright
{
	float:right;
}

.right {
	text-align:right;
}

.light
{
	color: #999;
}

.highlight
{
	color: #d11;
}

.darken
{
	opacity: 0.9;
}

.darken:hover
{
	opacity: 1.0;
}

.fullwidth
{
	width: 100%;
}

.half
{
	width: 50%;
}

.third
{
	width: 33%;
}

.clear
{
	clear: both;
}

img.left
{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

img.right
{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}


.boxout, .message
{
	clear: both;
        background: #eee;
        border: 1px solid #d1d1d1;
        padding: 1em;
        margin: 1em 0;
	position: relative;

	/* annoying stacking behaviour -- needed
	 * due to relative positioning hack for IE6 'peek-a-boo' display bugs */
	z-index: 5;
}



table.spaced td, table.spaced th
{
	padding: 1em;
	vertical-align: top;
}

table.alternating
{
	border-collapse: collapse;
}
table.alternating tr td
{
	background: #eee;
	background: #fdfdfd;
}
table.alternating tr.alt td
{
}
td.submit
{
	text-align: right;
	background: transparent !important;
}
th small i
{
	font-weight: normal;
	font-style: normal !important;
}


.home_selector
{
	padding: 6px 18px;
	background: #e8e8e2;
	text-decoration: none !important;
	margin-right: 4px;
}
.home_selector:hover
{
	background: #cec8c0;
	color: #321 !important;
}


/*---------------------------------------------------------------------
 * PHOTO GALLERY CLASSES
 *--------------------------------------------------------------------*/


.photogallery { 
 float: left; 
 display: block; 
 width: 150px; 
 clear: none; 
 height: 100px; 
 padding:3px 0 6px 9px; 
} 
.photo span { 
 clear: left; 
} 
/*.gallery_big { 
 width: 600px; 
} 
*/
.back
{
	margin-top: 12px;
	text-align: right;
	font-size: 95%;
}

.photogalleryThumbs { 
	float: left; 
	display: block; 
	clear: none; 
	padding: 1px 0px 5px 10px; 
} 

.photogalleryBordered
{
	border: 1px solid #ccc;
	background: #eee;
	margin: 12px 0 0px 12px;
}
 
.caption
{
	font-size: 95%;
	color: #888;
}

/*---------------------------------------------------------------------*/

.highlightBox {
	padding:20px;
	background-color:#F3E9D8;
	border:1px dashed #996633;
	min-height:100px;
	}

.highlightBox p.left {
	float:left;
	margin-left:60px;
} 

.highlightBox p.right {
	float:left;
	padding-left:100px;
	margin-left:100px;
	border-left:1px dashed #996633;
} 


/*---------------------------------------------------------------------
 * Big Draw
 *--------------------------------------------------------------------*/

.bigDrawImages table {
	border-collapse:collapse;
	border:none;
	margin:0;
	}
	
.bigDrawImages td, .bigDrawImages th {
	padding:2px;
	border:none;
}

/*---------------------------------------------------------------------
 * Staff profiles
 *--------------------------------------------------------------------*/

.staffPhoto 
{	
	width:160px;
	max-width:160px;
	/*padding:0 20px 20px 0;*/
	float:left;
	margin-right:10px;
}

.staffPhoto img
{
	/*width:160px;*/
	max-width:160px;
}

.staffDetailsCol
{
	width:215px;
	max-width:215px;
	float:left;
	margin-right:10px;	
	overflow:hidden;
		
}

/*---------------------------------------------------------------------
 * General website content with image template
 *--------------------------------------------------------------------*/

.imagevideoContainer
{
	float:right;
	max-width:250px !important;
	margin:0 0 20px 20px;
}

.imageandCaption 
{
	float:right;
	padding:0 0 20px 20px;
	max-width:250px;
	clear:both;
	display:inline;
}

.imageandCaptionLeft 
{
	float:left;
	padding:0 20px 20px 0;
	max-width:250px;
}

.imageandCaption img, .imageandCaptionLeft img
{
	max-width:250px !important;
}

.imageCaption
{
	font-size: 95%;
	color: #888;
	padding:8px 0 0 0;
}

.videoandCaption 
{
	max-width:250px;
}


/*************************************************************************
    TERU PROJECT PAGE
*************************************************************************/	
.rowIndent {
padding-left:10px;
}

#project_list_table  {
	border: 1px solid #ccc;
	max-width: 625px; 
	 }

.project_list_title_row, .project_list_header_row, .project_list_data_row  {
	position:relative;
	top: 0;
	left: 0;
	float: none;
	max-width: 620px;
	min-height: 18px;
	padding: 10px;  }

.project_list_title_row  {
	color: #004066;
	background-color: #ccc;  } 
	
.project_list_header_row  {
	padding-top: 10px;  }

.project_list_title  {
	width: 49%;
	padding-right:5px;  }
	
.project_list_client  {
	width: 29%;  
	padding-right:5px;
	}
	
.project_list_date  {
	width: 19%;  }
		
.project_list_title_row div, .project_list_header_row div  {
	display: inline;
	float:left; 
	 }
	
	.border_bottom  {
	position: relative;
	float: none;
	border-bottom: 1px solid #ccc;
	
}

/*---------------------------------------------------------------------
 *  A week with the Warden
 *--------------------------------------------------------------------*/


a.wardensWeek {
	text-decoration: none;
	
}

a.wardensWeek:hover {
	position: relative;
	text-decoration: none;
	z-index: 1;
}

a.wardensWeek div {
	display: none;
}

 a.wardensWeek:hover div {
	display: block;
	position: relative;
	width:270px;
   	/*position: absolute; 
	top: 10px; 
	left: 0;*/
	/* formatting only styles */
   	padding: 5px; 
	margin-top: 10px;
	 /*z-index: 95; */
   	background: #f0f0f0; 
	border: 1px dotted #c0c0c0;
	opacity: 0.9;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-decoration: none !important;
	/* end formatting */
}

.brightIdeas {
	z-index:10;
	}
	
	
/*---------------------------------------------------------------------
 * Goldfish
 *--------------------------------------------------------------------*/
 
 body#goldfish .indent {
	text-indent:35px;
	}
	
body#goldfish .poetryIndent {
	margin-left:35px;
	}
	
.fadeImages {	
	position:relative;
	float:right;
	margin:0 0 10px 10px;
	}
	
/*---------------------------------------------------------------------
 * Sociology
 *--------------------------------------------------------------------*/	

body#sociology .col1 {
	width: 195px;
	float: left;
	padding: 10px;
}

body#sociology .col2 {
	width: 225px;
	float: left;
	
}

body#sociology .col3 {
	width: 190px;
	float: left;
}

body#sociology .col1, body#sociology .col2, body#sociology .col3 {
	font-size:0.9em;	
}

/*---------------------------------------------------------------------
 *  twitter - you are... student welcome
 *--------------------------------------------------------------------*/
 
 .twitter {
 	padding:0 10px 0 10px;
	}

/*---------------------------------------------------------------------
 *  International homepage setings
 *--------------------------------------------------------------------*/

body#international .homepageCol2 {
	width: 350px;
	float: left;
	margin-left: 2px;
}

body#international .homepageCol3 {
	width: 290px;
	float: left;
	margin-left: 2px;	
}

body#international table.homepage 
{
	border:1px solid #F3E9D8;
	border-collapse:collapse;
	background-color:#FFFFFF;
	width:290px;
	margin:0 !important;
}

/*---------------------------------------------------------------------
 *  Research pages
 *--------------------------------------------------------------------*/

.rae-box {
	padding:10px;
	color:#666666;
	}

/*---------------------------------------------------------------------
 *  ICCE
 *--------------------------------------------------------------------*/
 
 .icceProfile a {
 text-decoration:none;
 }
 
 .redText {
 	color:#FF3300;
	}

/*---------------------------------------------------------------------
 *  Social Media on the homepage
 *--------------------------------------------------------------------*/
 
table#socialmedia
{
	margin:0 !important;
}

table#socialmedia td, th
{
	padding:2px !important;
}


/*---------------------------------------------------------------------
 * Prospectus Information
 *--------------------------------------------------------------------*/

.courseDetail {
	/*border-bottom:1px dashed #999999;*/
	padding:10px;
	line-height: 1.4em;
	font-size: 95%;
	border-bottom-style:dashed;
	border-width:1px;
	border-color:#999;
}

.validation {
padding:20px 0 20px 0;
font-weight:bold;
}

.studentQuote {
	margin:10px 0 0px;
	/* border-bottom: 1px dashed #bbb; */
	background: #eaeaea;
	padding-bottom: 1px;
	max-width:250px;
}
.quoteText {
	font-size: 120%;
	margin: 5px 10px 5px;
}
.studentQuote p
{
	margin: 5px 10px 5px;
	color: #999;
}

.prospectus_intro
{
	font-size: 135%;
	color: #888;
	border-bottom: 1px dashed #bbb;
}

#content .prospectus_intro p
{
	line-height: 1.3em;
}

.prospectus_intro_long
{
	font-size: 120%;
	color: #888;
	border-bottom: 1px dashed #bbb;
}

#content .prospectus_intro_long pg
{
	line-height: 1.3em;
}

.prospectus_degree
{
	color: #58b;
}

.SILcode 
{
	color:#996600;
}

.SILcourse
{
	padding:10px 10px 20px 10px;
	border-bottom-style:dashed;
	border-width:1px;
	border-color:#999;
}

.clearingBox {
	margin-top:10px;
	padding:10px;
	line-height: 1.4em;
	font-size: 100%;
	border:double 3px #996600;
	background-color:#F3E9D8;
	}

.computer-usage-container {
	margin:20px 0 0 15px;
	font-size:0.8em;
	}

.computer-usage-container-in-page {
	margin:10px;
	background-color:#F6F6F7;
	border:solid #97a0b2 1px;
	width:240px;
	background: -moz-linear-gradient(bottom, #cacadc, #f6f6f7);
	background: -webkit-gradient(linear, center bottom, center top, from(#cacadc), to(#f6f6f7));
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f6f6f7', endColorstr='#cacadc'); /* IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f6f6f7', endColorstr='#cacadc')"; /* IE8 */
  -moz-box-shadow: 3px 3px 20px #CCC;
	-webkit-box-shadow: 3px 3px 20px #CCC;
 
	}

.computer-usage-container-in-page h3 {
	margin: 5px;
	font-weight:bold;
	font-size:100%;
}

table#roombooking td, th {
padding:5px !important;
}

/*---------------------------------------------------------------------
 * 3 column home page 
 *--------------------------------------------------------------------*/

.threeColHome_two_col_left
{
	width: 415px;
	float: left;
	/*border:#333333 solid 1px;*/
}

.threeColHome_one_col_r
{
	width: 225px;
	float: left;
	/*border:#333333 solid 1px;*/
	
}

.threeColHome_col1 {
	width: 245px;
	float: left;
	/*border:#333333 solid 1px;*/
}

.threeColHome_col2 {
	width: 155px;
	float: left;
	/*border:#666666 solid 1px;*/
	margin-left:10px;
}

.threeColHome_homepage_text {
 	padding: 0px 10px 0px 10px;
}

/* for smoothgallery */
.slideInfoZone {
	cursor: pointer;
}


/* facebook like button */
#facebookLike {
	margin-top: 7px;
}   


/*-------------------------
/* Live stream 
 *-------------------------*/

.upcomingImage
{
	float:left;
	margin-right:10px;
	border:#999999 1px solid;
	
}

.upcomingText {
	float:left;
	}
	
/* For Courses tab in the UG and PG prospectus */	
.coursesTable {	
	border:1px solid #F3E9D8;
	border-collapse:collapse;
	background-color:#FFFFFF;
	width:100%;
	margin:0 !important;
}
.coursesTable td {	
	padding:4px !important;
	border:1px solid #F3E9D8 !important;
	border-collapse:collapse !important;
}


/* clearfix utility */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}


/* this for honorary grads vid page -- possibly only a temporary thing */
  .honoraryVid { border-top: 1px solid grey;  margin-bottom: 6px; padding: 10px; position: relative; clear: both; width: 595px}  
  .honoraryVidHeadlineQuote { position: absolute; top: 45px; left: 250px; font-size: 1.6em; line-height:1.2em !important;}
  .honoraryVidPullQuote {font-size: 0.6em; line-height:1em !important;}
  
 
  
.fancy-thumb {
	display:inline;
}

.fancy-thumb img {
	border: 1px solid #BBB;
	padding: 2px;	
	margin: 0px 0px 10px 10px;
	display:inline;
	vertical-align: top;
}
/* Student Services bulletin */

body#student-services .column1 {float: left; width: 200px; max-width:200px;}
body#student-services .column2 {float: left;  margin-left:10px;}

body#student-services .item {
border:solid 1px #e0e0e0;
background: #f6f6f6;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#f0f0f0'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#f0f0f0)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #f6f6f6,  #f0f0f0); /* for firefox 3.6+ */ 
padding:15px;
margin:0 10px 10px 10px;
}

body#student-services .item h2 {
font-size:1.8em;
font-family:'Waiting for the Sunrise', serif;
margin:0 0 5px 0px !important;
padding:6px 0 10px 10px; 
/*color : #5a5a5a;*/
border-bottom:solid 1px #999999;
border-right:solid 1px #999999;
background-color:#dcdddc;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c3c3c3', endColorstr='#dcdddc'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#c3c3c3), to(#dcdddc)); /* for webkit browsers */
background: -moz-linear-gradient(left,  #c3c3c3,  #dcdddc); /* for firefox 3.6+ */ 
}

body#student-services .date {
font-size:12px;
font-style:italic;
font-family : arial;
color : #a2a2a2;
margin-bottom:5px;
}

body#student-services .resize img {
width: 200px;
max-width:200px;
height : auto;
border:solid 1px #666;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9db0c3', endColorstr='#d8ebfd'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#9db0c3), to(#d8ebfd)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #9db0c3,  #d8ebfd); /* for firefox 3.6+ */ 
-moz-box-shadow: 5px 5px 10px #bfbfbf;
-webkit-box-shadow: 5px 5px 10px #bfbfbf;
}

body#student-services .round { background-color: #6af; padding: 15px; text-align: center; margin: 25px }

body#student-services .text {
padding:20px;
font-size:1.2em;
font-family: 'News Cycle', serif;
align : left;
-moz-box-shadow: 5px 5px 10px #bfbfbf;
-webkit-box-shadow: 5px 5px 10px #bfbfbf;
}

/*=Blue item colour */
body#student-services .Blue {
color : #595957;
background : #e0e7ff;/* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9db0c3', endColorstr='#d8ebfd'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#9db0c3), to(#d8ebfd)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #9db0c3,  #d8ebfd); /* for firefox 3.6+ */ 
}


/*=Red item colour */
body#student-services .Red {
color : #595957;
background : #ed8282;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed8282', endColorstr='#ffdbdb'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#ed8282), to(#ffdbdb)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #ed8282,  #ffdbdb); /* for firefox 3.6+ */ 
}

/*=Yellow item colour */
body#student-services .Yellow {
color : #6b6a10;
background : #fffe9c;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffe9c', endColorstr='#faf9c9'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#fffe9c), to(#faf9c9)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #fffe9c,  #faf9c9); /* for firefox 3.6+ */ 
}

/*=Green item colour */
body#student-services .Green {
color : #595957;
background : #8ec585;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ec585', endColorstr='#cee1ce'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#8ec585), to(#cee1ce)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #8ec585,  #cee1ce); /* for firefox 3.6+ */ 
}

div.videoFloat {
float:right;
margin:0 0 10px 10px;
}



/* 
 * inline block styles
 * uses UL/LI combinations to do column layouts
 */

ul.inlineBlock,
ul.inlineBlock li {
/* Setting a common base */
  margin: 0px;
  padding: 0px;
}

ul.inlineBlock input {
background-color:#fff;
}

ul.inlineBlock li {
  display: inline-block;
  width: 120px;
  min-height: 100px; 
  vertical-align: top; /*helps with variable length content*/
   /* For IE 7 */
  zoom: 1;
  *display: inline;
  margin: 5px ;
  padding: 10px;
  
}


ul.inlineBlock ul li {

padding:0;
min-height: 0px;
  display: list-item;
}



.enquireButton {
	margin:10px 0 20px; 0;
}
.enquireButton p {
   border: 1px solid #996600;
   background-color: #ecd09e;
   border-radius: 4px;
   box-shadow: inset 0 1px 3px #fff, inset 0 -15px #e0bf84, 0 0 3px #ecd09e;
   -o-box-shadow: inset 0 1px 3px #fff, inset 0 -15px #e0bf84, 0 0 3px #ecd09e;
   -webkit-box-shadow: inset 0 1px 3px #fff, inset 0 -15px #e0bf84, 0 0 3px #ecd09e;
   -moz-box-shadow: inset 0 1px 3px #fff, inset 0 -15px #e0bf84, 0 0 3px #ecd09e;
   color: #996600;
   text-shadow: 0 1px #fff;
   padding: 5px 30px;
   text-align:center;
   font-size:larger;
}
.enquireButton a {
	text-decoration:none;  
}
.enquireButton a:hover {
	text-decoration:underline;  
}
.enquireButton p:hover {
   border: 1px solid #5f3200;
   box-shadow: inset 0 1px 3px #fff, inset 0 -15px #dcab65, 0 0 3px #8a612f;
   -o-box-shadow: inset 0 1px 3px #fff, inset 0 -15px #dcab65, 0 0 3px #8a612f;
   -webkit-box-shadow: inset 0 1px 3px #fff, inset 0 -15px #dcab65, 0 0 3px #8a612f;
   -moz-box-shadow: inset 0 1px 3px #fff, inset 0 -15px #dcab65, 0 0 3px #8a612f;
   color: #105c7f;
   text-shadow: 0 1px #fff;
}
