/*
Theme Name: Italy
Theme URI: http://www.visuellegedanken.de
Description: Version 1.0
Author: Martin Wolf
Author URI: http://www.visuellegedanken.de
*/

* {
	margin: 0px;
	padding: 0px;
}

BODY {
	padding-top: 33px;
	font-family: Arial, Verdana, "sans-serif";
	color: #4a4a4a;
	font-size: 13px;
	line-height: 23px;
}

#topnavi {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 33px;
	background-color: #fe0000;
}

#page {
	margin: 0 auto;
	width: 940px;
}

#header {
	height: 315px;
	margin-bottom: 20px;
}

#karte A {
	position: absolute;
	width: 265px;
	height: 337px;
	top: 0px;
	margin-left: 650px;
	background-image: url(images/italien_karte.png);
}

#content {
	float: left;
	width: 600px;
	padding-right: 0px;
}

.punkt {
	width: 950px;
	height: 5px;
	background-image: url(images/content_bg.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#sidebar {
	float: right;
	width: 250px;
}

#wrapper {
	background-image: url(images/wrapper_bg.gif);
	background-position: top;
	background-repeat: repeat-y;
}

#footer {
	margin-top: 30px;
	clear: both;
	width: 100%;
	height: 23px;
	background-color: #169916;
}

#header H1 {
	position: absolute;
	margin-top: 150px;
	font-size: 35px;
	text-transform: uppercase;
	color: #000;
}

#header H1 A, #header H1 A:VISITED {
	color: #000;
	text-decoration: none;
}

#header H1 A:HOVER {
	color: #000;
	text-decoration: none;
}

/*
Allgemeines
*/

A, A:VISITED {
	color: #cb0000;
	text-decoration: none;
}

A:HOVER, A:ACTIVE {
	color: #000;
	text-decoration: underline;
}

A:ACTIVE {
	position: relative;
	top: 1px;
}

A IMG {
	border: none;
}

STRONG {
	font-weight: bold;
}

CITE {
	font-style: italic;
}

H2, H2 A, H2 A:VISITED {
	margin-bottom: 23px;
	color: #000;
	font-size: 19px;
	text-decoration: none;
	font-weight: normal;
}

H2 A:HOVER, H2 A:ACTIVE {
	text-decoration: underline;
}

.clear {
	clear: both;
}

#content P {
	margin-bottom: 15px;
}

#content H3 {
	margin-bottom: 5px;
	font-size: 17px;
	font-weight: bold;
}

#content H4 {
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
}

#content UL {
	margin-left: 25px;
	margin-bottom: 15px;
	list-style-type: square;
}

#content UL LI {
	line-height: 23px;
}

#content OL {
	margin-left: 30px;
	margin-bottom: 15px;
	list-style-type: decimal;
}

#content OL LI {
	line-height: 23px;
}

#content BLOCKQUOTE {
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #DEDEDE;
	font-style: italic;
}

/*
Topnavi
*/

#topnavi #twitter {
	margin: 0 auto;
	width: 950px;
	height: 33px;
	overflow: hidden;
}

#topnavi P {
	width: 700px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 33px;
}

#topnavi ABBR {
	border: none;
}

#topnavi A.twitter-link, #topnavi A.twitter-link:VISITED, #topnavi A.twitter-user, #topnavi A.twitter-user:VISITED {
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

#topnavi A.twitter-link:HOVER, #topnavi A.twitter-link:ACTIVE, #topnavi A.twitter-user:HOVER, #topnavi A.twitter-user:ACTIVE {
	font-weight: normal;
	color: #000;
	text-decoration: underline;
}

/*
Content
*/

.post {
	margin-bottom: 100px;
}

/*
Postmetadata
*/

.postmetadata {
	padding-top: 5px;
	border-top: 1px solid #dedede;
}

.postmetadata SMALL {
	font-size: 11px;
}

.postmetadata .kommentare {
	float: right;
	font-weight: bold;
}

.postmetadata .kommentare A, .postmetadata .kommentare A:VISITED {
	color: #000;
}

.postmetadata A, .postmetadata A:VISITED {
	color: #000;
	text-decoration: none;
}

.postmetadata A:HOVER, .postmetadate A:ACTIVE {
	color: #000;
	text-decoration: underline;
}

/*
Sidebar
*/

#sidebar P {
	line-height: 20px;
}

#sidebar UL {
	list-style-type: none;
}

#sidebar UL LI {
	margin-bottom: 2px;
}

#sidebar H2 {
	margin-bottom: 10px;
	padding-bottom: 4px;
	background-image: url(images/sidebar_h2_linie.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

#lisa, #seiten, #kategorien, #social {
	margin-bottom: 50px;
}

.lisa_right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

#polaroid {
	margin-bottom: 50px;
	padding: 8px 8px 38px 9px;
	background-color: #e3e3e3;
	background-image: url(images/dailybooth_bg.jpg);
}

#sidebar SELECT {
	padding: 5px 2px;
	width: 250px;
	font-size: 11px;
	line-height: 23px;
	background-color: #fff;
	border: 1px solid #DEDEDE;
}

/*
Kommentare
*/

H3#respond {
	margin-top: 30px;
	margin-bottom: 20px;
	color: #000;
	font-size: 17px;
	font-weight: normal;
}

TEXTAREA#comment {
	margin-right: 15px;
	padding: 5px;
	width: 360px;
	border: 1px solid #DEDEDE;
	font-family: Arial, Verdana, "sans-serif";
	color: #4a4a4a;
	font-size: 13px;
	line-height: 20px;
}

FORM#commentform INPUT {
	padding: 5px;
	width: 190px;
	border: 1px solid #DEDEDE;
	color: #4a4a4a;
}

FORM#commentform INPUT#submit {
	background-color: #eeeeee;
}

#content OL.commentlist {
	list-style-type: none;
	margin-left: 0px;
}

#content OL.commentlist LI {
	margin-bottom: 40px;
	line-height: 20px;
}

#content OL.commentlist P {
	margin-bottom: 0px;
}

.kommentarinfos {
	float: left;
	padding-right: 25px;
	width: 60px;
	border-right: 1px solid #DEDEDE;
}

.kommentartext {
	float: right;
	width: 495px;
}

#content P.kommentarname {
	margin-top: 4px;
	margin-bottom: 0px;
	color: #000;
	font-size: 13px;
	font-weight: normal;
}

/*
Footer
*/

#footer P {
	text-align: center;
	color: #fff;
	font-size: 12px;
	line-height: 23px;
}
