/*
Theme Name: Center Of Advanced Brain Imaging
Theme URI: http://wordpress.org/
Description: 
Version: 1.0
Author: Astthor Ingi Petursson
Author URI: http://www.aip.is/
Tags: fixed width

CR: changed H1 color from "color: #cfb63a;"
*/


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

.floatright { float: right; }

body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }


body
{
	background: #eee;
	font-family: arial;
	font-size: 14px;
	line-height: 18px;
}

h1
{
	margin-left: 0px;	
color: #baa334;
	font-size: 24px;
	font-weight: bolder; 

}

h2
{
	margin-left: 0px;	

}

li
{
margin-left: 20px;

}

div#container
{
	background: #fff;
	margin: 0 auto;
	width: 1000px;
}

div#header
{
	background: url(images/header.png);
	height: 188px;
}

div#header.front
{
	background: #79ace3 url(images/header.png);
}

div#logoarea
{
	height: 104px;
}

div#logoarea .left
{
	padding: 44px 0 0 103px;
}

div#logoarea .right
{
	padding: 13px 73px 0 0;
}

div#menu
{
	padding: 45px 0 0 90px;
}

div#menu ul
{
	list-style: none;
}

div#menu ul li
{
float: left;
margin-left: 0px;
	margin-right: 39px;
}

div#menu ul li a
{
	display: block;
	text-indent: -5000px;
	height: 13px;
	-moz-outline: none;
}

div#menu ul li.home a
{
	width: 112px;
	background: url('images/gpu-home.gif') no-repeat;
}

div#menu ul li.directions a
{
	width: 132px;
	background: url('images/directions.gif') no-repeat;
}

div#menu ul li.people a
{
	width: 95px;
	background: url('images/people.gif') no-repeat;
}

div#menu ul li.calendar a
{
	width: 122px;
	background: url('images/calendar.gif') no-repeat;
}

div#menu ul li.resources a
{
	width: 134px;
	background: url('images/resources.gif') no-repeat;
}

div#menu ul li.jobs a
{
	width: 74px;
	background: url('images/jobs.gif') no-repeat;
}


div#main
{
	border-bottom: 1px solid #d7d7d7;
}

div#content
{
	background: #fff;
	padding: 20px 50px;
}	

div#content.front
{
	background: #79ace3 url('images/front-background.png');
	height: 209px;
	padding: 0;
}

div#content h1
{
	margin-bottom: 15px;
}

div#content h2
{
	font-size: 16px;
	font-weight: bold;
	color: #223F92;
	padding-top: 5px;
	margin-bottom: 5px;
}

div#content p
{
	margin-bottom: 10px;
	line-height: 20px;
}

div#content.front div.logos
{
	float: left;
	padding: 20px 0 0 38px;
	width: 364px;
	margin-right: 14px;
}

div#content.front div.welcome
{
	float: left;
	width: 540px;
	padding: 20px 0 0 0;
}

div#content.front div.welcome .title
{
	color: #cfb63a;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 17px;
}

div#content.front div.welcome .intro
{
	padding-left: 217px;
	font-size: 18px;
	line-height: 21px;
	color: #3e658e;
}

div#news
{
	border-top: 3px solid #fff;
	height: 210px;
	background: url('images/news-background.png');
	padding: 26px 0 0 47px;
}

div#news .box
{
	float: left;
	width: 210px;
	margin-right: 18px;
	padding-top: 22px;
}

div#news .box .date
{
	font-weight: bold;
}

div#news .box .intro
{
	height: 80px;
	}

div#news .box .more a
{
	display: block;
	width: 60px;
	height: 26px;
	background: url('images/more.png');
	text-indent: -5000px;
	margin-top: 8px;
	-moz-outline: none;
}

div#footer
{
	height: 42px;
	background: #78abe2;
	border-top: 1px solid #dadada;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.clear
{
	clear: both;
}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

