/*
Theme Name: Tigion
Theme URI: http://blog.tigion.de/
Description: Privates Theme
Author: Christoph Zirkelbach
Author URI: http://tigion.de/
Version: 6
.
General comments/License Statement if any.
.
*/
 
/*
 * Last modified: Di 20 Apr 2010 13:40:52 CEST
 */

/* @group Body */

* {
  padding: 0;
  margin: 0;
  border: 0;
}

body {
  /*font-family: "lucida grande","lucida sans",arial,verdana,sans-serif;*/
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 100.01%;
  text-align: left;
  background-color: #d3cebe;
  color: #333;
  min-width: 930px;
}

/* HTML5 fix */
header, nav, section, article, footer {
  display: block;
}

p.oldbrowser_warning {
  padding: 40px 20px 10px;
}

/* @end */

/* @group Default */

/* @end */

/* @group Header */

header {
}

header h1 {
  display: none;
}

/* @group Navigation */

nav {
  z-index: 1000;
  top: 0;
  left: 0;
  position: fixed;

  width: 100%;
  height: 22px;

  /*background-color: #5c5b56;
  background: -moz-linear-gradient(top, #5c5b56, #3c3b37);
  background: -webkit-gradient(linear, left top, left bottom, from(#5c5b56), to(#3c3b37));*/
  background-color: #2c2621;
  /*background: -o-linear-gradient(top, #534a3e, #2c2621);*/
  background: -moz-linear-gradient(top, #534a3e, #2c2621);
  background: -webkit-gradient(linear, left top, left bottom, from(#534a3e), to(#2c2621));
  opacity: 0.9;

  box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -webkit-box-shadow: 0 0 10px #000;

  color: #d3cebe; /* rgba fallback */
  color: rgba(255, 255, 255, 0.8);

  font-size: 0.9em;
}

nav ul {
  padding: 0;
  font-variant: small-caps;
}

nav ul ul {
  font-variant: normal;
}

nav ul.left {
  float: left;
}

nav ul.right {
  float: right;
}

nav ul li {
  float: left;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding: 0;
}

nav ul li.test {
  display: none;
}

nav ul li.hover {
  display: none;
}

nav ul:hover li.hover {
  display: block;
}

nav ul li ul {
  max-width: 450px;
  display: none;
  position: absolute;
  padding: 0.5em 1em 0.6em;
  background-color: #2c2621;
}
/*
nav ul li ul,
nav ul li.tags ul {
  max-width: 490px;
}

nav ul li.categories ul {
  max-width: 300px;
}
*/
nav li.tags ul li,
nav li.categories ul li {
  text-align: justify;
  text-transform: lowercase;
}

nav ul li:hover {
  background-color: #2c2621;
}

nav ul li:hover ul {
  display: block;
}

nav ul li ul li {
  clear: both;
  padding: 0;
  letter-spacing: 0;
}

nav ul li ul li a {
  display: inline;
  padding: 0;
  margin: 0;
  height: auto;
}

nav ul li a {
  display: block;

  margin-top: 1px;
  padding: 1px 1em 1px;
  height: 18px;

  color: inherit;
  text-decoration: none;
}

nav ul li a:hover {
  color: #fff; /* rgba fallback */
  color: rgba(255, 255, 255, 1.0);
  /*background-color: #2c2621;*/
  text-shadow: 0 0 0.2em rgba(255,255,255,0.7);
}

nav ul li.admin a {
  color: red;
}

nav ul li.admin a:hover {
  color: red;
  text-shadow: 0 0 0.2em rgba(255,0,0,0.7);
}

nav ul li a.more {
  float: right;
  margin-top: 0.8em;
}
  
nav ul li form#searchform label {
  display: none;
}

nav ul li.home img {
  height: 18px;
  margin: -1px 5px 0 -5px;
  vertical-align: top;
}

nav #searchform {
}

nav #searchform input#s{
  background-color: #534A3E;
  border: 1px solid #2C2621;
  color: #d3cebe; /* rgba fallback */
  color: rgba(255, 255, 255, 0.8);
  height: 18px;
  margin: 1px 0 0;
  font-size: 0.9em; 
  font: inherit;
  font-variant: normal;
  padding: 0 5px;
  width: 150px;
}

nav #searchform input#searchsubmit {
  font: inherit;
  cursor: pointer;
  background: url("images/icon_search.png") no-repeat scroll center center transparent;
  color: transparent; /* rgba fallback */
  color: rgba(255,255,255,0.0);
  width: 40px;
  opacity: 0.7;
  margin-left: -3px;
}

