/*
Theme Name: sui generis 2.0
Author: Diana von Oertzen */


/*-----------Block Level Elements--------------*/

body {
    font-family: Helvetica, Verdana, Arial;
    font-size: 12px;
    background: #303018;
    background-image:url(images/pattern.png);
    color: #6303018;
    margin: 0;
}

#page {
	width: 751px;
	margin: 0 auto;
	background: #F0D8A8;
        background-image:url(images/colour_f0d8a8.png);
	line-height: 1.5;
        border-left: 1px solid white;
        border-right: 1px solid white;
        border-bottom: 1px solid white;
}

#header {
	width: 100%;
	height: 480px;
	background: #303018;
	background-image:url(images/header.png);
        background-repeat: no-repeat;
        border-top: 1px solid #303018;
}

.description {
     font-size: 0px;
}

#content {
     width: 540px;
     float: left;
     margin: 5px 0 0 5px;
}

#sidebar {
    margin-left: 75%;
    margin-top: 5px;
    background: #C0C090;
    margin-right: auto;
}

/*-------Footer---------*/

#footer {
	width: 100%;
	clear: both;
        text-align: center;
        background: #303018;
        color: #fff;
}

#footer a {
      color: #fff;
}

/*---------Menu---------- */

#menu {
      display: block;
      padding-top: 430px;
      width: 100%
}

#menu ul {
      width: 750px;
      margin: 0 auto;
      padding: 0;
      list-style: none;

}

#menu li {
	padding: 0;
	display: inline;
}

#menu a {

	display: block;
	float: left;
	padding: 20px 5px 0 20px;
	font-size: 92%;
	font-weight: normal;
        text-decoration: none;
        color: #eef2d0;
}



#menu a:hover {
	color: #96B831;
}



/*-------------Headings-------------*/

h2, h3, h5, h6 {
color: #F0D8A8;
}

h1, h1 a {
   font-size: 0px;
   color: #96B831;
   padding: 3px 0 0 10px;
   text-decoration: none;

}

h4 {
   color: #784848;
}

h2, h3, h4, h5, h6 {
   font-family: Times New Roman, Times;
   font-size: 1.89em;
   font-weight: normal;
   letter-spacing: 0.1em;
   width: 99%;
   padding-left: 5px;
   line-height: 1.3em;
}


.post h2 a {
     text-decoration: none;
     color: #487848;
     display: block;
     height: 100%;
     width: 540px;
     padding-left: 90px;
     padding-top: 40px;
     padding-bottom: 5px;
     background-image: url(images/background_heading_post.png);
     background-repeat: no-repeat;
     margin-left: -5px;
     margin-top: -20px;
}

.post h2 a:hover {
     text-decoration: none;
}

.pageheading {
     text-decoration: none;
     color: #487848;
     display: block;
     height: 100%;
     width: 540px;
     background-image: url(images/background_heading_post.png);
     background-repeat: no-repeat;
     padding-top: 45px;
     padding-left: 90px;
     
}

.pagetitle {
     text-decoration: none;
     color: #487848;
}

/*-------------Post & Page-------------*/

.date {
      color: #487848;
      padding-left:10px;
      margin-top: -10px;
      margin-bottom: 5px;
}

.post {
   width: 540px;
   margin: 5px;
   padding-bottom: -5px;
   background:url(images/background_post.png);
}

.page h2 {

}

.post a {
    text-decoration: none;
	color: #784848;	
}

.post a:hover {
	text-decoration: underline;
	color: #303018;
}


.post ul {
    padding-left: 30px;
    list-style: bullet;

}

.post li {


}

.entry {
   padding: 0 15px 0 15px;
}

.entrytext { 
   padding: 0 15px 0 15px;
}

.postmetadata {
   margin-bottom: -5px;
   background-image: url(images/background_metadata.png);
   background-repeat: no-repeat;
   padding-left: 15px;
   height: 40px;
}

