/*  
Theme Name: KickAss
Theme URI: http://andyonline.org/
Description: This is the best theme ever!!
Version: 1.0
Author: Andy Engdahl
Author URI: http://andyonline.org
*/

*
{
	padding: 0;
	margin: 0;
}

body
{
	background-color: #666666;
	font-family: 'Trebuchet MS', Arial, Verdana, Sans-Serif;
	font-size: 76%;
}

hr
{
	display: none;
}

.post {
	margin-bottom: 25px;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 1.1em;
}

blockquote
{
  margin: 1em 1.5em;
  padding: 1em 1.5em;

  border: 1px solid #FADA96;

}

.post li
{
  margin-left: 20px;
}

.post ul
{

  list-style-type: bullet;
  margin-bottom: 10px;
}

acronym, abbr, span.caps
{
  cursor: help;
}

acronym, abbr
{
  border-bottom: 1px dashed #999;

}

blockquote cite
{
  margin: 5px 0 0;
  display: block;

}

.center
{
  text-align: center;
}

a img
{
  border: none;
}
 
h3
{
  margin-top: 1.5em;
  font-size: 1.4em;
}

h4
{
  margin-top: 1.2em;
  font-size: 1.2em;
}

h5
{
  margin-top: 1em;
  font-size: 1em;
}

.post a

{
  color: #000066;
}
 

h2 {
	font-size: 1.6em;
	border-bottom: 3px solid #000000;
}

h2 a:hover, h2 a:visited, h2 a {
	text-decoration: none;
	color: #000066;
}

.entry {
	margin-top: 10px;
	margin-bottom: 15px;
}

.postmetadata {
	padding: 2px;
	font-size: 0.8em;
	border-top: 1px solid #000000;
}

.post p {
	line-height: 1.4em;
	margin-bottom: 1em;
}

#content {
	background-color: #999999;
}

#wrapper {
	/*width: 700px;*/
	margin: 0 auto;
	overflow: hidden;
}

#header {
	margin-bottom: 20px;
}

#header a:hover, #header a:visited, #header a {
	text-decoration: none;
	color: #FFFFFF;
}

#headerimg {
	font-size: 1.2em;
	height: 6.5em;
	color: #FEF4DF;
	padding-left: 350px;
	background: #000000 URL(images/ae.gif) no-repeat top left;
}

#content {
	width: 68%;
	margin-left: 2%;
	float: left;
}

#sidebar {
	width: 26%;
	margin-left: 72%;
	background-color: #666666;
	color:#000000;
	border: 1px solid #000000;
	padding: 5px;
}

#sidebar a:hover, #sidebar a:visited, #sidebar a {
	text-decoration: none;
	color: #000066;
}

#sidebar ul h2 {
	background-color: #999999;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	font-size: 1.2em;
	padding: 2px;
	margin-bottom: 5px;
}

#sidebar ul {
	list-style: none;
	margin-bottom: 10px;
}

#sidebar ul ul {
	list-style: none;
}

#sidebar ul ul ul {
	margin-bottom: 0;
}

#searchform {
	text-align: center;
}

#searchform input {
	border: 1px solid #000000;
	background-color: #CCCCCC;
}

#searchform #s {
	width: 50%;
	background-color:#DDDDDD;
}

#footer {
	background-color: #000000;
	clear: both;
	padding: 20px 20px 20px 7.5%;
	margin-top: 2em;
	/*height: 3em;*/
	color: #FFFFFF;
}

#footer a:hover, #footer a:visited, #footer a {
	text-decoration: none;
	color: #AAAAAA;
}

.ualink {
	display: none;
}
