/* defaults */

* {
	margin: 0;
	padding: 0;	
}
body {
	font-family: Helvetiva, Arial, Sans;
	font-size: 12px;
	padding-bottom: 60px;
}
a {
	text-decoration: none;
	color: #000;	
}

a:hover {
	color: #00f;
}

a#projects:hover {
	color: #0000ff;	
}
a#info:hover {
	color: #00ff00;	
}
a#extra:hover {
	color: #ff0000;	
}

h1 {
	font-size: 16px;
	padding-bottom: 30px;
	border-bottom: 1px solid #000;
	text-align: center;
}
h2 {		
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 5px;
}
h4 {		
	font-size: 12px;
	font-weight: bold;
	margin-top: 20px;
}


/* margin top */

h1, .narrow embed, .narrow img, #info {
	margin-top: 40px;
}



/* content */

.maincolumn {
	width: 550px;
	margin: 0 auto;
}

.maincolumn.narrow {
	width: 400px;
	margin-bottom: 20px;
}
	.maincolumn p {
		font-size: 12px;
		margin-bottom: 10px;
	}
	.maincolumn p.description {
		padding: 15px 15px 0 15px;
	}

.left {
	clear: left;
	float: left;
	width: 260px;
	text-align: center;
	margin-top: 40px;
}

.right {
	clear: right;
	float: right;
	width: 260px;
	text-align: center;
	margin-top: 40px;
}

.left a, .right a {
	background: url('../_images/img_shadow.gif') top left no-repeat;
	width: 250px;
	height: 198px;
	padding: 6px 5px;	
	display: block;
}

p.caption {
	margin-top: 5px;
	font-size: 11px;
	font-style: italic;	
	margin-bottom: 0;
}

/* navigation */


#next, #prev, #index {
	float: left;	
	margin-left: 10px;
}
.first, .last {
	color: #ccc;
	cursor: default;	
}
.first:hover, .last:hover {
	color: #ccc;
}

/* footer */
.footer {
	list-style: none;
	padding-top: 15px;
	border-top: 1px solid #000;

}
	.footer li {
		width: 20%;
		display: block;
		float: left;
		height: 30px;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
	}


/* frontpage */

body.frontpage {
	background: #000;	
}

.frontpage a.content {
	display: block;
	width: 850px;
	margin: 0 auto;	
}

/* helpers */
.clearfloat {
	clear: both;
	line-height: 1px;	
}

a img {
	border: 0;	
}



#share {
	float: right;	
}
#share a img {
	margin: 0;
}
