/*
Theme Name: Designest.de
Theme URI: http://www.designest.de
Description: Designest Theme for Wordpress
Version: 1.0
Author: Michael Rullmann
Author URI: http://www.designest.de

Adapted from drunkey love.
The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

/**-----------------------------------------------------------------------------
** FARBEN
**
** Orange:         #EB8500 // C:5   M:56  Y:100 K:0 
** Dunkles Orange: #BD6B00 // C:21  M:64  Y:100 K:8
** Graue Linien:   #CCCCCC // C:19  M:15  Y:16  K:0  // 20% Schwarz
** Hintergrund:    #f9f9f9 // C:1   M:1   Y:1   K:0  //  2% Schwarz
** Schriftfarbe:   #333333 // C:69  M:63  Y:62  K:58 // 80% Schwarz
** Linkfarbe:      #EB8500
** Links Hover:    #BD6B00 // C:21  M:64  Y:100 K:8
** Besuchte Links: #666666 // C:60  M:51  Y:51  K:20 // 60% Schwarz
**/ 

/**-----------------------------------------------------------------------------
** HTML ELEMENTS
**/ 
html, body {
	padding: 0;
	margin: 0;
	font: 100%/150% "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 0.9em;
	background: #F9F9F9;
	color: #333;		
}

a {
	color: #EB8500;	
}

a:visited {
	color: #666;
}

a:hover {
	color: #BD6B00;
}

html * {
	margin: 0;
}

p, ul, ol {
	margin-top: 15px;
	margin-bottom: 10px;
}

ul, ol {
	padding-left: 0;
	margin-left: 30px;
}

h1, h2 {
	margin-top: 15px;
}

h1, h2, h3 {
	font: 1.7em "Apple Garamond", "Times New Roman", "Garamond", serif;
	line-height: 1.7em;
	margin-bottom: 0;
}

h2 a, h1 a {
	text-decoration: none;
	color: #333;
}

h1 a:hover, h2 a:hover {
	color: #BD6B00;
}

h1 {
	font-size: 1.9em;
}

h3 {
	font-size: 1.4em;
	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 #ccc;
	padding-left: 10px;
}

code {
	font: 100% "Lucida Console", "Courier New", "Courier", monospace;
}

pre {
	overflow: auto;
}

/**-----------------------------------------------------------------------------
** HEADER
**/ 
#header {
	height: 200px;
	margin-bottom: 10px;
	background: #f9f9f9 url(images/bg-title.gif) repeat-x;
	color: #000;	
}

/* header hack for IE */
* html #header {
  margi\n-bottom: 0px;
}

#header a {
	color: #000;
	border-bottom: 9px solid #f9f9f9;
	text-decoration: none;
}


#header a:hover {
	border-bottom: 9px solid #EB8500;
	text-decoration: none;
}

#blog-title {
/*	vertical-align: text-bottom;*/
	float: left;
	width: 347px;
	height: 200px;
/*	text-transform: lowercase;
	font: 2em "Apple Garamond", "Garamond", serif;
	text-align: right;*/
	background: #333 url(images/bg-title-main.jpg) no-repeat;
/*	color: #000;	*/
}

#blog-title a {
	display: block;
	width: 347px;
	height: 50px;
	line-height: 50px;
	padding: 150px 0px 0px 0;
}

#blog-title a:hover {
	border-bottom: 9px solid #EB8500;
	text-decoration: none;
}

#fancymenu {
	position: relative;
/*	overflow: hidden;*/
	float: left;
/*	margin: 0px;
	padding: 0px;*/
/*	width: 950px;*/
/*	height: 200px;*/
}

#pages {
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	list-style: none;
	height: 200px;
}

#pages li {
	float: left;
	width: 120px; /* 8em; */
	height: 200px;
}

#pages a {
	display: block;
	height: 50px;
	width: 120px; /* 8em; */
	line-height: 50px;
	padding: 150px 0px 0px 0px;
	text-align: center;
	padding-bottom: -10px;
	margin-bottom: 0px;
	position: relative;
	overflow: hidden;
}

#header #pages .current_page_item a, #header #pages .current_page_parent a, #header #pages .current_page_ancestor a {
	color: #EB8500;
}

#pages li.background {
	position: absolute;
	z-index: 8;
	visibility: hidden;
	border-bottom: 9px solid #EB8500;
}

