/*
Theme Name: madpirate (2011)
Theme URI: http://www.getmad.de/
Description: Darkbrown WordPress Custom Theme inspired by the <a href="http://www.yvoschaap.com/wpthemegen/">WordPress Theme Generator</a>.
Version: 06 May 2009
Author: 42blue
Author URI: http://www.42blue.com/
*/

@font-face {
    font-family: 'playregular';
    src: url('fontkit/play-regular-webfont.eot');
    src: url('fontkit/play-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fontkit/play-regular-webfont.woff2') format('woff2'),
         url('fontkit/play-regular-webfont.woff') format('woff'),
         url('fontkit/play-regular-webfont.ttf') format('truetype'),
         url('fontkit/play-regular-webfont.svg#playregular') format('svg');
    font-weight: 100;
    font-style: normal;
}

html>body #content {
	height: auto;
	min-height: 580px;
}

body {
	font-family: 'playregular';
	font-size: 125%;
	line-height: 1.3em;
  	background:#090909;
}

body,td,th {
	color: #a2918a;
}

#doc {
	width: 95%;
	background-image: url(images/getmad_pirate.png);
	background-repeat: no-repeat;
	background-position: right top;
  	background-attachment:fixed;
}


a, a:link {
	color: #70450d;
	text-decoration: none;
}

a:hover {
	color: #70450d;
	text-decoration: underline;

}

h1 {
  font-weight: 100;
  font-size: 180%;
  padding-top: .1em;
  padding-bottom: .3em;
  text-shadow: 4px 4px 12px rgba(1, 1, 1, 1);
  color: #161511;
  line-height:1em;
}

h1 a,
h1 a:hover,
h1 a:active,
h1 a:link {
  color: #803718;
  text-decoration: none;
}

h2 {
  font-weight: 100;
  font-size: 115%;
  padding-top: .3em;
  padding-bottom: .3em;
  color: #803718;
  line-height: 1.4em;
}

h3 {
  font-size: 120%;
}

h4 {
  font-size: 115%;
}

h4.comment {
	font-size: 115%;
	color: #914904;
  padding-left: 15px;
}

p {
  font-size: 80%;
  padding-top:10px;
  padding-bottom:10px;
}

strong, b {
  color: #70440c;
  font-weight: 100;
}

em, i {
	font-style: italic;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr
{
	font-size: 0.9em;
	letter-spacing: .07em;
}

a img {
	border: none;
}


#hd{
	padding-top: 60px;
	padding-bottom: 60px;
    font-family: 'Sunshiney', cursive;
}

#hd a {
  font-size:530%;
  text-shadow: 0px 0px 20px rgb(42, 42, 42);
  text-decoration: none;
  color: #592c15;

}

#hd strong {
  font-size: 95%;
  color: #5a5349;
  padding-left: 55px;
  display: block;
  padding-top: 25px;
}

h3 a:link, h3 a:hover, h3 a:visited{
	color: #914904;
  text-decoration:none;
}

.item {
	padding: 10px;
	text-align:left;
	margin-bottom: 1em;
}

.item ul {
	list-style-type: disc;
	padding-left: 15px;
	margin: 10px;
	font-size: 80%;
}

.item li {
	list-style-type: disc;
	font-size: 90%;
}

.item ol{
	list-style-type: decimal;
	padding-left: 15px;
	margin-left: 10px;
	font-size: 80%;
}

.itemhead {
	padding-top: 5px;
	padding-bottom: 5px;
}

.chronodata {
	font-size: 65%;
  color:#5a5349;
}

.itemhead h3 {
	margin-top: 5px;
	margin-bottom: 10px;
  font-family: 'playregular';
  letter-spacing:1px;
	color: #803718;
}

.item h3 {
	margin-top: 8px;
	margin-bottom: 8px;
  font-size:180%;
}

.storycontent {
    padding-left: 25px;
    padding-top: 10px;
    padding-right: 25px;
    padding-bottom: 10px;
    font-size:130%;
    line-height: 120%;
	border: 1px solid #1e1c1c;
    border-radius: 3px;
	background-image: url(images/testbg.png);
	background-repeat: repeat;
	background-position: center top;
}

input {
	font-size: 80%;
}

.metadata {
	line-height: 190%;
	font-size: 85%;
	text-align:left;
	padding: 4px;
}

.tags, .catagory {
	display: block;
}

.commentlist p {
	clear: both;
	font-size: 102%;
}

#commentform {
  padding-left: 35px;
  margin-top:20px;
}

cite {
  font-size: 115%;
  color:#801e1d;
  }

