/*
Theme Name: Mordheim in Limburg, based on Medieval Book by the Pimp Panther
Description: 
Version: 1.0
Author: Vince
Tags: brown, 3 columns, fixed width, widget ready.

/*============================================================
	General Specifications
==============================================================*/
html {
	cursor: url("images/cursors/hand.cur"),default;
}
html.waiting {
	cursor: url("images/cursors/wait.cur"),wait;
}

body {
	background: #1c1203;
	background: url(images/background.gif) repeat;
	width:100%;
  	font-size: 16px;
	font-family: 'Palatino Linotype', Georgia, Verdana, Arial, Sans-Serif;
	color: #3d0c0b;
	text-align: center;
	margin: 0;
	padding: 0;
	}

#page {
	/*background: url(images/.png) top repeat-y;*/
	text-align: left;
	margin: 0px auto;
	width: 1000px;
	}


.depth-1 {
	border: 1px solid #ddd;
    	}

.even, .alt {
	border-left: 1px solid #638e3c;
    	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	line-height: 15px;
	}

h1 {
	font-size:48px;
	font-stretch: ultra-condensed;
	letter-spacing: -4px;
	font-style: oblique;
	color:#7e4017;
	text-decoration:none;
	}

h1 a, a:hover, a:visited {
  	text-decoration: none !important;
	}

h2.pagetitle {
    	font-size: 20px;
	margin-top: 30px;
	text-align: center;
	}

h2 {
	font-size: 28px;
    	margin: 10px 0 0;
	font-stretch: ultra-condensed;
	letter-spacing: -2px;
	font-style: oblique;
	}

h2, h3 {
	font-family: 'Palatino Linotype', Georgia, 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #sidebar_page h2, #wp-calendar caption, cite {
	text-decoration: none;
	color: #804b21; 
	}

h3 {
	font-size: 26px;
    	padding: 0;
	margin: 30px 0 0;
	margin: 10px 0 0;
	font-stretch: ultra-condensed;
	letter-spacing: -2px;
	font-style: oblique;
	}

h5 {	
	font-size:20px;
	color:#804b21;
	font-stretch: ultra-condensed;
	letter-spacing: -1px;
	font-style: oblique;
	}

.entry p a:visited {
	color: #aa0004 !important;
	}

code {
	font: 12px 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 10px;
    	cursor: help;
	}

a, h2 a:hover, h3 a:hover {
	color: #aa0004;
	text-decoration: none;
	cursor:url("images/cursors/attack.cur"),pointer;
	}

a:hover {
	color: #aa0004;
	text-decoration: underline;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #323f5e;
	}

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

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

.navigation {
  	display: block;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
    	font-weight: bold;
    	}

#searchform {
    	width:200px;
	height:15px;
	background: #f6f1e4;
	color: #7d633e;
	font-size: 13px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
    	font-weight: normal !important;
	text-align: center;
	margin: 5px 0px 0px 5px;
	padding: 2px 4px 1px 4px;
	font-weight: bold;
	}

#submit {
	background: #f6f1e4;
	color: #7d633e;
	font-size: 12px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	margin: 0px 0px 0px 5px;
	padding: 2px 4px 1px 4px;
	font-weight: bold;
    	}

#searchh {
    	width:180px;
	height:15px;
	background: none;
	color: #7d633e;
	font-size: 13px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
    	font-weight: normal !important;
	text-align: center;
	margin: 5px 0px 0px 5px;
	padding: 2px 4px 1px 4px;
	border: none !important;
	}

#submith {
	background: url(images/src.gif) top no-repeat;
	width: 34px;
	height: 27px;
	border: none !important;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

/*==========================================================
	Header
============================================================*/

.srch {
	float:right;
	margin-top: -5px;
	}


#header {
	background: url(images/header.png) bottom no-repeat;
	margin-left:auto;
	margin-right: auto;
	margin-top: -32px;
	padding: 0;
	height: 250px;
	width: 1000px;
	}

.feed {
	background: url(images/rss.png) top left no-repeat;
	width: 75px;
	float: right;
	margin-right: 45px;
	}

#description {
	width: 700px;
	text-align: left;
	position: relative;
	top:100px;
	left: -200px;
	}


/*===================================================================
	Menu bar 
=====================================================================*/
	
#menu_bar {
	width:800px;
	height:30px;
	padding-top: 10px;
	float: left;
	font-size:16px;
	font-weight:bold;
	margin-left: 10px;
	/* text-transform: uppercase; */
	}

ul#navlist {
	margin: 0;
	margin-left: 25px;;
	padding: 0;
	white-space: nowrap;
	float:left;
	width:100%;
	}

ul#navlist li {
	display:inline;
	list-style-type: none;
	}

ul#navlist li a {
	font-size: 22px;
    /* 	font-stretch: ultra-condensed;
	letter-spacing: -1px;*/
	font-style: oblique;
	text-align:center;
	color: #e8c99a;
	margin:px;
	margin-right:8px;
	margin-left:8px;
	padding:5px;
	display:block;
	float:left;
	text-decoration: none;
	}

