/*** Fonts ***/
@font-face {
  font-family: Yanone Kaffeesatz;
  src: url('fonts/YanoneKaffeesatz-Regular.eot');
  src: local("Yanone Kaffeesatz"), url('fonts/YanoneKaffeesatz-Regular.ttf');
}

@font-face {
  font-family: News Cycle;
  src: url('fonts/NewsCycle-Regular.eot');
  src: local("News Cycle"), url('fonts/NewsCycle-Regular.ttf');
}

/*** Globals ***/
* {
  margin: 0;
  padding: 0;
  outline: none;
}

body {
  font: normal .75em Arial, Sans Serif;
  background: url('img/bg.png');
  color: #444444;
}

a {
  text-decoration: none;
  color: #ff2222;
  font-weight: bold;  
}

a:hover {
  text-shadow: #bbbbbb 1px 1px 3px;
}

p {
  line-height: 1.618em;
  padding-bottom: 10px;
}

li {
  line-height: 1.618em;
}

img {
  border: 0;
}

h1 {
  font: normal 200% 'Yanone Kaffeesatz', Arial, Sans Serif;
  margin-bottom: 10px;
}

h2 {
  font: normal 170% 'Yanone Kaffeesatz', Arial, Sans Serif;
}

h3 {
  font: normal 12px Arial;
}

h4 {
  font: normal 90% Arial;
}

fieldset {
	margin: 0;
	padding-left: 10px;
	border: 1px black solid;
  border-radius: 5px;	
}

legend {
	padding: 5px;
}

input, textarea {
  border: 1px black solid;
  font-family: Arial, Sans Serif;
  border-radius: 5px;
  padding: 2px;
  height: 1.7em;
}

hr {
  color: white;
  background: white;
  height: 1px;
  border: none;
}

/*** Menu Navigation ***/
ul.sf-menu ul {
  position: absolute;
  left: -99999px;
  border-radius: 10px;
  border: 1px #888888 solid;
}

ul.sf-menu li {
  list-style: none;
  float: left;
}

ul#nav ul {
  margin-top: 40px;
  background: #dddddd;
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
}

ul#nav li a {
  font: normal 150% 'News Cycle', Arial, Sans Serif;
  color: black;
  text-shadow: 1px 1px 2px #aaaaaa;
  float: right;
  height: 30px;
  padding: 5px 15px 5px 15px;
}

ul#nav li.selected ul a {
  color: black;
}

ul#nav li a:hover,
ul#nav ul li a:hover,
ul#nav li.selected a {
  color: #ff2222;
}

/*** Content ***/
#main {
  width: 950px;
  margin: auto;
}

#site_content {
  width: 950px;
  overflow: hidden;
  background: #dddddd;
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
  border-radius: 0px 0px 10px 10px;
  border: 1px #888888 solid;
}

#content {
  text-align: justify;
  width: 910px;
  padding: 10px 20px 0px 20px;
  margin: 0;
}

#left_content {
  float: left;
  text-align: justify;
  width: 520px;
  padding: 20px 20px 0px 20px;
  margin: 0;
  border: 1px yellow solid;
}

#right_content {
  float: right;
  width: 400px;
  padding: 0;
  min-height: 450px;
}

/*** Footer ***/
footer {
  width: 940px;
  padding: 15px 0px 15px 0px;
  text-align: center;
}

/*** Slideshow ***/
.slideshow {
  width: 950px;
  height: 300px;
  overflow: hidden;
  position: relative;

}

.slideshow li {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 0;
  right: 0;
  list-style: none;
}

/*** Calendar ***/
.calHeader {
  font: normal 120% Arial, Sans Serif;
}

.calText {
  font: normal 110% Arial, Sans Serif;
}

.calTextBig {
  font: normal 180% 'Yanone Kaffeesatz', Arial, Sans Serif;
}

.bubble {
  border-radius: 10px;
  width: 9px;
  height: 9px;
  display: inline-block;
  vertical-align: absolute-middle;
}