/**-----------------------------------------------------------------------------
** FOOTER
**/ 
#footer {
	clear: both;
	font-size: 0.8em;
	padding: 50px 0;
	text-align: left;
	background: #F9F9F9 url(images/bg-title-mirror.gif) repeat-x 0px 0px;
	height: 110px;
}

#footer .main {
	border-top: 1px solid #ccc;
	text-align: center;
	color: #666;
}

/**-----------------------------------------------------------------------------
** CONTENT
**/ 
.main, #content {
	width: 950px; /*740px original*/
/*	margin: 0 auto;*/
	margin: 0;
	border-top: 1px solid #CCC;

}

/**-----------------------------------------------------------------------------
** PRIMARY CONTENT (ENTRIES, COMMENTS, ...)
**/ 
#primary {
	width: 610px;
	padding-right: 20px;
        padding-left: 50px;
	float: left;
	background: #f9f9f9 url(images/bar-vertical.png) 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: #BD6B00;
}

.meta span {
	padding-left: 14px;
	background: #F9F9F9 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.lastmodified {
	background-image: url(images/time.png);
}

.meta span.trackback {
	background-image: url(images/trackback.png);
}

.meta span.delicious {
	background-image: url(images/delicious.png);
}

.meta span.tweet {
	background-image: url(images/twitter.gif);
}

#primary .totop img {
	width: 11px;
	height: 11px;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: text-bottom;
}

#primary .totop {
	margin-left: 599px;
	clear: both;
}

.gravatar {
	float: right;
	margin: 30px 0 15px 10px;
}

#comments {
	clear: both;
}

#comments h2 {
	margin-top: 30px;
}

#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: #BD6B00;
}

#comments ol.no-gravatars div.poster {
	padding: 0 20px 0 40px;
}


#comments ol div.body {
	margin: 0 0 0 0;	
/*	width: 340px;	*/
	width: 455px;	
	padding: 40px;
	background: #F9F9F9 url(images/comment-field.png) no-repeat left top;
}

#comments ol.no-gravatars div.body {
/*	width: 340px;	*/
	width: 455px;	
	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 form input, #comments form textarea {
	padding:2px 10px 12px;
	border: none;
	border-top: 1px solid #F0F0F0; 
	background:url(images/designest_inp_bg_large.gif) no-repeat bottom left; 
} 

#comments form #submit {
	background:url(images/designest_submit.gif) no-repeat bottom left; 
	padding:5px 10px 10px 10px;
}

#comments form #submit:focus, #comments form #submit:hover {
	color: #BD6B00;
}

}

/*#comments form input, #comments form textarea {
	background-color: #F9F9F9;
	border: 1px solid #CCC;
} 

#comments form input:hover, #comments form textarea:hover, #comments form input:focus, #comments form textarea:focus {
	background-color: #FFF;
	border: 1px solid #EB8500;
} 
*/
#comments .number a {
	color: #ccc;
	text-decoration: none;
}

#comments .number a:hover {
	color: #BD6B00;
}

#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;
}

.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: #F9F9F9 url(images/back.png) no-repeat left center;
}

.next {
	float: right;
	text-align: right;
}

.next a {
	padding-right: 16px;
	background: #F9F9F9 url(images/next.png) no-repeat right center;	
}

.overview {
	text-align: center;
	clear: both;
}

.overview a {
	margin: 0px auto;
}

#primary h1 img, #primary h2 img, #primary h3 img {
padding: 0;
border: none;
}

/**-----------------------------------------------------------------------------
** SECONDARY CONTENT (SIDEBAR STUFF)
**/ 
#secondary {
	padding-left: 15px;
	width: 250px;
	float: right;
	font-size: 0.9em;
}

#secondary h2 {
	margin-bottom: 10px;
}

#searchform fieldset {
	padding: 0;
	margin: 0;
	border: 0px solid #fff;
}

#searchform legend, #searchform label {
	display: none;
}

#searchform fieldset input {
	background-color: #F9F9F9;
	border: none;
}

#search #s { /*#search form input {*/
	border-top: 1px solid #F0F0F0; 
	padding:2px 8px 12px;
	float: left;
	background:url(images/designest_inp_bg.gif) no-repeat bottom left; 
} 

#search #searchsubmit {
	border-top: 1px solid #F0F0F0; 
	background:url(images/designest_submit_small.gif) no-repeat bottom left; 
	padding:2px 5px 12px;
	margin-left: 10px;
}

#search #searchsubmit:hover, #search #searchsubmit:focus {
	color: #BD6B00;
}

#blog-description {
	font: 1.6em "Apple Garamond", "Garamond", serif;
	padding: 15px;
	background: #F9F9F9 url(images/bg-description.jpg) no-repeat;
}

