/*  
Theme Name: Urban Future Organization 2007
Theme URI: http://www.polimekanos.com/
Description: Joseph's 2007 theme
Author: Joseph Kohlmaier

	This theme was designed and built by Joseph Kohlmaier,
	at http://www.polimekanos.com

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/




body {
	font-family: Monaco, Verdana, "Courier New", monospaced;
	font-size: 9px;
	margin: 0px;
	padding: 0px 0px 0px 25px;
	}
	
a {
	color: #000000;
	text-decoration: none;
	}
	
#menu {
	left: 25px;
	top: 0px;
}

#logo {
	margin-top: 20px;
	margin-left: 200px;
	height: 150px;
}

#logo img {
	float: left;
}

#container {
	clear: both;
}

#menuitem {
	background-image: url(images/dots.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}

#out, #menuelement {
	padding-top: 30px;
	padding-right: 50px;
	margin-left: 1px;
	cursor: pointer;
}

.on a, #menuelement_active {
	text-decoration: underline;
	}

#menuelement_active {
	background-image: url(images/menu_highlight.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 30px;
	padding-right: 50px;
	margin-left: 1px;
}

#main_container {
	margin-top: 50px;
	padding-top: 0px;
}

#contain td {
	vertical-align: top;
	padding-right: 30px;
	padding-top: 30px;
}
#image {
	width: 400px;
	position: relative;
}
#date {
	background-color: #fcff00;
	padding-top: 8px;
	padding-right: 50px;
	padding-bottom: 8px;
	padding-left: 8px;
	position: absolute;
	left: 0;
	top: 0;
}
#text {
	line-height: 14px;
	width: 280px;
	background-image: url(images/dots.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 30px;
}

#text2 {
	line-height: 14px;
	width: 280px;
	background-image: url(images/dots.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 30px;
	margin-left: 30px;
}

#text h1, #text2 h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	margin-top: 12px;
	margin-bottom: 12px;
}
#text a {
	text-decoration: underline;
}