body {
	
		width: 100;
		margin: 0px;
		padding: 0px;
		background-image: url("img/leather.jpg");
}

.paper {
		
		position: relative; top: 60px; margin-left: auto; margin-right: auto; margin-bottom: 100px;
		width:800px;
		background-color: #f9f5dc;
		background-image: url("img/paper2.jpg");
		
		border-bottom-right-radius:5px 5px;
		border-top-right-radius:5px 5px;
		-webkit-border-bottom-right-radius:5px 5px;
		-webkit-border-top-right-radius:5px 5px;
		-o-border-bottom-right-radius:5px 5px;
		-o-border-top-right-radius:5px 5px;
		-moz-border-radius-bottomright:5px 5px;
		-moz-border-radius-topright:5px 5px;
		border-bottom-left-radius:5px 5px;
		border-top-left-radius:5px 5px;
		-webkit-border-bottom-left-radius:5px 5px;
		-webkit-border-top-left-radius:5px 5px;
		-o-border-bottom-right-radius:5px 5px;
		-o-border-bottom-top-radius:5px 5px;
		-moz-border-radius-bottomleft:5px 5px;
		-moz-border-radius-topleft:5px 5px;
		
		-webkit-box-shadow:rgb(0, 0, 0) 0px 4px 40px;
		-o-box-shadow:rgb(0, 0, 0) 0px 4px 40px;
		-moz-box-shadow:rgb(0, 0, 0) 0px 4px 40px;

}

.head {

		position: relative;
		margin-left: 30px; margin-right: 30px; padding-top: 15px; padding-bottom: 15px;
		width:auto;
		text-align: center;	
		
}

.navi {

		margin-top: 5px;
		font-family: serif;
		text-transform: uppercase;
		letter-spacing: 2pt;
		font-size: 8.5pt;
		color: #451d00;
		text-shadow: #FFF 0px 1px 1px;

}

.navi a:link {

		text-decoration: none;
		color: #451d00;
		text-shadow: #FFF 0px 1px 1px;

}

.navi a:hover {

		text-decoration: underline;
		color: #000;
		text-shadow: #FFF 0px 1px 1px;

}

.navi a:visited {

		text-decoration: none;
		color: #451d00;
		text-shadow: #FFF 0px 1px 1px;

}

.tagline {
		
		font-family: Palatino, serif;
		font-size: 10pt;
		color: #451d00;
		text-align: center;
		font-style: italic;
		text-shadow: #FFF 0px 1px 1px;
		margin-top:-20px;
	
}

.content {

		position: relative;
		margin-left: 50px; margin-right: 50px; padding-top:30px;
		width: auto;

}

.post {
	
		border-top-color: #d6c4b5;
		border-top-style: dashed;
		border-top-width: 1px;
		clear: both;
		

}

.post img {

		display: block;
		
		border:10px solid #FFFFFF;
		width:300px;
		border-bottom-width: 30px;
		margin-left: -75px;
		margin-top:20px;
		margin-bottom: 10px;
		float: left;
		
		margin-right:40px;
		
		border-bottom-right-radius:3px 3px;
		border-top-right-radius:3px 3px;
		-webkit-border-bottom-right-radius:3px 3px;
		-webkit-border-top-right-radius:3px 3px;
		-o-border-bottom-right-radius:3px 3px;
		-o-border-top-right-radius:3px 3px;
		-moz-border-radius-bottomright:3px 3px;
		-moz-border-radius-topright:3px 3px;
		border-bottom-left-radius:3px 3px;
		border-top-left-radius:3px 3px;
		-webkit-border-bottom-left-radius:3px 3px;
		-webkit-border-top-left-radius:3px 3px;
		-o-border-bottom-right-radius:3px 3px;
		-o-border-bottom-top-radius:3px 3px;
		-moz-border-radius-bottomleft:3px 3px;
		-moz-border-radius-topleft:3px 3px;
		
		-webkit-transform: rotate(-5deg);
		-moz-transform: rotate(-5deg);
		
		-webkit-box-shadow:rgb(0, 0, 0) 0px 0px 3px;
		-o-box-shadow:rgb(0, 0, 0) 0px 0px 3px;
		-moz-box-shadow:rgb(0, 0, 0) 0px 0px 3px;

}

