body{
	font: 12px "Calibri", "Verdana", Sans-serif;
  background: #ff0707 url('/images/bg_transition.jpg') repeat-x; /*#b00;*/
  margin: 0;
  padding: 0;
}

input[type=text], input[type=password],textarea{
  padding: 1px 2px;
  border: 1px solid #999;
  background: #fafaff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: 0 0 3px #000;
  -moz-box-shadow: 0 0 3px #000;
  -webkit-box-shadow: 0 0 3px #000;
}

input[type=text]:focus, input[type=password]:focus, textarea:focus{
  box-shadow: 0 0 3px #00f;
  -webkit-box-shadow: 0 0 3px #00f;
  -moz-box-shadow: 0 0 3px #00f;
  background: #fff;
}

a{
  color: #fff;
}

label{
  font-weight: 900;
}

div#main_container{
  position: absolute;
  left: 0;
  right: 0;
  top: 100px;
  width: 700px;
  margin: auto;
  color: #ddd;
}

div.main_container_expanded{
  width: 1000px !important;
}

ul#menu{
  font-size: 10px;
  float: left;
  width: 140px;
  padding: 5px 0;
  list-style-type:none;
  font: 12px "Verdana", sans-serif;
  border-right: 1px solid #d55;
}

ul#menu ul{
  list-style-type: none;
  font-size: 8px;
  padding: 0;
}

.default-border{
  -moz-box-shadow: 2px 2px 5px #000;
  -webkit-box-shadow: 2px 2px 10px #000;
  box-shadow: 2px 2px 10px #000;
}

ul#menu li{
  padding: 2px 10px 2px 0;
  color: #fafafa;
  text-decoration: none;
  text-align: right;
}

ul#menu li a{
  text-decoration: none;
}

ul#menu li:hover{
  background-color: #fff;
}

ul#menu li:hover a{
  color: #000;
}

ul#menu hr{
  border: none;
  border-top: 1px solid #d55;
}

ul#menu li.current{
  font-weight: 900;
}

div#text_container{
  margin-left: 150px;
  color: #fafafa;
  min-height: 300px;
}

div#images_container{
  float: right;
  margin-left: 10px;
  width: 100px;
}

div#images_container img{
  box-shadow: 2px 2px 5px #000;
  -moz-box-shadow: 2px 2px 5px #000;
  -webkit-box-shadow: 2px 2px 5px #000;
  margin-bottom: 10px;
}

div#teaser{
  box-shadow: 2px 2px 10px #000;
  -moz-box-shadow: 2px 2px 10px #000;
  -webkit-box-shadow: 2px 2px 10px #000;
  height: 150px;
}

div#teaser_logo{
  position: absolute;
  top: 20px;
  left: 20px;
  width: 83px;
  height: 117px;
  background: transparent url('/images/sprites.png') 0 -19px no-repeat;
  cursor: pointer;
}

div#tz_reader{
  background: transparent url('/images/sprites.png') no-repeat;
  background-position: 0 0;
  height: 16px;
  width: 313px;
  padding: 3px;
  position: absolute;
  top: -25px;
  right: 0;
}

div.three_projects{
  height: 300px;
  margin-top: 10px;
  text-align: right;
}

div.three_projects div{
  float:left;
  width: 183px;
}

div.three_projects div h1{
  font-size: 14px;
  margin-bottom: 0;
}

div.three_projects div h1 a{
  text-decoration: none;
}

div.tz_footer{
  margin: 20px 0;
  padding-top: 5px;
  text-align: right;
  color: #fff;
  border-top: 1px solid #d55;
}

ul.program{
  list-style-type: none;
  padding: 0;
}

ul.program li{
  border-bottom: 1px solid #b00;
  height: 60px;
  margin-bottom: 10px;
}

ul.program li.month{
  height: 1.5em;
  font-size: 20px;
  margin-bottom: 20px;
}

ul.program li h1{
  font-size: 14px;
  margin: 0;
}

ul.program li h1 a{
  text-decoration: none;
}

ul li.month{
  padding-left: 10px;
}

div.day{
  float:left;
  text-align: center;
  margin-right: 20px;
  margin-top: -10px;
  width: 60px;
  color: #faa;
}

