/*
Theme Name: Drunkey Magenta (AG-style)
Theme URI: http://ag6.alltagsgrauen.info
Description: Drunkey Magenta theme, based on Drunkey Love theme for Wordpress by <a href="http://www.el73.be/">Kevin Wetzels</a>
Version: 1.7
Author: Fabian Wolf
Author URI: http://fwolf.info

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

/**-----------------------------------------------------------------------------
** HTML ELEMENTS
**/
html, body {
	padding: 0;
	margin: 0;
	font: 100%/150% "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 0.9em;
	/*
	background: #fff;
	color: #333;*/

	background-color: #710841;
	background-image: url(images/bg-left01.png);
	background-repeat: repeat-y;
	background-position: 0 200px;
	color: #555;
}

a {
	color: #e08;
}

a:visited {
	color: #222;
}

a:hover {
	color: #905;
}

html * {
	margin: 0;
}

p, ul {
	margin-top: 15px;
}

ul, ol {
	padding-left: 0;
	margin-left: 30px;
}

h1, h2 {
	margin-top: 15px;
}

h1, h2 {
	font: 1.7em "Apple Garamond", Georgia, "Times New Roman", "Garamond", serif;
	line-height: 1.7em;
	margin-bottom: 0;
}

h2 a, h1 a {
	text-decoration: none;
	color: #111;
}

h1 a:hover, h2 a:hover {
	color: #905;
}

h1 {
	font-size: 1.9em;
}

h3 {
	margin-top: 1em;
}

h6 {
	font-size: 0.8em;
	font-weight: normal;
	margin: 0;
	color: #666;
}

abbr, acronym {
	cursor: help;
	border-bottom: 1px dashed #999;
}

hr {
	display: none;
}

blockquote {
	border-left: 5px solid #fb0;
	padding-left: 10px;
	color: #960;
}

code {
	font: 110% "Lucida Console", "Courier New", "Courier", monospace;
	color: #0f0;
	background-color: #222;
}

pre {
	overflow: auto;
}

/**-----------------------------------------------------------------------------
** HEADER
**/
#header {
	height: 200px;
	background: #333;
	color: #fff;
}

#header a {
	color: #fff;
}

#header a:hover, #header .current_page_item {
	background: #e08;
	color: #fff;
}

#blog-title {
	vertical-align: text-bottom;
	float: left;
	width: 270px;
	height: 200px;
	text-transform: lowercase;
	font: 1.7em "Apple Garamond", "Garamond", serif;
	text-align: right;
	background: #333 url(images/bg-title.jpg) repeat-x;
	color: #fff;
}

#blog-title a {
	display: block;
	width: 250px;
	height: 50px;
	line-height: 50px;
	padding: 150px 20px 0 0;
}

#pages {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	text-transform: lowercase;
}

#pages li {
	float: left;
	width: 10em;
}

#pages a {
	display: block;
	height: 50px;
	width: 10em;
	line-height: 50px;
	padding: 150px 0 0 0;
	text-align: center;
	white-space: nowrap;
}

#header a {
	text-decoration: none;
}

#header a:hover {
	text-decoration: none;
}

/**-----------------------------------------------------------------------------
** FOOTER
**/
#footer {
	clear: both;
	font-size: 0.8em;
	padding: 50px 0;
	text-align: center;
}

#footer .main {
	border-top: 1px dotted #C20D6F;
	color: #666;
}

/*Fat Erik's Pipelist*/
#feeds, .feeds
{
list-style: none;
padding: 0;
margin: 0;
margin-top: 50px;
margin-bottom: 10px;
}

#feeds li, .feeds li
{
display: inline;
padding: 0;
margin: 0;
}

#feeds li:before, .feeds li:before { content: "| "; }
#feeds li:first-child:before, .feeds li:first-child:before { content: ""; }

/*IE workaround*/
/*All IE browsers*/
* html #feeds li
{
border-left: 1px solid black;
padding: 0 0.4em 0 0.4em;
margin: 0 0.4em 0 -0.4em;
}

/*Win IE browsers - hide from Mac IE\*/
* html #feeds, * html .feeds { height: 1%; }

* html #feeds li, * html .feeds li
{
display: block;
float: left;
}

/*End hide*/
/*Mac IE 5*/
* html #feeds li:first-child { border-left: 0; }
* html .feeds li:first-child { border-left: 0; }

/**-----------------------------------------------------------------------------
** CONTENT
**/
.main, #content, #content-archives {
	width: 790px;
	margin: 0 auto;
}

