
/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 10px Verdana,'Bitstream Vera Sans',Geneva,sans-serif;
	line-height: 15px;
}

a:focus {
	/*outline: 1px dotted invert;*/
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

h6 {
	font: 11px Verdana,'Bitstream Vera Sans',Geneva,sans-serif;
	line-height: 15px;
	font-weight: normal;
}

a { color: blue; text-decoration: none; background:url(../images/link_1px_blue.gif) repeat-x left bottom; }
a:visited { color: purple; background:url(../images/link_1px_purple.gif) repeat-x left bottom; }
a:hover { color: purple; background:url(../images/link_1px_purple.gif) repeat-x left bottom; }
a:active { color: purple; background:url(../images/link_1px_purple.gif) repeat-x left bottom; }
.sans:link { background: none; }
.sans:visited { background: none; }
.sans:hover { background: none; }
.sans:active { background: none; }

/* `IDs & Classes
----------------------------------------------------------------------------------------------------*/

#diapoAlpha {
	float: left;
	margin-right: 7.5px;
}

#diapoOmega {
	/*float: center;*/
	margin-left: 7.5px;
}

#diaporama {
	margin-bottom: 15px;
}

#diapoContent {
	/*SPECIFIC*/
	padding-bottom: 15px;
	/*SPECIFIC*/
}

#diapoTitle {
	font-size: 22px;
	line-height: 30px;
	letter-spacing: -0.03em;
}

#additionalContent {
	margin-top: 30px;
}

.rowContainer {
	float: left;
	/*SPECIFIC*/
	padding-bottom: 15px;
	/*SPECIFIC*/
}

.projectContainer{
	position: relative;
	float: left;
	width: 225px;
	margin-right: 7.5px;
	margin-left: 7.5px;
}

.projectImageBckgrnd {
	z-index: 0;
}

.projectImage {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.projectContent {
}

.projectDate {
	margin-top: 7.5px;
}

.projectTitle {
	color: #222222;
	font-weight: bold;
}

.projectText {
}

/* `IDs & Classes
----------------------------------------------------------------------------------------------------*/

.listContent {	
}

.homeDescription {
}

.homeContent {
	font-size: 22px;
	line-height: 30px;
}

.homeTitle {
	font-size: 35px;
	line-height: 45px;
	/*SPECIFIC*/
	letter-spacing: -0.07em;
	/*SPECIFIC*/
	color: #444444;
	font-weight: bold;
}

.homeText {
	font-family: Palatino, Georgia, serif;
	margin-bottom: 30px;
}

a.homeText:link { color: blue; background:url(../images/link_2px_blue.gif) repeat-x left bottom; }
a.homeText:visited { color: purple; background:url(../images/link_2px_purple.gif) repeat-x left bottom; }
a.homeText:hover { color: purple; background:url(../images/link_2px_purple.gif) repeat-x left bottom; }
a.homeText:active { color: purple; background:url(../images/link_2px_purple.gif) repeat-x left bottom; }

#navBar {
	position: fixed;
	top: 15px;
	z-index: 2;
}

#language {
	float: left;
	margin-left: 7.5px;
	margin-right: 7.5px;
}
.languageHere {
	display:none;
}

#menuHome {
	float: left;
	margin-right: 7.5px;
}

#menuHomeProjects {
	float: left;
}

#introText {
	margin-top: 65px;
}

#container_12 {
	margin-top: 50px;
	margin-bottom: 15px;
}

.homePostSpacer {
	margin-bottom: 30px;
}

.ditto_next_link {
}

.ditto_previous_link {
	margin-right: 15px;
}
