/*  
Theme Name: Inselgalerie
Theme URI: http://www.inselgalerie-berlin.de
Version: 1.0
Co-Author: Danuta Kisiel
Author URI: http://www.webservo.de/
*/

html	{
	height:100%;
        overflow-y: scroll;
	}
*
{
	margin: 0;
	padding: 0;
}
img	{
	border: 0;
	padding:4px 4px 0px 4px;
}
p	{
	line-height: 1.6em;
	margin: 0.4em 0em 0.2em 0em;
}
a	{
	text-decoration:none;
  color: #990066;
	}

dl
{
	margin: 1em 0;
}
dt
{
	font-weight: bold;
}
dd
{
	margin: 0.5em;
	padding: 0;
}
img.right
{
	float: right;
}
img.left
{
	float: left;
}
body
{
	background: #fff6d7;
	color: #666;
	font: 72%/1.6em Verdana, Arial, Helvetica, sans-serif; 
	text-align: center;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h3	{
	margin-bottom:6px;
	}
br.clear {
	clear: both;
}

                       /* seitenDesign */
#top {
	margin: 20px auto 0px auto;
	width: 950px;
	position: relative;
	height: 89px;
	background: #fff6d7;
}
#topi {
	background-image: url(images/dieInsel.png);
	left: 0;
	width: 441px;
	height: 89px;
	top: 0;
	position: absolute;
}
#page {
	text-align: left;
	width: 950px;
	margin: 30px auto 0px;
}
#header {
	width: 950px;
	background-color:#fff6d7;
	color: #000;
	text-align: left;
}
#header h1 {
	margin: 0;
	padding: 10px 0 0 484px;
}
#header .description {
	padding: 0 0 0 490px;
	color: #666;
}

input#s {
	padding: 2px;
	background-color:#EEE;
	color: #666;
	border:none;
}
input#s:focus {
	background: #EEE;
	color: #666;
}

input#searchsubmit
{
	margin: 0;
}



                      /*  Menü horizontal oben */
#topy {
	width: 950px;
	background: #607294;
	position: relative;
	height: 20px;
	font-size: 1.1em;
	margin:20px auto 0px auto;
}
#menuv ul {
	list-style: none;
	left: 20px;
	bottom: 1px;
	position: absolute;
	}
#menuv li {
	display: inline-block;
}
#menuv li.page_item a, #menuv li.admintab a {
 padding-left: 10px;
 padding-right: 10px;
 line-height: 1.1em;
 color: #fff;
 font-weight: bold;
 background: #607294;
 margin-right: 8px;
}
#menuv li a:hover {
 background: #FFF;
 color: #5A1301;
}
#menuv li.current_page_item a {
 background: #FFF;
 color: #333;
 font-weight: bold;
 padding-left: 10px;
 padding-right: 10px;
 line-height: 1.1em;
 margin-right: 8px;
}



#left {
	float: left;
	width: 195px;
        border-right: 2px solid #FFF6D7;
        padding-left: 3px;
	background: #FFFFFF;
}
#right {
	float: right;
	width: 195px;
        border-left: 2px solid #FFF6D7;
        padding-left: 3px;
	background: #FFFFFF;
}

#content {
	width: 520px;
	float: left;
        margin-left: 15px;
	background: #FFFFFF;
        margin-right: 15px;
}
.post {
	margin-bottom: 20px;
        padding-left: 10px;
	padding-right:10px;
        padding-bottom: 5px;
        border-bottom: 3px solid #FFF6D7;
	clear:both;
}
.entry {
	margin-bottom: 0px;
/*	text-align: justify; */
}

.entry h2  {
       margin-bottom:20px;
       }

.entry a {				/*  Farbe für Links im Text *************/
	color: #822600;
	font-weight:bold;
}
.side1 {
	width: 198px;
	float: left;
	color: #666;
}
.side2 {
	width:198px;
	color: #666;
}

                                 /* Sidebar Position 
                                  ******************** */
.side1 ul, .side2 ul {
	list-style: none;
    list-style-position:outside;
}
.side1 ul.children, .side2 ul.children {
	margin-left: 16px;
}
.boxy, .side1 .categories, .side2 .categories, .widget, .side1 .linkcat, .side2 .linkcat  {
	margin-bottom: 20px;
}



                               /* Sidebar Design
                                    ********************* */
.side1 h2, .side2 h2  {
	font: 1.1em  Verdana, Arial, Helvetica, sans-serif;
        font-weight:bold;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 5px;
	padding: 4px;
	background: #607294;
        width: 186px;
}
.side1 ul li ul li a, .side2 ul li ul li a {
	color: #333;
	background: url(images/SidebarPunkt_1.jpg) left top no-repeat;
	padding-left: 15px;
	margin-left:0px;
}

