/*
* Project:		ePortfolio 2012/1
* URL:			http://pf.florianrogner.at/
* Author:		Florian Rogner
* Start:		30.01.2012
* Last change:	02.02.2012
* Description:	First ePortfolio created in the 2nd year of my time in the HTBLA Kaindorf a. d. Sulm/2CHIF
*
*/

/* Global Reset */
* {
	margin: 0;
	padding: 0;
	border: 0;
}

/* Globals and Typo for em Defintion: 1em <=> 12px */
html {
	background: #fff;
	font-family: "Droid Serif", "Times New Roman", Times, serif;
}

body {
	font-size: 75%;
	background: #fff;
}

html>body {
	font-size: 12px;
}

a:link {
	color: #5490b9;
	text-decoration: none;
}

a:visited {
	color: #5490b9;
}

a:hover {
	text-decoration: underline;
}

table {
	text-align: left;
	margin: .4em 1.25em;
	width: 45em;
	border-spacing: 1.5em;
}

#monday, #tuesday, #wednesday, #thursday, #friday {
	padding: .4em;
	border-spacing: 1.5em;
	width: 45em;
	text-align: left;
}

#monday td, #tuesday td, #wednesday td, #thursday td, #friday td {
	min-width: 20em;
}

th {
	color: #74bc53;
	font-size: 1.2em;
}

td {
	min-width: 8em;
}

/* Typography */
p {
	font-family: "Droid Serif", "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 1.5em 0;
}

.page {
	text-align: center;
}

.additional {
	font-style: em;
	font-size: 1em;
	padding: 0 2em;
}

em {
	font-style: oblique;
}

strong {
	font-style: bold;
}

blockquote {
	border-left: 1px solid #5490b9;
	color: #b3b3b3;
	font-style: oblique;
	padding: .83em 2.5em;
}

.source {
	font-size: .9em;
	line-height: 3em;
	padding: 0 1.25em;
}

.fn {
	font-size: .8em;
	vertical-align: super;
}

#fn1 {
	padding: .8em 0;
	border-top: 1px solid #5490b9;
}

h1 {
	color: #5490b9;
	font-family: 'Droid Serif', "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 2.2em;
	line-height: 2.3em;
	text-align: right;
}

h1 a {
	text-decoration: none;
}

h1 a:hover {
	text-decoration: none;
	padding-bottom: .16em;
	border-bottom: 1px solid #5490b9;
}

h2 {
	font-family: "Droid Serif", "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1.8em;
	padding: .16em;
	border-bottom: 1px solid #5490b9;
	margin-bottom: 1.5em;
}

h3 {
	color: #74bc53;
	font-family: "Droid Serif", "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.6em;
	line-height: 1.8em;
	text-align: center;
}

/* Layout */
#wrapper {
	margin: 0 auto;
	width: 80em;
	max-width: 100%;
}

#top-information {
	background: url('img/bg.png');
	border-bottom: 1px solid #5490b9;
	opacity: 0.8;
	height: 1.5em;
	position: fixed;
	width: 100%;
}

#header {
	clear: both;
	display: block;
	margin: 30px 0 0 55em;
	position: fixed;
}

#author {
	font-style: oblique;
}

#sidebar {
	display: block;
	margin: 30px 0;
	position: fixed;
	width: 26.5em;
	min-width: 26.5em;
}

#sidebar a {
	color: #000;
}

#sidebar a:hover {
	border-bottom: 1px solid #5490b9;
	padding-bottom: .16em;
	text-decoration: none;
}

#sidebar ul {
	list-style: lower-roman;
	font-size: 1.1em;
}

#sidebar ul li {
	font-size: 1.1em;
	padding: 5px;
}

#sidebar ul ul {
	padding: 5px 10px;
}

#sidebar ul ul li {
	font-size: 1.05em;
}

#hsbw-toc, #writing-tasks, #literature-project {
	display: none;
}

.active {
	font-weight: bold;
}

#content {
	clear: both;
	background: #f9f9f9;
	border: 1px solid #c0c0c0;
	float: left;
	margin: 7.5em 5px;
	overflow: hidden;
	padding: 10px;
	width: 45em;
}

#commercial {
	text-align: center;
}

#footer {
	margin: 0em 0 5em 0;
	width: 45em;
}

#dsq-global-toolbar,#dsq-account-dropdown,#dsq-reply>h3,#dsq-pagination,.dsq-brlink{display:none}