/*
Theme Name: HoleHog
Theme URI: http://www.arrastheme.com/
Description: Child theme for the Arras Theme for WordPress
Author: Holehog
Author URI: http://www.arrastheme.com/
Template: arras
Version: 1.1
.
For more information on how to create and use child themes:
http://codex.wordpress.org/Child_Themes

Any CSS code written below will override any existing
declarations from the theme itself.
.
*/



body
{
	background-color: #000;
	color: #333;
	font-family: monaco, sans-serif;
	font-size: 9px;
	font: height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
}

#content
{
	margin: 0;
	overflow: hidden;
	width: 680px;
}

.main-aside
{
	float: right;
	position: relative;
	width: 280px;
}

#main
{
	border: 0px solid #000;
	padding: 10px 10px 0;
	background: #000;
}

.blog-name
{
	font-family: monaco, sans-serif;
	font-size: 28px;
	letter-spacing: 5px;
	color: #30F;
	font-weight: bolder;
}

.posts-quick li {
	background: #FFF;
}

.posts-default li {
	background: #FFF;
}

.home-title
{
	font-family: monaco, sans-serif;
	color: #0F0;
	font-size: 20px;
	line-height: 5px;
}

.blog-name a:link, .blog-name a:visited {
color: #00F;
font-weight: bolder;
}


.author-posts-title, .author-content h1, .archive-title {
	font-family: monaco, sans-serif;
	text-transform: none;
	font-weight: 700;
	font-size: 18px;
	padding: 0 3px 8px;
	border-bottom: 0px solid #DDD;
	margin: 0 15px 10px 0;
	color: #F00;
}

