/*
	File: stylesheet_screen.css
	Application: Default
	Authors: Colin Abercrombie Steven Park
	(c) 2006 LT Scotland. All rights reserved.
*/
/*********************************************
General tags
*********************************************/
/* Primary colour */
h1, h2, h3, h4, h5	{
	color: #6f6650;
	background: transparent;
}

/* Primary colour */
h1.ContentTitle {
	color: #6f6650;
	background-color: transparent;
	border-bottom: 1px solid #6f6650;
}

/* Secondary colour */
a:link	{
	color:#5073b7;
	background-color: transparent;
	text-decoration:none;
}

/* Secondary colour - DARK */
a:visited	{
	color:#4365a7;
	background-color: transparent;
	text-decoration:none;
}

/* Secondary colour */
a:active	{
	color:#4365a7;
	background-color: transparent;
	text-decoration:none;
}

/* Secondary colour */
a:hover	{
	color:#4365a7;
	background-color: transparent;
	text-decoration:underline;
}

/*********************************************
Header Banner
*********************************************/
#HeaderImage { 
	color: #000;
	background: #fff url("../graphics/headerimage.gif") right no-repeat; 
	height: 66px;
	width: 100%;
}
#HeaderTitle { 
	background: #fff url("../graphics/headertitle.gif") left no-repeat; 
	color: #fff; 	
	height: 66px; 
	float: left;
	display: block; 	
	width: 384px; 
}

/*********************************************
Section Banner
*********************************************/
/* Primary bg colour */
#sectionBannerImage { 
	color: #000;
	background-color: #9d9274;
}

/* Primary bg colour */
#sectionBannerTitle {
	background-color: transparent;
	color: #fff;
}

/*********************************************
New HeaderBar Navigation
*********************************************/
/* Primary bg colour */
#HeaderSearchBox {
	color: #ffffff;
	background: #9d9274;
	border-left: solid 1px #fff;
}

/*********************************************
Main Navigation
*********************************************/
#NavigationBox {
	color: #000000;
	background: #fff url("../graphics/navbg.gif") bottom left repeat-x;
}

/*********************************************
Main Navigation Top Level (1)
*********************************************/
/* Primary bg colour */
li.navigationlevel1 {
	background: #9d9274;
}

a.navigationlevel1, a.navigationlevel1:link, a.navigationlevel1:visited, a.navigationlevel1:active   {
	color: #fff;
}

/* Primary bg colour */
/***Selected State***/ 
li.navigationlevel1selected {
	background: #9d9274;
}

a.navigationlevel1selected, a.navigationlevel1selected:link, a.navigationlevel1selected:visited, a.navigationlevel1selected:active, a.navigationlevel1selected:hover {
	color: #fff;
}
/*********************************************
Site Contents
*********************************************/
.center {
	text-align: center;
}

.floatright {
	float: right;
	padding: 3px 3px 3px 3px;
	margin: 5px 5px 5px 5px;
}

.floatleft {
	float: left;
	padding: 3px 3px 3px 3px;
	margin: 5px 5px 5px 5px;
}

/*********************************************
Component Container BgOn
*********************************************/
/* Primary bg colour */
.intro .bgOn, .mainslideshow .bgOn {
	color: #fff;
	background-color: #9d9274;
}
.intro .bgOn h1 {
	font-weight: bold;
	font-size: 2em;	
}
/* Primary bg colour - LIGHT */
.bgOn {
	color: #414141;
	background-color: #e7e4dd; 
}

/* Primary bg colour - LIGHT */
.bgOn h2 {
	color: #414141;
	background-color: #e7e4dd; 
}

.bgOn h1, .intro .bgOn h2, .mainslideshow .bgOn h2 {
	color: #fff;
	background-color: transparent; 
}

/* Primary bg colour - LIGHT */
.summary .bgOn {
	color: #414141;
	background-color: #e7e4dd; 
}

/* Primary bg colour */
.blockContainer .bgOn h2 {
	color: #fff;
	background-color: #9d9274; 
}