blockquote {
	margin:30px;
	padding:20px;
	border-left: 6px solid #400000;
  border-right: 1px solid #000000;
  border-top: 1px solid #00000;
  border-bottom: 1px solid #000000;
	font-family: 'playregular';
	font-size: 110%;
  line-height:1.5em;
	background-image: url(images/rose_pattern.png);
	background-repeat: repeat;
	background-position: center top;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.commentmetadata {
	font-size: 70%;
}
.commentlist {
	margin-top: 5px;
}
.commentlist li {
	padding: 10px;
  margin-bottom:10px;
	border: 1px solid #1A1A1A;
  background:#141414;
  list-style-type: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #FFFFCC;
	height:60px;
}

.navigation a:link, .navigation a:hover, .navigation a:visited {
	color: #925200;
}

.alignright {
	float: right;
	padding-left:15px;
	padding-bottom:15px;
}

.alignleft {
	float: left;
	padding-right:15px;
	padding-bottom:15px;
}

#secondary, #third{
	background-color: #000000;
	background-image: url(images/sidebar.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align:left;
	padding: 0px;
	border: 1px solid #141414;
}

#secondary h4, #third h4{
	color: #96918b;
  font-weight:bold;
  font-size:100%;
	margin-top: 20px;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
	padding-left: 0px;
}

#secondary p, #third p{
	padding: 3px;
	font-size: 70%;
}

#searchform {
	clear: both;
	margin-bottom: 5px;
	margin-left: 2px;
	padding: 3px;
}

input, textarea, select {
  font-family:inherit;
  font-size:115%;
  color:#635F5F;
  border: 1px solid #5a5349;
  padding:5px;
  background-color:#0C0A0A;
}

#third {
	margin-left: 9px;
}


.aktt_tweets ul li {padding-bottom:5px; padding-right:5px; padding-top:5px; margin:0px; border-bottom:1px solid #2d2623;}


#menu {padding:10px; border:0px solid #c0c0c0;}
#menu ul {margin:0; padding:0; font-size:70%; }
#menu ul li {padding-left:5px; margin:0px;}
#menu ul li a {
	text-decoration:none;
	font-size:15px;
	font-weight: bold;
}
#menu ul li a:hover {	
	color: #70450d;
    text-decoration: underline;
}


li .categories, li .linkcat, li .pagenav {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.yui-nav{
	margin-bottom: -1px;
}

.yui-navset .yui-nav a:hover {
	background-color: #0099DD;
	color: #FFFFFF;
}

.yui-navset .yui-nav li a {
  background-color: #1A1A1A;
	background-image: url(images/bg_overlay.png);
	background-repeat: repeat;
	border-bottom: 0px;
	color: #FFFFFF;
	padding: .3em .7em .3em .7em;
	text-decoration:none;
	font-size: 85%;
}

#wp-calendar {
	empty-cells: show;
	font-size: 90%;
	margin: 0;
	width: 90%;
	padding: 3px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar td {
	color: #FFFFFF;
	font-size: 70%;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}


#wp-calendar #today {
	color: #0099DD;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

#ft {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #FFFFCC;
}

#ft a:link, #ft a:hover, #ft a:visited{
	color: #925200;
}


.serendipity_imageComment_center, .serendipity_imageComment_right, .serendipity_imageComment_left {
	border: 1px solid #592c15;
  padding:5px;
  margin-top:10px;
  margin-bottom:10px;
  background-color:#000000;
}

.serendipity_imageComment_txt {
  margin-top:5px;
  font-size:60%;
}


input.submit_mp {
  background-color:#801E1D;
  border:1px solid #000000;
  font-size:130%;
  font-weight:bold;
  color:#ffffff;
  padding:10px;
}

#s {
  background-color:#202020;
  border:1px solid #801E1D;
  font-size:80%;
  color:#f8f8f8;
  padding:5px;
  width:130px;
}

#searchsubmit {
  background-color:#801E1D;
  border:1px solid #000000;
  font-size:80%;
  color:#ffffff;
  padding:5px;
  margin-top:4px;
}

#tagcloud {
  margin-left:5px;
}

ul {
 font-size: 0.8em;
}

.soundtrack-left {
  border:1px solid #803718; 
  float:left; 
  padding:5px; 
  margin:5px;
}

.soundtrack-right {
  border:1px solid #803718; 
  float:left; 
  padding:5px; 
  margin:5px;
}

table {
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 10px;
}

th {
  font-size: 16px;
  padding:5px;
}

td {
  padding:5px;
}


tr {
  border-bottom:1px solid #803718; 
}

figcaption {
	padding-top:5px;
	font-size:12px;
}

.screen-reader-text {
	display:none;
}

/* Gradient transparent - color - transparent */

hr.wp-block-separator {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgb(99 40 9), rgba(0, 0, 0, 0));
}