/*********d*g*x**********/

body {
	width: 960px;
	margin: 0 auto 30px;
	font: 18px/1.4 Arial, sans-serif;
	color: #777;
	background: white;
	padding: 0 15px;
}


h1 {
	background: url('../images/logo.gif') no-repeat;
	margin: 0 0 30px -26px;
}
	h1 a {
		width: 352px;
		height: 89px;
		color: #DA3;
		display: block;
	}

	h1 span {
		display: none;
	}


h2 {
	font-size: 24px;
	font-weight: bold;
	margin: 1em 0 .6em;
	padding: 0;
}


img {
    border: none;
}


a {
	color: blue;
	text-decoration: none;
}

	a:hover, a:active, a:focus {
		color: black;
	}



#menu {
	list-style: none;
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 0 -25px;
	padding: 0;
	height: 65px;
}


	#menu li {
		float: left;
		margin: 0;
		padding: 0;
	}

	#menu a {
		display: block;
		padding: 10px 18px 18px;
	}

	#menu a:hover, #menu a:active, #menu a:focus, #menu a.active {
		background: url('../images/shadow.gif') center bottom no-repeat;
	}



#menu .item1 a, .item1 .date { color: #3CF }
#menu .item2 a, .item2 .date { color: #E63 }
#menu .item3 a, .item3 .date { color: #3C3 }
#menu .item4 a, .item4 .date { color: #DA3 }
#menu .item5 a, .item5 h2 { color: #90F }
#menu .item6 a, .item6 h2 { color: #F09 }


.item1 a, .item2 a, .item3 a, .item4 a {
	color: #777;
}



#content  {
	font-size: 30px;
	margin: 20px 0 50px;
}

	#content div {
		background: white; /* vyzaduje fading v IE */
	}

	#content ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

		#content li {
			margin: 0 0 0 100px;
			padding: 8px 0;
			_position: relative;
		}

		#content li:hover a {
			color: black;
		}


	#content ul.past {
		font-size: 75%;
	}

		#content ul.past * {
			color: gray !important;
		}

	.date {
		color: #3CF;
		margin: 0 0 0 -100px;
		_position: absolute;
		_left: -100px;
		_margin: 0;
	}

		.date, .day, .month {
			float: left;
			display: block;
		}

		.day {
			width: 1.2em;
			text-align: right;
			margin-right: 4px;
		}

		.month {
			width: 1.2em;
			font-size: 40%;
			line-height: 1.2;
			padding-top: .4em;
		}


	#kontakt_ {
		font-size: 80%;
	}



	#projekty_  {
		font-size: 18px;
	}

		#projekty_ ul {
			overflow: auto;
			width: 100%
			_position: relative;
		}

			#projekty_ li {
			    float: left;
		    	width: 125px;
				margin: 0 15px 0 0;
			    padding: 12px 8px;
			    text-align: center;
   				border: 1px solid #e8e8e8;
			    background: #F5F5F5;
			}

			#projekty_ h3 {
				margin: 0;
			}

			#projekty_ li p {
				margin: 0;
				font-size: 90%;
			}




#colophon {
    clear: both;
    font-size: 80%;
    color: #BBB;
}


#mini {
	position: fixed;
	right: 1em;
	bottom: 1em;
	font-size: 10px;
}

.tiny {
	font-size: 10px
}