/* Primary bg colour - LIGHT */
#Interactive .bgOn {
	color: #414141;
	background-color: #e7e4dd; 
}

/* Primary bg colour */
.quickLinks .bgOn h1, .quickLinks .bgOff h1 {
	color: #fff;
	background-color: #9d9274;
	border-bottom: 1px solid #fff;
}

/* Primary bg colour */
.quickLinks .bgOn h2, .quickLinks .bgOff h2 {
	color: #fff;
	background-color: #9d9274;
	border-bottom: 1px solid #fff;
}

/*********************************************
Interactive
*********************************************/
/* Primary bg colour - LIGHT */
#Interactive h2 {
	color: #414141;
	background-color: #e7e4dd;
}

/* Primary colour */
#Interactive h3 {
	color: #9d9274;
	background-color: transparent;
}

/*********************************************
Icon
*********************************************/
img.icon {
	padding: 0px 0px 0px 0px;
	margin: 5px 5px 0px 0px;
}

/*********************************************
General table classes
*********************************************/
/* Primary bg colour */
table.style1 th {
	background-color: #9d9274;
	color: #fff;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

/* Primary bg colour - LIGHT */
table.style1 td {
	background-color: #e7e4dd;
	color: #414141;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

/* Primary bg colour */
table.style2 th {
	background-color: #9d9274;
	color: #fff;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

/* Primary bg colour - LIGHT */
table.style2 td {
	background-color: #c2dda3;
	color: #414141;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

/*********************************************
Pagetint classes
*********************************************/
/* Primary bg colour - LIGHT */
.pagetint {
	background-color: #e7e4dd;
	color: #414141;
}

/*********************************************
Feedback form classes
*********************************************/
/* Primary bg colour */
table#feedback th {
	background-color: #afa589;
	color: #fff;
}

/* Primary bg colour - LIGHT */
table#feedback td {
	background-color: #e7e4dd;
	color: #414141;
}

/*********************************************
Site Specific Classes - News section
*********************************************/
/* Primary colour */
.newsdate {
	color: #9d9274;
	font-weight:bold;
}

/*********************************************
Site Specific Classes - Events
*********************************************/
/* Primary colour */
.eventdate {
	color: #9d9274;
	font-weight:bold;
}

/*********************************************
Site Specific Classes - Event Details
*********************************************/
table.eventtable {
	margin: 0px;
	padding: 4px;
	font-size: 1.0em;
}

td.eventtableheading {
	background-color: #ffffff;
	color: #9d9274;
}

/* Primary bg colour */
td.eventheader {
	background-color: #9d9274;
	color: #fff;
}

/* Primary bg colour - LIGHT */
td.eventdetails {
	background-color: #c2dda3;
	color: #414141;
}

/* Primary bg colour - LIGHT */
td.eventTitle {
	background-color: #c2dda3;
	color: #414141;
}

/*********************************************
Site Specific Classes - RSS
*********************************************/
/* Primary colour */
li.rssitem {
	color: #9d9274;
}
.rssitemdescription {
	color: #555;
}
/*********************************************
Thumbnail gallery
*********************************************/
.thumbnailContainer {
	background: transparent;
	margin: 3px 5px 3px 0px;
	padding: 3px 3px 3px 3px;
	float: left;
	text-align: center;
	width: 120px;
}
.thumbnailContainer h2 {
	color: #000000;
	background: transparent;
	font-size: 1.0em;
	font-weight: normal;
	padding: 2px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.thumbnailImg {
	background: #e7e4dd;
	border: 1px solid #9d9274;
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
	width: 110px;
	height: 110px;
	text-align: center;
}
.thumbnailImg img {
	border: 1px solid #9d9274;
}
/*********************************************
Site Specific Classes - Blockquote
*********************************************/
.blockquote {
	color: #6f6f6f;
	padding-left: 15px;
	font-style: italic;
	font-weight: normal;
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 15px 0;
}



/*********************************************
feedback form
*********************************************/
table#feedback {
	font-size: 1em;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	
}
table#feedback caption {
	display: none;
}
table#feedback td {
	background-color: #efefef;
	margin: 0px 0px 2px 0px;
	padding: 5px 3px 3px 5px;
	color: #414141;
	border-bottom: none;
}

