/* ------------------- browser css reset ---------------------- */

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, 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-weight:    normal;
  font-style:     inherit;
  font-size:      100%;
  font-family:    inherit;
  vertical-align: baseline;
  }
:focus {
  outline:      0;
  }
ol, ul {
  list-style:     none;
  }
table {
  border-collapse:  separate;
  border-spacing:   0;
  }
caption, th, td {
  text-align:     left;
  font-weight:    normal;
  }
blockquote:before, blockquote:after, q:before, q:after {
  content:      "";
  }
blockquote, q {
  quotes:         "" "";
  }

body { 
	background: url('../images/site-wallpaper.jpg'); 
}

#hiddenNav {
  visibility: hidden;
}

/* ------------------- header ---------------------- */
  
#header {
  position: absolute;
  z-index: 6;
  top: 0px;
  left: 0px;
  width: 1024px;
  height: 253px;
  background: url('../images/site-header.png') no-repeat;
}

#subline {
  position: absolute;
  z-index: 8;
  top: 136px;
  left: 210px;
  width: 590px;
  height: auto;
  text-align: center;
  
  font-family: 'Helvetica', sans-serif;
  font-size: 15px;
  font-weight: normal;
  color: #444444;
  
}

/* ------------------- main menu ---------------------- */

#mainMenuArea {
  position: absolute;
  z-index: 10;
  top: 194px;
  left: 0px;
  width: 825px;
  height: 58px;
  text-align: center;
}

#mainMenuArea ul {
	padding: 17px 0px 0px 0px;
}

#mainMenuArea ul li {
  list-style-image: none;
  padding-left: 10px;
  padding-right: 10px;
  display: inline;
  border-right: 2px dotted #663333;
  
  font-family: 'Helvetica', sans-serif;
  font-weight: bold;
  font-size: 18px;
}

#mainMenuArea ul li:last-child {
  border-right: none;
}

#mainMenuArea ul li a {
	color: #ffffff;
	text-decoration: none;
}

#mainMenuArea ul li a:active {
	color: #ffffff;
}

#mainMenuArea ul li a:hover {
  color: #ff3333;
}

#mainMenuArea ul li.active {
	color: #ff3333;
}

/* ------------------- content ---------------------- */
  
#main {
  position: absolute;
  top: 260px;
  left: 277px;
  width: 546px;
  height: auto;
  display: block;
}

#content {
  position: relative;
  top: 0px;
  left: 0px;
  width: inherit;
  height: auto;
  overflow: hidden;
  background-color: white;
}

#contentTop {
  position: absolute;
  top: 0px;
  left: 0px;
  width: inherit;
  height: 11px;
  background: url('../images/site-content-top.jpg') no-repeat;
}

#contentBottom {
  position: absolute;
  bottom: 0px;
  left: 1px;
  width: inherit;
  height: 5px;
  background: url('../images/site-content-bottom.jpg') no-repeat;
}

#contentLeft {
  position: absolute;
  top: 11px;
  left: 0px;
  width: 11px;
  height: 100%;
  background: url('../images/site-content-left.jpg');
}

#contentRight {
  position: absolute;
  top: 11px;
  right: 0px;
  width: 14px;
  height: 100%;
  background: url('../images/site-content-right.jpg');
}


/* ------------------- content typo ---------------------- */

#contentWrap {
  padding: 20px 25px 35px 25px;
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  color: #222222;
}

#contentWrap h1 {
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 2em;
	font-weight: bold;
}

#contentWrap h2 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 1.6em;
  font-weight: bold;
}

#contentWrap h3 {
  margin-top: 5px;
  margin-bottom: 8px;
  font-weight: bold;
}

#contentWrap p {
  line-height: 135%;
	margin-bottom: 8px;
}

#contentWrap strong {
	font-weight: bold;
	color: #960113;
}

#contentWrap em {
	font-style: italic;
}

#contentWrap ol {
	list-style: decimal;
	padding: 8px 32px 12px 32px;
	line-height: 125%;
}

#contentWrap ul {
	list-style: square;
	padding: 8px 32px 12px 32px;
	line-height: 125%;
}

#contentWrap a {
  color: #660000;
  text-decoration: none;
  font-weight: normal;
}

