/* 
Theme Name: Manuel Fallmann 
*/

@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	padding:13px 0px 5px 0px;
	margin:0;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:8px 0px 3px 0px;
	margin:0;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:2px 0px 5px 0px;
	margin:0;
}
.oneColFixCtrHdr #container {
	height: 100%;
	width: 975px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top:-300px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtrHdr #headerBg {
	width:100%;
	height:300px;
	background-image:url(images/header-repeat.jpg);
	background-repeat:repeat-x;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.oneColFixCtrHdr #header {
	height:300px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	color:#FFFFFF;
	overflow:visible;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.oneColFixCtrHdr #subtitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	letter-spacing:2px;
	color:#FFFFFF;
	padding-top:70px;
	padding-left:145px;
}

.oneColFixCtrHdr #lang {
	color:#BBBBBB;
	font-size:11px;
	padding:0;
	margin-top:52px;
	margin-left:145px;
	margin-bottom:0px;
	list-style:none;
	border:medium;
}

.oneColFixCtrHdr #lang li {
	font-family:Arial, Helvetica, sans-serif;
	display:inline;
	margin-right:8px;
	margin-bottom:0px;
	padding:0;
	letter-spacing:1px;
}

.oneColFixCtrHdr #langBottom {
	margin-left:145px;
	margin-top:2px;
	border:0;
	padding:0;
	height:1px;
	width:100px;;
	background:#444444;
	color:#444444;
}

.oneColFixCtrHdr #navtop {
	margin-left:145px;
	margin-top:15px;
	border:0;
	padding:0;
	height:1px;
	width:630px;;
	background:#444444;
	color:#444444;
}

.oneColFixCtrHdr #nav {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-top:8px;
	margin-left:130px;
	border-top-style:1px solid white;
	font-weight:bold;
	height:92px;
	padding:10px 0px 20px 0px;
	overflow:visible;
}

.oneColFixCtrHdr #nav li {
	display:inline;
	padding-left:15px;
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	position:absolute;
	margin-top:-55px;
	margin-left:145px;
	margin-right:145px;
	width:450px;
	/* padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/* background: #FFFFFF; */
}
.oneColFixCtrHdr #footer {
	/* position:absolute;
	bottom:0px; */
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
.oneColFixCtrHdr #footer p {
	font-size:10px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	margin-left:135px;
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#mainFooter {
	border-top:solid;
	border-width:1px;
	border-color:#999999;
	width:635px;
	font-size:9px;
	/* margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	margin:40px 0;
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#header a {
	text-decoration:none;
	color:#FFFFFF;

}

#header a:hover {
	text-decoration:underline;
	color:#FFFFFF;
}

#header #nav a {
	color:#FFFFFF;
}

#mainContent a {
	text-decoration:none;
	color:#77742c;
	/* color:#000000; */
}

#mainContent a:hover {
	text-decoration:underline;
	color:#000000;
}

#header #nav a:hover {
	text-decoration:none;
	color:#222222;
	background-image:url(images/nav-mouseover.jpg);
	padding-bottom:100px;
	padding-top:10px;
}

#header #nav .navActive {
	margin-left:15px;
	padding-left:0px;
	text-decoration:none;
	color:#222222;
	background-image:url(images/nav-mouseover.jpg);
	padding-top:10px;
	padding-bottom:100px;
}


#pageText {
	/* padding-right:250px; */
}

#sideContent {
	position:absolute;
	margin-top:-40px;
	margin-left:630px;
	width:150px;
}

#mainContent .subContent {
	margin-top:25px;
	border-top:solid;
	border-width:1px;
	border-color:#DDDDDD;
	width:450px;
}

#mainContent .postDate {
	position:relative;
	top:-11px;
	text-align:right;
	font-size:10px;
	color:#999999;
}

.subContent p {
	padding-top:0px;
}

#mainContent ul.muchText {
	padding:0;
	margin:0;
	list-style:none;
	padding-left:10px;
	text-indent:-10px;
}

#mainContent ul.muchText li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top:3px;
	padding-bottom:6px;
}


.subContent h2 {
	padding-bottom:0px;
	margin-bottom:-5px;
}

#mainContent a.referencesThumbnail img {
	border-style:solid;
	border-color:#CCCCCC;
	border-width:1px;
	padding:0;
	margin:0px 3px 0px 1px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.7;

}

#mainContent a.referencesThumbnail:hover img {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
}

#mainContent li.referencesThumbnail {
	margin:0;
	margin-left:-1px;
	padding:0;
	display:inline;
}

#mainContent ul.referencesThumbnail {
	margin:10px 0;
	padding:0;
	list-style:none;
}