﻿/****** RESETS ******/
body, h1, h2, h3, p, table, tr, td, ul, li, img, form, input { margin: 0; padding: 0; border: 0; }

/*
  01 - TOP
     01.1 - NAVIGATION
  02 - CONTENT
  03 - PUFFS
  04 - FOOTER
  05 - HEADINGS
  06 - TYPOGRAPHY
  07 - LINKS
  08 - FORMS
  09 - FRONTEND
  10 - CANDY
  11 - DONATE
  12 - MISC
*/

body
{
  font: normal 62.5% Arial, sans-serif;
}

#wrapper
{
  background: #fff;
}

/******************
***** 01 TOP ******
******************/
#top
{
}

#topimage
{
  background: #fefefe url('../image/top.jpg') no-repeat 0 0;
  height: 303px;
}

#topimagetext
{
  width: 320px;
  position: relative;
  left: 30px;
  top: 50px;
}

/********************
** 01.1 NAVIGATION **
********************/
#navWrapper
{
  background: #9d2817 url('../image/top_bg.png') repeat-x 0 0;
  color: #700;
  height: 93px;
}

#navbar
{
  width: 1000px;
}

#navlogo
{
  background: transparent url('../image/top_divider.png') no-repeat right top;
  float: left;
  padding-right: 2px;
  margin-left: 30px;
}

#nav
{
  float: left;
  height: 93px;
}

#nav ul
{
  font-family: Georgia, Times New Roman, Times, Serif;
  font-size: 2em;
  font-style: italic;
  list-style-type: none;
  text-transform: lowercase;
}

#nav li
{
  background: transparent url('../image/top_divider.png') no-repeat right bottom;
  display: block;
  height: 40px;
  margin-top: -1px;
  padding: 53px 12px 0 10px;
  float: left;
  white-space: nowrap;
}

#nav li a
{
  color: #ffb6b6;
  margin-top: 1px;
  position: absolute;
  text-decoration: none;
}

#nav li a.active
{
  color: #fff;
}

#nav li a:hover
{
  color: #fff;
}

#navright
{
  float: right;
  margin: 30px 0 0 20px;
}

#navrightlinks a
{
  color: #ffb6b6;
  text-decoration: none;
}

#navrightlinks a:hover
{
  color: #fff;
  /* text-decoration: underline; */
}

#nav2
{
  position: absolute;
  left: 30px;
  top: 124px;
}

#nav2 ul
{
  font: italic normal 1.2em/1 Georgia, Times New Roman, Times, Serif;
  list-style-type: none;
  text-transform: lowercase;
}

#nav2 li
{
  display: inline;
  margin-right: 5px;
}

#nav2 li a,
#nav2 li a:active,
#nav2 li a:visited
{
  background: #a0a0a0;
  color: #fff;
  text-decoration : none;
  padding: 2px 7px;
}

#nav2 li a:hover,
#nav2 li a.active
{
  background: #ca341c;
}

/******************
*** 02 CONTENT ****
******************/
#content
{
  background: #fff;
  margin: 50px 0 30px 30px;
  min-height: 350px;
  width: 980px;
}

/******************
**** 03 PUFFS *****
******************/
#puffsWrapper
{
  background: transparent url(../image/puffs_bg.png) repeat-x 0 0;
  border-top: 6px solid #cfcfcf;
  height: 293px;
}

#puffs
{
  padding: 0 0 20px 30px;
  width: 950px;
}

#puffs .boxFilled
{
  background: transparent url(../image/box_bg.png);
}

/******************
**** 04 FOOTER ****
******************/
#footerWrapper
{
  background: #6b1002 url(../image/footer_bg.png) repeat-x 0 0;
  height: 218px;
}

#footer
{
  background: transparent url(../image/footer_pattern.png) no-repeat 0 0;
  height: 180px;
  padding: 23px 0 0 30px;
  width: 970px;
}

#footerLogo
{
  background: transparent url(../image/footer_logo.png) no-repeat 0 0;
  float: left;
  height: 23px;
  width: 123px;
}

#footerText
{
  float: left;
  height: 23px;
  line-height: 23px;
  padding-left: 5px;
}

#footer ul
{
  list-style-type: none;
}

#footer li
{
  list-style-type: none;
  margin: 10px 0;
}

#newsletter
{
  background: transparent url(../image/newsletter_bg.png) no-repeat 0 0;
  float: right;
  height: 213px;
  margin-top: -48px;
  padding: 12px 17px;
  width: 281px;
}

/******************
*** 05 HEADINGS ***
******************/
#topimagetext h1
{
  color: #fff;
  font: italic normal 4.8em/1 Georgia, Times New Roman, Times, Serif;
  position: absolute;
  z-index: 100;
}

#content h1
{
  color: #a12817;
  font: italic normal 3em/1 Georgia, Times New Roman, Times, Serif;
  margin: 0 0 15px 0;
}

.subline
{
  color: #9d9d9d;
  font: italic normal 1.6em/1 Georgia, Times New Roman, Times, Serif;
  margin-top: -10px;
}

#content h2
{
  color: #626262;
  display: inline-block;
	font: italic normal 2.2em/1 Georgia, Times New Roman, Times, Serif;
	font-weight: normal;
}

#content h2+h2
{
  margin-top: 0;
}

#puffs h2
{
  color: #a12817;
  font: italic normal 2.2em/1 Georgia, Times New Roman, Times, Serif;
  margin: 35px 0 20px 0;
  text-transform: lowercase;
}

#puffs .boxFilled h2
{
  color: #fff;
  font: italic normal 2.2em/1 Georgia, Times New Roman, Times, Serif;
  margin: 0 0 10px 0;
  text-transform: lowercase;
}

