body {
	background: #FFF;
	color: #222;
	font-family: Palatino, “Palatino Linotype”, Georgia, Times, “Times New Roman”, serif;
	font-size: 100.1%;
	margin: 0;
	padding: 0;
}

header, section, footer, aside, nav, article {  
	display: block;  
}

a {
	color: #222;
	text-decoration: none;
	border-bottom: 1px dotted #BBB;
}

a:hover, a:focus, a:active {
	color: #B00;
	border-bottom: 1px solid #BBB;
	outline:0; -moz-outline:0;
}

p, address {
	line-height: 1.5em;
}

address {
	font-style: normal;
	padding-top: .75em; 
}

img {
	border: 1px solid #DDD;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: 0 0 10px rgba(59, 59, 59, 0.2);
	-webkit-box-shadow: 0 0 10px rgba(59, 59, 59, 0.2);
	padding: 9px;
}

h2 {
	font-size: 1.75em;
	font-weight: 500;
}

h3 {
	font-size: 1.25em;
	font-style: italic;
	font-weight: 500;
}

header {
	margin: 1.75em auto 3em;
	padding: 0;
	position: relative;
	width: 940px;
}

header h1 {
	font-size: 2.626em;
	font-weight: 500;
	line-height: 1em;
	margin: 0;
	text-align: center;
}

header h1 a em {
	font-size: .5em;
	font-style: italic;
}

header h1 a em span {
	font-style: normal;
	letter-spacing: .1em;
	text-transform: uppercase;
}

header a {
	border: 0;
	color: #222;
	text-shadow: 0 1px 1px #CCC;
}

header a:hover, header a:focus, header a:active {
	border: 0;
	color: #222;
	outline:0; -moz-outline:0;
	text-shadow: 0 1px 1px #CCC;
}

section#content, section#content-single {
	margin: 0 auto;
	padding: 0 0 3em 0;
	position: relative;
	width: 940px;
}

/* - - - - - - HOMEPAGE & ARCHIVE - - - - -  */

section#home, section#project {
	float: left;
	width: 960px;
	margin-right: -20px;
}

section#home h2 {
	position: absolute;
	text-indent: -5000px;
}

section#home a, section#project a {
	border: 0;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
}

section#home img, section#project img {
	margin: 0 19px 19px 0;
	padding: 9px;
}

section#home img:hover, section#project img:hover,
section#home img:focus, section#project img:focus,
section#home img:active, section#project img:active,
{
	border: 1px solid #AAA;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
}

section#home img:focus, section#project img:focus,
section#home img:active, section#project img:active {
	background: #EEE;
}

/* - - - - - - DETAIL - - - - - - */

section#content-single h3 {
	color: #222;
	font-size: 1.313em;
	font-style: italic;
	margin: 1em 0;
	text-align: center;
	width: 940px;
}

aside p {
	font-size: .825em;
	list-style-type: none;
	margin: .25em 0;
	padding: 0;
	text-align: center;
}

aside p span {
	color: #777;
	display: inline;
	line-height: 1.5em;
	padding: 0 .25em;
}

aside span a, aside time {
	color: #222;
	font-style: normal;
}

/* - - - - - - Social bar - - - - - - */

aside div.sociable {
	text-align: center;
}

aside div.sociable a {
	border: 0;
}
div.sociable_tagline {
	color: #777;
	font-size: .85em;
	margin-bottom: .5em;
}
div.sociable {
    margin: 16px 0;
}
span.sociable_tagline {
    position: relative;
}
span.sociable_tagline span {
    display: none;
    width: 14em;
}
span.sociable_tagline:hover span {
    background: none repeat scroll 0 0 #FFFFEE;
    border: 1px solid #CCCCCC;
    color: black;
    display: block;
    line-height: 1.25em;
    position: absolute;
    top: -5em;
}
.sociable span {
    display: block;
}
.sociable ul {
    display: inline;
    margin: 0 !important;
    padding: 0 !important;
}
.sociable ul li {
    background: none repeat scroll 0 0 transparent;
    display: inline !important;
    list-style-type: none;
    margin: 0;
    padding: 1px;
}
.sociable ul li:before {
    content: "";
}
.sociable img {
    border: 0 none;
    float: none;
    height: 16px;
    margin: 0;
    padding: 0;
    width: 16px;
}
.sociable-hovers {
    opacity: 0.4;
}
.sociable-hovers:hover {
    opacity: 1;
}


article img {
	border: 1px solid #CCC;
	padding: 9px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

nav#photo {
	left: 0;
	postition: absolute;
	top: 0;
	width: 940px;
}

#photo div.prev, #photo div.next {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 7em;
}

#photo div.next {
	left: 0;
}

#photo div a {
	border-bottom: 0;
	color: #222;
	text-shadow: 0 0 10px #DDD;
}

#photo div a:hover, #photo div a:focus, #photo div a:active {
	color: #B00;
	cursor: pointer;
}

article {
	position: relative;
}

section#content-single article {
	margin: 0 auto;
}

/* - - - - - - SIDEBAR - - - - -  */

#about, #photos, #bookmarks, #categories, #music, #ilike, #blogs, #tag-cloud {
	float: left;
	width: 300px;
	margin-right: 20px;
}

section#bookmarks {
	margin: 0;
}

section#sidebar {
	border-top: 1px dotted #DDD;
	background: #F0F0F0 url('images/sidebar-bg.gif');
	padding: 0 0 2em 0;
	text-shadow: 0 1px 0 #E3E3E3;
}

