
/** Font styles 
---------------------------------*/

body {
  margin: 0;
  /*
   * Setting up font size, leading and font family
   * http://www.markboulton.co.uk/journal/comments/five-simple-steps-to-better-typography
   */
  font: 0.9em  Arial, sans-serif;
   font-family: Verdana,Arial,sans-serif;
  letter-spacing:0.01em;
}

/* Links */

a:link, a:visited {
 color: #c60;
  text-decoration: none;
}

a:hover, a:active,  a:focus {
  color: #f90;
  text-decoration: underline;
}

/* Titles  */

h1, h2, h3, h4, h5, h6
{
  font-family: "Trebuchet MS",Helvetica,Arial,sans-serif;
line-height:1.3em;
margin-top: 1em;
color: #303d83;
clear: both;
}


/*classes of labels that need to look like headings*/

.field-field-page-audio-title, .field-field-video-title
{
  font-family: "Trebuchet MS",Helvetica,Arial,sans-serif;
line-height:1.3em;
margin-top: 0.7em;
color: #465e7a;
font-size:1.3em;
margin-bottom: 0.3em;
}



h1 {
	text-align: center;
	font-size: 1.9em;
	font-weight:300;
	padding: 0 0 0.5em;
	margin: 0;
}

h2 
{font-size:1.4em;font-weight:300;margin-bottom:0.75em;
background-color: #c3e4ff;
border-bottom: 1px solid #002147;
padding-left: 0.2em;
}

h3 {font-size:1.3em;margin-bottom:1em;}
h4 {font-size:1.1em;margin-bottom:0.8em;}
h5 {font-size:1em;font-weight:600;margin-bottom:0;}
h6 {font-size:1em;font-weight:bold;}





/* Paragraph Styles */

p {
  margin:0 0 1.6em 0;
  line-height: 1.3em;
}

/* List Styles  */

ul, ol {
  margin-left: 0;
  padding-left: 2em;
}

li
{
	margin-bottom: 1em;
  	line-height: 1.3em;
}

/* Table Styles  */

table {
	width: 99%;
}
tr.even td, tr.odd td {
	padding: 10px 5px;
}
tr.odd {
	background-color: #fff;
}

/* Code */

pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}

pre {
	background-color: #efefef;
	display: block;
	padding: 5px;
	margin: 5px 0;
	border: 1px solid #aaa;
}

/* List Styles */

ul          { list-style-type: disc; }
ul ul       { list-style-type: circle; }
ul ul ul    { list-style-type: square; }
ul ul ul ul { list-style-type: circle; }
ol          { list-style-type: decimal; }
ol ol       { list-style-type: lower-alpha; }
ol ol ol    { list-style-type: decimal; }

/* Abbreviation */

abbr {
  border-bottom: 1px dotted #666;
  cursor: help;
  white-space: nowrap;
}

/* blockquote */

blockquote
{
margin: 2em;
font-style: italic;
color: #465e7a;
}

/* UI improvments  */

#edit-title{
	font-size: 24px;
}
#system-themes-form img{
	width:100px;
}
.form-item .description{
	font-style:italic;
	line-height:1.2em;
	font-size:0.8em;
	margin-top:5px;
	color:#777;
}
#edit-delete{
	color:#c00;
}

/**
 * Console, style from Slate theme
 */
div.messages {
  padding: 9px;
  margin: 1em 0;
  color: #036;
  background: #bdf;
  border: 1px solid #ace;
}
div.warning {
  color: #840;
  background: #fe6;
  border-color: #ed5;
}
div.error {
  color: #fff;
  background: #e63;
  border-color: #d52;
}
div.status {
  color: #360;
  background: #cf8;
  border-color: #be7;
}

/** Region Colors
---------------------------------
*  delete when starting a new theme */

#header, #footer { background-color: #fff; }
#sidebar-first {	background: #fff; }
#sidebar-second { background: #fff; }
#navigation { background-color: #fff; }

