/*  
Theme Name: Matt Youell (custom) September 2008
Theme URI: http://youell.com/matt/
Description: Designed this to fit in with existing look and feel of Matt's website.
Version: 1.0
Author: Matt
Author URI: http://youell.com/matt/
*/

#sidebar
{
    position: absolute; 
    top: 0px;
    left: 800px;
    width: 300px;
    border-style: none;
    border-color: white;
    border-width: 1px;
}

#respond
{
    color: black;
    font-size: 22px;   
}

.comment-heading
{
    color: black;
    font-size: 22px;   
}

#comments
{
    color: black;
    font-size: 22px;   
}

.post h2
{
    color: #6881A9;
    font-size: 22px;   
    text-decoration: none;
}

.post h2 a
{
    color: #6881A9;
    font-size: 22px;   
    text-decoration: none;
}


.entry h2
{
    color: #6881A9;
    font-size: 22px;   
}

li h2
{
    color: #6881A9;
    font-size: 22px;   
    text-decoration: none;
}

.rsidebar ul
{
    list-style-type: none;    
}

#searchform
{
    position: absolute;
    top: -40px;
    left: 20px;   
    width: 300px;
}

.code-block
{
	background-color: #303030;
	border-style: groove;
	border-width: 1px;
	overflow: scroll;
}

#comment
{
	width: 100%;
	height: 200px;
}

.recent-1
{
	background-color: #EFEFEF;
	color: black;
	list-style-type: circle;
	padding: 3px;
}

.recent-1 a
{
	text-decoration: none;
	color: #6881A9;
}

.recent-0
{
	padding: 3px;
	background-color: #F7F7F7;
	list-style-type: circle;	
}

.recent-0 a
{
	text-decoration: none;
	color: #6881A9;
}

body
{
	background-color: white;
	color: black;	
}

#banner
{
	width: 100%;
	left: 0px;
	background-color: black;
}

.rsidebar
{
	width: 500px;	
}


