* { margin: 0; outline: 0; }
ul, ol { padding:  0; }
a, img { border: 0; }
div.clear { clear: both; line-height: 0; height: 0; font-size: 0; border: 0; padding: 0; margin: 0; }

/* force scrollbar */
html { overflow-y: scroll; }

body {
	font-family: Courier, Courier New, monospace;
	font-size: 12px; line-height: 15px;
	margin: 0; border: 0; padding: 0;
	text-align: center;
	
	/*background: url(../img/template/base15.gif);*/
}

/* main divs */

#container {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

h1#inheritance {
	position: absolute; 
	left: 0; top: 50px;
	width: 145px; height: 225px;
}

h1#inheritance a { 
	display: block;
	text-indent: -999em; 
	width: 145px; height: 225px;
	background: url(../img/inheritance_logo.png) 0 0 no-repeat;
}

#content {
	position: absolute;
	left: 220px; top: 108px;
	width: 530px;
}

div.navigation {
	border-top: 1px solid #e4e5f5;
	height: 30px; line-height: 30px;
}

#footer { 
	border-top: 1px solid #e4e5f5;
	height: 200px; 
}

/* columns */

div.col {
	width: 170px;
	margin-left: 10px;
	float: left;
}

div.col:first-child {
	margin-left: 0;
}

div.col.center { text-align: center; }
div.col.right { text-align: right; }

/* menu */

#menu {
	position: absolute;
	left: 220px; top: 3px;
	width: 530px;
	line-height: 30px;
}

#menu ul { list-style: none; }
#menu ul li {
	float: left;
	margin-right: 15px;
}
#menu a {
	display: block;
	color: #000;
	text-decoration: none;
}
#menu a:hover,
#menu li.active a {
	text-decoration: underline;
}

/* content */

p.heading { 
	border: 0; margin: 0;
	line-height: 23px; height: 23px;
}

#content h1, h2 { 
	font-family: Times New Roman, serif;
	font-size: 20px; line-height: 20px;
	margin: 32px 0 8px 0;
	font-weight: normal;
/*
	border-top: 1px solid #e4e5f5;
*/
}

#content p.heading+h1 { margin-top: 9px; }

a { text-decoration: none; color: #000; }
a:hover { text-decoration: underline; }
h1 a:hover,
h2 a:hover { text-decoration: none; }

h3 {
	font-size: 12px; 
	font-weight: normal;
	height: 29px; line-height: 29px;
	border-top: 1px solid #e4e5f5;
}

h3 a { display: block; }
h3 a:hover { text-decoration: underline; }
h3 a.open { text-decoration: underline; }

/* news content */


div.news h3 {
	font-family: Times New Roman, serif;
	font-size: 20px; line-height: 20px;
	padding-top: 8px;
	font-weight: normal;
}

div.news h3 a { text-decoration: none; }
div.news h3 a:hover { text-decoration: underline; }

#content.homepage { margin-top: 23px; }

#content div.intro p { margin: 0 0 8px 0; }

/*
#content.homepage div.element:first-child h3 { border: none; }
*/

div.element div {
	height: auto; 
	margin: 0 0 15px 0;
}

div img,
div.text img.block {
	float: none;
	display: block;
	margin: 5px 0 10px 0;
}

p.project { margin: 7px 0 8px; }
p.date { margin: 8px 0 0 0; }


div.text img { 
	display: inline; 
	float: left; 
	margin: 4px 10px 10px 0; 
}

/* single news entry */

h1+div.text {
	border-top: 1px solid #e4e5f5;
	padding-top: 7px;
	margin: 0 0 15px 0;
}

/* project list */

ul#projects { list-style: none; }

ul#projects li {
	border-top: 1px solid #e4e5f5;
	padding-top: 8px;
}

ul#projects li h2 {
	margin: 0 0 9px 0;
}

ul#projects li h2 a {
	display: block;
}

ul#projects li h2 a:hover {
	text-decoration: underline;
}

ul#projects p {
	margin: 8px 0;
}


/* elements in page/project */

/* text */

div.text { width: 530px; }
div.text a, #tag_lists a, form a { color: #515492; text-decoration: underline; }
div.text a:hover, #tag_lists a:hover { color: #7476a8; }

/* gallery */

div.gallery div.image { margin: 0; }

div.gallery img,
iframe { 
	display: block; 
	margin: 3px 0 5px 0;
}

span.gallery_navigation,
span.gallery_number { 
	float: right; 
	margin-left: 15px;	
}

span.gallery_navigation a:hover {
	text-decoration: underline;
}

/* video */

div.video { }

/* sponsors */

#content div.sponsors { line-height: 100px; margin: 0 0 5px 0; }
div.sponsors a { margin: 0 30px 0 0; float: left; height: 100px; }
div.sponsors img { display: inline; vertical-align: middle; }

/* tags */

#tag_lists {
	border-top: 1px solid #e4e5f5;
	padding-top: 7px;
	margin: 0 0 15px 0;
}

#tag_lists ul {
	list-style: none;
	width: 170px;
	margin-left: 10px;
	float: left;
}

#tag_lists ul li {
	height: 20px; line-height: 20px;
}

#tag_lists ul.first { margin-left: 0; }
#tag_lists ul.tag_items { margin: 0; width: 530px; }

#page_navigation {
	border-top: 1px solid #e4e5f5;
	line-height: 29px;
	width: 530px;
/*
	text-align: center;
*/
	margin: 0;
}

#page_navigation a:hover { text-decoration: underline; }

form ul { list-style: none; }

