/* --------------------------------------------------
@project		klebinger.de
@file			styles/v1/styles.css
@date		14.02.2010
@version		2.0
@author		Günther Klebinger
@function		styles
-------------------------------------------------- */

/* Fonts */
	/* Alexandria */
	@font-face {
		font-family: 'AlexandriaFLFRegular';
		src: url('AlexandriaFLF.eot');
		src: local('AlexandriaFLF Regular'), local('AlexandriaFLF'), url('../../fonts/AlexandriaFLF.ttf') format('truetype');
	}

	@font-face {
		font-family: 'AlexandriaFLFMediumItalic';
		src: url('AlexandriaFLF-Italic.eot');
		src: local('AlexandriaFLF Medium Italic'), local('AlexandriaFLF-Italic'), url('../../fonts/AlexandriaFLF-Italic.ttf') format('truetype');
	}

	@font-face {
		font-family: 'AlexandriaFLFBold';
		src: url('AlexandriaFLF-Bold.eot');
		src: local('AlexandriaFLF Bold'), local('AlexandriaFLF-Bold'), url('../../fonts/AlexandriaFLF-Bold.ttf') format('truetype');
	}

	@font-face {
		font-family: 'AlexandriaFLFBoldItalic';
		src: url('AlexandriaFLF-BoldItalic.eot');
		src: local('AlexandriaFLF Bold Italic'), local('AlexandriaFLF-BoldItalic'), url('../../fonts/AlexandriaFLF-BoldItalic.ttf') format('truetype');
	}

	@font-face {
		font-family: 'TitilliumMapsRegular';
		src: url('TitilliumMaps26L003.eot');
		src: local('TitilliumMaps26L 250 wt'), local('TitilliumMaps26L-250wt'), url('../../fonts/TitilliumMaps26L003.woff') format('woff'), url('../../fonts/TitilliumMaps26L003.otf') format('opentype'), url('../../fonts/TitilliumMaps26L003.svg#TitilliumMaps26L-250wt') format('svg');
		}		

	@font-face {
		font-family: 'TitilliumMapsBold';
		src: url('TitilliumMaps26L001.eot');
		src: local('TitilliumMaps26L 750 wt'), local('TitilliumMaps26L-750wt'), url('../../fonts/TitilliumMaps26L001.woff') format('woff'), url('../../fonts/TitilliumMaps26L001.otf') format('opentype'), url('../../fonts/TitilliumMaps26L001.svg#TitilliumMaps26L-750wt') format('svg');
		}

/* General */
* {
	border: 0;
	cursor: default;
	margin: 0;
	padding: 0;
	}
	
body {
	background: #000000 url('../../graphics/v1/body.background.png') left top;
	color: #f0f0ff;
	font: 12px 'TitilliumMapsRegular', Arial, sans-serif;
	line-height: 14px;
	text-align: left;
	}
	
a {
	color: #d8ff00;
	cursor: pointer;
	text-decoration: none;
	}

a:active {
	outline: none;
	position: relative;
	top: 1px;
	}
	
a:focus {
	-moz-outline-style: none;
	outline: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
a:visited  {
	}
	
b, strong {
	font-family: 'TitilliumMapsBold', Arial, sans-serif;
	}
	
h1, h2 {
	font: 18px 'AlexandriaFLFBold', Arial, sans-serif;
	line-height: 22px;
	margin-bottom: 7px;
	}
	
p {
	}
	
/* Ids */
#content {
	margin-bottom: 37px; /* same height as footer */
	}

#footer {
	background: url('../../graphics/v1/footer.background.png') left top;
	bottom: 0px;
	height: 37px;
	position:fixed;
	width:100%;
	}
	
#footerinner {
	background: #101010;
	height: 28px;
	line-height: 28px;
	position: absolute;
	top: 9px;
	margin: 0px 20px;
	}
	
#footer_logo {
	bottom: 10px;
	color: #d8ff00;
	font: 12px 'AlexandriaFLFBold',Arial,sans-serif;
	position: fixed;
	right: 30px;
	}
	
#footer #footer_logo a{
	position: relative;
	top: 0px;
	}
	
	
#footer #footer_logo a:active {
	position: relative;
	top: 1px;
	}
	
#viewport {
	min-height:100%;
	position: absolute;
	}
	
/* Classes */
.logo {
	float: left;
	height: 140px;
	margin: 0px 1px 1px 0px;
	overflow: hidden;
	position: relative;
	width: 240px;
	}
	
.post {
	float: left;
	height: 140px;
	margin: 0px 1px 1px 0px;
	overflow: hidden;
	position: relative;
	width: 240px;
	}
	
