/*
Theme Name: greenpeace_de
Description: Greenpeace Corporate Blog Theme DE
Version: 1.2
Date: 03/07/2009
Author: Katrin Ackermann (SysEleven GmbH)
Author URI: http://syseleven.de
Tags: 

	
 
-------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	border: 0;
}
html {
    height: 100%;
}
body {
    height: 100%;
    padding: 0 30px;
    color: #000;
    background: #EEE;
	font-family: Arial, sans-serif;
	font-size: 13px;
}

a {
	text-decoration: none;
	color: #73be1e;
}
a:hover,
a:active {
    text-decoration: underline;
}
a:active,
a:focus,
:focus,
area {
    outline: none;
}
	
h1, h2, h3, h4, h5, h6 {
	line-height: 1.2em;
}
h1 {
	font-size: 26px;
}
h2 {
	font-size: 20px;
}
h3, h4 {
	font-size: 13px;
}

ul, ul li {
	list-style: none;
}

label, input, select, textarea {
	font-family: Arial, sans-serif;
	font-size: 12px;
}
.clr {
    clear: both;
    height: 0;
}
.fl,
.alignleft {
    float: left;
}
.fr,
.alignright {
    float: right;
}
.hidden {
    display: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
th {
    font-weight: 700;
    text-align: left;
}
th, td {
    padding: 0 20px 5px 0;
}

blockquote {
    background: #FFF url(_img/bg_quote.gif) no-repeat left top;
    margin: 10px 0 10px 0;
    font-size: 13px;
    line-height: 1.5em;
    color: #999;
    font-weight: 700;
}

blockquote p {
    padding: 4px 30px 4px 35px;
}

button {
    padding: 4px 6px 5px 6px;
    color: #FFF;
	border-radius: 2px;
  	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
    background: #73BE1E;
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;    
}
button:active,
button:focus {
    outline: none;
}
/* ------------------------------------   [ page structure ] ------------------------------------  */

#page {
    margin: 0 auto;       
    max-width: 960px;
    min-width: 600px;
    background: #EAEAEA url(_img/bg_body.gif) repeat-y right;

}

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

#contentwrap {
	margin-right: 206px;
    -display: inline-block; /*IE6*/
}

#bannerwrap {
    margin-bottom: 10px;
    padding: 10px; 
    background: #FFF;
}

.banner {
    overflow: hidden;
    height: 290px;
    padding: 30px 0 0 54px;
    background-repeat: no-repeat;
    color: #FFF;
    font-size: 33px;
    line-height: 1.3em;
    text-shadow: #000 1px 1px 1px;
}
.banner div {
    font-size: 32px;
    font-weight: 700;
}
.banner a {
    color: #FFF;
    text-decoration: none;
}

#content {
    background: #FFF;
    padding: 50px 60px 30px 60px;    
    min-height: 1500px;
}

#skip {
    max-width: 960px;
    height: 20px;
    margin: 0 auto;
    padding: 10px 0 0 0;
    font-size: 11px;
}

#skip a {
    color: #999;
}




h2.main {
    margin: 0px 0 12px 0;
	font-size: 20px;
	font-weight: 100;
}

h2.summary {
    margin-bottom: 30px;
	font-size: 26px;
	font-weight: 100;
    color: #777;    
}

p.info-mod {
    line-height: 1.8em;
    
}
p.info-mod a {
    font-weight: 700;
    
}

.pager {
    padding-bottom: 10px;
    font-size: 13px;   
    font-weight: 700;
}
.pager .new {
    float: left;
}
.pager .old {
    float: right;
}


/* ------------------------------------   [ posts ] ------------------------------------  */


.post {
    overflow: hidden;
    
}
.post-index {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #666;
}

.post h1 {
    margin-bottom: 10px;
}

.post .avatar {
    vertical-align: sub;
    margin: 0 3px;
    
    }
    
*+html .post .avatar {
    vertical-align: middle; /*IE*/
}

.author-link {
    color: #73be1e;
    font-weight: 700;
    cursor: pointer;   
}
.author-info {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 500px;
    padding: 10px;
    
    border: 1px solid #999;
    box-shadow: 0 0 25px #999;
	-moz-box-shadow: 0 0 25px #666;
	-khtml-box-shadow: 0 0 25px #666;
	-webkit-box-shadow: 0 0 25px #666;
	
	background: #FFF;
    color: #999;
    line-height: 1.3em;
}
.author-info img.avatar {
    float: left;
    margin: 0 12px 0 0;
}
.author-info div {
    float: left;
    width: 420px;
}
.author-info a.close {
    float: left;
}



.author-info h4 {
    font-weight: 100;
    font-size: 18px; 

}
.author-info dt {
    float: left;
    width: 80px;
    padding-top: 10px;
}
.author-info dd {
    float: left;
    width: 340px;
    padding-top: 10px;
    color: #000;
}
.author-info a {
    font-weight: 700;
}


