/*
Theme Name: Devi's Study
Theme URI: 
Description: First theme for DeviSnively.com.
Version: 1.0
Author: Ian Strandberg
Author URI: http://ianstrandberg.com

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: "Times New Roman", Times, serif;
	background: #000;
	color: #FFF;
	text-align: center;
	margin: 0px;
	font-size:13px;
	}

#page {
	}

#header {
	display: none;
	}

#headerimg 	{
	display: none;
	}
	
#content {
	font-size: 1.2em
	background: #333;
	margin: auto;
	background: url(images/content_background.JPG) no-repeat top;
	position: relative;
	height: 550px;
	width: 800px;	
}
	
A {
  color: #4d0507;
  text-decoration: none;
}

A:hover {
  text-decoration: underline;

}

H3 {
	margin:0;
}

#main_nav {
	width: 800px;
	margin: auto;
	text-align:center;
}

.post {
}

.entry {
	text-align:left;
	color: #000;
	position: absolute;
	left: 520px;
	top: 90px;
	width: 235px;
	text-align:justify;
}

#pagenav {
	text-align: left;
	position:absolute;
	top: 90px;
	left: 420px;
	width: 90px;
}

#parent_title {
	position: absolute;
	top: 38px;
	left: 425px;
}

H2 {
	padding: 0;
	margin: 0;
}

.post li.page_item {
  text-align: right;
  list-style:none;
  padding-bottom: 10px;
  padding-right: 8px;  
}


#footer {
	position: relative;
	top: -20px;
}

#footer li.page_item {
  text-align: right;
  list-style:none;
  display: inline;
  padding-right: 8px;
}

#footer li.page_item A {
  color: #bdac8c;
  text-align: right;
  list-style:none;
  display: inline;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 24px;
}

#footer IMG.ttf {
	border: none;
	padding-left: 12px;
	padding-right: 12px;
}

#parent_title > H2 {
	color: #000;
}

.entry > H2 {
	color: #4d0507;
	margin-bottom: 5px;
}

IMG.ttf {
}

SMALL.date {
	position: relative;
}

P {
	margin: 0;
	padding: 0;
}

.editlink
{
	display: block;
	position: absolute;
	top: 405px;
	left: 220px;
}

#quotation {
	position:absolute;
	text-align: left;
	width: 320px;
	top: 422px;
	left: 60px;
}

#attribution {
	clear:both;
	float:right;
	padding-top: 12px;
}

#page_image {
	position: absolute;
	left: 96px;
	top: 118px;
}

#page_image A IMG {
	border: none;
}