/* ==============================================================
    General style for the entire site
============================================================== */
html,body {
	font-family: Verdana, Arial;
	font-size: 12px;
	color: rgb(54, 54, 54);
	background-color: #98D0F3;
	line-height: 1.3em;
	text-align: justify;
}

body {
	background-color: #98D0F3;
}

div#holder {
	width: 980px;
	margin: 15px auto;
	background-color: white;
	border: 1px solid blue;
}

img {
	border: none;
	margin: 0px;
	padding: 0px;
}

h1,h2,h3,h4 {
	font-weight: 900;
	margin: 0;
	padding: 0;
	text-align: left;
	margin: 0;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 15px;
}

h3 {
	font-size: 14px;
}

ul {
	margin: 0px;
	padding: 0px;
	margin-left: 15px;
	list-style: square;
}

ul li {
	margin-left: 0px;
	padding: 3px 0px 3px 0px;
	text-align: left;
}

a:link,a:active,a:visited,a:hover {
	font-weight: bolder;
	color: blue;
	text-decoration: none;
}

a:hover {
	color: rgb(15, 100, 235);
}

div#body {
	width: 950px;
	margin: 20px 15px
}

div#navigation {
	float: left;
	width: 160px;
	margin-right: 40px;
}

div#menu {
	float: left;
	width: 160px;
	margin-bottom: 20px;
	min-height: 300px;
}

div#friends {
	float: left;
	width: 160px;
}

div#center {
	float: left;
	width: 500px;
	margin-right: 40px;
}

div#right {
	float: left;
	width: 210px;
}

/* ==============================================================
    Page header
============================================================== */
div#header {
	float: left;
	width: 950px;
	
	margin: 15px;
}

div#logo {
	float: left;
	width: 100%;	
}

div#logo img {	
		border: none;
	
	}

/* ==============================================================
    Page footer 
============================================================== */
div#footer {
	clear: both;
	font-weight: bold;
	font-size: 12px;
	margin: 15px;
}

/* ==============================================================
    Main Menu
============================================================== */
#menu,#menu * {
	color: rgb(64, 64, 64);
	font-size: 12px;
	font-weight: bolder;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}

#menu li {
	padding: 3px 0px;
}

#menu li a,#menu li div.header {
	text-decoration: none;
	margin-top: 1px;
	display: block;
	cursor: pointer;
}

#menu a:hover {
	color: rgb(15, 100, 235);
}

div#menu ul.level1 a {
	padding-left: 10px;
}

div#menu ul.level2 a {
	padding-left: 20px;
}

div#menu li.active a {
	color: rgb(15, 100, 235);
}

/* ================================================
    Dynamic forms
================================================ */
div.dynform div.formrow {
	min-height: 30px;
}

div.dynform .submit {
	font-size: 12px;
	font-weight: bolder;
	padding: 2px;
	line-height: 1em;
	margin-top: 20px;
	display: block;
	width: 300px;
}

div.dynform .sendemail-error {;
	padding: 5px;
	border: 1px solid red;
}

div.dynform p.label {
	margin: 0px;
	width: 100%;
	text-align: center;
	font-weight: bold;
}

div.dynform .radio-label,div.dynform .checkbox-label {
	float: none;
	width: auto;
	cursor: pointer;
	position: relative;
}

div.dynform input,div.dynform textarea {
	width: 300px;
	display: block;
}

div.dynform select,div.dynform .file {
	width: 300px;
	display: block;
}

div.dynform input checkbox,div.dynform input radio {
	width: auto;
	display: block;
}

div.dynform .checkbox-group,div.dynform .radio-group {
	margin-left: 145px;
}

div.dynform .field-break {
	clear: left;
	height: 5px;
	line-height: 0;
}

div.dynform .field-error {
	color: red;
	padding: 0;
	margin: 5px 0 0 0;
	font-weight: bold;
	text-indent: 145px;
}

/* ==============================================================
    Sitemap
============================================================== */
#sitemap {
	padding: 15px 20px 20px 20px;
	list-style: none;
}

#sitemap a {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

#sitemap ul {
	list-style: none;
	margin-left: 20px;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
}

div#sitemap ul.level1 li a {
	margin-top: 0;
	padding-left: 0px;
	text-transform: none;
	font-weight: normal;
}

/* ==============================================================
    Paging
============================================================== */
div.paging {
	display: block;
	text-align: center;
	text-transform: lowercase;
}

div.paging a {
	text-decoration: none;
}

div.paging span {
	margin: 0px 5px;
}

/* ==============================================================
    Events
============================================================== */
div#right ul.event-info {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

div#right ul.event-info li.event-info-label {
	font-weight: bolder;
	margin-top: 10px;
}

div#right ul.event-info li.event-info.text {
	font-weight: normal;
}

/* ==============================================================
    Center content
============================================================= */
div#center h1.title {
	margin-bottom: 5px;
}

div#center h2.subtitle {
	margin-bottom: 5px;
}

#center div.wide {
	clear: both;
}

div#center div.left {
	float: left;
	clear: left;
	width: 240px;
	margin-right: 20px;
	overflow: hidden;
}

div#center div.right {
	float: left;
	width: 240px;
	overflow: hidden;
}

#center .leader .center {
	height: 300px;
}

/* ==============================================================
    Right side content
============================================================= */
div#right div.item {
	padding-right: 5px;
}

div#right h1.title {
	font-size: 16px;
}

#right .intro img {
	display: none;
}

#right .leader .center {
	height: 150px;
}

/* ==============================================================
    General stuff
============================================================= */
div.item {
	clear: both;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

ul.related li {
	line-height: 1em;
}

h1.related {
	margin: 0px;
	padding: 0px;
	margin-top: 2em;
}

a.readon {
	margin: 0;
	padding: 0;
}

.readmore {
	text-align: left;
	text-transform: lowercase;
	padding: 0px;
	margin-top: 1em;
	display: block;
	clear: both;
}

.readmore a:link,.readmore a:hover,.readmore a:active,.readmore a:visited {
	text-decoration: none;
	color: blue;
	font-weight: bolder;
}

.publishdate {
	line-height: 1em;
	font-size: 14px;
	font-style: italic;
}

.intro {
	margin-top: 5px;
	margin-bottom: 0px;
}

p.body {
	margin-bottom: 5px;
}

img.full {
	width: 100%;
	margin: 5px 0px;
}

img.left {
	float: left;
	margin-right: 10px;
}

img.right {
	float: right;
	margin-left: 10px;
}

img.inline-left {
	margin-right: 5px;
}

img.inline-right {
	margin-left: 10px;
}

/* ==============================================================
    FAQ
============================================================= */
p.question {
	font-weight: bolder;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

p.answer {
	padding-top: 0px;
	margin-top: 0px;
	padding-left: 15px;
	font-weight: normal;
}

/* ==============================================================
    New
============================================================= */
div.row div.item {
	clear: none;
}

.friend {
	line-height: 1em;
	text-align: left;
	padding: 0px;
	margin-top: 3px;
}

#countdown {
	margin: 10px 0px;
	font-weight: bolder;
	text-transform: uppercase;
}

.teaser h1 {
	text-align: center;
	font-weight: bolder;
	font-size: 30px;
	line-height: 0.8em;
	color: blue;
}

.teaser h1 a {
	text-decoration: none;
}

.hidden {
	display: none;
}

img.fallerythumbnail {
	float: left;
	margin-right: 10px;
}

.lightbox-images img {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.detail {
	border-bottom: 1px solid blue;
}

.list {
	border-bottom: 1px solid blue;
}

.gallery {
	clear: both;
}
