/*  
Theme Name: Art-Forever
Theme URI: http://www.art-forever.de
Description: Description. Widget enabled. This theme is sponsored. Licensed under <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons</a>. Attribution links must stay.
Version: 1.0
Author: Michael Manske
Author URI: http://www.manskes.de
*/

/* Begin Typography & Colors */
* {
	margin:0px;
	padding:0px;
	}


p {
	margin-top:0.75em;
}	

body {
	font-size: 0.7em;
	font-family: Arial, Helvetica, Sans-serif;
	background: #000000;
	color: #ffffff;
	text-align: center;
	}
	
html, body {
	height: 100%;
}	

#page {
	background-color: #414141;
	background-image: url('images/contentbg.jpg');
	background-repeat: no-repeat;
	background-position: right bottom;	
	text-align: left;	
	}

	
#header {
	background: #000000;
	clear:both;
	}

.headerimg 	{
	position:relative;
	background: url('images/headerbg.png') no-repeat top center;
	height: 190px; 
	width: 780px; 	
	border-bottom: 1px solid #000000;
	} 
	
#headerphone1 {
	position: absolute;
	top: 150px;
	left: 32px;
	margin: 0;
	padding: 0;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}	

#headerphone2{
	position: absolute;
	top: 150px;
	left: 628px;
	margin: 0;
	padding: 0;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}
	
#content {
	position: relative;
	font-size: 1.2em;
	width:550px;
	margin: 0px 0px 0px 200px;
	padding: 5px 10px 5px 10px;
	z-index: 0;
	/* border-left: 1px solid #000000;	 */
	}

.narrowcolumn .entry {
	line-height: 1.4em;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	color: #999999;
	}

a {
	color: #000000;
	text-decoration: underline;
}	
	
h1 {
	font-size: 3em;
	text-align: center;
	}

.headerimg .description {
	font-size: 1.4em;
	text-align: center;
	font-weight:bold;
	}

h2 {
	font-size: 1.4em;
	}

h2.pagetitle {
	font-size: 1.4em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Arial, Helvetica, Sans-serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	color:#000000;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Arial, Helvetica, Sans-serif;
	}

.commentmetadata {
	font-weight: normal;
	}

.nocomments, blockquote, strike {
	color:#000000
	}
	
#sidebar ul ul li, #sidebar ul ol li {
	color: #000000;
	}

small {
	color:#fff;
	}
	
div .textwidget {
	padding: 5px 11px 5px 11px;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #999999;
	text-decoration: none;
	}

a:hover {
	color: #fff;
	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 Arial, Helvetica, Sans-serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}

#page {
	margin: 0px auto 0px auto;
	padding: 0;
	width: 780px;
	position:relative;
	height:auto !important; /* moderne Browser */
    height:100%; /* IE */	
	min-height:100%;
}
	
#header {
	margin: 0; 
	padding: 0; 
	height: 190px; 
	width: 780px;
	}

.headerimg {
	margin: 0;
	height: 190px;
	width: 100%;
	}

.narrowcolumn {
	padding: 0;
	margin: -19px 0 0 211px;	
	position:relative;
	}

.post {
	margin: 0;	
	padding-top: 1px;
	text-align: justify;	
	}

.post hr {
	display: block;
	}

.postmetadata{
	font:bold 1em Arial, Helvetica, Sans-serif;
	color:#fff;
	padding:4px 100px 2px 5px;
	margin:0 0 10px 0;
	text-align: left;
	}
	
.postmetadata2{
	background:#9E853B;
	font:bold 1em Arial, Helvetica, Sans-serif;
	color:#fff;
	padding:4px 0 2px 5px;
	margin:0 0 10px 0;
	text-align: left;
	}
	
.postmetadata2 a {
	color: #fff;
	text-decoration: none;
	}

.postmetadata2 a:hover {
	color: #fff;
	text-decoration: underline;
	}
	
.postmetacomment {
	position:absolute;
	margin:0 0 0 440px;
	text-align:right;
	}

.postmetadata a {
	color:#fff;
	}

.postmetacomment a {
	color:#323232
	}

.footerrss {
	margin-left:30px;
	}

/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 50px;
	margin: 0;
	}

h2 {
	margin: 20px 0 5px;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	color:#000000;
	}

#sidebar a {
	color:#000000;
	}

h3 {
	padding: 0;
	margin: 20px 0 5px;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	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;
	}
	
* html .entry li {
	margin-left:20px;
	}

.entry ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;

	}

#sidebar ul li {
	padding:5px;
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 10px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	color:#000000;
	}