nav #searchform input#searchsubmit:hover {
  opacity: 1;
}

/* @end */

/* @end */

/* @group Content */

#content {
  margin: 0 auto;
  padding: 75px 0 0;
  /*width: 490px;*/
  /*height: 100%;*/

  /*background-color: #675c4d;*/
  color: #534a3e; /* rgba fallback */
  color: rgba(0, 0, 0, 0.5);
  text-shadow: 0 1px 1px rgba(255,255,255,0.6);

  line-height: 1.6em;
}


#content h3 {
 font-size: 1.4em;
  padding: 2em 0 1em;
  text-align: center;
}

#content h3 a {
  color: inherit;
}

#content img.wp-smiley,
#content .entry img.wp-smiley {
  background-color: transparent;
  border: none;
  margin: -8px 0 -2px;
  padding-top: 5px;
  vertical-align: baseline;
  opacity: 0.75;
}


/* @group post sidebar */

#content .sidebar {
  width: 200px; 
}

#content .left {
  position:  absolute;

  margin-left: -220px;
  padding-right: 20px;
  text-align: right;
 }

#content .right {
  position:  absolute;

  margin-left: 490px;
  padding-left: 20px;
  text-align: left;
}


#content .right .meta {
  margin-top: 5.3em;
}

#content .left h3 {
  text-align: right;
}

#content .right h3 {
  text-align: left;
}

#content .sidebar h3 {
  font-size: 1em;
  font-weight: normal;
  font-variant: small-caps;
  padding: 0.4em 0 0 0;
}

#content .sidebar p {
  line-height: 1.3em;
  padding-bottom: 1em;
  font-size: 0.8em;
}

#content .sidebar p.date {
  font-size: 1.5em;
  padding-bottom: 0;
}

#content .sidebar p.details {
  font-size: 1.0em;
}

#content .sidebar p.tags {
}

#content .sidebar p span.tag {
  /* TODO */
  line-height: 2em;
  
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  
  background-color: #352f28;
  color: white;
  text-shadow: none;
  opacity: 0.4;
  padding: 3px 4px 2px;
  white-space: nowrap;
  text-transform: lowercase;
}

#content .sidebar p span.tag + span.tag {
  margin-left: 2px;
}

#content .sidebar a {
  color: inherit;
  /*text-decoration: none;*/
}

#content .sidebar a:hover {
  color: #2c2621;
  text-decoration: underline;
}

#content .sidebar p span.tag a {
  color: inherit;
  text-decoration: none;
}

#content .sidebar p span.tag:hover {
  opacity: 0.6;
}

#content .sidebar ul {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding-bottom: 1em;
  font-size: 0.8em;
}

#content .sidebar li {
  line-height: 1.5em;
}

/* @end */

/* @group entry */

#content .postsize-default {
  width: 490px;
  margin: 0 auto 50px;
}

#content.single .postsize-default,
#content.page .postsize-default {
  min-height: 340px;
}

#content .postsize-default .entry {
/*#content .postsize-small .entry {*/
  box-shadow: 0 2px 6px #aaa;
  -moz-box-shadow: 0 2px 6px #aaa;
  -webkit-box-shadow: 0 2px 6px #aaa;
}

#content .entry {
  padding: 20px;
  background-color: #534A3E;
 
  color: #e8e3d1; /* rgba fallback */
  color: rgba(255, 255, 255, 0.9);
  text-shadow: none; 
}

#content .entry h2 {
  display: block;
  margin: 0 -20px 14px -20px;
  padding: 10px 20px;
  background-color: #2c2621;
  font-family: "lucida grande","lucida sans",arial,verdana,sans-serif;
  font-size: 1.4em;
  line-height: 1.3em;
}

#content .entry h2.title {
  margin: 0 -26px 14px -26px;
  text-transform: uppercase;
}

#content .entry h2,
#content .entry h2 a {
  color: #fff; /* rgba fallback */
  color: rgba(255, 255, 255, 1.0);
  text-decoration: none;
  background-color: #2c2621;
}

#content .entry h2 a {
  padding: 0; /* fix_a */
}

#content .entry h3 {
  padding: 0;
  font-size: 1.2em;
  margin-top: 0.5em;
  margin-bottom: 0.8em;
  /*background-color: #2c2621;*/
  background-color: #352f28;

  margin-left: -6px;
  margin-right: -6px;

  border: 6px solid #352f28;

  text-align: left;
}

