/*
Theme Name: The Edge of History
Theme URI: http://www.adamsterling.net
Description: Theme created by Adam Sterling
Version: 1.0
Author: Adam Sterling
Author URI: http://knuckleballdesign.com
*/

body 
	{
	background: #000 url(images/background.jpg) no-repeat fixed left bottom;
	font: 13px/1.5em Helvetica, Arial, Verdana, "Trebuchet MS";
	width: 994px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	}

/* LINK STYLES */

a:link 
	{
	color: #436384;
	text-decoration: none;
	}

a:visited 
	{
	color: #591a37;
	text-decoration: none;
	}

a:hover 
	{
	text-decoration: underline;
	}

a:active 
	{
	text-decoration: none;
	}

.gotham a:link 
	{
	color: #000;
	text-decoration: none;
	}

.gotham a:visited 
	{
	color: #000;
	text-decoration: none;
	}

.gotham a:hover 
	{
	color: #000;
	text-decoration: none;
	}

.gotham a:active 
	{
	color: #000;
	text-decoration: none;
	}

.posttitle a:link 
	{
	color: #000;
	text-decoration: none;
	}

.posttitle a:visited 
	{
	color: #000;
	text-decoration: none;
	}

.posttitle a:hover 
	{
	color: #000;
	text-decoration: none;
	}

.posttitle a:active 
	{
	color: #000;
	text-decoration: none;
	}

.footer a:link 
	{
	color: #436384;
	text-decoration: none;
	}

.footer a:visited 
	{
	color: #436384;
	text-decoration: none;
	}

.footer a:hover 
	{
	color: gray;
	text-decoration: none;
	}

.footer a:active 
	{
	color: #436384;
	text-decoration: none;
	}

.recentposts a:link 
	{
	color: gray;
	text-decoration: none;
	}

.recentposts a:visited 
	{
	color: gray;
	text-decoration: none;
	}

.recentposts a:hover 
	{
	color: #436384;
	text-decoration: none;
	}

.recentposts a:active 
	{
	color: gray;
	text-decoration: none;
	}

/*PAGE STRUCTURE */

div#container 
	{
	width: 994px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
	position: relative;
	}

div#banner 
	{
	width: 994px;
	height: 1px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	}

#banner img 
	{
	position: absolute;
	top: 21px;
	left: 20px;
	}

ul.menu 
	{
	position: absolute;
	top: 10px;
	right: 20px;
	}

li.menuitem 
	{
	list-style-type: none;
	display: inline;
	padding-left: 11px;
	}

.menuitem img 
	{
	border: 0;
	}

div#top 
	{
	width: 994px;
	height: 22px;
	background-image: url(images/contenttop.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	}

div#middle 
	{
	background-image: url(images/backgroundcontent.png);
	background-repeat: repeat-y;
	width: 994px;
	min-height: 1000px;
	padding-top: 35px;
	padding-bottom: 1px;
	}

div#left 
	{
	width: 590px;
	margin-left: 17px;
	padding-left: 15px;
	padding-right: 20px;
	}

div#right 
	{
	width: 260px;
	float: right;
	margin-right: 45px;
	margin-top: 35px;
	
	}

div.sidebaritem 
	{
	padding-bottom: 5px;
	}

div.itemcontent 
	{
	font-size: 90%;
	}

div#twitter_div 
	{
	font-size: 90%;
	}

img#beauty 
	{
	width: 262px;
	height: 142px;
	position: absolute;
	bottom: 240px;
	right: 15px;
	}
	
div#clear 
	{
	width: 994px;
	background-image: url(images/backgroundcontent.png);
	background-repeat: repeat-y;
	padding-top: 1px;
	padding-bottom: 1px;
	}

div.footer 
	{
	width: 994px;
	height: 215px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/footerback.png);
	background-repeat: repeat-y;
	padding: 1px 47px 1px;
	color: gray;
	font-size: 13px;
	clear: both;
	}

div#footer1 
	{
	width: 280px;
	float: left;
	margin-top: 15px;
	}

