/*
Theme Name: slacky.de clean theme
Theme URI: http://slacky.de/
Description: slacky.de
Version: 4.0
Author: Leonhard Fellermayr
Author URI: http://slacky.de/

	slacky.de CSS version 4
	Copyright (c) 2001-2005 Leonhard Fellermayr

	Updated: 2005-02-18

*/

/* --- general page settings --------------------- */

body {
	background: url(/img/bg.gif) repeat-y center;
	color: #333;
	margin: 0;
	font: normal 12px 'Lucida Grande', Verdana, Arial, sans-serif;
	line-height: 1.5em;
}
p {
	margin: 15px 0;
}
pre,code {
        font-family: lucidatypewriter,'lucida sans typewriter','lucida console',monospace;
}
ul {
	list-style: none;
	list-style-image: url(/img/list.png);
}
li {
	line-height: 2em;
}
abbr {
	border-bottom: 1px dotted #333;
}
abbr:hover {
	cursor: help;
}

/* --- misc classes ------------------------------ */

.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.quote {
	background: url(/img/quotation.png) no-repeat;
	color: #666;
/*	border-left: 5px solid #ddd; */
	padding-left: 40px;
}
.code {
	border: 1px solid #ddd;
	-moz-border-radius: 4px;
	background: #eee;
	padding: 10px;
	line-height: 13px;
}
.abstract {
	color: #666;
	margin-bottom: 20px;
	margin-right: 30px;
}
.hilite {
	color: #fff;
	background-color: #f69510;
}
.clear {
	clear: both;
}
.disabled {
	display: inline;
	color: #888;
}
.hide {
	display: none;
}
.mini, .mini-silver {
	font-weight: normal;
	display: inline;
	font-size: 10px;
}
.mini-silver, .disabled {
	color: #666;
}
.mini {
	color: #333;
}
.label {
	font-size: 13px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 3px;
}
ul.link {
	list-style-type: image;
	list-style-image: url(/img/extlink.gif);
}

/* --- blog/wordpress ---------------------------- */

.news-commentcount {
	margin-right: 15px;
	text-align: right;
}
.news-commentcount a {
	font: normal 17px Verdana, Arial, Helvetica, sans-serif;
	line-height: 25px;
	color: #999;
}
div.news-entry {
	margin-bottom: 40px;
}
div.news-content {
	margin: 20px 15px;
}
div.breadcrumb,div.news-details, div.comment-details {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}
div.breadcrumb {
	margin-bottom: 3px;
}
div.news-details {
	clear: both;
	line-height: 100%;
}
div.comment-details {
	text-align: center;
	margin-bottom: 30px;
}
div.comment-heading {
	font-weight: bold;
}
div.comment-list {
	margin-bottom: 20px;
}
div.comment-content {
	border-left: 7px solid #e7e7e7;
	padding-left: 7px;
	margin-top: 12px;
}
div.news-content, div.comment-content {
	text-align: justify;
}

/* --- gallery2 ---------------------------------- */

.prevnext, .gsItemInfo {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
.prevnext {
	vertical-align: middle;
	text-align: center;
}
.gsItemInfo {
	text-align: right;
}
.prevnext .prev, .prevnext .next {
	display: inline;
}
.prevnext .next {
	text-align: right;
}
#gbThumbMatrix {
	margin-left: auto;
	margin-right: auto;
}
.giHorizontalLinks li {
	display: inline;
}
div.gsSingleImage {
	margin-top: 8px;
	margin-bottom: 8px;
}
div.gsSingleImage, div.gsItemInfo {
	text-align: center;
}
div.gsSingleImage img {
	border: 1px solid #ccc;
	background: #ddd;
	-moz-border-radius: 4px;
	padding: 6px;
}
img.giThumbImage, div.giThumbImage img {
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #ddd;
	padding: 3px;
	-moz-border-radius: 4px;
}
a:hover img.giThumbImage, div.giThumbImage a:hover img {
	background: #f69510;
}
td.gbItemImage {
	padding: 15px;
}
td.gbItemAlbum {
	padding: 5px;
}
div.gbAlbumDescr {
	font-size: 14px;
	font-weight: bold;
}
td.gbAlbumRight {
	vertical-align: middle;
	padding-left: 10px;
	font-size: 10px;
}
.gbBottomFlag {
	text-align: right;
	margin-right: 50px;
}
.giSelected {
	font-weight: bold;
}

