/*
Theme Name: Classic Tweakz
Theme URI: http://wordpress.org/
Description: Final form theme based on code from classic theme
Version: 0.0
Author: Halsted Larsson

Default WordPress by Dave Shea || http://mezzoblue.com
Modifications by Matthew Mullenweg || http://photomatt.net
This is just a basic layout, with only the bare minimum defined.
Please tweak this and make it your own. :)
*/
body {
	background: #000 scroll no-repeat top center;
	color: #fff;
}

h2 {
	border-bottom: 1px dotted #ccc;
}

h3 {
	border-bottom: 1px dotted #eee;
}
#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background-color: #191919;
	border-top: 1px solid #0F0F0F;
	border-right: 1px solid 3A3A3A;
	border-bottom: 1px solid #3A3A3A;
	border-left: 1px solid #0F0F0F;
	color:#bcbcbc;
}
#commentlist li ul {
	border-left: 1px solid #ddd;
	color:#bcbcbc;
}

#commentlist li .avatar {
	border-color: #ccc;
}

#header {
	background: #90a090;
}

#header a {
	color: #fff;
}
#menu {
	color: #fff;
}

#menu input#s {
	background: #eee;
	border-color: #999;
	color: #000;
}
.post-bottom
{
	/*background: transparent url("images/cap_blogbottomLight.png") bottom no-repeat;*/
}

/* Captions & aligment */

/* End captions & aligment */

/*custom*/
#left-side
{
}
#inner-wrapper
{
}
#outer-wrapper
{
	background: transparent url("images/bkg_vert960Light.png") repeat-y 0px 0px;
}
#backpiece
{
	background: transparent url("images/bkg_main960Light.png") no-repeat;	
}
#wrapper
{
	background:transparent;	
}
#bottom-wrapper
{
	background: transparent url("images/bkg_cap960Light.png") 0px 0px;	
}
#left-back
{
	background: transparent url("images/logo_light.gif") no-repeat;
}
#contact-address
{
	background: transparent url("images/heading_finalbossemailLight.png") repeat-y 0px 0px;
}
#comments-heading
{
	background: transparent url("images/cap_blogbottomLight.png") bottom no-repeat;
}
#mp-container
{
	background: transparent url("images/form_mailinglistLight.gif") no-repeat right;
}
.MailPressFormSubmit
{
	background-image:url('images/form_mailinglistbuttonmaskLight.png');
}

