/* Startying with the reset, own styles below */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

html, body {
  height: 100%;
  margin: 0 0 1px 0;
   padding: 0;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end of the css reset, owmn styles below */


body {
	background-color: #ffffff;
	color:#302e2b;
	font-family:Helvetica, Arial, sans-serif;
 	font-size:14px; 
  line-height: 1.2em;
  
}

a {
  color: #a8020d;
  text-decoration: none;
}

  
a:hover {
  text-decoration: underline;
}

h1 {
	font-size: 2.6em;
	font-weight: normal;
}

h2 {
  font-size: 1.4em;
  padding: 1em 0 0.5em 0;
}

h1 img {
  margin-right: 10px; 
}

#container {
	width: 960px;
  margin: 0 auto;
}

#all-content {
  margin: 0 15px 0 15px;
  
}

h1, #main-nav, #main-content, #sub-nav, #footer, #bottom-nav {
  margin-left: 60px;
}

h1 a, #main-nav a, .sub-nav-entry a, strong a {
	color:#302e2b;
  padding: 0;
}

#main-nav a:hover  {
/*  background: url( /images/icon_small.png ) bottom right no-repeat; */
  background: url( /images/icon_small.png ) bottom left no-repeat;
  padding-left: 30px;
}

#sub-nav a:hover {
}


#footer {
  margin-right: 15px;
  margin-top: 15px;
  text-align: right;
}

#main-nav {
	font-size: 1.8em;
}

#main-nav {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

#main-content  {
  position: relative;
  margin-top: 1.8em;
  margin-bottom: 0.8em;
}

#main-nav div {
	display: inline;
	padding-right: 5px;
}

#sub-nav {
  margin-top: 0.5em;
	font-size: 1.6em;
  position: relative;
  z-index: 100;
  line-height: 1.5em;
  height: 1em;
}


#main-image {
  text-align: center;
  margin: 20px auto 20px auto;
}

#footer {
}

#top-nav {
  position: absolute;
  padding: 0 0 0 0;
  bottom: 0;
  right: 0;
  font-size: 0.6em;
}

#bottom-nav {
  line-height: 1.8em;
}

#bottom-nav li {
  display: inline;
  margin-right: 0.4em;
}

#bottom-nav ul  {
  display: inline;
}


a.nav-link {
  color:#302e2b;
  text-decoration: none;
	padding: 2px;
}

a.nav-link:hover {
  color: #fff;
  background: #a8020d;
}

a.nav-links, a.nav-links:hover, a.nav-links:active, a.nav-links:visited {
  text-decoration: none;
}

span.nav-current {
  color: #fff;
  background: #a8020d;
  font-weight: normal;
	padding: 2px;
}



img.line-end {
  vertical-align: bottom;
}

.error {
  font-weight: bold;
  color: #912911;
}

.page-filler {
  margin-bottom: 20px;
  min-height:400px;
  height: auto !important;
  height: 400px;
  line-height: 1.5em;
}

.news-update {
  padding-top: 1em;
}

.news-title {
  padding-bottom: 0.5em;
}

.active {
  font-weight: bold;
}

.project-about {
  font-size: 0.9em;
}

.sub-nav-entry {
	padding-right: 10px;
}

.sub-nav-entry div {
	display: inline;
	padding-right: 5px;
}

.sub-nav-entry img {
  width: 250px;
  padding: 20px 5px 5px 0;
  display: none;
}

.clearer {
  width: 1px;
  height: 1px;
  clear: both;
}
