/*  
Theme Name: GreenSmile
Theme URI: http://www.greensmilies.com/
Description: Based on Michael Heilemann Kubrick 
Version: 1.0 (Kubrick 1.6)
Author: Michael Niedermayr
Author URI: http://www.greensmilies.com/

Kubrick v1.5 by Michael Heilemann http://binarybonsai.com/kubrick/
*/

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #d5d6d7 url('images/kubrickbgcolor.jpg');
	color: #333;
	text-align: center;
	}

::-moz-selection{
background-color:#086B18;
color:#FFFFFF;
}

::selection{
background-color:#086B18;
color:#FFFFFF;
}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#header {
/*	background: #8BC904 url('images/kubrickheader.jpg') no-repeat bottom center; */
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}

#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	clear: both;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: left; /* statt center lieber links */
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

/* official comment
/* Stattdessen in comments.php per style

.chef {
	background-color: #D4FE94;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
official comment ende */

#footer {
	background: #E7E7E7 url('images/kubrickfooter.jpg') no-repeat top;
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h1 a:hover {
	text-decoration: none;
	color: #FF9600;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #589901;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #8bc904;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

.trackping {
	color: #ddd;
	}

.trackping a {
	color: #DCEFB3;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	/* color: #8bc904; */
	}

/*
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}
*/
code,pre {
	clear:both;
	margin:10px auto 10px 20px;
	width:90%;
	overflow:auto;
	font: bold 1em/1.5em "Courier New", Courier, monospace;
	}

pre{
	padding:15px 3px 20px 4px;
	border:1px solid #f5f5f5;
	background:#fff  url(images/pre-code.gif) repeat 0 4px;
	color:#282c53;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #8bc904;
	text-decoration: none;
	}

a:hover {
	color: #589901;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}

#header {
	background-color: #8BC904;
	margin: 0 0 0 1px;
	padding: 0;
	height: 200px;
	width: 758px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
	line-height: 1.4em;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/* Begin Images whit bg by switch */
img {
	background: #000;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
/*	list-style: none; */
	padding-left: 10px;
/*	text-indent: -10px; */
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

/* .entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	} */

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform input:focus {
	background-color: #F9F9F9;
	border: 1px solid #FF9600;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
	border: 1px solid #589901;
	background: url(images/greensmiliesbar.gif) bottom left no-repeat;
	}

#commentform textarea:focus {
	background-color: #F9F9F9;
	border: 1px solid #FF9600;
}

#commentform #submit {
	margin: 0;
	float: right;
	}

input {
	border: 1px solid #589901;
}

input:focus {
	background-color: #F9F9F9;
	border: 1px solid #FF9600;
}

textarea {
	border: 1px solid #589901;
}

textarea:focus {
	background-color: #F9F9F9;
	border: 1px solid #FF9600;
}

/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
/*	margin: 15px 0 3px; */
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

/* diverses */
/* */
.noborder {
	border: 0px;
}

/* */
.black {
	background: #000;
	}

/* eigene tabellen rahmen */
.topictabs {border: 1px solid rgb(88, 153, 1);}
/* diverses ende */

/* tag-cloud */
ul#tagcloud { padding:0; margin:0; text-align:center; list-style:none; }
ul#tagcloud li { display:inline; font-size:70%; color:#ccc; background: none; padding: 0;}
ul#tagcloud li a, ul#tagcloud li a:link { text-decoration:none; }
ul#tagcloud li a:hover { text-decoration:underline; }
ul#tagcloud li.t1 a { color:#797979; font-size: 160%; }
ul#tagcloud li.t2 a { color:#6d6d6d; font-size: 180%; }
ul#tagcloud li.t3 a { color:#616161; font-size: 200%; }
ul#tagcloud li.t4 a { color:#555555; font-size: 220%; }
ul#tagcloud li.t5 a { color:#484848; font-size: 240%; }
ul#tagcloud li.t6 a { color:#3c3c3c; font-size: 260%; }
ul#tagcloud li.t7 a { color:#303030; font-size: 280%; }
ul#tagcloud li.t8 a { color:#242424; font-size: 300%; }
ul#tagcloud li.t9 a { color:#181818; font-size: 310%; }
ul#tagcloud li.t10 a { color:#0c0c0c; font-size: 320%; }
ul#tagcloud li.t11 a { color:#797979; font-size: 330%; }
ul#tagcloud li.t12 a { color:#6d6d6d; font-size: 340%; }
ul#tagcloud li.t13 a { color:#616161; font-size: 350%; }
ul#tagcloud li.t14 a { color:#555555; font-size: 360%; }
ul#tagcloud li.t15 a { color:#484848; font-size: 370%; }
ul#tagcloud li.t16 a { color:#3c3c3c; font-size: 380%; }
ul#tagcloud li.t17 a { color:#303030; font-size: 390%; }
ul#tagcloud li.t18 a { color:#242424; font-size: 395%; }
ul#tagcloud li.t19 a { color:#181818; font-size: 400%; }
ul#tagcloud li.t20 a { color:#0c0c0c; font-size: 405%; }
/* tag-cloud ende */

/* Google Suchmaschine */
#srchResult iframe {
        width: 440px;
} 
/* Google Suchmaschine ende */

