/* -------------------------------------------------------------- 
  
   CSW Screen Style
   * by nckck.com
   * uses parts of boilerplate and 960.gs
   
-------------------------------------------------------------- */


@import "reset.css";
@import "typography.css";
@import "960.css";



/* Page
------------------------*/

body {
	background: #E3E3E3;
	background-image: url(../img/bg.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #000;
	font-size: 12px;
}

a {
  color: black;
}

a:hover {
  text-decoration: none;
}


/* Header
------------------------*/

#logo {
  margin-top: 50px;
}


/* Menu
------------------------*/

#menu {
  position: fixed;
  bottom: 0;
  left: 50%;
  margin-left: -490px;
  /*height: 90%;*/
  top: 60px;
  background-color: #000;
  background-image: url(../img/menu_bg.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  color: white;
  z-index: 5;
}

.ie6 #menu {
	height: 680px;
	position: relative;
}

#menu a.active {
  color: #CF0303;
}

#menu a {
  color: white;
  text-decoration: none;
}

#menu a:hover {
  color: #CF0303;
}

#menu ul {
  position: absolute;
  bottom: 105px;
  left: 175px;
  list-style-image: url(/fileadmin/templates/img/bullet_white.png);
}

#menu li {
  margin: 0;
  padding: 1px 0;
}


/* Content
------------------------*/

#content_wrap {
  margin-top: 85px;
}

#content {
  clear: both;
  margin-bottom: 200%;
}

#content ul {
  list-style-image: url(/fileadmin/templates/img/bullet_black.png);
}

#content li {
    line-height: 1.5em;
}

.ie6 #content_wrap {
	padding-left: 140px;
}

.ce {
	margin-bottom: 100px;
}

.ce1 {
	margin-bottom: 100%;
}

.event {
  clear: both;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  padding-bottom: -10px;
}

.event h1 {
  font-size: 1.4em;
  margin-bottom: 0;
  margin-top: -10px;
}

.event .date {
  margin: 0; padding: 0 0 5px 0;
}

.event .tagline {
  margin: 0; padding: 5px 0 10px 0;
  font-weight: bold;
}

.links ul {
}

.links ul li a {
	font-weight: bold;
}

.links ul li .desc {
	padding-bottom: 8px;
	font-size: 90%;
}

/* Footer
------------------------*/

#footer {
	color: #666;
	clear: both;
}

#footer p {
  margin: 10px 0 0 0;
  padding: 3px 0 0 0;
  border-top: 1px solid #666;
  font-size: 11px;
}

#footer a {
  color: #666;
}
