﻿/* BEGIN OF RESET.CSS */
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 {
	xxx-line-height: 1;
}
ol, ul {
	list-style-type:disc;
	list-style-position:inside;
}
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 RESET.CSS */

/* full clearfix */
/* add to floating elements which should not float afterthem */ 
* html .clearfix {
    height: 1%; /* IE5-6 */
    }
* + html .clearfix {
	display: inline-block; /* IE7not8 */
	}
.clearfix:after { /* FF, IE8, O, S, etc. */
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }
/* end of full clearfix */

/* CUSTOM CSS FROM HERE ... */
body
{
	font-family: Sans-Serif;
	font-size: 0.9em;
	margin: 0 auto;
}
body.smallcms
{
	width: 980px;
}
h1
{
	font-size:160%;
}
h2
{
	font-size:140%;
}
h3
{
	font-size:110%;
}
h4
{
	font-size:100%;
	font-weight:bolder;
}
h5
{
	font-size:100%;
	font-style:italic;
}
h6
{
	font-size:90%;
	font-weight:bolder;
	font-style:italic;
}
.header
{
	background:#ccc url('/images/header-background.png');
	height:123px;
	color:#fff;
}
.headerbar
{
	background-color:#333;
	color:#fff;
}
.main
{
	background-color:#eee;
	min-height:444px;
}
.footerbar
{
	background-color: #585858;
	height: 52px;
	clear: both;
	font-size: 80%;
	color: #fff;
}
.footerbar a
{
	color: #fff;
	text-decoration: none;
}
.footerbar a:hover
{
	text-decoration: underline;
}
.horizontalmenu li
{
	display: inline;
}
.horizontalmenu span 
{
	margin:0 6px;
}
.search
{
	float:right;
}
.pager-disabled
{
	cursor:default;
	color:#777;
}
.addthis_button
{
	float:right;
	padding:8px 8px 0 0;
}
.dimmed,
.dimmed img
{
	opacity: 0.5; /* Safari, Opera */
	-moz-opacity:0.50; /* FireFox */
	filter: alpha(opacity=50); /* IE */
}
.dimmed.active,
.dimmed.active img
{
	opacity: 0.8; /* Safari, Opera */
	-moz-opacity:0.80; /* FireFox */
	filter: alpha(opacity=80); /* IE */
}
a:hover.dimmed,
a:hover.dimmed img
{
	opacity: 1; /* Safari, Opera */
	-moz-opacity:1.00; /* FireFox */
	filter: alpha(opacity=100); /* IE */
}