table#feedback th {
	background-color: #efefef;
	margin: 0px 0px 2px 0px;
	padding: 5px 3px 3px 5px;
	color: #414141;
	border-bottom: none;
	vertical-align:top;
}

table#feedback td.buttons {
	background-color: transparent;
	margin: 0px 0px 2px 0px;
	padding: 5px 3px 3px 5px;
	color: #414141;
	border-bottom: none;
	text-align: right;
	
}



/*********************************************
Site Specific Classes - Blogs
*********************************************/ 

/* GENERAL */

/* Reset margins, paddings etc */
#blog .bgOn, #blog #Interactive .bgOn, #blog #Interactive ul, #blog #Interactive h2, #blog #BlogsNavigationBox ul, #blog #NavigationContainer #blog, #NavigationContainer .bgOn, .widget ul {
	margin:0px;	
	padding:0px;
	border:none;
	list-style: none;
}

#NavigationContainer .bgOn, #Interactive .bgOn, .rsscontainer {
	margin:5px 0px 5px 0px !important;
	padding:5px 0px 5px 0px !important;	
}

#BlogHeaderWrapper #HeaderImage { 
	background: #fff url("../graphics/blogheaderimage.gif") right no-repeat; 
}

#BlogHeaderWrapper #HeaderTitle { 
	background: #fff url("../graphics/blogheadertitle.gif") left no-repeat; 
}

#blog h1.ContentTitle, span#blogtext {
	display: none;
}


#blog .pagetitle {
	margin-bottom:7px;	
}

.horizontalrule {
	border-bottom:1px dotted #cccccc;
	margin:5px 0px 5px 0px;
}

#Content .horizontalrule {
	margin:0px 0px 20px 0px;
}



/*LEFT HAND NAV*/

#BlogsNavigationBox li {
	background:#9D9274 url("../graphics/bulletchevron.gif") no-repeat scroll left;
	background-position: 12px;
	margin:0px;
	padding:3px 5px 3px 30px;
	border-bottom: solid 1px #fff;
}

#BlogsNavigationBox .globalblogsnavigation li {
	background-color:#7F888D;
}

div.rsscontainer ul a {
	color: #9C5798;	
}



/*PAGE NAV*/

div.pagenav {
	width:80%;
}

div.pagenav ul li a {
	background: #efefef;
	color: #698225;
}

div.pagenav ul li.page a:link, div.pagenav ul li a:visited {
	background: #efefef;
	color: #698225;
}

div.pagenav ul li.page a:active	{
	background: #efefef;
	color: #698225;
}

div.pagenav ul li.page a:hover {
	background: #efefef;
	color: #698225;
}



/*WIDGETS*/

.widget {
	margin:0px;
	padding:0px 0px 10px 10px;
	width:90%;	
	overflow:hidden;
}

.widget h2 {
	border:none;
	text-align:center;
	padding:5px 0px 10px 0px !important;
}

.widget ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0px;
	padding:0px;	
}

.widget li {
	margin:0px;
	padding:3px 0px 3px 0px;	
}

.widget #s {
	width:95%;
	margin:0px 0px 3px 0px;	
}

.widget#search {
	text-align:center;
}


/*POSTS*/

.post {
	margin-bottom:20px;
	width:100%; /*ie6 overflow hidden bug fix */
	overflow:hidden;
}

.posttitle {
	background: transparent;
	font-size: 1.6em;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}

.postmetadata {
	font-size: 0.8em;
}

.post img {
	float:right;
	margin:0px 0px 10px 10px;
}

span.postauthor, span.commentauthor {
	color: #7e888c;
	background: transparent;
	font-size: 1.0em;
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 0px 0px;
	font-weight: bold;
}

