@charset "UTF-8";
/* cam_ioa theme
v1.0 - D.R. Wilkins and S.J. Crass - December 2010 */

@import "layout.css";
@import "content.css";
@import "icons.css";
@import "admin.css";

/* Main Stylesheet */

body {	
	background: #3F4F5F; /*#778;*/
	padding: 0 20px 0 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
    line-height: 1.125em;
}


/* --- Text Styling --- */
p, ul, ol, dl, table, blockquote, pre, code {
	line-height: 1.4em;
}

p {
	margin: 0.5em 0 0.75em 0;
}

blockquote {
	border: 1px #999 solid;
	padding: 10px;	
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.25em;
	margin-bottom: 0.5em;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 1.6em;
	font-weight: normal;
	margin: 5px 0px;
}

#site-title h1 {
	font-size: 1.6em;
	margin-bottom: 3px;
}

h2 {
	font-size: 1.3em;
	font-weight: bold;
}

h2.node-title, h2.research-title {
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 0;
}

h2.node-title {
	border-bottom: 1px solid #ccc;
}

h2.node-title a:link, h2.research-title a:link{
	color: #333;
	text-decoration: none;
}

h2.node-title a:visited, h2.research-title a:visited{
	color: #333;
	text-decoration: none;
}

h2.node-title a:hover, h2.research-title a:hover {
	text-decoration: underline;
}

.block h2.node-title {
        font-size: 1.25em;
}


h3 {
	font-size: 1.2em;
	font-weight: bold;
}

.comment h3 {
	margin-bottom: 0;
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
}

h5 {
	font-size: 1em;
	font-weight: bold;
}



/* --- Link Styling --- */
a {
	color: #003C79;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}




/* --- Table Styling --- */
table td, table th {
	padding: 1px 1em 1px 2px;
	text-align: left;
	vertical-align: top;
}

table tr.odd {
	background-color: #E8F0FF;
}

table tr.even {
	background-color: #FFF;
}

table tr{
	border-bottom: 1px solid #CCC;
}

table td.active {
	background-color: #E8F0FF;
}


/* --- Misc Elements --- */
hr {
	border-top: 1px solid #ccc;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

li {
	text-align: left;
}

/* --- Edits to change body link colour --- */

#content-primary a, #content_wide a, #talks-left-wide a, #talks-right-wide a, #front-middle a, #talks-archive-block a, .links a, .views-row a, .more-link a, .pager-item a{
	color: #006CA9;
}

#responsibilities-list a, #talks-summary a, #node-281 h2 a, {
	color: #003C79;
}

/* --- Link colour over-rides --- */

#talks-summary a{
	color: #003C79;
}

#responsibilities-list a{
	color: #003C79;
}

/* --- Tabs when logged in at top of page --- */

.tabs {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 10px;
}
.tabs ul.primary {
  padding: 0 3px;
  margin: 0;
  overflow: hidden;
  border: none;
  background: transparent url(images/tabs-border.png) repeat-x left bottom;
}
.tabs ul.primary li {
  display: block;
  float: left; /* LTR */
  vertical-align: bottom;
  margin: 0 5px 0 0; /* LTR */
}
.tabs ul.primary li.active a, 
.tabs ul.primary li.active a{
  border-bottom: 1px solid #FFF;
}
#content-primary .tabs ul.primary li a,
#content_wide .tabs ul.primary li a,
#content_overflow .tabs ul.primary li a,
#content .tabs ul.primary li a{
  color: #000;
  background-color: #ededed;
  height: 1.8em;
  line-height: 2.0em;
  display: block;
  font-size: 0.929em;
  float: left; /* not LTR */
  padding: 0 10px 3px;
  margin: 0;
  text-shadow: 0 1px 0 #fff;
  -khtml-border-radius-topleft: 6px;
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -khtml-border-radius-topright: 6px;
  -moz-border-radius-topright: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom: 1px solid #BBB;
}
.tabs ul.primary li.active a {
  background-color: #ffffff;
}
.tabs ul.secondary {
  border-bottom: none;
  padding: 0.5em 0;
}
.tabs ul.secondary li {
  display: block;
  float: left; /* LTR */
}
.tabs ul.secondary li:last-child {
  border-right: none; /* LTR */
}
.tabs ul.secondary li:first-child {
  padding-left: 0; /* LTR */
}
.tabs ul.secondary li a {
  padding: 0.25em 0.5em;
}
.tabs ul.secondary li a.active {
  background: #f2f2f2;
  border-bottom: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}

fieldset {
	border: 1px solid #ccc;
	margin-top: 5px;
}

.node-form table{
	margin-top: 15px;
}

