#RIwrapper {
	padding: 0px 10px 10px 10px;
}


body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	/* 2008-07-25 DAQ From #FFFFCC to #EEEEEE */
	background-color: #EEEEEE;
	color: #000000;
	width: 100%;
}

.greek {
	font-family:"Times New Roman", Times, serif;
	font-size:12pt;
}

a {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #FF3300;
}


/* the frame div is used to specify the width of the page that we want */
#frame {
	width: 900px;
	text-align: left;
	margin: 0px 10px 10px 10px;
	background-color: #FFFFFF;
	border: thick #999999;

}

#enclose {
	float: left;
	width: 640px;
}

#enclose.twocol {
	width: 870px;
}
#enclose.homepage {
	float: left;
	width: 900px;
}

/* The header bar with logo and pretty picture */

#header {

}


/* The breadcrumb navigation stuff */
#breadcrumb {
	height: 2em;
	padding-left: 200px;
	border-bottom: 1px solid #999999;
}

#breadcrumb a {
	font-size: 125%;
	
}

#breadcrumb span {
	font-size: 125%;
	font-weight: bold;
	color: #CCCCCC;
}

/* left navigation panel with section-specific links in it */
#leftnav {
	float: left;
	width: 150px;
	padding-top: 10px;
	padding-left: 10px;

}


#leftnav a {
	display: block;
	padding: 0 5px;
	line-heigh: 2.5;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 6px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	color:	#666666;	
	font-weight: normal;

}


#leftnav a:hover {
	border-left: 6px solid #666666;
	color: #FF3300;
}

#leftnav a.current {
	border-left: 6px solid #666666;
	background-color: #CCCCCC;
}


/* main section of the page where all the interesting words go */
#maintext {
	float: right;
	width: 450px;
	padding-top: 10px;
/*	background-image: url(/images/logos/roslin_logo_background.gif); */
/*	background-repeat: no-repeat; */
}
#maintext-homepage {
        float: left;
        width: 480px;
        padding-top: 10px;
	padding-left:15px;
}


#maintext.twocol {
	width: 680px;
}

#maintext a, #maintext-homepage a {
	color: #009999;
	
}

#maintext a:hover {
	color: #FF3300;
}



/* right column - used for sub navigation and for pretty pictures */
#rightcol {
	float: right;
	width: 230px;
	padding-left: 3px;
	padding-right: 20px;
	padding-top: 10px;
}


#rightnav {

}
#rightnav a {
	display: block;
	padding: 3px;
	background-color: #CCCCCC;
	border-left: 6px solid #CCCCCC;
	border-top: 1px solid #FFFFFF;
	border-right: 6px solid #FFFFFF;
	color: #000000;
	text-decoration: none;
	font-size: 80%;
	font-weight: normal;
}

#rightnav a:hover {
	border-left: 6px solid #666666;
	color: #FF3300;
}

#rightnav a.current {
	border-left: 6px solid #666666;
}	

#crests {
	clear: both;
}

	
/* footer section where the copyright statement goes */
#footer {
	clear: both;
	width: 900px;
	border-top: 6px solid #454545;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 2px solid #CCCCCC;
	text-align:right;
}

#footer .copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	padding-right: 20px;
	font-weight: bold;
	text-align: right;
}

.thinblackborder {
	border: 1px solid #CCCCCC;
}

h1 {
	font-size: 110%;
	font-weight: bold;
	color:#666666;
}

h2 {
	font-size: 110%;
	font-weight: bold;
	background-color: #CCCCCC;
	padding: 5px;
}



/* used for staff email */
.email {
	font-size: 70%;
}
	
/* used for seminar section */
.division {
	font-weight: bold;
	font-size: 110%;
	color: #999999;
}


/* stuff from the people pages */
div #peopleSubs {
	border-top: 1px solid black;
	background-color: #CCCCCC;
	border-bottom: 1px solid black;
	margin-top: 20px;
}

#peopleSubs a {
	display: inline;
	width: 100px;
	text-align: center;
	line-height: 1.5;
	border-right: 1px solid white;
}


/* form-related stuff */

fieldset {
	float: left;
	clear: left;
	width: 100%;
	margin: 1.5em 0 0 0;
	padding: 0;
}

legend {
	margin-left: 1em;
	color: #000000;
	font-weight: bold;
}

fieldset ol {
	padding: 1em 1em 0 1em;
	list-style: none;
}
fieldset li {
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 1em;
}

