/*
Theme Name: Dying Kingdoms
Theme URI: http://dyingkingdoms.com/
Description: Flash and php theme for the Dyingkingdoms LARP.
Version: 0.5
Author: Morgan Buck

*/
body { margin: 0px;  overflow:hidden; z-index:2; font: 13px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif !important;}

#main{
	position:absolute;
	height:100%;
	width:100%;
	overflow:auto;
}
#content{
	position:absolute;
	float:none;
	top:90px;
	left:0;
	color:#111111;
	padding-top:0;
	margin-top:0;
	width:100%;
	height:100%;
	z-index:2;
}

#DyingKingdomsHeader{
	height:100%;
}

#flashcontent{
	width:100%;
	position:absolute;
	top:0;
	height:800px;
	z-index:1;
}

#menu {
	width:900px;
}
#menu ol{
	list-style:none;
	overflow:hidden;
	display:block;
	padding:0;
	margin-left:75px;
	margin-right:0;
	float:none;
	margin-bottom:2px;
	font-size:12pt;
}

#menu ol li{
	margin-left:0;
	float:left;
	padding-left:10px;
	padding-right:10px;
	border-right:2px solid black;
}

#menu ol li:first-child{
	padding-left:0;
}

#menu ol li:last-child{
	padding-right:0;
	border-right:0 none;
}

#menu a:link, #menu a:visited, #menu a:active, #menu a:hover {
	color:black;
	font-size:1.05em;
	text-decoration:none;
	text-transform:uppercase;
	font-family:georgia,times new roman;
}

#menu a:hover
{
	text-decoration:underline;
}

h2,h3 {
	margin-top:0;
}

#imagebar {
margin-left:15px;
}

#center
{
	margin-top:100px;
	width:1000px;
	padding:0 10px;
	padding-top:0px;
	padding-left:25px;
	overflow:hidden;
}

div.posts {
	float:left;
	width:660px;
}

div.prepost {
	height:100px;
	line-height:.1;
	font-size:1px;
	width: 700px;
	padding: -20px 15px;
	margin-left:-25px;
	margin-top:0px;
	margin-bottom:-60px;
	z-index:5;
	background:url(images/post_top2.png) no-repeat top left;
}

div.post {
	width:620px;
	margin:0;
	padding:10px 20px;
	padding-top:10px;
	background:url(images/post_bg2.png) repeat-y;
}

div.post div{
	margin: 0px 15px;
	overflow:hidden;
}

div.post h2, div.post h3 {
	margin-right:40px;
	padding-bottom:5px;
	border-bottom:1px solid #999999;
}

div.postpost {
	height:40px;
	line-height:.1;
	font-size:1px;
	width: 650px;
	padding: 0;
	margin-top:-16px;
	background:url(images/post_bottom2.png) no-repeat top left;
}

#sidebar {
	float:left;
	width:250px;
	margin-left:5px;
}

.pre-sidebar-item{
	height:11px;
	line-height:.1;
	font-size:1px;
	width: 240px;
	padding: -20px 15px;
	margin-top:20px;
	background:url(images/sidebar_top.png) no-repeat top left;
}

.sidebar-item{
	width:210px;
	margin:0;
	padding:5px 15px;
	padding-top:0;
	background:url(images/sidebar_bg.png) repeat-y;
}

div.sidebar-item p{
	margin-top:0;
}

.post-sidebar-item{
	height:11px;
	line-height:.1;
	font-size:1px;
	width: 240px;
	padding: 0;
	background:url(images/sidebar_bottom.png) no-repeat top left;
}

.hang {
	text-indent:-5em;
	margin-left:5em;
}

img{
border:2px solid black;
}