#content-archives {
	background-color: #eee;
	padding: 10px;
}



/**-----------------------------------------------------------------------------
** PRIMARY CONTENT (ENTRIES, COMMENTS, ...)
**/
#primary {
	width: 500px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	background: #fff url(images/bar-vertical.jpg) no-repeat right top;
}

.entry {
	padding-bottom: 10px;
	/*border-bottom: 1px solid #ccc;*/
}

#primary ul.archive-nav {
	list-style-image: none;
}

.meta {
	font-size: 0.85em;
	clear: both;
	color: #666;
}

.meta a {
	text-decoration: none;
	color: #666;
}

.meta a:hover {
	color: #905;
}

.meta span {
	padding-left: 14px;
	background: #fff url(images/doc.png) no-repeat left center;
}

.meta span.tags {
	background-image: url(images/folder.png);
}

.meta span.comments {
	background-image: url(images/comment.png);
}

.meta span.author {
	background-image: url(images/author.png);
}

.meta span.trackback {
	background-image: url(images/trackback.png);
}

.meta span.delicious {
	background-image: url(images/delicious.png);
}

#meta-admin-options {
    text-align: right;
}

#primary .totop img {
	width: 11px;
	height: 11px;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: text-bottom;
}

#primary .totop {
	margin-left: 480px;
	clear: both;
}

.gravatar {
	float: right;
	margin: 30px 0 15px 10px;
}

#comments h2 {
	margin-top: 30px;
	padding-top: 20px;
	background: #fff url(images/schnipp.gif) repeat-x 30px 0;
}

#comments ol {
	padding: 0;
	margin: 0;
	list-style-type: none;
	list-style-image: none;
	font-size: 0.9em;
}

#comments li {
	clear: both;
}

#comments ol div.poster {
	clear: both;
	padding: 0 20px;
	font-size: 0.95em;
	color: #666;
}

#comments .poster a {
	color: #666;
}

#comments .poster a:hover {
	color: #905;
}

#comments ol.no-gravatars div.poster {
	padding: 0 20px 0 40px;
}


#comments ol div.body {
	margin: 0 0 0 0;
	width: 340px;
	padding: 20px;
	background: #fff url(images/comment-field.png) no-repeat left top;
}

#comments ol.no-gravatars div.body {
	width: 340px;
	padding: 20px;
	margin-left: 20px;
}

#comments fieldset {
	margin: 5px 0 0 0;
	padding: 0 80px 0 20px;
	width: 330px;
	border: 1px solid #fff;
}

#comments legend {
	display: none;
}

#comments form ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

#comments form li {
	margin: 5px 0;
}

#comments .textfield {
	width: 50%;
}

#comments textarea {
	width: 98%;
}

#comments .number {
	font: 1.5em "Apple Garamond", "Times New Roman", "Garamond", serif;
	font-style: italic;
	color: #ccc;
	text-align: right;
	padding: 0;
	margin: 0;
	width: 3em;
	float: right;
}

#comments .number a {
	color: #ccc;
	text-decoration: none;
}

#comments .number a:hover {
	color: #905;
}



.archive-nav {
	font-size: 0.9em;
	width: 100%;
	margin: 10px 0 0 0;
	padding: 0 0 5px 0;
	list-style-type: none;
	list-style-image: none;
}

.archive-nav li {
	width: 180px;
}

.archive-nav li a {
	display: block;
	width: 164px;
}

.back {
	float: left;
}

.back a {
	padding-left: 16px;
	background: #fff url(images/back.png) no-repeat left center;
}

.next {
	float: right;
	text-align: right;
}

.next a {
	padding-right: 16px;
	background: #fff url(images/next.png) no-repeat right center;
}

#primary h1 img, #primary h2 img, #primary h3 img {
padding: 0;
border: none;
}

/* live preview */
#preview {
	border: 1px solid #999;
	padding: 10px;
	padding-top: 0;
}

/**-----------------------------------------------------------------------------
** SECONDARY CONTENT (SIDEBAR STUFF)
**/
#secondary {
	padding-left: 15px;
	padding-right: 15px;
	width: 220px;
	float: right;
	font-size: 0.9em;
    background-color: #fff;
    color: #111;
}

#secondary h2 {
	margin-bottom: 10px;
}


#searchform fieldset {
	padding: 0;
	margin: 0;
	border: 0px solid #fff;
}
/*
#sidebar-left, #sidebar-right {
    width: 47%;
    background-color: #fff;
	color: #111;

}

#sidebar-left {
    float: left;
}

#sidebar-right {
    margin-left: 49%;
}*/