#footer h2
{
  color: #fff;
  font: italic normal 3em/1 Georgia, Times New Roman, Times, Serif;
  margin-bottom: 5px;
  text-transform: lowercase;
}

/******************
** 06 TYPOGRAPHY **
******************/
#navrightlinks,
#navrightlinks p
{
  color: #ffcfcf;
  font-size: 1.2em;
  margin: 0 0 5px 0;
}

p
{
  color: #636363;
  font-size: 1.2em;
  line-height: 1.8em;
  margin: 0;
}

p+p
{
  margin-top: 1.2em;
}

#content b
{
  color: #a12817;
  font-weight: normal;
  line-height: 1;
}

#footer p
{
  color: #fff;
  margin: 0;
}

#footer i
{
  font: italic normal 1em/1 Georgia, Times New Roman, Times, Serif;
  margin-left: 1em;
}

#newsletter p
{
  font-size: 1.2em;
}

/******************
**** 07 LINKS *****
******************/
a,
a:active,
a:visited
{
  color: #a12817;
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

#footer a,
#footer a:active,
#footer a:visited
{
  color: #fff;
  text-decoration: none;
}

#footer a:hover
{
  color: #fff;
  text-decoration: underline;
}

ul.linklist
{
  color: #a12817;
  font-size: 1.2em;
  list-style-type: none;
}

ul.linklist li
{
  margin-bottom: 0.3em;
}

ul.linklist li a,
ul.linklist li a:active,
ul.linklist li a:visited
{
  color: #a12817;
  text-decoration: none;
}

ul.linklist li a:hover
{
  text-decoration: underline;
}

ul.linklist li .linkDescription
{
  color: #636363;
}

.sliderContent li a,
.sliderContent li a:active,
.sliderContent li a:visited
{
  color: #a12817;
  display: inline-block;
  font-size: 1.2em;
  margin-bottom: 0.5em;
  text-decoration: none;
}

.sliderContent li a:hover
{
  text-decoration: underline;
}

.linkblock a,
.linkblock a:active,
.linkblock a:visited,
.linkblock h2 a,
.linkblock h2 a:active,
.linkblock h2 a:visited
{
  text-decoration: none;
}

.linkblock a:hover,
.linkblock h2 a:hover
{
  color: #000;
}

/******************
**** 08 FORMS *****
******************/
#navsearch input,
.boxFilled input
{
  font-size: 1.1em;
  vertical-align: top;
}

input.text
{
  background: #e9e9e9;
  padding: 6px;
}

#navsearch input.searchfield
{
  background: #9d2817;
  border: 0;
  color: #ffcfcf;
  margin-right: 5px;
  padding: 6px 6px 5px 6px;
  width: 120px;
}

#navsearch input.searchsubmit
{
  height: 24px;
  width: 45px;
}

.boxFilled input.text
{
  background: #9d2817;
  border: 0;
  color: #ffcfcf;
  padding: 6px;
  margin: 0;
}

#newsletter input.text
{
  background: #a02814;
  color: #ffb6b6;
  margin-bottom: 5px;
  padding: 5px;
  width: 271px;
}

#newsletter input.submit
{
  margin-top: -5px;
}

/******************
*** 09 FRONTEND ***
******************/
.box
{
  display: block;
}

.boxFilled
{
  background: #ca341c;
}

.layoutGridSpacer { height: 30px; }

hr
{
  border: 0;
  border-top: 1px solid #bbb;
}

hr.hrdotted
{
  border: 0;
  border-top: 1px dotted #bbb;
}

hr.hrdashed
{
  border: 0;
  border-top: 1px dashed #bbb;
}

hr.hrdouble
{
  border: 0;
  border-top: 1px double #bbb;
}

.progressIndicatorTop
{
  display: inline;
  margin: 0 5px;
}

.slideShowIndicatorActive
{
  background: #a12817;
}

.slideShowIndicatorInActive
{
  background: #bbb;
}

/******************
***** 10 CANDY ****
******************/
.expanderWrapper
{
	list-style: none;
	overflow: hidden;
	padding: 0;
}

.expanderWrapper li .expanderHeader
{
  background: url(../image/expander_closed.png) 0 8px no-repeat;
  color: #626262;
  cursor: pointer;
  display: inline-block;
	font: italic normal 2.2em/1 Georgia, Times New Roman, Times, Serif;
	font-weight: normal;
	padding-left: 20px;
}

.expanderWrapper li.open .expanderHeader
{
	background: url(../image/expander_open.png) 0 8px no-repeat;
}

.expanderWrapper li .expanderContent
{
	padding-left: 20px;
}

.sliderWrapper
{
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

.sliderWrapper li .sliderBtnWrapper .sliderBtn
{
	background: transparent url(../image/slider_projects.png) no-repeat top right;
	cursor: pointer;
	display: block;
	height: 19px;
	width: 93px;
}

.sliderWrapper li.open .sliderBtn
{
	background-position: bottom right;
}

.sliderWrapper .sliderContent
{
}

/******************
**** 11 DONATE ****
******************/
#donatebox{font-size:width:660px}
#donatebox em{color:#626262}
#donatebox .left{float:left}
#donatebox .right{float:right;width:160px}
#donatebox .destination,
#donatebox .adress,
#donatebox .method,
#donatebox .logotypes
{
	background: #e9e9e9;
	padding: 15px;
	margin: 0 0 15px 0;
}

#donatebox .destination div
{
	display: inline;
}

#donatebox .destination textarea,#donatebox .destination select{display:none}

#donatebox input{padding:5px}

/******************
***** 12 MISC *****
******************/
.clear { clear: both; float: none }