#content .entry h4 {
  padding-top: 0.5em;
  padding-bottom: 0.8em;
}

#content .entry img {
  margin-left: -6px;
  border: 6px solid #352f28;
  background-color: #352f28;
  vertical-align: bottom;
  max-width: 100%;
}

#content .entry img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#content .entry img.alignright {
	margin: 0 -6px 2px 14px;
	display: inline;
	float: right;
}

#content .entry img.alignleft {
	margin: 0 14px 2px -6px;
	display: inline;
	float: left;
}

#content .entry img.overwide {
  border: none;
  border-top: 6px solid #352f28;
  border-bottom: 6px solid #352f28;
  width: 490px;
  margin-left: -20px;
  max-width: 490px;
}

#content .entry p {
  padding-bottom: 1em;
}

#content .entry a {
  color: #e8e3d1; /* rgba fallback */
  color: rgba(255, 255, 255, 0.8);
  /*color: #352f28;*/
  /*background-color: #352f28;*/
  background-color: #352f28;
  text-decoration: none;
}

#content .entry a:hover {
  color: #fff; /* rgba fallback */
  color: rgba(255, 255, 255, 1.0);
  text-shadow: 0 0 0.2em rgba(255,255,255,0.5);
}

#content .entry a.more-link {
  float: right;
  margin-right: -20px;
  margin-top: 35px;
}

#content .entry strong {
	color: #fff;
}

#content .entry em,
#content .entry small {
  color: #b5b2a5; /* rgba fallback */
  color: rgba(255, 255, 255, 0.5);
}

#content .entry ul,
#content .entry ol {
  padding: 0 0 1em 2em;
  font-size: 0.9em;
  line-height: 1.5em;
}

#content .entry ul li,
#content .entry ol li {
	padding-bottom: 0.4em;
}

#content .entry blockquote {
  padding: 0.5em;
  margin-bottom: 1em;
  font: italic normal normal 1.0em Georgia, 'Times New Roman', Times, serif;
  background-color: #2c2621;
  opacity: 0.8;


  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -moz-border-radius-bottomright: 15px;
  -moz-border-radius-topleft: 15px;
} 

#content .entry blockquote p {
	padding: 0;
}

#content .entry code,
#content .entry pre {
  overflow: auto;
  /*color: #333;*/
  padding: 10px; 
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  display: block;
  text-align: left;
  font: 0.8em "Andale Mono", "Courier New", Courier, Fixed, mono;
  background-color: #000;
}

#content .entry code {
  white-space: nowrap;
}

#content .entry pre {
  white-space: pre;
}

/* @end */

/* @group post size small */

#content .postsize-small {
  width: 270px;
  float: left;
  margin: 10px;
}

#content .postsize-small .entry {
  height: 320px;
  -moz-box-shadow: 0 2px 6px #AAA;
  -webkit-box-shadow: 0 2px 6px #AAA;
}

#content .postsize-small .entry h2 {
  font-size: 1.0em;
  overflow: hidden;
}

#content .postsize-small .entry a {
  padding: 0;
}

#content .postsize-small .entry a img {
  margin: 0;
  padding: 0;
  border: 0;
}

#content .postsize-small .entry p {
  line-height: 1.5em;
  font-size: 0.9em;
  overflow: hidden;
}

#content .postsize-small .entry p.preview_first_image {
  /*position: relative;*/
  padding: 0;
  /*margin: -6px -6px 14px;*/
  margin: -20px -20px 0;
  /*height: 112px;*/
  height: 142px;*/
  overflow: hidden;
  
  /*border: 6px solid #352f28;*/
  border: 1px solid #352f28;
  background-color: #352f28;
}

#content .postsize-small .entry p.preview_first_image img {
  max-width: 101%;
  min-height: 112px;

  margin-top: -1px;
  margin-left: -1px;

  /*position: absolute;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: -50%;*/
}

#content .postsize-small p.postmetadata {
  padding-bottom: 3px;
}

#content .postsize-small p.postmetadata a {
  color: inherit;
}

#content .postsize-small p.postmetadata a:hover {
  color: #2c2621;
}

/* @end */

/* @group No Posts */

#content #noposts {
  width: 490px;
  margin: 0 auto;
}

/* @end */

/* @group Comments */