.side1 ul li ul li a:hover, .side2 ul li ul li  a:hover {
	color: #822601;
	background: url(images/SidebarPunkt_2.jpg) left top no-repeat;
}
.side1 ul li ul li.current_page_item a, .side1 ul li ul li.current-cat a, .side2 ul li ul li.current-cat a  {
	color: #822601;
	font-weight: bold;
	background: url(images/SidebarPunkt_2.jpg) left top no-repeat;
}

#collapsible-archive ul li a	{				/*   extra format für collapsible archive plugin    */
	background:none;
	padding-left:0px;
	}

#footer {
	margin: 0 auto;
	padding-top: 10px;
	text-align: center;
	width: 950px;
	color: #333;
	font-size: 0.9em;
}

#footer a {
	color: #333;
	text-decoration: underline
}
#footer a:hover {
	color: #06c;
	text-decoration: none;
}

h2.pagetitle {
	text-align: left;
	font: 1.8em  Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:10px;
        padding: 4px 0px 4px 20px;
	border-bottom: 2px solid #607294;
}

				/*   Artikel Layout   
					*******************************************/
.post h2 {
	font: 2em  Verdana, Arial, Helvetica, sans-serif;	
	/*border-bottom:1px solid #37455F; */
	color: #37455F;
}
.post h2 a {
	color: #37455F;			/* Farbe für Artikel-Titel link	*/
	display: block;
}
.post h2 a:hover {	
	color: #822600;
}
p.postmeta {
	margin-bottom: 10px;
	color: #A73228;
}

p.meta {					/*   Format für die Zeile unter dem Artikel-Titel	*/
	font-size: 87%;
	/*border-top: 1px solid #37455F;	*/
	margin-bottom: 10px;
	color: #A73228;
}
p.meta a
{
	color: #822600;
	text-decoration: none;
}
.post ul.postspermonth	{
	list-style:none;
	padding: 0;
	margin: 0;
}
.post p a {						/*	link in Suchergebnissen    */
	color: #822600;
}
.post ul {						/* formate für listen im Artikel-Bereich (hier: Beschreibung von einzelnen Ausstellenden  */
	margin-left: 10px;
	list-style:none;
}
.post ul li	{
	margin-top:10px;
	clear:both;
	}
.post ol {
	margin-left: 15px;
}
.post p a:hover {
	border: none;
}
.categr, .monthr {
	margin-bottom: 20px;
}
.categr h2, .monthr h2{
	border-bottom: 1px solid #ccc;
}

.rss {
	background: url(images/feed-icon-10x10.png) left center no-repeat;
	padding-left: 12px;
}
/* Comment Etc
********************* */
.navigation 	{
	margin-bottom: 20px;
	width: 520px;
	float: left;
}

.navigation a
{
	color: #FF6666;
}
.alignleft
{
	float: left;
	margin-right:10px;
	margin-top:5px;
        padding-left: 3px;
}
.alignright
{
	float: right;
	text-align: right;
	margin-left:10px;
	margin-top:5px;
        padding-right: 3px;
}



.ileft {
	float: left;
	margin-right: 5px;
}

p.stats {
	color: #999;
	font-size: .8em;
	border: 1px solid #ccc;
	border-left: none;
	border-right: none;
}
blockquote
{
	background: url(images/blockquote.gif) no-repeat left top;
	color: #666;
	margin: 1em;
	padding: 0 0 10px 50px;
}
#content .commentsfeedr
{
	background: url(images/ico/feed_add.png) no-repeat left center;
	padding: 3px 20px;
}
#content .trackbackr
{
	background: url(images/ico/arrow_refresh.gif) no-repeat left center;
	padding: 3px 20px;
}
input.textbox, textarea
{
	background: #fff url(images/shadow_top.gif) repeat-x top;
	border: #ccc 1px solid;
	font: 1em Verdana, Arial, Serif;
	padding: 2px;
}
input.textbox:focus, textarea:focus
{
	background: #fff url(images/shadow_top.gif) repeat-x top;
	border: #999 1px solid;
}
#submit
{
	padding: 3px 5px;
}
.comment
{
	background: #fff url(images/shadow_top.gif) repeat-x top;
	border-bottom: #ddd 1px solid;
	list-style: none;
	margin: 0;
	padding: 1em 0.5em;
}
.alt
{
	background: #fff;
}

h3#respond, h3#comments {
	font: bold 1.2em Georgia, "Times New Roman", Times, serif;
	color: #333;
}

#comment {
	width: 98%;
}

fieldset {
	border: none;
}
textarea#cp_message {
	width: 100%;
}


pre {
	width: 95%;
	overflow:auto;
	font: 13px Verdana, Arial, sans-serif;
	color: #A73228;
	max-height: 350px;
	line-height: 18px;
	margin: 10px 0;
	border: 1px solid #A73228;
	padding: 5px;
	background: #F7E2D4;
}

code {
font: 13px Verdana, Arial, sans-serif;
color: #A73228;
padding: 2px;
}