#contentWrap a strong {
  color: #660000;
  text-decoration: none;
  font-weight: bold;
}

#contentWrap h2 {
  margin-bottom: 0px;
}

#contentWrap h2 a {
  color: #660000;
  text-decoration: none;
  font-weight: bold;
}

#contentWrap a:active {
  color: #ff3333;
}

#contentWrap a:active strong {
  color: #ff3333;
}

#contentWrap h2 a:active {
  color: #ff3333;
}

#contentWrap a:hover {
  color: #ff3333;
}

#contentWrap a:hover strong {
  color: #ff3333;
}

#contentWrap h2 a:hover  {
  color: #ff3333;
}

#contentWrap img {
  padding: 0px 5px 5px 5px;
}

#contentWrap table td {
	padding: 2px;
}



/* ------------------- footer & footer menu ---------------------- */

#footer {
  position: relative;
  width: inherit;
  height: auto;
  text-align: center;
  padding-top: 10px;
  
  font-family: Helvetica, sans-serif;
  font-size: 0.75em;
}

#footer ul.menu {
	padding: 0px;
}

#footer ul.menu li {
	display: inline;
	padding: 0px 10px 0px 10px;
	border-right: 1px dotted #663333;
}

#footer ul.menu li:last-child {
  border-right: none;
}

#footer * a {
	text-decoration: none;
	color: #996633;
}

#footer * a:hover {
  color: #ff3333;
}

#footer p {
	color: #996633;
	padding: 6px;
}


/* ------------------- left menu ---------------------- */

#left {
  position: absolute;
  top: 260px;
  left: 25px;
  width: 241px;
  height: auto;
}

#menu {
  position: relative;
  top: 0px;
  left: 0px;
  width: inherit;
  height: auto;
  overflow: hidden;
  background-color: white;
}

#menuTop {
  position: absolute;
  top: 0px;
  left: 0px;
  width: inherit;
  height: 13px;
  background: url('../images/site-leftmenu-top.jpg') no-repeat;
}

#menuBottom {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: inherit;
  height: 14px;
  background: url('../images/site-leftmenu-bottom.jpg') no-repeat;
}

#menuLeft {
  position: absolute;
  top: 11px;
  left: 0px;
  width: 11px;
  height: 100%;
  background: url('../images/site-leftmenu-left.jpg');
}

#menuRight {
  position: absolute;
  top: 11px;
  right: 0px;
  width: 15px;
  height: 100%;
  background: url('../images/site-leftmenu-right.jpg');
}

#menuWrap {
  padding: 20px 0px 25px 0px;
}

#respekt {
  position: absolute;
  width: inherit;
  height: auto;
}

#respekt p {
	visibility: hidden;
}

/* ------------------- left menu list ---------------------- */

#menuWrap ul {
	padding: 5px 25px 5px 25px;
}

#menuWrap ul li {
  display: block;
  margin: 0px;
  padding: 7px 0px 5px 0px;
  border-bottom: 2px dotted #cccccc;
  
  font-family: 'Helvetica', sans-serif;
  font-weight: normal;
  font-size: 15px;
}

#menuWrap ul li:last-child {
  border-bottom: none;
}

#menuWrap ul li.active span {
  font-style: italic;
}

#menuWrap ul li ul {
  padding: 12px 0px 7px 15px;
}

#menuWrap ul li ul li {
  font-style: normal;
}


#menuWrap ul li a {
  color: #660000;
  text-decoration: none;
}

#menuWrap ul li a:active {
  color: #ff3333;
}

#menuWrap ul li a:hover {
  color: #ff3333;
}

.twitterbox {
    padding-left: 12px;
    margin-top: -5px;
    margin-bottom: 10px;
}

.twitterbox h3 {
    color: #660000;
    font-family: Helvetica;
    font-weight: bold;
    padding-bottom: 5px;
    padding-left: 5px;
}

.podcast {
    width:  197px;
    margin-left: 15px;
    border: 1px solid silver;
    padding: 5px;
    margin-bottom: 15px;
    background: #f5e145;
}

/* ------------------- right side buttons ---------------------- */

#buttons {
	position: fixed;
	top: 15px;
	right: 0px;
	width: 170px;
	height: auto;
}