.singlepostmetadata {
   background-image: url(images/background_postmetadata_singlepost.png);
   background-repeat: no-repeat;
   margin: 0 -15px -15px -15px;
   padding-left: 15px;
   padding-right: 15px;
   min-height: 87px;
   font-size: 0.8em;
}

.pagemetadata {
   background-image: url(images/background_postmetadata_singlepost.png);
   background-repeat: no-repeat;
   padding-left: 15px;
   padding-right: 15px;
   min-height: 87px;
   font-size: 0.8em;
}

.postmetadata alt {

}

.postmetadata a {
    color: #2D2D2D;
    text-decoration: underline;

}

.postmetadata a:hover {
    color: #96B831;

}

.navigation {

}

.alignleft {

}

.alignright {

}

.center {

}

blockquote {
    padding: 20px;
    font-style: italic;
}

/*--------------Sidebar------------*/

#sidebar h2, #sidebar li h2, #sidebar ul h2 {
     text-align: center;
     font-size: 1.3em;
     letter-spacing: 0.2em;
     background: #784848;
     text-decoration: none;
     color: #F0D8A8;
     width: 110%;
     padding-top: 2px;
     padding-bottom: 2px;
     background-image: none;
     margin-left: -15px;
     margin-right: -10px;
     margin-top: 0px;

}

#sidebar li {
   list-style: none;
   padding-left: 15px;
   padding-right: 5px;
}

#sidebar ul {
	padding: 0;
        margin-bottom: 5px;
}

#sidebar ul li {
}

#sidebar ul ul {

}

#sidebar ul ul li {
}

#sidebar ul ul ul {
}

#sidebar p {

}

#sidebar a {
color: #666;

}
#sidebar a:hover {
text-decoration: underline;

}

#sidebar a:visited {

}


/*--------------Comments--------------*/

.comments h2 {
color: black;
}


#comments {
     background-image:url(images/background_colour_comment.png);
     border: 1px solid black;
     font-size: 1em;
     padding: 8px;
}

.comment {
     margin-bottom: 10px;
}

.comment-data {
   background-color: #fff;
   font-family: Times New Roman, Times;
   font-size: 1.2em;
   font-weight: bold;
   letter-spacing: 0.2em;
   padding-left: 15px;
   padding-top: 5px;
   line-height: 1.2em;
   height: 3em;
}

.comment-by {
   font-size: 1.4em;
}

.comment-by a {
   color: #784848;
   text-decoration: none;
}

.comment-by a:hover {
   text-decoration: underline;
}


.comment-number {
    font-size: 1.4em;
    margin-right: -15px;
}


.comment-time {
}

.comment-entry {
     padding: 8px;
     border: 1px solid #303018;
}

.comment-entry.admin {
        background-color: #c4c8be; 
        border: 1px solid #784848;
}

.avatar-place {
        position:relative; 
        float:left; 
        width:64px; 
        height:64px;  
 }

.avatar-place img {
       width:50px; 
       height:50px; 
}

cite

small.commentmetadata {

}

/*--------------Search Form-------------*/

#searchform {

}

#searchform input {

}

#searchform #s {

}


/*-------------Images------------------*/

a img {
     border: none;
}

img.left {
    float:left;
    margin-right: 5px;
    margin-bottom: 5px;
}

img.right {
    float:right;
    margin-left: 5px;
    margin-bottom: 5px;
}


/*-------------Calendar-----------------*/

#wp-calendar {

}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}


/*-------------Other------------------*/

hr {
	display: none;
}

ol.footnotes {
      margin-top: 15px;
      padding-top: 5px;
      border-top:1px dotted #000;
      font-size: 10px;
}

img.wp-smiley {
	vertical-align: -25%;
        border: none;
}

/* Replace login with the login name of a WordPress user. */

.author_flickr { 
        padding: 10px;
        border: 1px solid #AEBF33;
        min-height: 190px;
}


a {
   color: #2D2D2D;

}

textarea {
    max-width: 520px;
}

small {
font-size: 11px;
color: #6B6058;
}

.disclaimer {
color: #F1B002;
}