#content #comments {
  width: 490px;
  margin: 0 auto 0;
  /*font-size: 0.9em;*/
  line-height: 1.4em;
}

#content #comments h3 {
}

#content #comments p {
}

#content #comments ul.comments p + p {
  padding-top: 0.8em;
}

#content #comments a {
  color: inherit;
}

#content #comments table.trackbacks {
  font-size: 0.8em;
  line-height: 1.4em;
  width: 100%;
}

#content #comments table.trackbacks td {
  vertical-align: top;
}
  
#content #comments ul.comments {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}

#content #comments ul.comments li {
  padding: 20px 0;
}

#content #comments ul.comments li + li {
  /*border-top: 1px dotted;*/
}

#content #comments ul.comments li.comment-author-admin {
}

#content #comments cite {
}

#content #comments .comment-body {
}

#content #comments .comment-body .comment-author,
#content #commentform .comment-author {
  text-align: right;
  font-style: italic;
}

#content #commentform .comment-author {
  font-size: 1.4em;
} 

#content #comments .comment-body .comment-author {
  float: left;
  margin-left: -200px;
  /*padding-right: 20px;*/
  width: 180px;
}

#content #comments .comment-body .comment-author img {
  display: none;
}

#content #comments .comment-body .comment-author span.says {
  display: none;
}

#content #comments .comment-body .comment-meta {
  display: none;
}

#content #comments .comment-body .reply {
}

#content #commentform .comment-author {
  margin-top:  1.5em;
}

#content #comments .comment-author-admin .comment-author {
  color: #e71;
}

#content #commentform .subscribe-to-comments {
  padding-top: 2em;
}

#content #commentform .smilies {
  width: 140px;
}

#content #commentform h3 {
  padding-top: 3em;
  padding-bottom: 2em;
}

#content #commentform .input {
  line-height: 1.3em;
}

#content #commentform .input p {
  text-align: left;
}

#content #commentform .textarea p {
  line-height: 0;
}

#content #commentform .textarea label,
#content #commentform .textarea textarea {
  line-height: 1.3em;
}

#content #commentform .important {
  color: red;
}

#content #commentform input {
  width: 188px;
  padding: 5px;
  
  font-family: inherit;
  font-size: inherit;
  /*color: inherit;*/
  
  font-size: 0.9em;
  
  border: 1px solid #534A3E;  
}

#content #commentform textarea {

  padding: 20px;
  width: 448px;
  max-width: 448px;
  height: 190px;
  font-family: inherit;
  font-size: inherit;
  /*color: inherit;*/

  border: 1px solid #534A3E;  
  /*border: 1px solid #534A3E;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;*/

  font-size: 0.9em;
}

#content #commentform input#submit {
  width: 200px;
  height: 30px;
  
  cursor: pointer;
  
  border-radius: 0 0 6px 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius: 0 0 6px 6px;

  background-color: #534a3e;
  background: -moz-linear-gradient(top, #534a3e, #2c2621);
  background: -webkit-gradient(linear, left top, left bottom, from(#534a3e), to(#2c2621));
  
  color: #fff;
  
  font-size: 0.9em;
}

/* @end */

/* @group archive/search */

#content.home {
  width: auto;
  padding-left: 70px;
  padding-right: 70px;
}

#content.archive,
#content.search {
  width: auto;
  padding: 25px 70px;
}

/* @end */

/* @end */

/* @group Post-Navigation */

#post-navigation {
  font-size: 4em;
}

#post-navigation .left,
#post-navigation .right {
  position: fixed;
  top: 50%;
  margin-top: -0.5em;
}

#post-navigation .left {
  left: 0;
}

#post-navigation .right {
  right: 0;
}

#post-navigation a {
  color: #69675f; /* rgba fallback */
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

#post-navigation .left a {
  padding: 0 0.15em 0.15em 0.1em;
}

#post-navigation .right a {
  padding: 0 0.1em 0.15em 0.15em;
}

#post-navigation a:hover {
  color: #2C2621;
  background: rgba(0, 0, 0, 0.1);
}

#post-navigation .left a:hover {
  border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
} 

#post-navigation .right a:hover {
  border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
} 

/* @end */

/* @group Footer */

footer {
  clear: both;
  color: rgba(0,0,0,0.5);
  padding: 50px 0 10px;
  text-align: center;
  font-size: 0.8em;
}

footer a {
  color: inherit;
}

/* @end */