/* For Link Indication plugin */
a.liexternal { padding-right: 12px; background: url(images/link-icon_external_03.gif) no-repeat right; }
a.liwikipedia { padding-right: 14px; background: url(images/link-icon_wikipedia_02.gif) no-repeat right; }
a.liimdb { padding-right: 18px; background: url(images/link-icon_imdb_01.png) no-repeat right; }
a.liftp { padding-right: 13px; background: url(images/link-icon_ftp_01.png) no-repeat right; }
a.limailto { padding-right: 18px; background: url(images/link-icon_mail_01.png) no-repeat right; }
a.lipdf { padding-right: 12px; background: url(images/link-icon_pdf_03.png) no-repeat right; }
/* For Link Indication plugin ende */

/* landingsites plugin */
.landingsites {
border:4px solid #FF0000;
margin-top:15px;
padding:5px;
text-align: justify;
-moz-border-radius:20px;
-khtml-border-radius:20px;
}

.landingsites h2 {
margin:0pt;
}
/* landingsites plugin ende */

/* smilie-album */
.raised {background: transparent; margin:0 auto; float:left; width:112px;}

.raised p {margin:0px; font-family:'Lucida Grande',Verdana,Arial,Sans-Serif; font-size:10px; font-size-adjust:none; font-style:normal; font-variant:normal; font-weight:normal; line-height:normal; color: #ccc;}

.linkoptionen {margin:0px; font-family:'Lucida Grande',Verdana,Arial,Sans-Serif; font-size:10px; font-size-adjust:none; font-style:normal; font-variant:normal; font-weight:normal; line-height:normal; line-height:1.5em;}

.raised .top, .raised .bottom {display:block; background:transparent; font-size:1px;}
.raised .b1, .raised .b2, .raised .b3, .raised .b4, .raised .b1b, .raised .b2b, .raised .b3b, .raised .b4b {display:block; overflow:hidden;}
.raised .b1, .raised .b2, .raised .b3, .raised .b1b, .raised .b2b, .raised .b3b {height:1px;}
.raised .b2 {background:#000000; border-left:1px solid #fff; border-right:1px solid #eee;}
.raised .b3 {background:#000000; border-left:1px solid #fff; border-right:1px solid #ddd;}
.raised .b4 {background:#000000; border-left:1px solid #fff; border-right:1px solid #aaa;}
.raised .b4b {background:#000000; border-left:1px solid #eee; border-right:1px solid #999;}
.raised .b3b {background:#000000; border-left:1px solid #ddd; border-right:1px solid #999;}
.raised .b2b {background:#000000; border-left:1px solid #aaa; border-right:1px solid #999;}

.raised .b1 {margin:0 5px; background:#fff;}
.raised .b2, .raised .b2b {margin:0 3px; border-width:0 2px;}
.raised .b3, .raised .b3b {margin:0 2px;}
.raised .b4, .raised .b4b {height:2px; margin:0 1px;}
.raised .b1b {margin:0 5px; background:#999;}

.raised .boxcontent { text-align:center; vertical-align: bottom; display:block; background:#000000; border-left:1px solid #fff; border-right:1px solid #999;}
/* smilie-album ende */

/* pagebar */
.pagebar 
	{ 
		font: 11px Arial, Helvetica, sans-serif; 
		padding-top: 20px; 
		padding-bottom: 10px; 
		margin: 0px; 
	}

.pagebar a, .pageList .this-page 
	{
		padding: 2px 6px; 
		border: solid 1px #ddd; 
		background: #fff; 
		text-decoration: none;
	}

.pagebar a:visited 
	{
		padding: 2px 6px; 
		border: solid 1px #ddd; 
		background: #fff; 
		text-decoration: none;
	}

.pagebar .break 
	{
			padding: 2px 6px; 
			border: none; 
			background: #fff; 
			text-decoration: none;
	}

.pagebar .this-page 
	{
		padding: 2px 6px; 
		border: solid 1px #ddd; 
		color: #fff; 
		background: #589901; 
		border-color: #000; 
		text-decoration: none;
	}

.pagebar a:hover 
	{
		color: #fff; 
		background: #8BC904; 
		border-color: #000; 
		text-decoration: none;
	}
/* pagebar */

/* smilie lexikon navibar */
.lexikonbar 
	{ 
		font: 11px Arial, Helvetica, sans-serif; 
		margin: 0px; 
	}

.lexikonbar a
	{
		padding: 2px 6px; 
		border: solid 1px #ddd; 
		background: #fff; 
		text-decoration: none;
		margin: 0px; 
		line-height: 18pt;
	}

.lexikonbar a:hover
	{
		color: #fff; 
		background: #8BC904; 
		border-color: #036; 
		text-decoration: none;
		line-height: 18pt;
	}
/* smilie lexikon navibar ende */

/* smilie lexikon highlighter */
.searchword
	{
	  background-color:yellow;
	}

.searchwordClear
	{
	  background-color:transparent;
	}
/* smilie lexikon highlighter ende */

.comments_link {
	background: 1px 0 url(images/icon_comments.gif) no-repeat;
	padding: 1px 0px 3px 22px;
}

.category_link {
	background: 1px 0 url(images/icon_category.gif) no-repeat;
	padding: 1px 0px 3px 22px;
}

.tagged_link {
	background: 1px 0 url(images/icon_tagged.gif) no-repeat;
	padding: 1px 0px 3px 22px;
}

.edit_link {
	background: 1px 0 url(images/icon_edit.gif) no-repeat;
	padding: 1px 0px 3px 22px;
}

.postInfo {	clear: both; margin-top: 10px; }

.datebox { float: left; vertical-align:top; margin: 0 5px 10px 0; }
/* wurde in der comment-functions.php in function comments_popup_link eingebaut ende */

/* seiten hervorheben */
#pageid-downloads a {font-weight: bold; color: #ff0000;}
#pageid-smilie-album a {font-weight: bold; color: #589901;}
#pageid-smilie-lexikon a {font-weight: bold; color: #589901;}
#pageid-free-smilies-fur-dich a {font-weight: bold; color: #0066CC; }

#pageid-hilfe-zum-smilie-album a {font-weight: normal; color: #8BC904; }
#pageid-aliens a {font-weight: normal; color: #8BC904; }
#pageid-angst-schock-und-skepsis a {font-weight: normal; color: #8BC904; }
#pageid-bildung a {font-weight: normal; color: #8BC904; }
#pageid-brutal-waffen a {font-weight: normal; color: #8BC904; }
#pageid-buchstaben a {font-weight: normal; color: #8BC904; }
#pageid-cool a {font-weight: normal; color: #8BC904; }
#pageid-diablo a {font-weight: normal; color: #8BC904; }
#pageid-engel-teufel a {font-weight: normal; color: #8BC904; }
#pageid-essen-trinken a {font-weight: normal; color: #8BC904; }
#pageid-familie a {font-weight: normal; color: #8BC904; }
#pageid-feedicons a {font-weight: normal; color: #8BC904; }
#pageid-fies-bose-gemein-und-tot a {font-weight: normal; color: #8BC904; }
#pageid-geburtstag-spezial a {font-weight: normal; color: #8BC904; }
#pageid-gesichter-nationen a {font-weight: normal; color: #8BC904; }
#pageid-gesundheit a {font-weight: normal; color: #8BC904; }
#pageid-guild-wars a {font-weight: normal; color: #8BC904; }
#pageid-halloween a {font-weight: normal; color: #8BC904; }
#pageid-hupfend a {font-weight: normal; color: #8BC904; }
#pageid-internet-computer a {font-weight: normal; color: #8BC904; }
#pageid-ja-oder-nein a {font-weight: normal; color: #8BC904; }
#pageid-lachend-frohlich a {font-weight: normal; color: #8BC904; }
#pageid-liebe-erotik-sex a {font-weight: normal; color: #8BC904; }
#pageid-mr-green a {font-weight: normal; color: #8BC904; }
#pageid-mude-still a {font-weight: normal; color: #8BC904; }
#pageid-musik a {font-weight: normal; color: #8BC904; }
#pageid-mythologie a {font-weight: normal; color: #8BC904; }
#pageid-ostern a {font-weight: normal; color: #8BC904; }
#pageid-party a {font-weight: normal; color: #8BC904; }
#pageid-piraten a {font-weight: normal; color: #8BC904; }
#pageid-ritter-konige a {font-weight: normal; color: #8BC904; }
#pageid-schildersmilies a {font-weight: normal; color: #8BC904; }
#pageid-silvester a {font-weight: normal; color: #8BC904; }
#pageid-smilie-ansammlungen a {font-weight: normal; color: #8BC904; }
#pageid-smilie-geschenke a {font-weight: normal; color: #8BC904; }
#pageid-smilinas a {font-weight: normal; color: #8BC904; }
#pageid-sonstiges a {font-weight: normal; color: #8BC904; }
#pageid-sport a {font-weight: normal; color: #8BC904; }
#pageid-stars-sternchen a {font-weight: normal; color: #8BC904; }
#pageid-technik a {font-weight: normal; color: #8BC904; }
#pageid-tiere-natur a {font-weight: normal; color: #8BC904; }
#pageid-traurig-schuchtern a {font-weight: normal; color: #8BC904; }
#pageid-uglys a {font-weight: normal; color: #8BC904; }
#pageid-urlaub a {font-weight: normal; color: #8BC904; }
#pageid-verruckt-irre a {font-weight: normal; color: #8BC904; }
#pageid-weihnachten a {font-weight: normal; color: #8BC904; }
#pageid-wetter a {font-weight: normal; color: #8BC904; }
#pageid-user-smilies a {font-weight: normal; color: #8BC904; }
#pageid-business a {font-weight: normal; color: #8BC904; }
#pageid-kunst a {font-weight: normal; color: #8BC904; }
#pageid-haushalt-garten a {font-weight: normal; color: #8BC904; }
#pageid-fahnen-flaggen-lander a {font-weight: normal; color: #8BC904; }
#pageid-berufe a {font-weight: normal; color: #8BC904; }
#pageid-sternzeichen a {font-weight: normal; color: #8BC904; }
#pageid-indianer a {font-weight: normal; color: #8BC904; }
#pageid-cowboys a {font-weight: normal; color: #8BC904; }
#pageid-kilroy a {font-weight: normal; color: #8BC904; }
#pageid-pacman-frisst-favicon a {font-weight: normal; color: #8BC904; }
#pageid-hallo-tschus a {font-weight: normal; color: #8BC904; }
/* seiten hervorheben ende */

/* feed-icon in der sidebar */
#feeds_button {
        width:50px;
        height:28px;
        text-align: left;
        font-size: 11px;
        padding-left: 1px;
        padding-top:2px;
        padding-bottom: 0px;
        color: #000000;
        background: url(/wp-content/themes/greensmile/images/feedreadericon.gif) no-repeat;
        margin-bottom: 15px;
		float: left;
		}

#feeds_button a
{
		display:block;
		width:50px;
		height:28px;
		color: #000000;
		text-decoration: none;
}
/* feed-icon in der sidebar ende */

/* feed-icon in der sidebar xmas */
#xmas_feeds_button {
        width:55px;
        height:33px;
        text-align: left;
        font-size: 11px;
        padding-left: 1px;
        padding-top:7px;
        padding-bottom: 0px;
        color: #000000;
        background: url(/wp-content/themes/greensmile/images/xmas_feedreadericon.gif) no-repeat;
        margin-bottom: 10px;
		float: left;
		}

#xmas_feeds_button a
{
		display:block;
		width:55px;
		height:33px;
		color: #000000;
		text-decoration: none;
}
/* feed-icon in der sidebar ende */

/* nummer in comments */
.number {
		float: right;
		margin-top: 0px;
		font-size: 18pt;
		font-weight: bold;
		font-style: italic;
		color: #C5E481;
}
/* nummer in comments ende */

/* statt sidebar switcher in header.php */
#page { background: url("/wp-content/themes/greensmile/images/kubrickbg-ltr.jpg") repeat-y top; border: none; }

/* eckbutton */
a#fbutton {
	position: fixed;
	z-index: 2000;
	right: 0;
	bottom: 0;
	text-decoration: none;
	text-indent: -999em;
	height: 100px;
	width: 100px;
	background: url(http://www.greensmilies.com/smile/smiley_emoticons_eckbanner01.gif) bottom right no-repeat;
	display: block;
}

/* eckbutton spezial, für spezial seite */
a#fbutton01 {
position: fixed;
z-index: 2000;
right: 0;
bottom: 0;
text-decoration: none;
text-indent: -999em;
height: 100px;
width: 100px;
background: url(http://www.greensmilies.com/smile/smiley_emoticons_eckbanner01.gif) bottom right no-repeat;
display: block;
}

a#fbutton02 {
position: fixed;
z-index: 2000;
right: 0;
top: 0;
text-decoration: none;
text-indent: -999em;
height: 100px;
width: 100px;
background: url(http://www.greensmilies.com/smile/smiley_emoticons_eckbanner02.gif) bottom right no-repeat;
display: block;
}

a#fbutton03 {
position: fixed;
z-index: 2000;
left: 0;
top: 0;
text-decoration: none;
text-indent: -999em;
height: 100px;
width: 100px;
background: url(http://www.greensmilies.com/smile/smiley_emoticons_eckbanner03.gif) bottom right no-repeat;
display: block;
}

a#fbutton04 {
position: fixed;
z-index: 2000;
left: 0;
bottom: 0;
text-decoration: none;
text-indent: -999em;
height: 100px;
width: 100px;
background: url(http://www.greensmilies.com/smile/smiley_emoticons_eckbanner04.gif) bottom right no-repeat;
display: block;
}

.libox
{
border: 1px solid #C4E596;
background-color: #E2F2CB;
/* -moz-border-radius: 10px;
-khtml-border-radius: 30px; */
-moz-border-radius-bottomleft: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
}

a#gewinnspiel {
position: fixed;
z-index: 2000;
left: 0;
top: 0;
text-decoration: none;
text-indent: -999em;
height: 160px;
width: 60px;
background: url(http://www.greensmilies.com/smile/smiley_emoticons_gewinnspiel.gif) bottom right no-repeat;
display: block;
}
