/*
Theme Name: AMP v8p2
Theme URI: http://wordpress.org/
Description: Based on the home site. Now version 8.2
Version: 1.0
Author: Andrew Stephens
Author URI: http://andrewanimation.biz/
*/

body {
	text-align: center;
	min-width: 800px;
	background-color: #c0c0c0;
	font-family: Arial;
}

a:link, a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	position: relative;
}

#header {
	height: 200px;
	margin: 0px;
	position: relative;
	font-size: 0.9em;
}


#sidebar {
	float: left;
	display: block;
	width: 250px;
	margin-top: 10px;
	text-align: left;
	clear: left;
}

#main {
	float: left;
	display: block;
	width: 630px;
	text-align: left;
	background-color: #FFFFFF;
	margin-top: 10px;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 0.9em;
}

#footer {
	width: 400px;
	border-top: 1px solid black;
	clear: both;
	padding: 10px;
	margin: 0 auto;
	font-size: 0.75em;
	font-weight: bold;
}

#navbar a {
	color: #FFFFFF;
	text-decoration: none;
}

#navbar {
	background-color: #000000;
	width: 100%;
	background-image: url(nav_gradient.png);
	height: 50px;
	background-repeat: repeat-y;
	text-align: center;
}

#navbar ul {
    list-style-type: none;
	margin-left: 150px;
}

#navbar ul li {
	list-style-type: none;
	display: block;
	position: relative;
	display: block;
	font-size: 0.9em;
}

#navbar ul li a {
	text-decoration:none;
	width: 92px;
	color:#eee;
	float:left;
	display: block;
	display: inline;
	line-height: 40px;
	font-size: 0.85em;
	font-weight: bold;
	background-color: #000000;
	border: 1px solid white;
	margin: 3px;
}

#navbar a.current {
	color: #000000;
	background-color: #A0A0A0;
}

#othersites {
	background-color: #000000;
	color: #FFFFFF;
	font-size: 0.8em;
	line-height: 25px;
	height: 0px;
	overflow: hidden;
	text-align: center;
}

#othersites a  {
	color: white;
	padding: 5px;
}

a#othersites-show {
	float: right;
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 3px;
	color: white;
	background-image: url(add.png);
	background-repeat: no-repeat;
	background-position: 3px center;
	padding-left: 21px;
	background-color: #000000;
	text-decoration: none;
}

a#othersites-show.open {
	background-image: url(delete.png);
}


#sidebar ul {
	list-style-type: none;
	margin-right: 10px;
}

#sidebar>ul>li {
	list-style-type: none;
	margin: 0px;
	margin-bottom: 5px;
	display: block;
	background-color: #DBDBDB;
	padding: 5px;
	font-size: 0.75em;
/*	cursor: pointer;*/
}

#sidebar li.current {
	background-color: #FFFFFF;
}

#sidebar li h5 {
	padding: 0px;
	margin: 0px;
	font-size: 1.5em;
	font-variant: small-caps;
}

#sidebar h5 a {
	color: #414141;
	text-decoration: none;
}

h1 {
	font-variant: small-caps;
	font-size: 1.3em;
	font-weight: bold;
}

p {
	padding-top: 10px;
	padding-bottom: 10px;
}

#main ul.nostyle li {
	margin-left: 20px;
}


/*Everything After This is Game-Specific */

#sidebar ul ul {
	margin-left: 10px;
}

.postinfo {
	font-style: italic;
	font-size: 0.9em;
}

.postmeta {
	background-color: #e1e1e1;
	text-align: center;
	border: 1px solid black;
	margin-bottom: 15px;
	position: relative;
	clear: both;
	padding: 3px;
}

textarea#comment {
	width: 450px;
	height: 100px;
	border: 1px solid black;
	font-family: Arial;
	font-size: 12px;
}

li.comment {
	list-style-type: none;
	padding: 0px; margin: 0px;
	margin-bottom: 10px;
	border: 1px solid black;
	margin-right: 5px;
}

#commentlist li {
	margin-left: 10px;
}

.comment-author {
	background-color: #dbdbdb;
	padding: 5px;
	height: 32px;
}

.comment-text {
	padding: 5px;
	background-color: #ffffff;
}

div.commentmetadata {
	font-size: 0.75em;
}

p.postmetadata {
	background-color: #DDDDDD;
}

blockquote {
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 5px;
	padding-right: 5px;
	border-left: 5px solid #ddd;
}

img.avatar {
	float: left;
	padding-right: 5px;
}

.comment-author {
	font-size: 12px;
}

.alignleft  { float: left; text-align: left;  }
.alignright { float:right; text-align: right; }
.alignclear { clear: both; }

.sticky  {
	background-color: #ddd;
	padding: 10px;
	margin-bottom: 10px;
}

#othersites a:link, #othersites a:visited {
	text-decoration: underline;
}

#othersites a:hover {
	text-decoration: none;
}

hr.divide {
	background-color: black;
	height: 1px;
	border: 0;
	width: 80%;
}

ul#commentlist {
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
}

#respond {
	padding: 5px;
}

.page-nav {
	background-color: #dbdbdb;
	padding: 5px;
}