.fold {
	display: none;
}

.foldButton, .unfoldButton {
	display: block;
	position: relative;
	left: 220px;
	margin-top: -1.3em;
	height: 25px;
	width: 25px;
	cursor: pointer;
	background: #F9F9F9 url(images/fold.png) no-repeat;
}

.unfoldButton {
	background: #F9F9F9 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;
}

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: #EB8500;
	color: #fff;
}

ul.linklist li.current_page_item, ul.linklist li.current_page_item ul li a:hover, ul.linklist li.current_page_item a  {
/*	background: #EB8500;*/
	color: #fff;
	color: #EB8500;
}

ul.linklist li.current_page_item ul li a {
	background: #f9f9f9;
	color: #333;
}

ul.linklist li.current_page_parent a {
        color: #EB8500;
}

ul.linklist li.current_page_parent a:hover, ul.linklist li.current_page_parent ul a {
        color: #fff;
}

ul.linklist li.current_page_parent ul a {
        color: #333;
}

ul.linklist li.current-cat a {
/*	background: #EB8500;*/
	color: #fff;
	color: #EB8500;
}

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;
}

#spreadshirt div a {
	color: transparent;
}


/**-----------------------------------------------------------------------------
** 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, #primary object.embedpano {
	padding: 4px;
	max-width: 100%;
	border: 1px solid #ccc;
}

/*
#primary a:visited img {
	border: 1px solid #f9f9f9;
}
*/
#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, #primary img.noborder {
	border: none;
}

img.simple, #primary img.wp-smiley {
	padding: 0;
	margin: 0;
	border: 0;
}

.flickr {
	color: #06c;
}

.flickr span {
	color: #c00;
}

/* external link icon */
#primary a.extlink {
	padding-right: 10px;
	margin-right: 2px;
	background: #F9F9F9 url(images/external-link.png) no-repeat right center;
}

/* highlight first letter in post */
P.BigFirst:first-letter {
	color: #000;
/*font-size: 3em;*/
	font: 2.5em "Apple Garamond", "Times New Roman", "Garamond", serif;
/*float: left;*/
/*padding-right: 0.1em;*/
}

/* search excerpt */
.search-excerpt {
	color: #EB8500;
}

/* wpstat - dont show smiley */
img#wpstats{
	display:none;
}

/* Pagebar */
#primary .pagebar {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

#primary .pagebar .this-page {
	padding: 2px 7px 2px 7px;
	width: 9px;
	height: 17px;
	border: 1px solid #666;
	text-decoration: none;
}

#primary .pagebar a, #primary .pagebar a:visited {
	padding: 2px 7px 2px 7px;
	width: 9px;
	height: 17px;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #EB8500;	
}

#primary .pagebar a:hover {
	border: 1px solid #BD6B00;
	color: #BD6B00
}

#primary .ptviewer {
	margin-left: auto;
	margin-right: auto;
}

/* overwrite intern wp-gallery style */
.gallery .gallery-item .gallery-icon a img, .gallery .gallery-item .gallery-icon img {
	width: 100px !important;
	height: 100px !important;
}

/* Tool tips with mootools for Panoramas */
.tool-tip {
	color: #f9f9f9;
	width: 150px;
	z-index: 13000;
}

.tool-title {
	font-family: "Apple Garamond", "Times New Roman", "Garamond", serif;
/*	font-weight: bold;*/
	font-size: 1.1em;
	margin: 0;
	color: #EB8500;
	padding: 8px 8px 4px;
	background: url(images/bg-tooltip-small.png) top left;
}

.tool-text {
	font-size: 0.8em;
	padding: 4px 8px 8px;
	background: url(images/bg-tooltip-small.png) bottom right;
}

/* Accordion style for mootools */
.toggler {
	margin: 0;
	background: #f9f9f9 url(images/bar-horizontal.png) no-repeat left bottom;	
}

.element {
	margin-left: 15px;
}

/* Tweets */

ul.tweetlist, ul.tweetlist ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	border-top: 1px solid #ccc;
}

ul.tweetlist li, ul.tweetlist ul li {
	padding: 0.2em 0;
	width: 100%;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	color: #333;
}

span.like {
	background: none;
	padding-left: 0px;
}

/* 2-Click-Button Appearance */

.social_share_privacy_area, .social_share_privacy {
	margin-left: 30px !important;
}

.clear-after-twoclick {
	height: 0px !important;
}