span.postdate, span.commentdate {
	color: #414141;
	background: transparent;
	font-size: 1.0em;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
}



/*COMMENTS*/

.commentlist {
	padding: 20px 0px 0px 0px;	
}

.commentlist li {
	list-style-position:inside;
	padding:2px 10px 30px 7px;
	color: #414141;
	font-weight:bold;
}

.commentlist .commentbody {
	color:#414141;
	font-weight:normal;	
	margin:10px 0px 0px 0px;
}

span.commentauthor {
	padding:0px 0px 0px 10px;	
}


span.commentauthor a, span.commentdate a{
	font-weight:bold;	
}

.postcommentcount {
	margin:5px 0px 20px 0px;
}

.contenttext {
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
}


/*ALL BLOGS HOMEPAGE*/

.blogname {
	font-size: 1.0em;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.blogname  a {
	font-weight:bold;	
}



/*********************************************
Component Container BgOn
*********************************************/
/* Primary bg colour */
#blog .intro .bgOn {
	color: #fff;
	background-color: #9D9274;
}
#blog .intro .bgOn h1 {
	font-weight: bold;
	font-size: 2em;	
}
/* Primary bg colour - LIGHT */
#blog .bgOn {
	color: #414141;
	background-color: #efefef; 
}

/* Primary bg colour - LIGHT */
#blog .bgOn h2 {
	color: #414141;
	background-color: #efefef;
}

#blog .bgOn h1, #blog .intro .bgOn h2 {
	color: #fff;
	background-color: transparent; 
}

/* Primary bg colour - LIGHT */
#blog .summary .bgOn {
	color: #414141;
	background-color: #efefef; 
}

/* Primary bg colour */
#blog .blockContainer .bgOn h2 {
	color: #fff;
	background-color: #9D9274; 
}

/* Primary bg colour - LIGHT */
#blog #Interactive .bgOn {
	color: #414141;
	background-color: #efefef; 
}

/* Primary bg colour */
#blog .quickLinks .bgOn h1, #blog .quickLinks .bgOff h1 {
	color: #fff;
	background-color: #9D9274;
	border-bottom: 1px solid #fff;
}

/* Primary bg colour */
#blog .quickLinks .bgOn h2, #blog .quickLinks .bgOff h2 {
	color: #fff;
	background-color: #9D9274;
	border-bottom: 1px solid #fff;
}

/*********************************************
Interactive
*********************************************/
/* Primary bg colour - LIGHT */
#blog #Interactive h2 {
	color: #414141;
	background-color: #efefef;
}

/* Primary colour */
#blog #Interactive h3 {
	color: #9D9274;
	background-color: transparent;
}


/*********************************************
RSS nav box
*********************************************/
div.rsscontainer {
	background: #eee;
	margin-top: 1px;
}
div.rsscontainer ul {
	list-style: none;
	padding: 6px 15px;
	border-bottom: solid 1px #fff;
}
div.rsscontainer ul li {
	padding-bottom: 2px;
	margin: 0px;
}
div.rsscontainer ul img {
	padding: 0px 8px 0px 1px;
	margin: 0px;
	position: relative;
	top: 2px;
	left: -3px;
}
div.rsscontainer ul a {
	font-weight: bold;
	background: transparent;
	color: #698225;
}
div.rsscontainer p {
	background: transparent;
	text-align: right;
	margin: 5px;
	font-size: 0.95em;
}
div.rsscontainer p a {
	background: transparent;
}

/*********************************************
Software & Publications
*********************************************/
table#resourcelibrarydetails {
	background: #9d9274;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	margin-bottom: 20px;
}
table#resourcelibrarydetails td {
	background: #e7e4dd;
	vertical-align: top;
	padding: 5px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}
table#resourcelibrarydetails td p {
	padding: 0px;
	margin: 0px;
}
table#resourcelibrarydetails th {
	background: #9d9274;
	vertical-align: top;
	text-align: left;
	padding: 5px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	color: #fff;
}