fieldset.submit {
	float: none;
	width: auto;
	padding-left: 12em;
	border: 0 none #FFFFFF;
}

label {
	float: left;
	width: 10em;
	margin-right: 1em;
	text-align: right;
}

form .error  {
	color: #FF0000;
}

form label.required {
	font-weight: bold;
}
form input.required {
	background-color: #FFCCCC;
}


/** stuff that is used to display events */

.title {
	color: #0099FF;
	font-style: normal;
	font-size: 100%;
	font-weight: bold;
}

.speaker_affiliation {
	font-size: 75%;
}


.event table {
	width: 100%;
}

.event .date {
	font-size: 90%;
	font-weight: bold;
	text-align: right;
}
.event .time {
	font-size: 75%;
	text-align: right;
}

.event .speakerwrap {
	padding-bottom: 10px;
}

.event .speaker {
	font-weight: bold;
}


.event .location {
	font-weight: bold;
	font-size: 85%;
}

.event .series {
	font-size: 80%;
	font-style: italic;
	padding-bottom: 10px;
}

.event .type {
	margin-top: 10px;
	font-size: 85%;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #CCCCCC;
/*	border-top: 1px solid black; */
}

.seminar .type {
	color: #FF3399;
}

.conference .type {
	color: #009900;
	vertical-align: top;
}

.conference .date {
	text-align: right;
	padding-left: 10px;
}

.event {
	font-size: 90%;
}


.news .published {
	color: #000000;
	font-size: 75%;
	font-style: italic;
}


.event {
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}

.event .more {
	text-align: right;
	font-size: 80%;
}

.event .teaser {
	font-weight: bold;
}

div.divisionlist {
	position: relative;
	width: 48%;
	height: 2em;
	float: left;
	text-align: center;
}

div.embeddedImage {
	text-align: center;
}

div.embeddedImage p {
	font-size: 80%;
	font-weight: bold;
}



.singleEvent {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.singleEvent .location {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}

.singleEvent .title {
	font-size: 110%;
	margin-bottom: 20px;
}

.singleEvent .speaker {
	margin-bottom: 5px;
}

.singleEvent .speaker_affiliation {
	margin-bottom: 30px;
}



.singleEvent .article {
	text-align: justify;
	font-weight: normal;
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #CCCCCC;
}


.shortEvent div.date, .shortEvent div.time {
	padding-right: 10px;
	text-align: right;
	font-weight: bold;
	vertical-align: text-top;
}
.shortEvent div.time {
	font-size: 80%;
}
.shortEvent div.title {
	text-align: left;
	vertical-align: text-top;
}
.shortEvent .more {
	text-align: right;
	font-size: 80%;
}


#maintext dl {
	padding-left: 50px;
}
#maintext dt {
	padding-top: 10px;
	font-weight: bold;
	color:#666666;
}

/*div.divisionlistWrapper {
	position: relative;
}*/



#gl-list  dl {
	padding-left:0px;
	
}

#clear {
        clear: both;
        display: block;
        overflow: hidden;
        width: 0;
        height: 0; 
}

.new-build {
	position:relative;
	border:1px solid black;
	width:630px;
	height:300px;
	background:url('http://www.roslin.ed.ac.uk/images/NewBuildHomePage.jpg') no-repeat top left #d9ec78;
	margin-bottom:10px;
}

.new-build .title {
	position:absolute;
	right:10px;
	top:10px; 
	text-align:right; font-size:0.75em; width:180px; 
}

.new-build .east-view {
	position:absolute; 
	right:10px; 
	top:40px; 
	border:1px solid black; 
}

.new-build .west-view {
	position:absolute; 
	right:10px; 
	top:170px; 
	border:1px solid black; 
}

.homepage-content {
	width:630px; 
}

.director-boxout {
        position:relative;
        background:url('http://www.roslin.ed.ac.uk/images/people/david.hume.jpg') no-repeat top left;
        border:1px solid black;
        float:right;
        margin-left:20px;
        height:144px;
        width:190px; }

.director-boxout h4 , .director-boxout p {
        text-align:right; }

.director-boxout h4 {
        position:absolute;
        top:10px;
        right:10px;
        padding:0;
        text-align:right; }

.director-boxout p {
        position:absolute;
        bottom:10px;
        right:10px;
        width:100px;
        margin-top:25px;
        font-size:0.75em; }