.post_date{
	color: #202022;
	font-family: "Arial Narrow",Arial,sans-serif;
	font-size: 30px;
	font-weight: bold;
	height: 20px;
	letter-spacing: -2px;
	line-height: 20px;
	position: absolute;
	text-align: right;
	top: 0px;
	width:100%;
	}
	
.post_inner {
	bottom: 0px;
	position: absolute;
	width: 230px;
	}
	
/* Galerie */
ul.gallery {
	list-style-type: none;
	position: relative;
	}
	
ul.gallery li {
	background: url('../../graphics/v1/loading.gif') center center no-repeat;
	float: left;
	height: 140px;
	margin: 0px 1px 1px 0px;
	overflow: hidden;
	position: relative;
	width: 240px;
	}
	
ul.gallery li img {
	left: 0px;
	position: absolute;
	top: 0px;
	}
	
ul.gallery li .picturetitle {
	background: #101010;
	font-size: 10px;
	height: 25px;
	left: 0px;
	line-height: 25px;
	position: absolute;
	text-align: right;
	top: 0px;
	width: 240px;
	}
	
ul.gallery li .picturetitle a {
	display: block;
	text-decoration: none;
	}
	
ul.gallery li .picturetitle a span {
	cursor: pointer;
	display: block;
	margin: 0px 14px 0px;
	}
	
.hideit {
	display: none;
	}
	
/* comments */
.comments {
	height: 140px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 240px;
	}

.comments_button {
	cursor: pointer;
	height: 9px;
	left: 3px;
	position: absolute;
	top: 3px;
	width: 12px;
	}
	
.c_active {
	background: #d8ff00 url(../../graphics/v1/button.comments.png) 0px 0px no-repeat;
	}
	
.c_inactive {
	background: #252527 url(../../graphics/v1/button.comments.png) 0px 0px no-repeat;
	}
	
/* Filter */
.filter_button {
	background: #d8ff00;
	cursor: pointer;
	float: left;
	height: 9px;
	margin-right: 3px;
	overflow: hidden;
	position: relative;
	top: 9px;
	width: 12px;
	}
	
.filter_button_offline {
	background: #202022;
	cursor: default;
	float: left;
	height: 9px;
	margin-right: 3px;
	overflow: hidden;
	position: relative;
	top: 9px;
	width: 12px;
	}
	
.filter_spacer {
	float: left;
	height: 9px;
	margin-right: 3px;
	overflow: hidden;
	position: relative;
	top: 9px;
	width: 12px;
	}
	
#filter_text {
	background: #d8ff00 url(../../graphics/v1/filter.text.png) 0px 0px no-repeat;
	}
	
#filter_pictures {
	background: #d8ff00 url(../../graphics/v1/filter.pictures.png) 0px 0px no-repeat;
	}
	
#filter_both {
	background: #d8ff00 url(../../graphics/v1/filter.both.png) 0px 0px no-repeat;
	}
	
.lastfmnowplaying {
	background: #d8ff00 url(../../graphics/v1/lastfmnowplaying.png) 0px 0px no-repeat;
	}
	
.lastfmnowplayingOffline {
	background: #202022 url(../../graphics/v1/lastfmnowplaying.png) 0px 0px no-repeat;
	}
	
.button_twitter {
	background: #d8ff00 url(../../graphics/v1/button.twitter.png) 0px 0px no-repeat;
	}
	
.button_facebook {
	background: #d8ff00 url(../../graphics/v1/button.facebook.png) 0px 0px no-repeat;
	}
	
.button_flickr {
	background: #d8ff00 url(../../graphics/v1/button.flickr.png) 0px 0px no-repeat;
	}
	
.button_fc {
	background: #d8ff00 url(../../graphics/v1/button.fc.png) 0px 0px no-repeat;
	}
	
.button_mail {
	background: #d8ff00 url(../../graphics/v1/button.mail.png) 0px 0px no-repeat;
	}
	
#footer a:active {
	outline: none;
	position: relative;
	top: 9px;
	}
	
a.postyear {
	background: #d8ff00;
	color: #101010;
	display: block;
	float: left;
	font: 9px Arial, sans-serif;
	font-weight: bold;
	height: 9px;
	line-height: 9px;
	margin-right: 3px;
	overflow: hidden;
	position: relative;
	text-align: center;
	top: 9px;
	width: 12px;
	}
	
a.postyear:hover {
	text-decoration: none;
	}
	
a.postyear:active {
	position: relative;
	top: 9px;
	width: 12px;
	}