ul.program li div.day h1{
  font-size: 36px;
  margin: 0;
}

div.day span{
  font-size: 10px;
}

span.project_time{
  float:right;
}

#basic_information{
  position: absolute;
  top: 80px;
  left: 15px;
  color: #fff;
}

.webpage_nav{
  background-color: #fafafa;
  border: 1px solid #ccc;
  box-shadow: 3px 3px 3px #444;
  -moz-box-shadow: 3px 3px 3px #444;
  -webkit-box-shadow: 3px 3px 3px #444;
  padding: 10px;
  color: #fff;
}

.webpage_nav{
  float: left;
  width: 137px;
  min-height: 300px;
}

.webpage_nav ul{
  list-style-type: none;
  padding: 0;
}

.webpage_nav li{
  margin-bottom: 0.5em;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.5em;
}

.webpage_nav li:last-child{
  border-bottom: none;
}

.webpage_nav li a{
  text-decoration: none;
}

.webpage_nav .desc{
  color: #777;
}

.webpage_nav li a:hover{
  font-weight: 900;
}

.webpage_body{
  margin-left: 0;
  margin-top: 10px;
  width: auto;
}

.webpage_body h1{
  margin-top: 0;
  font-size: 14px;
}

.webpage_body ul.webpage_toc{
  list-style-type: none;
  padding: 0;
  border-top: 1px solid #999;
  margin-top: 1em;
  padding-top: 1em;
}

.webpage_body ul.webpage_toc li{
  margin-bottom: 1em;
}

.webpage_body ul.webpage_toc_thumbnails{
  list-style-type: none;
  padding: 0;
}

.webpage_body ul.webpage_toc_thumbnails li{
  margin-bottom: 1em;
  height: 120px;
  text-align: right;
}

.webpage_body ul.webpage_toc_thumbnails li .thumb{
  float: right;
  margin: 0;
  margin-left: 1em;
}

.webpage_body ul.webpage_toc_thumbnails li .thumb a img,
.webpage_body .webpage_thumbs img,
.three_projects img{
  border: 1px solid #333;
  box-shadow: 2px 2px 5px #111;
  -moz-box-shadow: 2px 2px 5px #111;
  -webkit-box-shadow: 3px 3px 3px #000;
}

.webpage_body ul.webpage_toc_thumbnails li h1{
  padding-top: 10px;
  font-size: 16px;
}

.webpage_body ul.webpage_toc_thumbnails li h1.project_title{
  margin-bottom: 0;
}

.webpage_body ul.webpage_toc_thumbnails li h1.project_title a{
  text-decoration: none;
}

.webpage_body .webpage_thumbs{
  float: right;
  width: 180px;
  text-align: right;
}

.webpage_body .webpage_thumbs img{
  margin-bottom: 2em;
}

#browser-items a{
  color: #000;
}

.notfound{
  margin-top: 50px;
  margin-left: 100px;
  width: 400px;
  height: 100px;
  border: 2px solid #d00;
  text-align: center;
  padding: 30px;
  color: #f00;
}
.notfound h1{
  font-size: 20px;
  font-weight: 900;
}

.login_form,
.default_form{
  margin: auto;
  height: 210px;
  width: 400px;
  -moz-box-shadow: 2px 2px 5px #000;
  -webkit-box-shadow: 2px 2px 5px #000;
  box-shadow: 2px 2px 5px #000;
  padding: 10px;
}

.login_form h1{
  font-size: 16px;
}

.login_form hr{
  border: none;
  border-top: 1px solid #999;
}

.default_form{
  width: auto;
  height: auto;
}

.default_form label{
  float: left;
  width: 10em;
  margin-top: 5px;
}

a.button{
  color: #000;
  text-decoration: none;
}

.ticket{
  text-decoration: none;
  margin-left: 2em;
  background: #fff;
  color: #000;
  font-size: 8px;
  padding: 1px 3px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

ul.weblogs{
  padding: 1em;
}

ul.weblogs li .weblog_date{
  color: #f0f0f0;
}

ul.weblogs li .weblog_author{
  color: #f0f0f0;
}