.post .entry {
    margin-bottom: 6px;
    padding: 10px 0 4px 0;
    line-height: 1.5em;
    overflow: hidden;
    
    -display: inline-block; /* IE6 */

}

.post-index .entry {
    border-bottom: 1px dotted #CCC;
}

.post .entry a {
    font-weight: 700;
}
.post .entry p {
    padding-bottom: 10px;
}


.post .entry h1,
.post .entry h2  {
    margin: 5px 0 5px 0;
    font-size: 15px;
    line-height: 1.3em;
   
}
.post .entry h3 {
    margin: 10px 0 5px 0;
    font-size: 13px;
    font-weight: 700;

}

.post .entry em {
    text-decoration: underline;
    font-weight: 700;
    font-style: normal;
    color: #333;
}



.post li {
    margin-left: 18px;
    padding: 3px 0 3px 18px;
    background: url(_img/bg_li.gif) no-repeat 0 8px;
}
.post li ul {
    margin-top: 4px;
}

.post li li {
    background: url(_img/bg_li_li.gif) no-repeat 0 8px;

}



    
p.postmetadata a {
    font-weight: 700;
}


.post .entry img,
.post .wp-caption {
    padding: 4px;
    border-top: 1px solid #EEE;
    border-left: 1px solid #EEE;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
}

.post .entry .wp-caption {
    padding-bottom: 0;
}

.post div.alignleft,
.post img.alignleft {
    margin: 4px 8px 4px 0;
}
.post div.alignright,
.post img.alignright {
    margin: 4px 0 4px 8px;
}

.post .wp-caption img {
    margin: 0;
    padding: 0;
    border: none;
}

.post .entry p.wp-caption-text {
    padding: 2px 6px 4px 2px;
    color: #999;
    font-size: 12px;
    line-height: 1.3em;
}

.post .entry img {
    max-width: 620px;
    height: auto;
}


.thumbnails {
    overflow: hidden;
    background: url(_img/bg_gallery.gif) repeat;
    padding: 30px 0 20px 40px;
    margin: 0 0 10px 0;
    
    -display: inline-block; /*IE6*/
}

.thumbnails a {
    background: #FFF;
    margin: 0 35px 20px 0;
    overflow: hidden;
    float: left;
    width: 162px;
    height: 162px;
    
    box-shadow: 0 0 25px #999;
	-moz-box-shadow: 0 0 25px #666;
	-khtml-box-shadow: 0 0 25px #666;
	-webkit-box-shadow: 0 0 25px #666;

}
.post .entry .thumbnails img {
    padding: 6px;
    border: 0;
    width: 150px;
    height: 150px;
}

/* ------------------------------------   [ comments ] ------------------------------------  */

#comment_zone {
    overflow: hidden;
}


.commentlist li {
    overflow: hidden;
    border-bottom: 1px dotted #CCC;
    padding-top: 10px;

    -display: inline-block; /*IE6*/
}
.commentlist li:last-child {
    border-bottom: 0;
}

.commentlist .img {
    float: left;
    width: 46px;
    height: 46px;
    border: 1px solid #CCC;
    margin: 0 10px 10px 0;
}

.commentlist .wrap {
    float: left;
    overflow: hidden;
    padding-bottom: 10px;
    width: 80%;
    line-height: 1.5em;
}
.comment-meta {
    display: block;
    padding-top: 3px;
    color: #999;
    font-size: 13px;
}

ul.children {
    clear: left;
}
ul.children li {
    padding-left: 62px;
    border-top: 1px dotted #CCC;
    border-bottom: 0;
}

/* pinglist */
.pingslist h4 {
    font-size: 14px;
}

.pingslist li {
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px dotted #C2C2C2;
}

.pingslist li:last-child {
    border: 0;
}



/* --- comment form --- */
#commentform div {
    overflow: hidden;
    min-width: 660px;
    padding-bottom: 6px;

    -display: inline-block; /*IE6*/

}
#commentform p {
    float: left;
    padding: 5px 0 0 10px;
    color: #999;
    font-size: 12px;
}
#commentform p.info {
    float: none;
    padding: 5px 0 15px 0;
    
}

#commentform label {
    display: block; 
    float: left;
    width: 120px;
    color: #000;
    padding-top: 5px;
    text-align: left;
}

#commentform input {
    float: left;
    width: 300px;
    padding: 6px 3px 2px 3px;
    border: 1px solid #CCC;
    background: #FFF url(_img/bg_input.gif) repeat-x top left;
    color: #666;
    font-size: 13px;

}
#commentform textarea {
    float: left;
    width: 500px;
    max-width: 500px;
    height: 200px;
    padding: 6px 3px 0 3px;
    border: 1px solid #CCC;
    background: #FFF url(_img/bg_input.gif) repeat-x top left;
    color: #666;
    font-size: 13px;
}

#commentform button {
    margin: 5px 0 0 120px;
}

/* ------------------------------------   [ sidebar ] ------------------------------------  */


