/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/

html,body,div,span,
h1,h2,h3,h4,h5,p,blockquote,abbr,
em,img,small,strong,b,i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, tbody, tfoot, thead, tr, th, td,
article,footer,header,nav,section,time {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  font-weight: normal;
  vertical-align:baseline;
  background:transparent;
}
body {line-height:1;}
article, footer, header, nav, section {display:block;}
ul {list-style:none;}
blockquote {quotes:none;}

blockquote:before, blockquote:after {
  content:'';
  content:none;
}

a {
  margin:0;
  padding:0;
  border:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

table {
  border-collapse:collapse;
  border-spacing:0;
}

hr {
  display:block;
  height:1px;
  border:0;  
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}

input, select {vertical-align:middle;}

/* copyright befund.org 2010 */

body { font-size:67.5%; background: rgb(245,245,245); font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; }

h1 { font-family: 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif; color: rgb(50,50,50); }
h2 { margin: 5px 0 8px 0; padding:8px 0; text-transform: capitalize; }
h3 { font-weight: bold; }
h4 { padding: 0 0 10px 0; font: 0.7em georgia, sans-serif; text-transform: uppercase;}
p  { line-height: 1.4em; }

blockquote {
  font: 1.1em georgia, serif;
  color: #222;
  padding: 10px 10px 10px 53px;
  border: 1px dotted #ddd;
  background: url(http://www.befund.org/images/system/quotes.gif) no-repeat;
}

ol    { margin: 0 0 0 30px; }
ol li { margin: 0 0 10px 0px; padding: 0 0 0 15px; }

a { color: rgb(8,58,121); text-decoration: none; }

abbr { border-bottom: 1px #000 dotted; }
time { font-style: italic; font-size: 0.9em; color: rgb(90,90,90); }

label   { display: block; padding: 4px 0; }
input[type="text"], input[type="email"], input[type="password"] {
  display: block;
  border: 1px solid rgb(180,180,180);
  padding: 4px 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
input[type="submit"] { display: block; margin-top: 10px; }
select  { margin-bottom: 8px; }

/* layout & page decenders */

#container {
  margin: 0px auto;
  background: rgb(255,255,255);
  padding: 10px 5px 5px 5px;
  width: 860px;
  text-align: left;
  -moz-box-shadow: -1px 4px 7px rgb(180,180,180);
  -webkit-box-shadow: -1px 4px 7px rgb(180,180,180);
}
#accessibility { position:absolute; left: -9999px; text-indent:-9999px; color:#fff; text-align:left; }

/* header */

#header { width: 860px; height: 92px; }

#logo { margin:0 20px 0 0; width:265px; height:84px; float:left; }

#marquee { float: left; width: 570px; height: 30px; margin-top: 30px; }
marquee { font-size: 1.2em; color: rgb(8,58,121); font-weight: bold; }

#searchbox fieldset     { float:right; width: 194px; }
#searchbox input.text   { display: inline; width: 125px; margin:0px 3px 0 5px; }
#searchbox input.submit { display: inline; margin:0; border: 1px solid #ccc; width:50px; color:#000; background:#f2f0ee;}

#intro { padding: 5px 0 3px 8px; background-color: rgb(220,220,220); border-left: 1px solid rgb(140,140,140); margin-bottom: 5px; }
#intro h1 { font-size: 1.8em; }
#intro p  { margin: 4px 0; color: rgb(8,58,121); }

.search-id { margin:0 0 0 20px; }
table.search-results { margin: 20px 0;}
.search-results th { padding: 5px; color:#000; font-size:0.7em;}
.search-results tr { border-bottom: 1px solid #ddd; background:#f2f0ee;}
.search-results td { color: #000; font-size:0.7em;}

/* Navigation */

nav ul      { font-size: 1em; width: 140px; }
nav ul li   { margin-top: 1px; }
nav ul li a {
  display:block;
  color: rgb(0,0,0);
  width: 100%;
  padding: 4px 0 4px 6px;
  background-color: rgb(244,128,27);
  border-right:   1px solid rgb(240,240,240);
  border-bottom:  1px solid rgb(130,130,130);
  border-left:    1px solid rgb(140,140,140);
}
nav ul li a:hover {
  background-color: rgb(252,193,124);
}

#social-networking-links { margin-top: 5px; }
#social-networking-links li {
  margin: 2px 0;
  padding-right: 8px;
  background: rgb(92,97,100);
  background: -moz-linear-gradient(top, rgb(121,126,128), rgb(92,97,100) 40%, rgb(37,41,44) 50%, rgb(37,41,44));
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(121,126,128)), to(rgb(37,41,44)), color-stop(40%, rgb(92,97,100)), color-stop(50%, rgb(37,41,44)));
}

#social-networking-links li a { display: block; width: 100%; padding: 5px 0 5px 6px; font-size: 1em; color: white; }
#rss-link     { background: url(http://www.befund.org/images/2010/rss_16.png) right center no-repeat; }
#twitter-link { background: url(http://www.befund.org/images/2010/twitter_16.png) right center no-repeat; }
#social-networking-links li a img { float: right; }

/* content */

section               { display: inline-block; vertical-align: top; }
section#left-column   { width: 146px; }
section#content       { width: 554px; }
section#right-column  { width: 140px; }

#left-column { padding-right: 2px; }
#advert { margin-top: 20px; padding: 0 3px 0 6px; }
#advert a { color: rgb(8,58,121);}
#advert a h3 { font-size: 1.3em; }

#content    { padding-right: 4px; border-right: 1px solid rgb(200,200,200); }
#content p  { font-size: 1.1em; margin: 6px 0; }
#content h2 { font-size: 1.4em; }
#content h3 { font-size: 1.2em; }

#content article img { float: right; }

#headlines { border-top: 1px solid rgb(20,20,20); margin-top: 15px; }
#headlines article { margin-bottom: 5px; padding:5px 0; position:relative; }
#headlines article p { margin: 2px 0; }
#headlines article img { position:absolute; left: -150px; top: 5px; }
#headlines article footer { color: rgb(8,58,121); }
#headlines article:hover { background-color: rgb(240,240,240); }

#right-column     { padding-left: 5px; }
#right-column h2  { font-size: 1.4em; background-color: rgb(8,58,121); color: white; padding: 10px 5px; }
#right-column article { margin: 15px 0 5px 0; }
#right-column article p { margin: 4px 0; }
#right-column h3  { font-size: 1.2em; }

#loans #content li { margin: 0 0 0 20px; padding: 2px 0; font-size: 0.7em;}
#site-map li { margin: 0 0 0 20px; padding: 2px 0; font-size: 0.7em; }

/*freeform*/

#freeform table   { border:1px solid #eee; padding:5px; width:420px }
.members-form tr  { background: #eee}
.members-form td  { padding:5px; margin:0;}
.members-form td input { padding:2px; margin:3px;}

#freeform input[type="text"],
#freeform input[type="email"] {
  width: 250px;
  margin-bottom: 4px;
}
#freeform textarea { width: 250px; height: 70px; }
#freeform input.submit { margin:5px; float:right;}

/* search form */

#searchform legend, #freeform legend { font-size: 1.1em; font-weight: bold; padding: 4px 0; }

/* calculator */

#calculator input { display: inline; }

/* contact details */

#content .vcard { display: inline-block; width: 250px; margin-bottom: 10px; vertical-align: top; }
#content .vcard p { padding: 0; margin: 0; }
#content .vcard p:first-child { font-weight: bold; font-size: 1.1em; }
#content .vcard span { display: block; }

/* specific classes*/

.course_questions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-weight: bold;
	font-style: italic;}

.course_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-weight: bold;
	}

.download {
  margin: 3px 0 18px 0;
  padding: 6px 0 6px 30px;
  border: 1px dotted #ccc;
  background: url(http://www.befund.org/images/system/icon_doc.gif) #f2f0ee no-repeat;
  font-weight: bold;
}

.job-title { font-size: 0.8em; color: rgb(90,90,90); font-style: italic; }
.staff-photo {float:left; margin:5px 0 0 0; width:120px; }

/* footer */

#page-footer            { padding: 5px 0 5px 8px; margin: 5px 0; font-size: 1.2em; }
#page-footer ul         { padding: 6px 0; background-color: rgb(220,220,220); border-left: 1px solid rgb(140,140,140); }
#page-footer ul li      { padding: 0 7px; font:0.7em verdana, sans-serif; display:inline; }
#page-footer a:link     {color:#000;}
#page-footer a:visited  {color:#000;}
#page-footer a:hover    {color:#999;}
#page-footer a:active   {color:#999;} 

#partner-logos {
  height: 95px;
  background: #fff url(/images/system/footer-logos.gif) no-repeat;
  border-bottom: 1px solid rgb(50,50,50);
}

small { display: block; margin:10px 0 0 0; font-size: 0.8em; color:#666; }