ul#navlist li a:hover {
	color: #c1853c;
	}

/*=====================================================================
	Blog page
=======================================================================*/

#pbody {
	width:1000px;
	margin: 0px;
	float: left;
	background: url(images/page.png) top repeat-y;
	}

#content {
	width:500px;
	margin-left:10px;
	margin-right: 10px;
	margin-top: -160px;
	float:right;
	}
	
#content2 {
	width:860px;
	margin-left:35px;
	margin-right: 10px;
	margin-top: -160px;
	float:left;
	}	

.arch {
    	text-align: center;
	margin: 0 auto;
    	width: 460px;
    	font-size: 18px;
	font-style: oblique;
	font-stretch: ultra-condensed;
	}


/*==========================================================================
	The actual Blog post look
============================================================================*/

.post {
	width:440px;
	float: left;
	padding-left: 20px;
	padding-right: 40px;
	margin: 0;
	text-align: justify;
	}

span.initialcap {
	width: 75px;
	height: 64px;
	background: url(images/letter.png) bottom no-repeat;
    	float: left; 
	font-family: 'Monotype Corsiva';
    	font-size: 40px;
	color: #964a22; 
	line-height: 70px;
    	padding-top: 5px;
	margin-right: 0px;
	text-align: center;
	}


.entry {
	width:430px;
	float:left;
	margin-left:10px;
	overflow: hidden;
	}
	
.entry-spread {
	width:860px;
	float:left;
	margin-left:25px;
	margin-top: 80px;
	overflow: hidden;
	}	

.post hr {
	display: block;
	}

.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
	}

.attachment {
	text-align: center;
	margin: 5px 0px;
	}

.{
	width: 430px;
	float: left;
	padding-left: 30px;
	text-align: left;
	}

.postmetadata {
	float: left;
    	font-size: 14px;
	font-weight: normal;
	font-style: oblique;
    	padding-left: 20px;
	width:420px;
    	clear: both;
	}

.clear {
	clear: both;
	}

.entry ul {
	margin-left: 0px;
	list-style: square;
	padding-left: 10px;
	text-indent: 5px;
	}

.entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

#writtenby {
	top: -200px;
	margin-left: -45px;
	width: 465px;
	height: 91px;
	z-index:1000;
}

.dateofpost {
	margin-top: -21px;
	margin-right: 20px;
	text-align: right;
}

.skullbar {
	margin-left: 15px;
	margin-bottom: -15px;
}

.line-divider {
	margin-left: 0px;
	margin-top: -6px;
	margin-bottom: -6px;
}

.animal {
	margin-left: -10px;
	margin-bottom: -10px;
	margin-right: -5px;	
	margin-top: -60px;
	padding-top: -60px;	
}

/*===================================================
	Sidebars
=====================================================*/

/* Main Sidebar */

#sidebar{

	float:left;
	width: 440px;
	margin-top: -165px;
	margin-left: 25px;
	margin-right: 5px;
	font-size: 16px;
	padding: 275px 0 10px 0;
	}

#sidebar_page{
	float:left;
	width: 440px;
	margin-top: -165px;
	margin-left: 25px;
	margin-right: 5px;
	font-size: 16px;
	padding: 0px 0 10px 0;
	}

#sidebar h2, #sidebar_page h2 {
	color: #804b21;
	margin: 5px auto;
	font-size:24px;
	text-align:left;
	padding-left: 25px;
	font-stretch: ultra-condensed;
	}

#sidebar a, a:visited, #sidebar_page a, a:visited {
	color:#3d0c0b;
	}

#sidebar a:hover, #sidebar_page a:hover {
	color:#aa0004;
	text-decoration:none;
	}

#sidebar form {
	margin: 0;
	}

#sidebar ul, #sidebar ul ol, #sidebar_page ul, #sidebar_page ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li, #sidebar_page ul li {
	list-style-type: none;
	margin-bottom: 8px;
	}

#sidebar ul p, #sidebar ul select, #sidebar_page ul p, #sidebar_page ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol, #sidebar_page ul ul, #sidebar_page ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ul ol, #sidebar_page ul ul ul, #sidebar_page ul ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li, #sidebar_page ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li, #sidebar_page ul ul li, #sidebar_page ul ol li {
	margin: 3px 0 0;
	padding:0px;
	}

#sidebar ul li li, #sidebar_page ul li li {
	padding: 0px 0px 5px 20px;
	margin: 0px;
	} 

#sidebar ul li ul li, #sidebar_page ul li ul li {
	padding: 0px 0px 5px 10px;
	margin: 0px;
	}

/* Sidebar left */

#sidebar1{
    float:left;
	width: 210px;
	margin-top: 10px;
	margin-left: 10px;
   	margin-right:5px;
    	padding: 0px 0 10px 0;
    	display: inline;
	}

