/*
Theme Name: gatto matto 0.5
Theme URI: http://gattomatto.net
Description: This is a blank Wordpress theme with a fluid width, laid out in 2 columns with the menu on the right.  Based on the work by Will Healey (http://www.tomorrows-laundry.com)
Author: gatto matto
Author URI: http://gattomatto.net


/*-----------Block Level Elements--------------*/

body {
	font-family: Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	margin: 0px;
	margin-top: 25px;
	padding: 0px;
	background: url(images/green_sector_faded.jpg) no-repeat;
	background-position: 50% 50%;
	background-attachment: fixed;
}

/* * { border: 1px solid black; } */

p {
	margin-top: 0px;
}

a {
	text-decoration: none;
	color: #004395;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0px;
}

/*-------------Main Layout-------------*/

#page {
	width: 860px;
	margin: 0 auto;
}

#header { }

#headerimg { }

.description { }

#wrapper { }

#content {
	float: left;
	width: 640px;
	border-top: 1px solid #999;
	padding-top: 15px;
	margin-top: 15px;
}

#sidebar {
	float: left;
	width: 195px;
	margin-left: 20px;
}

#footer {
	margin-top: 15px;
	width: 100%;
	clear: both;
}

/*-------------Headings-------------*/

h1, h2, h3, h4, h5 {
	margin: 0;
}

h1 {
	margin-bottom: 10px;
}

h2 {
	margin-bottom: 5px;
}

/*-------------The Post-------------*/

h2 a:hover, h2 a:visited, h2 a { }

.post { }

.post p { }

.post a { }

.post ul { }

.post li { }

.entry { }

.entrytext .postmetadata { }

.postmetadata alt { }

.postmetadata a { }

.navigation {
	border-top: 1px solid #999;
	padding-top: 15px;
}

.single_wrapper .navigation {
	border-top: 0;
	padding-top: 0;
}

.single_wrapper .post {
	margin-top: 15px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.entry img.alignright {
	padding: 0 0 10px 10px;
}

.wp-caption {
	margin-left: 10px;
}

.center { }

.pagetitle { }

blockquote {
	border: 2px solid #ccc;
	margin: 15px;
	padding: 5px 5px 0 10px;
	/*background: #f8f7f6 url(images/blq.gif);*/
	/*background: url(images/light_blue_trans.gif);*/
	background: #efefef;
}

cite { }

a img { }

acronym, abbr { }

.wp-caption-text {
	font-size: .8em;
	text-align: center;
}

/*--------------Sidebar------------*/

#sidebar ul {
	list-style-type: none;
	margin-top: 0;
	padding-top: 0;
	margin-left: 0;
	padding-left: 0;
}

#sidebar ul h2 { }

#sidebar ul li {
	margin-left: 0;
	padding-left: 0;
}

#sidebar ul ul {
	padding-left: 20px;
}

#sidebar ul ul li { }

#sidebar ul ul ul { }

#sidebar p { }

#sidebar a { }

#sidebar a:hover { }

#sidebar a:visited { }

/*-----------Sidebar Widgets----------*/

.widget {
	margin-top: 15px;
}

/*--------------Comments--------------*/

ol.commentlist { }

ol.commentlist li { }

ol.commentlist li.alt { }

ol.commentlist a { }

small.commentmetadata { }

/*--------------All Forms---------------*/

input, textarea {
	border: 1px solid #999;
}

textarea {
	width: 100%;
}

/*--------------Search Form-------------*/

#searchform { }

#searchform input.text {
	display: block;
	margin-bottom: 3px;
	width: 100%;
}

#searchform input.button {
	cursor: pointer;
}

#searchform #s { }

/*-------------Calendar-----------------*/

#wp-calendar { }

#wp-calendar th { }

#wp-calendar a { }

#prev a, #next a { }

#wp-calendar caption { }

/*-------------Images------------------*/


/*-------------Other------------------*/

hr {
	display: none;
}

/*-----------Contact Form-------------*/

#wpcf label {
	display: block;
	margin-bottom: 2px;
}

#wpcf div {
	margin-bottom: 10px;
}

#wpcf #contactsubmit {
	margin: 10px 0px;
}

/*-----------Download DJ Mixes-------------*/

.expand {
	display: block;
	width: 25px;
	float: left;
	text-decoration: none;
	outline: none;
}

.tracks {
	display: none;
	margin: 5px 0px 20px 25px;
}

.mix_sep {
	margin-bottom: 10px;
}

.clearboth {
	clear: both;
}