section#sidebar a {
	color: #222;
	border: 0;
	font-style: normal;
}

section#sidebar a:hover, section#sidebar a:focus, section#sidebar a:active  {
	color: #B00;
	text-shadow: 0 1px 0 #EEE;
}

section#sidebar-content {
	font-size: .833em;
	margin: 0 auto;
	padding-top: 2em;
	position: relative;
	width: 940px;
}

section#sidebar img {
	border: 1px solid #CCC;
	padding: 0;
}

section#sidebar-content h2 {
	border-bottom: 1px dotted #D0D0D0;
	color: #222;
	font-size: 1.313em;
	font-weight: 400;
	margin: 0;
	padding: 0 0 .75em 0;
	text-shadow: 0 1px 0 #EEE;
}

.typoicon {
	float: right;
}

section#sidebar ul {
	margin: 0;
	padding: 0;
}

section#sidebar ul li {
	border-bottom: 1px dotted #D0D0D0;
	color: #777;
	font-style: italic;
	line-height: 1.5em;
	list-style-type: none;
	margin: 0;
	padding: .75em 0;
}

section#sidebar ul li .count {
	color: #777;
	float: right;
	font-size: .833em;
	font-style: italic;
}

section#sidebar #bookmarks ul li {
	background: transparent url('images/star.png') no-repeat 0 1em;
}

section#sidebar #blogs ul li {
	background: transparent url('images/heart.png') no-repeat 0 1em;
}

section#sidebar #categories ul li {
	background: transparent url('images/thumbs.png') no-repeat 0 1em;
}

section#sidebar #blogs ul li, section#sidebar #bookmarks ul li, section#sidebar #categories ul li {
	padding-left: 19px;
	margin-top: -1px;
}


section#sidebar p {
	color: #777;
	margin: 0;
	padding: .75em 0 0 0;
}


/* - - - - - - FOOTER & MAIN NAV - - - - - - */

footer {
	background: #222;
	border-top: 2px solid #DDD;
	clear: both;
	color: #AAA;
	font-variant: small-caps;
	letter-spacing: .125em;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

footer div {
	font-size: .875em;
	margin: 0 auto;
	padding: .75em 0;
	position: relative;
	width: 940px;
}

footer p, nav#main p {
	float: left;
	margin: 0;
	text-shadow: #000 1px 1px 3px;
}

nav#main p {
	color: #AAA;
	font-style: italic;
	font-variant: normal;
	float: right;
	letter-spacing: 0;
	line-height: 2.75em;
	height: 2.75em;
}

nav#main p a {
	color: #FFF;
	font-style: normal;
	padding: 0 .125em;
}

nav#main p a.google {
	background: transparent url('images/gplus-lite-16x16.png') no-repeat 0 0;
	padding-left: 22px;
	margin-left: 5px;
}

nav#main p a.rss {
	background: transparent url('images/rss.png') no-repeat 0 0;
	padding-left: 22px;
	margin-left: 5px;
}

footer p a {
	font-style: italic;
	font-variant: normal;
}

footer ul {
	float: right;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	text-shadow: #000 1px 1px 3px;
}

footer a, nav#main a {
	color: #FFF;
	border: 0;
}

footer a:hover, footer a:focus, footer a:active {
	color: #B00;
	border: 0;
}

footer ul li {
	float: left;
	list-style-type: none;
	margin: 0 0 0 1.5em;
	padding: 0;
}


/* Drop-Down Archive */

nav#main {
	background: #222;
	border-bottom: 2px solid #DDD;
	font-size: 1em;
	height: 2.75em;
	line-height: 2.75em;
	width: 100%;
}

nav#main div {
	margin: 0 auto;
	width: 940px;
}

nav#main ul {
	float: left;
	margin: 0;
	padding: 0;
}

nav#main ul li {
	color: #FFF;
	display: inline;
	list-style-type: none;
	float: left;
	height: 2.75em;
	line-height: 2.75em;
	margin-right: 1.5em;
}

nav#main ul li a {
	color: #FFF;
	display: block;
	height: 2.75em;
	line-height: 2.75em;
	text-decoration: none;
	
}

nav#main li ul.level2 {
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	background: transparent url('images/nav-lv2-bg.png');
	border: 1px solid #DDD;
	border-top: 0;
	display: none;
	font-size: .875em;
	left: -5000px;
	padding: .75em 0;
	position: absolute;
	top: 3.15em;
	z-index: 999;
}

nav#main li ul.level2 li {
	margin: 0;
	padding: 0;
}

nav#main li ul.level2 li a {
	border: 0;
	color: #333;
	font-variant: normal;
	letter-spacing: 0;
	padding: 0 1.5em;
	margin: 0;
	width: 20em;
}

nav#main li ul.level2 li a span.count {
	color: #777;
	float: right;
	font-style: italic;
	padding-left: 6em;
}

nav#main li ul.level2 li a:hover, nav#main li ul.level2 li a:focus, nav#main li ul.level2 li a:active  {
	border: 0;
	color: #B00;
}

nav#main li ul li {
	float: none;
}

/* Der Kern von Clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE-Patch für Clearfix */
.clearfix { display: inline-block; }
/* Vor IE5/Mac verstecken: Commented Backslash Hack \*/
* html .clearfix { height: 1px; }
.clearfix { display: block; }
/* Ende Versteckspiel für IE5/Mac */
