@import "reset.css";

body 	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
  background: #441122 url("../images/background.png");
	color: #fff;
	line-height: 1.6em;
	text-align: center;
	position: relative;
  }
p {
	margin: 0 0 10px 0;
	font-size: 1em;
	}
hr {
  width: 100%;
  overflow: hidden;
  border: 0;
  border-bottom: 1px solid #E1E1E1;
  height: 1px;
  margin: 20px 0;
  }
h1 {
  color: #fff;
  margin: 0 0 5px 0;
	font-size: 1.6em;
	font-weight: normal;
	}
h2 {
	font-size: 2.5em;
	color: #fff;
	font-weight: normal;
	margin: 0 0 15px 0;
	}
h3 {
	font-size: 2.5em;
	color: #ffa8d6;
	font-weight: normal;
	margin: 0 0 15px 0;
	}
h3 a {
	color: #ffa8d6;
	text-decoration: none;
	}
h3 a:hover {
	color: #fff;
	text-decoration: none;
	}
a {
	color: #fff;
	text-decoration: none;
	}

a:hover {
	color: #F3E29C;
	text-decoration: none;
	}

/* LAYOUT
------------------------------*/

#all {
  width: 950px;
  text-align: left;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  }

/* LOGO
------------------------------*/

#logo {
  width: 950px;
  height: 260px;
  overflow: hidden;
  position: relative;
  }
#logo h1 {
  display: block;
  font-size: 1.8em;
  width: 481px;
  position: absolute;
  left: 0;
  top: 70px;
  height: 131px;
  background: url("../images/hynek-zatloukal.png") no-repeat;
  }
#logo h1 span {
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
  visibility: hidden;
}

/* FOOTER
------------------------------*/

#bottom {
  width: 950px;
  height: 180px;
  font-size: 1em;
  font-family: Arial;
  color: #ffa8d6;
  }
#bottom a {
  color: #a05570;
  font-weight: bold;
  text-decoration: underline;
  }
#bottom a:hover {
  text-decoration: none;
  }
#bottom span {
  color: #a9218e;
  }

/* CLASSES
------------------------------*/

#info {
  width: 950px;
  position: relative;
  margin-bottom: 40px;
  height: 130px;
	}
#info2 {
  width: 950px;
  position: relative;
  height: 200px;
}
.currently {
  color: #ffa8d6;
  margin-bottom: 20px !important;
}
#content {
  width: 975px;
  position: relative;
  margin-bottom: 40px;
	}
.item {
  margin: 0 10px 10px 0;
  width: 310px;
  height: 310px;
  overflow: hidden;
  background: white;
  float: left;
}
.clear {
  clear: both;
}
