html{
	font-family: monospace;
}
body{
	background:url(../images/bg-body.gif) repeat;
	margin:0;
}
img{
	border:0;
}
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 20px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
	margin: auto;
	display: block;
	width: 60%;
	max-width: 500px;
}

/* Caption of Modal Image */
#caption {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
	text-align: center;
	color: #ccc;
	padding: 10px 0;
	height: 150px;
}

.close {
	position: absolute;
	top: 15px;
	right: 35px;
	color: #f1f1f1;
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;
}

	.close:hover,
	.close:focus {
		color: #bbb;
		text-decoration: none;
		cursor: pointer;
	}

@media only screen and (max-width: 700px) {
	.modal-content {
		width: 100%;
	}
}
@media screen and (max-width: 600px) {
  #sidebar {
    visibility: hidden;
  }
}
.zoomer {
	cursor: zoom-in;
	height: 128px;
	width: 128px;
	object-fit: cover;
}

#background{
	background-color:#051e10;
	display:block;
	height:1440px;
	width:50%;
	position:absolute;
	left:0;
	top:0;
}
#page{
	background:url(../images/bg-page.png);
	width:960px;
	margin:0 auto;
	position:relative;
}
#connect .tum, #connect .blu, #connect .you{
	background:url(../images/icons.gif) no-repeat;
}
#contents span.header, #contents h3, #contents ul li, #contents div.blogs span{
	background:url(../images/interface.gif) no-repeat;
}
/** Links **/
#sidebar{
	float:left;
	color:#ebebeb;
	height:100%;
	width:260px;
	padding-left:5px;
}
#sidebar ul{
	list-style-type:none;
	margin:0 0 60px;
	padding:0;
	text-align:left;
}
#sidebar a{
	color:#ebebeb;
	text-decoration:none;
}
#logo{
	line-height:20px;
	margin:0 0 60px;
}
#logo a{
	background:url(../images/logo.png) no-repeat right top;
	color:#be1010;
	display:block;
	font-size:14px;
	width:209px;
	padding:159px 25px 0;
	text-align:center;
}
#logo a em{
	font-size:16px;
}
#navigation li{
	font-size:19px;
	line-height:40px;
}
#navigation li a{
	display:block;
	width:259px;
	text-transform:uppercase;
}
#navigation li.selected a, #navigation li a:hover{
	background:url(../images/menu-selected.gif) no-repeat 190px center;
}
#connect{
	display:inline-block;
}
#connect li{
	float:left;
	width:85px;
	text-align:center;
}
#connect li a{
	display:block;
	height:36px;
	margin:0 auto;
}
#connect .tum{
	background-position:0 0;
	width:40px;
}
#connect .blu{
	background-position:0 -47px;
	width:46px;
}
#connect .you{
	background-position:0 -94px;
	width:40px;
}
#sidebar .footer{
	font-size:12px;
	line-height:20px;
	text-align:center;
}
/** Contents **/
#contents{
	min-height:1380px;
	width:690px;
	margin:0 0 0 264px;
	padding-top:60px;
}
#contents span.header{
	background-position:0 -224px;
	display:block;
	height:47px;
	width:644px;
	margin:0 auto 13px;
}
#contents h3{
	background-position:0 -154px;
	color:#ebebeb;
	font-weight:normal;
	height:27px;
	width:596px;
	margin:0 auto;
	padding:18px 8px 15px;
	text-transform:uppercase;
}
#contents div{
	width:612px;
	margin:0 auto;
	padding:0 0 20px;
}
#contents div a{
	color:#a40e0e;
	text-decoration:none;
}
#contents div p{
	font-size:13px;
	line-height:20px;
	margin:20px 0 19px;
	padding:0 0 20px;
}
#contents ul.images{
	display:inline-block;
	list-style-type:none;
	width:622px;
	margin:0 auto 15px;
}
#contents ul.images li{
	float:left;
	background-position:0 0;
	height:130px;
	width:130px;
	margin:13px 5px 13px;
	padding:7px 7px 17px;
}
#contents .img-gallery{
	color:#000000;
	display:block;
	font-size:11px;
	line-height:20px;
	margin-left:40px;
}
#contents a.more{
	font-style:italic;
	text-decoration:underline;
}
/** About **/
#contents div.links a{
	background-color:#bfbdbd;
	color:#faf7f7;
	font-size:12px;
	padding:2px 10px 1px;
	text-decoration:none;
	text-transform:uppercase;
}
	#contents div.about {
		margin-bottom: 0;
		color: #00f7ff;
		padding-bottom: 20px;
	}
#contents div.about span{
	font-size:13px;
	line-height:20px;
	text-transform:uppercase;
}
#contents div.tags{
	background-color:#bfbdbd;
	height:40px;
	line-height:40px;
	margin-bottom:20px;
	padding:0;
}
#contents div.tags span{
	color:#626262;
	font-size:0.92em;
	padding:0 10px;
	text-transform:uppercase;
}
#contents div.tags a{
	color:#faf7f7;
	font-size:12px;
	padding:0 10px;
}
/** Blog **/
#contents div.blogs p {
	height: 160px;
	color: #00f7ff;
	margin: 0;
	padding: 0;
	}
#contents div.blogs span {
	float: left;
	color: #00f7ff;
	background-position: 0 0;
	display: block;
	height: 130px;
	width: 130px;
	margin-right: 10px;
	padding: 7px 7px 23px;
	}
#contents div.paginate a {
	color: #fceaff;
	font-size: 0.9em;
	padding: 0 3px;
	}
/** IE6 **/
#background{
	_height:1440px;
}
#sidebar{
	_height:1440px;
}
.box {
  background-color: #00000000;
  margin: 0 auto;
  width: 500px;
  height: 300px;
  position: relative;
  box-shadow: inset 0 0 3px #000;
  border-radius: 5px;
  border: 1px solid #111;
  overflow: hidden;
}
.box b {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #3673cf;
  box-shadow: inset -5px -5px 5px rgba(0,0,0,.6), 15px 15px 2px rgba(0,0,0,.04);
  position: absolute;
  -webkit-animation: moveX 3.05s linear 0s infinite alternate, moveY 3.4s linear 0s infinite alternate;
  -moz-animation: moveX 3.05s linear 0s infinite alternate, moveY 3.4s linear 0s infinite alternate;
  -o-animation: moveX 3.05s linear 0s infinite alternate, moveY 3.4s linear 0s infinite alternate;
  animation: moveX 3.05s linear 0s infinite alternate, moveY 3.4s linear 0s infinite alternate;
}

@-webkit-keyframes moveX {
  from { left: 0; } to { left: 596px; }
}
@-moz-keyframes moveX {
  from { left: 0; } to { left: 596px; }
}
@-o-keyframes moveX {
  from { left: 0; } to { left: 596px; }
}
@keyframes moveX {
  from { left: 0; } to { left: 596px; }
}
@-webkit-keyframes moveY {
  from { top: 0; } to { top: 280px; }
}
@-moz-keyframes moveY {
  from { top: 0; } to { top: 280px; }
}
@-o-keyframes moveY {
  from { top: 0; } to { top: 280px; }
}
@keyframes moveY {
  from { top: 0; } to { top: 280px; }
}