.post img:hover {

		-webkit-box-shadow:rgb(66, 66, 66) 0px 0px 20px;
		-o-box-shadow:rgb(66, 66, 66) 0px 0px 20px;
		-moz-box-shadow:rgb(66, 66, 66) 0px 0px 20px;
	
		-webkit-transition-timing-function: ease-out;
		-webkit-transition-duration: 200ms;
		
		-moz-transition-timing-function: ease-out;
		-moz-transition-duration: 200ms;

}

.smalltype {
		font-size: 10pt;
		font-family: serif;
		margin-top: 50px;
		text-shadow: #FFF 0px 1px 1px;
		color: #451d00;
		

}

.date {

		margin-top:-20px;
		font-size: 8pt;
		font-family: serif;
		font-style: italic;
		text-shadow: #FFF 0px 1px 1px;
		color: #451d00;
		font-weight: bold;
		text-align: center;

}

.paper p {

		font-family: "Lucida Grande", "Helvetica", sans-serif;
		color: #451d00;
		font-size: 10pt;
		text-shadow: #FFF 0px 1px 1px;
		
		text-align: justify;
}

.paper p a:link {
		
		color: #451d00;
		text-decoration: none;
		border-bottom:1px dotted #451d00;

}

.paper p a:visited {
		
		color: #451d00;
		text-decoration: none;
		border-bottom:1px dotted #451d00;

}

.paper p a:hover {
		
		color: #451d00;
		text-decoration: none;
		border-bottom:1px solid #451d00;
		background-color: #FFF;
		
		-webkit-box-shadow:rgb(128, 128, 128) 0px 0px 2px;
		-o-box-shadow:rgb(0, 0, 0) 0px 0px 40px;
		-moz-box-shadow:rgb(0, 0, 0) 0px 0px 40px;
}

.paper p + p {
		text-indent: 30px;
		text-align: justify;
}

.paper h2 {
		
		font-family: "Book Antiqua", Palatino, Garamond, Caslon, "Century", serif;
		font-size: 20pt;
		color: #451d00;
		text-shadow: #FFF 0px 1px 1px;

}

.paper h4 {

		font-family: "Book Antiqua", Palatino, Garamond, Caslon, "Century", serif;
		font-size: 14pt;
		color: #451d00;
		text-shadow: #FFF 0px 1px 1px;
		text-align: center;
		

}

.paper h4 a:link {text-decoration: none; color: #451d00;}
.paper h4 a:hover {text-decoration: underline; color: #451d00;}
.paper h4 a:visited {text-decoration: none; color: #451d00;}
.paper h4 a:active {text-decoration: none; color: #451d00;}

.foot {

		margin-left: 30px; margin-right: 30px; padding-top: 60px; padding-bottom: 30px;
		text-align: center;
		font-size: 8pt;
		color: #5c1600;
		text-shadow: #FFF 0px 1px 1px;
}

/* Tumblr specifics */

ol {
	list-style: none;
	list-style-type: none;
	padding-left:0px;
	

}

.pagenavi {
		padding-top: 30px;
		margin-top:30px;
		margin-bottom:-75px;
		font-family: "Lucida Grande", "Helvetica", sans-serif;
		color: #451d00;
		font-size: 8pt;
		text-shadow: #FFF 0px 1px 1px;
		border-top:1px dotted #d6c4b5;
}

.pagenavi a:link {text-decoration: none; color: #451d00;}
.pagenavi a:visited {text-decoration: none; color: #451d00;}
.pagenavi a:hover {text-decoration: underline; color: #451d00;}
.pagenavi a:active {text-decoration: none; color: #451d00;}
	