#sidebar img.logo {
    margin: 20px 0 70px 125px;
}
#sidebar img.cc {
    margin: 30px 0 0 10px;
}
#sidebar h2 {
    font-size: 13px;
    color: #333;
    margin: 30px 0 5px 0;
}

#sidebar a {
    color: #FFF;
    font-size: 12px;


}

#sidebar ul {
    margin: 0 10px;
}
#sidebar ul ul {
    margin: 0;
}

#sidebar ul ul li {
    padding: 3px 0 3px 20px;
    border-bottom: 1px dotted #578F17;
    background-position: 1px 6px;
    background-repeat: no-repeat;
}

#sidebar ul ul li:last-child {
    border: 0;
}



li.categories li {
    background-image: url(_img/icon_list_category.gif);
}
#sidebar li.type-rss ul li {
    background-image: url(_img/feed-icon-14x14.png);
    background-position: 1px 3px;
    border: 0;
    padding-left: 22px;
}

li.type-authors li {
    background-image: url(_img/icon_list_author.gif);
}
li.type-links li {
    background-image: url(_img/icon_list_link.gif);
}
#sidebar ul li.type-comments li {
    background-image: url(_img/icon_list_comment.gif);
    background-position: 1px 8px;
}



/* ------ search ------ */


form#searchform input {
    float: left;
    width: 135px;
    height: 15px;
    margin: 0 3px 35px 0;
    padding: 2px 3px 1px 3px;
    border: none;
    background: #FFF url(_img/bg_input_search.gif) no-repeat top left;
    color: #666;
    font-size: 13px;
}
form#searchform button {
    float: left;
    padding: 0;
    border: none;
    background: transparent;
}



/* ------------------------------------   [ page ] ------------------------------------  */



/* ------------------------------------   [ footer ] ------------------------------------  */

#footer {
    overflow: hidden;
    margin: 20px auto 30px auto;
    max-width: 960px;
    min-width: 600px;
    
    -display: inline-block; /*IE6*/
    
}

#footer-inner {
    overflow: hidden;
    padding: 30px 30px 30px 60px;
    background: #FFF;
}

#footer h3 {
    color: #333;
    padding-bottom: 5px;
    margin-top: 27px;
}
#footer h3.first {
    margin-top: 0;
}
#footer h3 a {
    font-weight: 100;
}

#footer h3 img {
    vertical-align: middle;
    margin-left: 5px;
}

/* zone 1 */
.zone-1 {
    float: left;
    width: 40%;
}
.zone-1 .tagcloud {
    padding-right: 60px;
    line-height: 1.8em;
    margin-top: 4px;
}


.zone-1 .tagcloud a {
	padding: 2px 3px;    
}

.zone-1 .tagcloud a:hover {
    background: #E3F2D2;
	border-radius: 3px;
  	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 2px 3px;    
	text-decoration: none;
}

.zone-1 .recent-comments {
    padding-right: 60px;
    min-width: 200px;
    margin-bottom: 60px;

}
ul.recent-comments li {
    overflow: hidden;
    padding: 4px 0;
    border-bottom: 1px dotted #CCC;
    font-size: 12px;
    line-height: 1.4em;

    -display: inline-block; /*IE6*/

}
ul.recent-comments li:last-child {
    border-bottom: 0;
}

ul.recent-comments li img {
    float: left;
    margin-right: 7px;
}
ul.recent-comments li p {
    float: left;
    display: inline;
    width: 80%;
}

/* zone 2 */
.zone-2 {
    float: left;
    width: 60%;
}

.zone-2 a img {
    margin-right: 12px;
    margin-bottom: 4px;
}
span.thumb {
    display: block;
    float: left;
    margin-right: 0;
}

.zone-2 span.thumb img {
    width: 120px;
    height: 89px;
    margin-right: 10px;
}

/* twitter */
ul.twitter {
    padding-right: 30px;
}
ul.twitter li {
    padding: 4px 0 4px 18px;
    background: url(_img/icon_tweet.gif) no-repeat 0 6px;
    border-bottom: 1px dotted #CCC;
    font-size: 12px;
    line-height: 1.3em;
}
ul.twitter li:first-child {
    padding-top: 0;
}
ul.twitter li:last-child {
    border: 0;
}
.twitter-timestamp {
    color: #AAA;
    font-size: 12px;
}
ul.twitter li a {
    font-weight: 700;
}



/* rss list */
ul.rss {
    padding-right: 30px;
}

ul.rss li {
    padding: 4px 0 4px 18px;
    background: url(_img/icon_page.gif) no-repeat 0 5px;
    border-bottom: 1px dotted #CCC;
    font-size: 12px;
    line-height: 1.3em;
}
ul.rss li a {
    font-weight: 700;
}

#footer a.more {
    clear: both;
}
    


#footer p.meta {
    clear: left;
    font-size: 13px;
}
#footer p.meta a {
    font-weight: 700;    
}