/*********************************************
Carousel
*********************************************/
.carousel .bgOn {
	color: #fff;
	background: #9d9274;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
#myGallery, #myGallerySet, #flickrGallery
{
	width: 366px;
	height: 183px;
}
.carousel .bgOn h1 {
	font-size: 1.8em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #fff;
}

.carousel h2 {
	color: #fff; 
}
.carousel p {
	color: #fff;
}
#myGallery a, #myGallery a:link, #myGallery a:active, #myGallery a:visited {
	color: #fff;
}
#myGallery a:hover {
	color: #fff;
	text-decoration: underline;
}
#Content .jdGallery div.carouselContainer {
	height: 115px;
}
#Content .jdGallery .carousel {
	height: 95px;
}






/*********************************************
Google Map styles
*********************************************/
div#map {
	border: 1px solid;
	margin: 0px;
	background: #e8f3f9;
	float: right;
	width: 320px;
	height: 270px;
}
div#mapcaption {
	float: right;
	font-size: 0.9em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/*********************************************
Hiding geo information cos it's of no great interest to the human eye
*********************************************/
.geo {
 	display: none;
}

div.firstfewresults 
{	
	width:43%;
}

div.mostresults 
{
	width:100%;
}


.firstfewresults .adr, .mostresults .adr , .homecomingresults .adr
{	
	position:relative;
	border-top:solid 1px #cccccc;
	padding-top:10px;
	top:-30px;
	
}
	
div.mostresults div.vcardcol1
{	
	margin-bottom:20px;
}


.resultscol1 
{
	float:left;
	width:40%;
}

.resultscol2
{
	float:left;
	width:40%;
	margin-left:100px;
}



.schoolresultcol1
{
	margin-left: 28px;
		
}


.schoolresultcol2
{
	display:none;	
}


.schoolresult .schoolurl 
{
	margin-top:1em;
}


.firstfewresults .schoolresult, .mostresults .schoolresult, .homecomingresults .schoolresult
{
	 
		
}

.schoolresult .country-name
{
	display:none;
}

.schoolresult .mapmarker img
{
	vertical-align:text-top;
}


.firstfewresults .schoolresult .fn.org, .mostresults .schoolresult .fn.org, .homecomingresults .schoolresult .fn.org
{	

	font-size: 1.4em;
	width:100%;
	padding-top:5px;
	padding-bottom:5px;

}

div.schoolresultcol1 a 
{
	font-size: 0.8em;
	
}


div.mapandoptions div#map 
{
	width: 100%;
	height: 30em;
	float:right;
	margin-right:15px;
	margin-left: 15px;
	width:50%;
}

.schoolresult p {
	margin-left: 28px; margin-top: 0px;
}
.schoolresult img {
                padding: 3px;
}
.schoolresultthumb {
	float:right;
	border: solid 1px;
}
.mapmarker img {
	float: left;
}

/*********************************************
Tag Cloud Styles
*********************************************/
ul.cloud {
	background: transparent;
 	font-size: 0.9em;
	padding: 0px;
	border: 0px;
}


.homecomingSearchContainer {
            
}
.homecomingSearchContainerLeft {
            float:left;
            width:45%;
}
.homecomingSearchContainerRight {
                     
}


/* 960T gridMods */

div#wrapper {
width:980px;
}

* html div#wrapper {
width:980px;
}

* html div#userpref {
width:980px;
}

div#userpref {
width:980px;
}

#NavigationContainer {
margin:10px 10px 0 10px;
_margin:10px 5px 0 5px;
width:190px;
}

#MainContainer {
margin:0 0 0 10px;
_margin:0 0 0 5px;
width:750px;
}

#ContentContainer {
margin:10px 0 0 0;
width:540px;
_width:550px;
}

#InteractiveContainer {
margin:0;
width:190px;
}

/* end 960T gridMods */

#Interactive .m {padding:0}
#Interactive h2 {padding:5px}
#Interactive .cnrs {display:none}