#searchform legend, #searchform label {
	display: none;
}

#blog-description {
	font: 1.6em "Apple Garamond", "Garamond", serif;
	padding: 15px;
	background: #fff url(images/bg-description.jpg) no-repeat;
}

#cp_flak {
	background-image: url(images/cp_flak.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#cp_flak:hover {
	background-position: -200px 0;
}

.fold {
	display: none;
}

.foldButton, .unfoldButton {
	display: block;
	position: relative;
	left: 150px;
	margin-top: -1.3em;
	height: 25px;
	width: 25px;
	cursor: pointer;
	background: #fff url(images/fold.png) no-repeat;
}

.unfoldButton {
	background: #fff url(images/unfold.png) no-repeat;
}

ul.linklist, ul.linklist ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	border-top: 1px solid #ccc;
	font-size: 0.85em;
}

ul.linklist ul {
	border: none;
}

ul.linklist a, ul.linklist ul a {
	padding: 0.2em 0;
	width: 100%;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	color: #333;
}

ul.linklist ul a {
	width: 95%;
	padding-left: 5%;
}

ul.linklist a:hover {
	background: #e08;
	color: #fff;
}

ul.descriptionlist  {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

ul.descriptionlist  li {
	margin-bottom: 0.5em;
}

#sidenotes h3 {
	font-size: 1em;
}

#sidenotes p {
	margin-top: 0;
}

ul.cloud {
	padding: 0;
	margin: 0;
	list-style-type: none;
	list-style-image: none;
}

.cloud li {
	display: inline;
	margin-right: 5px;
}

/**-----------------------------------------------------------------------------
** UTILITIES
**/
.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

.hide {
	display: none;
}

.center {
	text-align: center;
}

.alignright, .lzimg-right {
	float: right;
}

.alignleft, .lzimg-left {
	float: left
}

#primary img, #photos img {
	padding: 4px;
	max-width: 100%;
	border: 1px solid #ccc;
}

#primary .totop img {
	border: 0;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright, img.lzimg-right {
	padding: 4px;
	margin: 15px 0 15px 15px;
	display: inline;
}

img.alignleft, img.lzimg-left {
	padding: 4px;
	margin: 15px 15px 15px 0;
	display: inline;
}

img.noborder {
	border: none;
}

img.simple, #primary img.wp-smiley {
	padding: 0;
	margin: 0;
	border: 0;
}

.flickr {
	color: #06c;
}

.flickr span {
	color: #c00;
}

#primary a.extlink {
	padding-right: 12px;
	background: #fff url(images/external-link.png) no-repeat right center;
}

.comment-author {
	color: #000;
}

.comment-author div.body {
	/*border: 1px solid #fc0;*/
	font-weight: bold;
}

.comment-author div.body blockquote {
	font-weight: normal;
}

/* stasi 2.0 */

div#akct {
	position: absolute; top:0px; right: 0px; z-index: 2342; width:113px; height:88px;
	background-image: url(images/stasi-zwonull/akvse.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border:none;
	padding:0;
	margin:0;
	text-align: right;
}

div#akct img {
	border:none;
	padding:0;
	margin:0;
}

div#akct a#akpeel img {
	width: 100%;
	height: 100%;
}

div#akct a {
	text-decoration: none;
	border:none;
	padding:0;
	margin:0;
	display: block;
}

div#akct a#akpeel:hover {
	position: absolute; top:0px; right: 0px; z-index: 4223; width:500px; height:500px;
	display: block;
	background-image: url(images/stasi-zwonull/akvsb.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.marker {
	/*background-color: #c20d6f;*/
	background-color: #f9a329;
	color: #fff;
	font-size: 115%;
	padding: 2px 4px;
}

div#comment-preview-note {
	font-style: italic;
	font-size: 110%;
	color: #e00;
	padding: 5px;
	border: 2px dashed #a00;
}

div#preview-main {
	background-color: #fff;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}

div#comment-preview {
	padding: 5px;
	border: 1px solid #aaa;
	margin: 5px;
}

button[type=submit] {
	font-weight: bold;
}

#big-arrow {
	position: fixed;
	bottom: 50px;
	left: 50px;
	z-index: 9999;
}

#big-arrow a img {
	border: 0;
}

#note-has-moved {
	clear: both;
	border: 1px solid #999;
	padding: 5px;
	margin: 10px;
}
