@import url('default.css');

div#header {
	width: 801px;
	height: 355px;
	margin: 3em auto 2em auto;
	background: url('../img/header.bg.jpg') bottom left no-repeat;
	position: relative;
}

div#header h1 {
	display: none;
}

div#header span.site-url {
	display: block;
	float: right;
	margin: 8px 2em 0 0;
}

div#header ul {
	list-style: none;
	background: url('../img/header.menu.bg.jpg') top left no-repeat;
	height: 30px;
	padding: 8px 0 0 2em;
}

div#header ul li {
	float: left;
	display: block;
	padding: 0 10px 0 15px;
	background: url('../img/header.menu.bullet.gif') center left no-repeat;
}

div#header ul li.first {
	background: none;
	padding-left: 0;
}

div#header ul li.site-url {
	background: none;
	padding: 0 2em 0 0;
	float: right;
}

div#header div#foto-by {
	height: 71px;
	width: 11px;
	position: absolute;
	right: -12px;
	bottom: 25px;
}

div#header div#foto-by a:hover {
	border: none;
}

div#definitions {
	width: 801px;
	margin: 1em auto 2em auto;
}

div#research-definition {
	width: 371px;
	float: left;
	margin-bottom: 2em;
}

div#research-definition h2 {
	height: 58px;
	background: url('../img/research-definition.h2.bg.gif') top right no-repeat;
}

div#research-definition h2 span {
	display: none;
}

div#research-definition p {
	text-align: right;
}

div#poc-definition {
	width: 370px;
	float: right;
	margin-bottom: 2em;
}

div#poc-definition h2 {
	height: 58px;
	background: url('../img/poc-definition.h2.bg.gif') top left no-repeat;
}

div#poc-definition h2 span {
	display: none;
}

div#poc-definition p {
	color:#28a4b2;
}

div.content {
	clear: both;
	width: 801px;
	margin: 1em auto 3em auto;
}

div#entry {
	width: 386px;
	height: 431px;
	background: url('../img/container.left.bg.png') top left repeat-y;
}

div#entry h2 {
	height: 69px;
	background: url('../img/entry.h2.bg.jpg') top left no-repeat;
}

div#entry h2 span {
	display: none;
}

div#entry h3 {
	text-align: right;
	margin: 10px 15px 1em 1.5em;
}

div#entry div.text {
	text-align: right;
	margin: 1em 15px 1em 1.5em;
}

div#entry div.text p {
	text-align: right;
	margin: 1em 0 1em 0;
}

div#entry span.more {
	display: block;
	text-align: right;
}

div#entry h3.categories {
	text-transform: lowercase;
	text-align: right;
	margin: 1em 15px 0.4em 1.5em;
}

div#entry ul.categories {
	margin: 0 15px 0.5em 1.5em;
	list-style: none;
}

div#entry ul.categories li {
	float: right;
	display: block;
	padding: 0 10px 0 15px;
	background: url('../img/entry.categories.bullet.gif') center left no-repeat;
}

div#entry ul.categories li.last {
	background: none;
}

div#entry ul.categories li.first {
	padding-right: 0;
}

div#projects {
	float: right;
	width: 386px;
	height: 431px;
	background: url('../img/container.right.bg.png') top left repeat-y;
}

div#projects h2 {
	height: 69px;
	background: url('../img/projects.h2.bg.jpg') top left no-repeat;
}

div#projects h2 span {
	display: none;
}

div#projects ol {
	list-style: none;
	margin: 1em 2em 0.5em 15px;
}

div#projects ol li {
	padding-left: 60px;
	margin-top: 1em;
}

div#projects ol li p.more {
	display: block;
	text-align: right;
	margin: 0.5em 0 0 0;
}

div#projects ol li.li10 { background: url('../img/projects.li10.bg.gif') top left no-repeat; }
div#projects ol li.li20 { background: url('../img/projects.li20.bg.gif') top left no-repeat; }
div#projects ol li.li30 { background: url('../img/projects.li30.bg.gif') top left no-repeat; }
div#projects ol li.li40 { background: url('../img/projects.li40.bg.gif') top left no-repeat; }

div#footer {
	width: 801px;
	clear: both;
	margin: 3em auto 1em auto;
}

div#footer p {
	text-align: center;
}

