* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}

/* ---------- */
/* typography */
/* ---------- */
body {
	font: 1em/1.5 Calibri, Verdana, Arial, sans-serif; 
	word-spacing: 0.1em;
	font-size: 91%;
}
p, h4, h5, ol, ul, li, pre, table, input, select, th, td {font-size: 1em;}  
h1 {font-size: 1.4em; line-height: 1.6em;}  
h2 {font-size: 1.2em; font-weight: bold;}  
h3 {font-size: 1.0em; font-weight: bold;}  
h6, small {font-size: 0.8em;}  
pre, code {font-family: Consolas, monospace;}
b {font-weight: bold;}
p, h1, h2, h3, h4, h5 {margin: 1em 5%;}


/* ---------- */
/* good stuff */
/* ---------- */
img {border: 0; display: block; max-width: 100%;}
hr {color: #000000; border: solid 1px;}
p.nospace {margin-bottom: 0em !important;}
ul.nospace {margin-top: 0em !important;}
.indent {margin-left: 1.3em;}
.hide {display: none;}
.clearme {                             /* clear float containers */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0;
}


/* --------
   clearfix
   -------- */
.clearfix:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.clearfix {display:inline-block;}

/* --------- */
/* structure */
/* --------- */
html, body {height: 100%;}
body {
	text-align: center;
	color: #000; 
	background-color: #fff;
}

#pscape, #ascape {
	position: absolute;
	top: 60px;
	left: 10px;
	width: 800px;
	height: 800px;
}
#pscape {background: url(pscape.gif) no-repeat;}
#ascape {background: url(ascape.gif) no-repeat;}

#page {
	position: relative;
	margin: 0 auto;
	height: 95%;
	width: 750px;
	text-align: left;
}
#header, #menu {
	position: relative;
	clear: left;
}
#splash, #blasts, #more, #more-m, #info, #news {
	position: relative;
	clear: left;
	float: left;
}

#header-m {
	margin-top: 30px;
	margin-left: 450px;
}
#header {height: 100px;}
#info-m {
	margin-top: 0px;
	margin-left: 500px;
}
#info {
	width: 230px;
	color: #555;
}

#blasts {
	margin-top: 20px;
	width: 100%;
}
#more-m {
	margin-top: 20px;
	margin-left: 500px;
}
#news-m {margin-top: 2em;}
#news {width: 40em;}
#footer {
	clear: both;
	float: left;
	margin-top: 2em;
	color: #555;
	margin-left: 175px;
}
.homefooter {margin-left: 0 !important;}

.columns {
	clear: left;
	width: 100%;
}
#menu {
	float: left;
	clear: left;
	width: 115px;
}
#content {
	position: relative;
	margin-left: 155px;
	width: 400px;
}


/* ----- */
/* boxes */
/* ----- */
ul.boxes li {
	display: block;
	float: left;
	clear: none;
	width: 230px;
	margin-right: 20px;
}
ul.boxes a {
	display: block;
 	padding: 0.8em 1em 0.8em 1em;
	text-decoration: none;
	text-align: center;
	border-bottom-style: none !important;
}
ul.boxes a b {
	font-size: 1.0em;
    text-transform: uppercase;
}

#blasts a       {color: #444444; background: #ACDED2 url(arrow-b.gif)  no-repeat bottom right;}
#blasts a b     {color: #0A6865;}
#blasts a:hover {color: #000000; background: #35B6FF url(arrow-bh.gif) no-repeat bottom right;}

#splash a       {color: #BA2B32; background: #F7B9CA url(arrow-r.gif)  no-repeat center right;}
#splash a:hover {color: #F7B9CA; background: #BA2B32 url(arrow-rh.gif) no-repeat center right;}

#more a         {color: #0A6865; background: #ACDED2 url(arrow-b.gif)  no-repeat center right;}
#more a:hover   {color: #0A6865; background: #35B6FF url(arrow-bh.gif) no-repeat center right;}

#menu a         {color: #0A6865; background: #ACDED2 url(arrow-b.gif)  no-repeat center right;}
#menu a:hover   {color: #0A6865; background: #35B6FF url(arrow-bh.gif) no-repeat center right;}
#menu ul.boxes li {
	width: 145px;
	margin-bottom: 10px;
}


/* -------------- */
/* customisations */
/* -------------- */
#news li {color: #666;}

#info p, #news p, #footer p {padding: 0; margin: 0;}
#info h1 {
	font-size: 1em;
	font-weight: normal;
	padding: 0; 
	margin: 0;
} 

#footer {color: #666; font-size: 0.8em;}
#footer p {padding-top: 1em;}

a:hover img {border-width: 0;}

#content h1 {
    text-transform: uppercase;
	color: #999;
	font-size: 1.2em;
	margin-top: 0;
	margin-bottom: 0.5em;
}
#content h2 {margin-top: 0;}
#content ul {margin-left: 2.5em;}
#content li {list-style-type: square;}
#content .question {
	font-weight: bold;
	margin-bottom: 0;
}
#content .answer {margin-top: 0;}

.shine { 
	opacity: .80;
}


/* --------- */
/* pullquote */
/* --------- */
blockquote.pullquote {
	position: relative;
	margin: 0 -100px 0 20px;
	float: right;
	width: 210px;
	padding: 0;
	background-color: #ddd;
	font-size: 0.8em;
}
blockquote.wide {
	width: 260px;
}
blockquote.pullquote p {
	margin: 0;
	padding: 0.6em;
}
blockquote.pullquote p.img {
	padding: 0em;
}
blockquote.pullquote img {
	float: right;
	border: #ddd solid 5px;
}


/* ----- */
/* links */
/* ----- */
a {color: #0A6865; text-decoration: none;}

#news a:focus, #news a:hover, #news a:active, 
#content a:focus, #content a:hover, #content a:active
{text-decoration: underline;}