/** header **/
  #header
  {

  	margin: 0px;
	padding: 0x;
	height: 155px;
	background-image: url('../images/interface/header-bg.png');
	background-repeat: repeat-x;
	background-position: 200px 0px; 
		background-color: #fff;

	
  }

  #logo-title
  { 	
  	margin: 0px;
	padding: 0x;
	height: 150px;
	background-image: url('../images/logos/logo.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;  	

	

  }
  
  h1#site-name a
  {
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 190px;
  height: 100px;
  }
    h1#site-name  a span
  {
  	position: absolute;
	left: -9000px;
}
  
  
  
  /* sidebar styles */
  
 .sidebar
  {
  margin-top: 0px;
  }
  
  

.sidebar ul
  {
  
  padding-left: 20px;
  }
  
  .sidebar h1,
  .sidebar h2, 
  .sidebar h3, 
  .sidebar h4
  {
text-align: center;
  }
  
  
  
  
  
/**  footer **/  	
#footer
{
margin-top: 3em;
font-size: 0.9em;
text-align: center;
color: #999;
}

	
#footer ul, #footer ul li
{
display: inline;
}


#footer a
{

font-weight: normal;
color: #999;

}


#footer a img
{
padding: 7px;

}



/* stlyes for secondary links on footer */





  /* hide title for secondary links  */ 
#footer h3.block-title
{
  position: absolute;
  left: -9000px;
}
  
  
  
  
  /* hide title for primary links  menu  */ 
  
  #block-menu-primary-links h3
  {
  position: absolute;
  left: -9000px;
  }
  
  
#block-menu-secondary-links ul
{
margin: 5px;
padding: 5px;
}

#block-menu-secondary-links li
{
margin: 0px;
padding: 0px;

}


#footer ul.menu li a
{
padding: 0px;
padding-left:10px;
padding-right: 5px;
border-left: 1px solid #ccc;

}

#footer ul.menu li.first a
{
border-style: none;
}


/* remove list style from the list in the login box */

#user-login-form li
{
list-style: none;
}


/* style interface links, i.e. links which appear in the sidebar, footer, etc */
#sidebar-first a
{
color: #000;
text-decoration: none;

}




.headline
{
color: #fffedc;
  font-family: "Trebuchet MS",Helvetica,Arial,sans-serif;
display: block;
font-weight: bold;
font-size: 1.2em;
}

#block-block-3 a:hover .headline, #block-block-3 a:focus .headline
{

color: #a44f11;
}



/* style skip links */
#skip a
{
padding: 5px;
border: 5px solid white;
border-left: 10px solid white;
background-color: #002147;
color: #fff;
}













/* main content styles */
div#main div#content
{

}

div#main div#content ul
{
margin-bottom: 1em;
}



div#main div#content img
{
border: 5px solid #b8cddf;
float: left;
margin-right: 5px;
margin-bottom: 5px;
}


div#main div#content table
{
border: 3px solid #b8cddf;
margin: 0px;
margin-bottom: 10px;
}


 div#main div#content table th, div#main div#content table td
 {
 border: 2px solid #b8cddf;
 padding: 3px;
 
 background-color: #eef6fe ;
 }

 div#main div#content table th
 {
color: #465e7a;
background-color:  #d1e2f1;
 }
 
 
 
 
 /* styles for audio and video display */
 
 
 .content-multigroup-group-page-audio, .content-multigroup-group-page-video, .content-multigroup-wrapper
 {
 border-style: none;
 }
 
 
 /* style for featured links */
 
 
 
 a.featured
 {
 
 width: 44%;
 float: left;
 
 padding: 5px;
 display: block;
 background-color: #769ab9;
 color: #fff;
 margin-right: 10px;
 margin-bottom: 10px;
 margin-top: 10px;
 text-decoration: none;

/* min-height: 280px;*/
 border-bottom: 2px solid #465e7a;
 }
 
 div#main div#content a.featured img
 {
 float: left;
 margin-right: 5px;
 margin-bottom: 5px;
 border: 5px solid  #fff;
 }
 
  a.featured:focus,   a.featured:hover
 {
  text-decoration: none;
  
   background-color: #b8cddf;
 color: #465e7a;
 
 
 }
 
div#main div#content a.featured:focus img,  div#main div#content a.featured:hover img
 {
 border-color: #769ab9;
 
 }
 
 
  a.featured strong
 {	padding: 5px;
 	margin: -5px;
 	display: block;
	background-color: #465e7a;
	border-bottom: 2px solid #1e3b5d;
	color: #fff;
 }
 
  a.featured em
 {
 display: block;
 clear: both;

 text-align: right;
 padding: 5px;
 }
 
   a.featured:focus strong,   a.featured:hover strong
 {
 background-color: #1e3b5d;
 border-bottom: 2px solid #002147;

 }
 
/* styles for person entries */
div.person img
{
float: left;
margin-bottom: 5px;
margin-right: 5px;

}

div.person h3
{
clear: both;
margin-top: 30px;
}


/* styles for centres list */
div.centres-list p 
{
clear: both;
}

div.centres-list ol
{
width:
280px;
float: left;
}

div#main div#content  img#centresmap
{
border-style: none;
float: left;
margin: 0px;
margin-left: 7px;
padding: 0px;
}




/* styles for centre entries entries */
div.centres-details 
{
clear: both;
}

/* styles for centre entries entries */
div.centres-details img
{
float: left;
margin-bottom: 5px;
margin-right: 5px;

}

div.centres-details h2
{
clear: both;
margin-top: 30px;
}



/* styles for contact page */

#contact-mail-page address
{
float: left;
padding-right: 20px;
margin-bottom: 1em;
}


#contact-mail-page h3
{
clear: both;
}

/* custom image styles */

/* borderless */
 img.borderless
 {
 border-style: none;
 }
 
 /* wideload */
 img.wideload
 {
 display: block;
 }
 
 
 
 /*  styles for different image classes */
 
 
/* remove standard border */
 div#main div#content  img.noborder
{
border-style: none;

}


/* display as block rather than wrapped around text */
 div#main div#content  img.nowrap
{
float: none;
display:block;
clear: both;
}