/* --- links ------------------------------------- */

a {
	text-decoration: none;
	color: #f50;
}
a:hover {
	color: #333;
}
a img {
	border: 0;
}

/* --- logo/nav area ----------------------------- */

#logo, #nav {
	margin-left: auto;
	margin-right: auto;
	width: 750px;
}
#logo {
	height: 155px;
	text-align: right;
}
#logo h1 {
	display: none;
	text-indent: -5000px;
	margin: 0;
}
#logo img {
        -moz-opacity: 0.8;
        filter: alpha(opacity=80);
}
#nav {
	background: #bbb;
	border-bottom: 1px solid #ddd;
}
#nav ul, #nav li {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
}
#nav ul {
	list-style: none;
	margin-left: 18px;
}
#nav li {
	padding-left: 12px;
	padding-right: 12px;
	line-height: 20px;
	float:left;
}
#nav li a {
	white-space: nowrap;
	background: #bbb;
	color: #fff;
        font-size: 11px;
	float: left;
	text-transform: uppercase;
	margin-right: 5px;
        padding: 2px 5px 0 5px;
        text-decoration: none;
	border-bottom: 2px solid #bbb;
}
#nav li a:hover, #nav #current a {
	color: #666;
}
#nav li a:hover {
	border-bottom: 2px solid #f69510;
}
#nav #current a {
	border-bottom: 2px solid #070;
}

/* --- form elements ----------------------------- */

input, textarea {
	padding: 1px;
        font: normal 12px 'Lucida Grande', Verdana, Arial, sans-serif;
}
input.text, textarea {
	-moz-border-radius: 4px;
	border: 1px solid #aaa;
}
input.text:focus, textarea:focus {
	background: #f5f5f5;
}
input.button:hover {
	cursor: pointer;
}

/* --- main table / content ---------------------- */

#page {
	position: relative;
	width: 750px;
	margin: 0 auto;
	text-align: left;
}

#content {
	margin: 0;
	margin-bottom: 60px;
	padding: 25px 35px 0 35px;
	height: 100%;
}

#left {
	width: 475px;
	float: left;
}

#right {
	margin-left: 525px;
	width: 150px; 
}

#combined {
	width: 680px;
}

#footer {
	background: url(/img/footer.png) no-repeat;
	background-color: #e7e7e7;
	padding: 10px;
	padding-left: 35px;
	padding-top: 30px;
	position: relative;
	white-space: nowrap;
	font-size: 10px;
	line-height: 18px;
}

#footer abbr {
	border: 0;
}

/* --- titles/headlines -------------------------- */

h1 {
	font: normal 22px 'Century Gothic';
	color: #666;
	margin: 0 0 25px 0;
}
h2 {
	font: normal 11px 'Century Gothic';
	color: #333;
	padding-bottom: 1px;
	border-bottom: 1px solid #bbb;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin: 30px 0 15px 0;
}
#right h2 {
	background: url(/img/catfp.png) no-repeat;
	text-align: right;
	margin: 0 0 15px 0;
}
h3 {
	font: bold 17px 'Century Gothic';
	float: left;
	color: #333;
	line-height: 25px;
	margin: 0;
	margin-bottom: 2px;
	width: 400px;
}
h3 a {
	color: #333;
}
h3 a:hover {
	color: #666;
}

/* --- right side (boxes) ------------------------ */

div.teaser {
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 30px;
	line-height: 1.5em;
}
#photo-block {
	padding-left: 30px;
}
div.teaser ul {
	margin: 0;
	padding-left: 18px;
}
div.teaser li {
	margin-bottom: 7px;
	line-height: 1.4em;
}

/* --- firefox logo for Internet Exploder -------- */

div.get-firefox {
	text-align: center;
	margin-bottom: 25px;
}

/* --- stickers on the right --------------------- */

#stickers {
	text-align: right;
	float: right;
	line-height: 100%;
	width: 80px;
}
#stickers img {
	margin-bottom: 10px;
}

/* --- END OF FILE ------------------------------- */

