/* ////////////////////////////////// */

/*  eeyln.ccs v1.0 - 20:24 29/10/2005 */

/*  Dan Edgar                         */
/*  info@danedgar.co.uk               */
/*  http://www.danedgar.co.uk         */

/*  #fff    : white                   */
/*  #000    : black                   */
/*  #009faf : turquoise background    */
/*  #008495 : dark nav blue           */
/*  #81dae0 : pale nav blue           */

/* ////////////////////////////////// */



/* ///////////////////////// */
/*    Basic Page Elements    */
/* ///////////////////////// */

html {
	height:101%;
	font-size:62.5%;
	margin:0;
}

* {
	margin:0;
	padding:0;
}

body {
	background:#fff;
	font:1.3em Helvetica, Arial, Verdana, sans-serif;
	line-height:1.3em;
	text-align:center;
	color:#fff;
}

img {
	border:0;
}

h1 {
	display:none;
}

p, h2 {
	margin:10px;
}

h2 {
	font-size:1.2em;
	width:510px;
	padding:0 10px 10px 10px;
	margin:10px 0 20px 0;
	border-bottom:solid 1px #fff;
}

.projecttext h2{
	width:auto;
	padding:0;
	margin:10px 10px 0 10px;
	border:0;
}
	
h2 span {
	font-weight:normal;
	font-size:0.8em;
}

h3 {
	font-weight:normal;
	font-size:1em;
	width:510px;
	padding:0 10px 10px 10px;
	margin-bottom:20px;
	border-bottom:solid 1px #fff;
}

em {
	font-weight:bold;
	font-style:italic;
}

strong {
	font-weight:bold;
}

a {
	font-weight:bold;
	text-decoration:none;
	color:#fff;
}

a:hover {
	text-decoration: underline;
}



/* ///////////////////// */
/*    Layout Elements    */
/* ///////////////////// */

#container {
	background:#009faf url(../images/back-top.jpg) no-repeat top;
	width:760px;
	margin: 20px auto 5px auto;
	border:solid 1px #000;
	text-align:left;
}

#footer {
	background:transparent url(../images/buildings.gif) no-repeat top;
	width:760px;
	height:70px;
	margin-top:50px;
}

#notes {
	font-size:0.9em;
	color:#008495;
	width:760px;
	text-align:right;
	margin: 0 auto 20px auto;
}

#notes a {
	font-weight:normal;
	text-decoration:none;
	color:#008495;
}

#notes a:hover{
	text-decoration:underline;
	color:#81dae0;
}



/* ///////////////////////// */
/*    Navigation Elements    */
/* ///////////////////////// */

#navigation {
	color:#008495;
	width: 760px;
	height:96px;
	margin:0 0 66px -11px;
}

#navigation li {
	background:#fff;
	display:block;
	float:left;
	margin:12px 0 0 36px;
}

#navigation a {
	font-weight:normal;
	text-decoration:none;
	color:#81dae0;
}

#navigation a:hover{
	text-decoration:underline;
	color:#008495;
}



/* /////////////////////////// */
/*    Main Content Elements    */
/* /////////////////////////// */

.article {
	width:530px;
	clear:both;
	border:0;
	margin:24px 26px 50px 26px;

}

.article img {
	display:block;
	width:160px;
	height:90px;
	border:solid 1px #fff;
	margin: 30px 14px 20px 0px;
	float: left;
}

.playclip a {
	display: block;
	float: right;
	margin-left: 20px;
}

.last {
	margin: 30px 0px 0px 0px;
}

.articletext, .projecttext {
	margin-bottom:20px;
	width:530px;
	clear:both;
	border:solid 1px #fff;
}

blockquote {
	clear:both;
	width:530px;
	margin:20px 0 20px 0;
}

blockquote p {
	font-style:italic;
	margin-left:0;
}

.source {
	font-size:0.9em;
	font-style:normal;
	font-weight:bold;
	text-align:right;
	margin:0;
}

.playclip {
	display:block;
	font-size:0.9em;
	font-weight: bold;
	width:510px;
	height: 20px;
	padding:6px 10px 4px 10px;
	margin-top:20px;
	border-top:solid 1px #fff;
	text-decoration:none;
	text-align:right;
	color:#fff;	
}

.playclip span {
	display: block;
	float: right;
}

address {
	font-style:normal;
	border:solid 1px #fff;
	margin:-20px 20px 10px 26px;
	padding:10px;
	width:13em;
}