/* * *
 * Style sheet by Tilo Kussatz, copyright 2003-09.
 * Originally written for http://www.kussatz.com/.
 */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: 'Lucida Sans Unicode', sans-serif;
	font-size: 0.9em;
	background: #fefefc url(http://www.kussatz.com/media/bg5.png) top center;
	color: #f5cb4c;
	border-top: 4px solid #F7EBDB;
	height: 100%;
}
html {
	overflow: hidden;
	border-top: 7px solid #232323;
}

a, a:visited {
	color: #f5cb4c;
	outline: none;
}

h1, h2, h3, h4, h5, h6, p, ul, li, form {
	margin: 0;
	padding: 0;
}

#contentholder {
	position: relative;
	display: none;
	visibility: hidden;
	background: #232323 url(http://www.kussatz.com/media/bg3.png) center left repeat-x fixed;
	border-top: 3px solid #232323;
	border-bottom: 3px solid #232323;
}

#content {
	overflow: auto;
}

#topstrip {
	line-height: 500%;
}

#whatsthis {
	width: 100%;
	margin: 22px 0 0 0;
}

.site_menu {
	text-align: left;
	overflow: hidden;
	margin-top: -4px;
}

.tag_menu {
	position: absolute;
	bottom: 64px;
	height: 0;
  width: 100%;
  overflow: hidden;
}
.tag_menu, .tag_menu p, .tag_menu li {

}

.wrap {
  float: left;
  position: relative;
  left: 50%;
  text-align: left;
}
.wrap ul {
  list-style: none;
  position: relative;
  left: -50%;
}
.wrap li {
  float: left;
  margin: 6px 11px 0 11px;
}


.site_menu li {
	margin: 0 4px 0 3px;
	background: #232323 url(http://www.kussatz.com/media/dark-medium-fade.jpg) 0px -44px repeat-x;
}
.site_menu li a {
  margin: 64px 0 0 0;
}

.wrap li a, .wrap li a:visited {
	color: #f5cb4c;
	background: #232323;
	padding: 3px 22px;
	display: block;
	border: 1px solid #232323;
	text-decoration: none;
}
.wrap li a:hover {

}

.clearer {
	height: 1px;
	overflow: hidden;
	margin-top: -1px;
	clear: both;
}

.item_presentation {
	position: relative;
	height: 0;
	overflow: hidden;
	text-align: left;
	line-height: 166%;
	color: #ccc;
}
.item_presentation a {

}
.item_presentation .helper {
	margin: 0 0 0 42%;
	padding: 22px 4% 22px 0;
	position: relative;
}
.item_presentation .screenshot {
	width: 222px;
	position: absolute;
	top: 22px;
	left: -246px;
	text-align: right;
	line-height: 100%;
}
.item_presentation .screenshot img {
	border: 1px solid #232323;
	margin: 0 0 22px 0;
}



h1.name {
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 0em;
	color: #f5cb4c;
}
h1.name span {
	font-size: 0.75em;
	color: #aaa;
}

h2.abstract {
	font-size: 1.0em;
	font-weight: normal;
	margin-bottom: 0em;
	line-height: 166%;
}

h3.url {
	font-weight: normal;
	font-size: 0.9em;
	margin-bottom: 0em;
	color: #aaa;
}
h3.url em {
  font-style: normal;
}
h3.url a {
  color: #aaa;
}
.description {
  margin: 0.5em 0;
}

.description p {
	margin-bottom: 0em;
	font-size: 0.9em;
	line-height: 166%;
	color: #aaa;
}

#contact_form .description {
 font-size: 0.9em;
	line-height: 166%;
	color: #aaa;
}
#contact_form .description p {
 font-size: 1em;
}

p.tags {
	margin-bottom: 0em;
	font-size: 0.9em;
}

.expertise {
	color: #888;
	font-size: 0.9em;
	margin: 0.5em 0;
}


#copyrightholder {
	text-align: center;
	font-size: 0.75em;
	position: absolute; 
	left: 0;
	bottom: 0; 
	width: 100%;
	border-top: 4px solid #F7EBDB;
	
}
#copyrightholder p {
	padding: 5px 0;
	border-top: 0px solid #232323;
	border-bottom: 0px solid #232323;
	background: #232323 url(http://www.kussatz.com/media/dark-medium-fade.jpg) 0px -44px repeat-x;
}
#loading_msg {
	display: none;
	position: absolute; 
	bottom: 2px; 
	right: 0px; 
	padding: 5px 10px; 
	font-size: 0.75em;
}
#copyrightholder a, #copyrightholder a:visited {
	color: #f5cb4c;
}
#copyrightholder .promoter {
	text-align: center;
}
.arrow {
	color: #f5cb4c;
}

.credit, .about {
	display: none;
	visibility: hidden;
	height: 0;
	position: absolute;
	top: -1000px;
}

#intro {
	color: #232323;
	text-align: center;
}

#contact_form input {
	border: 1px solid #232323;
	font-family: 'Lucida Sans Unicode', sans-serif;
	font-size: 1em;
	padding: 3px 5px;
	width: 97%;
	background-color: #FEFEEE;
	color: #232323;
	margin: 0;
}
#contact_form textarea {
	border: 1px solid #232323;
	font-family: 'Lucida Sans Unicode', sans-serif;
	font-size: 1em;
	width: 98.5%;
	height: 100px;
	padding: 3px 5px;
	overflow: auto;
	background-color: #FEFEEE;
	color: #232323;
}
#contact_form .error {
	color: #c02040;
}

/*
img {
	behavior: url("http://www.kussatz.com/media/pngbehavior.htc");
	border: 0;
}
*/
                                        