#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 {
	position:relative;
	margin: 3px 0 0;
	padding: 0;
	background: url('images/bullet.gif') no-repeat 0 3px;
	padding-left:15px;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 0;
	padding: 0; 
	text-align: center;
	width:100px;
	}

.widget_search #searchform {
	position:relative;
	padding:0;
	margin:0;
	width:142px;
	}

.widget_search #searchform #s {
	width:125px;
	height:16px;
	}
	
#s {
	width: 142px;
	height:17px;
	padding: 0px;
	border:1px solid #2A3155;
	font:0.9em Arial, Helvetica, Sans-Serif;
	}

#searchsubmit {
	position:absolute;
	margin-left:3px;
	border:1px solid #2A3155;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 150px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 10px 0 0 0;
	padding: 10px;
	color:#000;
	}
	
.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;
	}
	
.commentmetadata a {
	color:#000;
	}
/* End Comments */

/* Begin Sidebar */
#sidebar
{
	position: relative;
	font: 1.1em Arial, Helvetica, Sans-serif;
	background-color: #666666;
	background-image: url('images/sidebarbg2.png');
	background-repeat: no-repeat;
	background-position: center top;		
	margin: 0px 0px 0px 0px;
	padding: 0 0 20px 0;
	left:0;
	float:left;
	width: 200px;
	height: 150px;
	border-right: 1px solid #000000;
	}		
	
#sidebar form {
	margin: 0;
	}

#sidebar .favorite {
	position:relative;
	margin:10px 0 10px 0;
	padding:0;
	list-style:none;
	width:185px;
	}

#sidebar .favorite li {
	float:left;
	}

#sidebar .favorite img {
	position:absolute;
	}
	
#sidebar .favorite a{
	position:absolute;
	font:bold 1.1em Arial, Helvetica, Sans-Serif;
	color:#000;
	}

#sidebar .favorite .favimg{
	margin-left:5px;
	}
	
#sidebar .favorite .fav {
	margin-left:20px;
	}
	
#sidebar .favorite .rssimg {
	margin-left:75px;
	}
	
#sidebar .favorite .rss {
	margin-left:90px;
	}
	
.line {
	margin-top:20px;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 5px auto 0;
	width: 140px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	padding:0;
	margin:0;
	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: 20px 0 20px 0;
	padding-bottom:20px;
	position:relative;
	}
	
.navigation a {
	font:bold 1.2em Arial, Helvetica, Sans-serif;
	color:#E6CE76;
	padding:10px;
	text-decoration:none;
	}
/* End Various Tags & Classes*/

/* Begin dTabs css */

#tabbar {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	display: block;
	vertical-align: bottom;
	position:absolute;
	top: 167px;
	left: 206px;
	border-right: 1px solid #000000;
}

/*
#tabbarbox {
	margin: 0px 0px 0px 0px;
	padding: 0 0 0 0;
	vertical-align: bottom;
	position:absolute;
	top: 167px;
	left: 206px;	
	border-right: 1px solid #000000;
}
*/ 
.tab, .tabselected {
	display: table-cell;
	text-align: center;
	height: 20px;
	padding: 0px 8px 0px 8px;
	margin: 0px 0px 0px 0px;
	vertical-align: middle;
	border: 1px solid #000000;
	border-right: none;
}

.tab {
	background:#666666;	
}

.tabselected {
	background:#414141;
	border-bottom: none;
}

#tabbar a {
	display: table-cell;
	text-align: center;
	height: 22px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	vertical-align: middle;
	text-decoration:none;
	font:1.2em Arial,Helvetica,Sans-serif;
	color:#000000;
}

#tabbar a:hover {
	color:#FFFFFF;
}

.dmenu {
	display: none;
	margin: 25px 0px 0px 2px;
	padding: 5px 5px 5px 5px;
	border: none;
	z-index: 100;
	filter:alpha(opacity='9');
	opacity: .9;
	min-width: 88px;
	text-align: left;
}
.dmenu ul{
	padding:0;
	margin:0px 0px 0px 0px;
	list-style-type:none;
}

.dmenu li{
	padding:3px 3px 3px 5px;
	margin:-1px 0px 0px 0px;
	border: 1px solid #000000;
	background: #666666;
}

.dmenu a {
	text-decoration:none;
	font:1.1em Arial,Helvetica,Sans-serif;
	color:#000000;
}

.dmenu a:hover {
	color:#FFFFFF;
}

.dmenu ul ul{
	padding:0;
	margin:0px 0px 0px 0px;
	list-style-type:none;
}

.tabselected a {
	color: #FFFFFF;
}
/* End dTabs css */

.PxgPaginationLink {
	border: none;
}