/* Sidebar right */

#sidebar2{
	float:left;
	width: 210px;
	margin-top: 10px;
	margin-right: 5px;
	padding: 0px 0 10px 0;
    	display:inline;
    }

/* Sidebar fullpage */

#sidebar3{
	float:left;
	width: 420px;
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 10px;	
	padding: 0px 0 10px 0;
    	display:inline;
    }

/*Sidebar search form*/

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

/* Calendar */

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#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;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 12px;
	}

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

#wp-calendar caption {
	font-size: 18px;
	text-align: center;
	}

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


/*================================================================
    Begin Comments
==================================================================*/

#reply {
	width:580px;
	height: 50px;
	margin: 10px auto 20px ;
	}

#quil { 
	width: 380px;
	margin-left:60px;
	float: left;
	padding-bottom: 10px;
	}

h3.comments {
	padding: 0;
	margin: 10px auto 20px ;
	}

.alt {
	margin: 0;
	padding: 10px;
	}

#commentform input {
    	background: #f7ede1;
	color: #323f5e;
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
    	margin: 5px 10px 0 0;
	}

#commentform textarea {
    	background: #f7ede1 url(images/quil.png) bottom right no-repeat;
	color: #323f5e;
	width: 380px;
	padding: 2px;
	}

#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

#commentform #submit {
	background:#804b21;
	color: #f7ede1;
	font-size: 10px;
	cursor: pointer;
	width: 120px;
	margin: 0 0 5px auto;
	float: left;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
    	font-weight: bold;
	}

.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
    	}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 14px;
	}

.commentlist li ul li {
	font-size: 12px;
	}

.commentlist li .avatar {
	float: right;
	padding: 2px;
	background: #323f5e;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
    	}

.children {
   	padding: 0;
   	}

#commentform p {
	margin: 5px 0;
    	font-weight: normal;
	line-height: 14px;
	text-transform: none;
    	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
    	font-weight: normal;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	}

.thread-alt {
	border-top: 1px solid #f8d89b;
	border-bottom: 1px solid #f8d89b;
	border-left: none;
	border-right: none;
    	}

.thread-even {
	border-top: 1px solid #f8d89b;
	border-bottom: 1px solid #f8d89b;
	border-left: none;
	border-right: none;
    	}

li.categories {
	}  /* outermost list item */

li.cat-item {
	}

/*=======================================================================
	Footer
=========================================================================*/

#footer {
	background: url(images/footer.png) bottom no-repeat;
	margin: 0 auto;
   	width: 1000px;
	padding-top:110px;
	height: 140px;
	clear: both;
    	text-align: center;
	font-weight: normal;
	color: #f7ede1;
	font-size: 14px;
	font-stretch: ultra-condensed;
	font-style: oblique;
	}

#standingstone {
	background: url(images/standingstone.png) top left no-repeat;
	padding-left: 30px;
	margin-left: 50px;	
	margin-bottom:-295px;
   	width: 151px;
	height: 295px;
	position:relative;
	bottom:250px;
	}
	
#waxseal {
	background: url(images/waxseal.png) top left no-repeat;
	margin-left: 800px;	
   	width: 146px;
	height: 256px;
	position:relative;
	bottom:-280px;
	}	
	
#warportraits {
	top: -35px;
	margin-bottom: -325px;	
	margin-left: 7px;
	position:relative;
	bottom:-280px;
	}		
	
#fullspread {
	top: -35px;
	margin-bottom: -325px;	
	margin-left: 7px;
	position:relative;
	bottom:-280px;
	}		
	
#expenses {
	background: url(images/expenses.png) top left no-repeat;
	margin-top: -23px;
   	width: 223px;
	height: 173px;
	z-index: 1000;
	}	
	
#aboutbg {
	background: url(images/about.png) top left no-repeat;
	margin-left: 20px;
	margin-top: -175px;	
	margin-bottom: -475px;		
	height: 673px;
	}		
	
#euro {
	padding-left: 60px;
	padding-top: 93px;
   	width: 223px;
	height: 173px;
  	font-size: 30px;
	font-family: 'Palatino Linotype', Georgia, Verdana, Arial, Sans-Serif;
	color: #000000;
	text-align: center;
	}		

#footer a, #footer a:hover, #footer a:visited {
  	color: #ffc582;
	}


/*===============================================================
    Begin Images
=================================================================*/

p img {
	padding: 0;
	max-width: 100%;
	}

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

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
  display: block;
   	float: right;
   	}

.alignleft {
    display: block;
   	float: left;
	}

a img {
	border: none;
	}


/*=================================================================
    Captions
===================================================================*/

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	}

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

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	}

/*=================================================================
    Custom stuff
===================================================================*/

.widget-title {
	
	}
	
.ptitle {
	margin-left: 25px;
	}
	
.ptitle h2{
	
	}