div#footer2 
	{
	width: 280px;
	float: left;
	margin-left: 30px;
	margin-top: 15px;
	}

div#footer3 
	{
	width: 280px;
	float: left;
	margin-left: 30px;
	margin-top: 15px;
	}

div#bottom 
	{
	width: 994px;
	height: 22px;
	background-image: url(images/contentbottom.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	clear: both;
	}

/*BLOG post */

div.blogpost 
	{
	padding-bottom: 30px;
	}

div.postdate 
	{
	width: 91px;
	height: 57px;
	background-image: url(images/dateback.png);
	background-repeat: no-repeat;
	color: #fff;
	font-size: 110%;
	line-height: 1em;
	position: absolute;
	left: 13px;
	display: inline;
	padding-left: 12px;
	}

div.posttitle 
	{
	margin-left: 90px;
	}

div.pagetitle 
	{
	margin-left: 20px;
	}

div.postbody 
	{
	margin-left: 90px;
	}

div.pagebody 
	{
	margin-left: 20px;
	}

div.postfooter 
	{
	margin-left: 90px;
	border-top: 1px dotted black;
	font-size: 80%;
	text-align: center;
	padding-top: 0px;
	}

div.comments 
	{
	margin-left: 90px;
	padding-top: 20px;
	border-bottom: 1px dotted black;
	margin-bottom: 20px;
	}

div.comment 
	{
	background-image: url(images/commentback.png);
	color: #fff;
	margin-top: 15px;
	padding: 5px 25px;
	}

p.commentfooter 
	{
	color: #fff;
	font-size: 90%;
	border-top: 1px dotted white;
	}

div.postcomment 
	{
	margin-left: 90px;
	}
	
/* LIST STYLES */

.right li 
	{
	list-style-type: none;
	border-bottom: 1px dotted black;
	}

ul#twitter_update_list 
	{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px
	}

#twitter_update_list li 
	{
	padding-left: 10px
	}

.itemcontent ul 
	{
	margin-left: 0px;
	padding-left: 0px;
	}

.itemcontent li 
	{
	list-style-type: none;
	border-bottom: 1px dotted gray;
	padding-left: 10px;
	padding-right: 5px;
	}

ul.gallery 
	{
	width: 310px;
	margin-left: auto;
	margin-right: auto;
	}

li.gallery 
	{
	list-style-type: none;
	display: inline;
	margin-left: 10px;
	padding-top: 20px;
	}

ul.recentposts 
	{
	margin-left: 0px;
	padding-left: 0px;
	}

.recentposts li 
	{
	list-style-type: none;
	border-bottom: 1px dotted gray;
	padding-right: 5px;
	padding-left: 5px;
	}

ul.also 
	{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	}

li.also 
	{
	display: inline;
	padding-left: 5px;
	}

/* FONT STYLES */

.gotham 
	{
	font-family: Helvetica, Arial;
	}

.sIFR-active .gotham 
	{
	visibility: hidden;
	font-family: Verdana;
	line-height: 1em;
	}

h1 
	{
	font-size: 150%;
	}

h2.gotham 
	{
	font-size: 100%;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: 1px solid gray;
	}

h3.footer 
	{
	border-bottom: 1px dotted gray;
	text-transform: uppercase;
	font-weight: normal;
	color: #fff;
	font-size: 13px;
	line-height: 0.8em;
	}

.itemcontent p 
	{
	padding-left: 5px;
	padding-right: 5px;
	}

.footer p 
	{
	padding-left: 5px;
	padding-right: 5px;
	}

/*RANDOM STYLES */

lab 
	{
	font-size: 85%;
	}

table.contact 
	{
	margin-left: auto;
	margin-right: auto;
	}

td.right 
	{
	padding-left: 15px;
	padding-bottom: 5px;
	}

.gallery img 
	{
	border: 1px solid black;
	}

.also img 
	{
	border: 0px;
	}

.blogpost img 
	{
	border: 0px;
	}