/*
Theme Name: Asterisk
Theme URI: http://www.freewpthemes.net/preview/asterisk
Description: A multi-column, fixed-width design for 800x600 resolutions. Features Web 2.0 design ideal for 1024x768 resolutions. Widget-ready for WP2.2+
Version: 2.0
Author: Free WordPress Themes
Author URI: http://www.freewpthemes.net/
*/

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(images/img01.gif) repeat-x;
	font: 12px Trebuchet MS, sans-serif, Arial;;
	color: #333333;
}

h1 {
	margin-top: 0;
	letter-spacing: -2px;
	font-size: 2em;
	font-weight: normal;
}

h2 {
	font: 1.82em;
	font-weight: normal;
	letter-spacing: -1px;
	color: #000;
}

p, ol, ul {
	line-height: 1.67em;
}

.tracks {
	padding: 0px 0px 0px 18px;
}

a {
	color: #0c6e78;
}

a:hover {
	text-decoration: none;
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
}

img.right {
	float: right;
	margin: 5px 0 0 15px;
}

/* Header */

#header {
	width: 790px;
	height: 200px;
	margin: 0px auto;
}

/* Logo */

#logo {
	float: left;
	padding: 13px 0 0 0;
}

#logo h1 {
	margin: 0;
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}

#logo h1 a {
	text-decoration: none;
	color: #FFFFFF;
}

#logo p {
	margin: -5px 0 0 0;
	text-transform: uppercase;
	font-size: 1.22em;
	letter-spacing: -1px;
	color: #FFFFFF;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0px;
	padding: 63px 0px 0px 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 20px;
	text-decoration: none;
	font-size: 1.4em;
	color: #1d1d1d;
}

#menu a:hover, .active a {
	background: url(images/arrow.gif) bottom no-repeat;
	padding-bottom: 12px;
	}
}

/* Page */

#wrapper {
	background: #FFF;
	background-repeat: no-repeat;
}

#page {
	width: 800px;
	margin: 0px auto;
	padding: 0px 0;
}

/* Content */

#content {
	float: left;
	width: 510px;
}

/* Post */

.post {
}

.post .date {
	float: left;
	width: 32px;
	height: 40px;
	background: #0c6e78 url(images/img07.gif);
	border: 1px solid #666666;
	line-height: normal;
	text-transform: uppercase;
}

.post .date_month {
	display:block;
        height:12px;
	font-size: 10px;
	color: #fff;
	margin-top:0px;
        padding:0px;
        text-align: center;
}

.post .date_day {
	display:block;
        height:16px;
	font-size: 16px;
	color: #333;
	margin-top:0px;
        padding:0px;
        text-align: center;
}

.post .date_year{
	display:block;
	font-size: 10px;
	color: #333;
	margin-top:0px;
        padding:0px;
        text-align: center;
}

.post .title {
	border-bottom-style:dashed;
	border-bottom-color:#CCCCCC;
	border-bottom-width:thin;
}

.post h1.title {
}

.post h2.title {
	font-size: 1.7em;
	margin-left:40px;
}

.post .meta {
	margin: 0 0 0 px;
	padding: 0;
	color: #C6C6C6;
	font-size: 8px;
	color: #999;
	line-height:normal;
}

.post .meta a {
	color: #C6C6C6;
}

.post .entry {
	padding-bottom: 30px;
	padding-top: 10px;
}

.navigation {
}

.navigation a {
	font-weight: bold;
}

.alignleft {
	float: left;
}

.promo_pic {
	float: left;
	margin:0px 10px 5px 0px;
	padding:5px 5px 0px 5px;
	border:1px solid #dcdcdc;
	display: block;
	text-align: center;
}

.picture {
	padding:3px 3px 3px 3px;
	border:1px solid #dcdcdc;
}

.picture:hover {
	padding:3px 3px 3px 3px;
	border:1px solid #000;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.album_cover {
	float: left;
}

.album_info {
	width: 200px;
	padding: 0px 0px 0px 15px;
	float: left;
}

.small_text {
	font-size: 10px;
	margin-bottom: 40px;
	margin-top: -20px;
	margin-left:5px;
	}

/* Sidebar */

#sidebar {
	float: right;
	width: 250px;
	margin-left:10px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 25px;
	border: 1px solid #dcdcdc;
	padding: 10px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
}

#sidebar li li a {
	padding-left: 15px;
	background: url(images/img09.gif) no-repeat 0px 50%;
}

#sidebar h2 {
	padding-left: 0px;
	margin-top: -5px;
	margin-bottom: 5px;
	color:#000;
}

#sidebar a {
	text-decoration: underline;
	color:#0c6e78;
}

#sidebar a:hover {
	text-decoration: underline;
	text-decoration: none;
}


/* Form & Search */

form {
	margin: 0px;
	padding:0px;
}

#search {
}

input {
	border: 1px solid #cccccc;
	padding: 5px;
	margin-top: 2px;
	font: 12px Trebuchet MS, sans-serif, Arial;
}

input:focus {
	border: 1px solid #000;
}

formfields {
	background: #FFF;
	width: 350px;
	border: 1px solid #cccccc;
	padding: 5px;
	margin-top: 2px;
	font: 12px Trebuchet MS, sans-serif, Arial;
}

formfields:focus {
	border: 1px solid #000;
}

textarea {
	width: 350px;
	height: 200px;
	background: #FFF;
	border: 1px solid #cccccc;
	padding: 5px;
	margin-top: 2px;
	font: 12px Trebuchet MS, sans-serif, Arial;
}

textarea:focus {
	border: 1px solid #000;
}

.submit {
	background: #0c6e78;
	width: 60px;
	padding: 5px 5px 5px 5px;
	font: 12px Trebuchet MS, sans-serif, Arial;
	color:#FFFFFF;
}

br { clear: left; }

#search #s {
	height: auto;
	width: 130px;
	background: #a19f94;
	border: 1px solid #036d78;
	border-right-color: #036d78;
	border-bottom-color: #036d78;
	color: #FFFFFF;
}

.validation {
	width: 130px;
	background: #FFF;
	border: 1px solid #dcdcdc;
	padding: 5px;
}

#search br {
	display: none;
}

/* Calendar */

#calendar_wrap {
}

#calendar caption {
	font-weight: bold;
}

#calendar table {
	width: 100%;
	border: 1px solid #E8E8E8;
}

#calendar thead {
	background: #E8E8E8;
}

#calendar tbody td {
	border: 1px solid #E8E8E8;
	text-align: center;
}

#calendar tbody #today {
	font-weight: bold;
	border-color: #CCCCCC;
}

#prev {
}

#next {
	text-align: right;
}

/* Respond */

#respond p {
	margin: 0 0 5px 0;
	line-height: normal;
}

#comment {
	width: 400px;
}

/* Footer */

#wrapper2 {
	background: #a19f93 url(images/img12.gif) repeat-x;
}

#footer {
	width: 778px;
	margin: 0 auto;
	padding-top: 20px;
	color: #000000;
}

#footer a {
	color: #000000;
	text-decoration:underline;
}

#footer a:hover {
	text-decoration: none;
	color: #0c6e78;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer li {
	display: block;
	float: left;
	width: 259px;
}

#footer li.first {
	padding-left: 0;
}

#footer li ul {
	margin: 0;
}

#footer li li {
	display: list-item;
	float: none;
	margin: 0;
	padding: 5px 0;
}

#footer li li a {
	padding-left: 15px;
	background: url(images/img09.gif) no-repeat 0px 50%;
}

#footer h2 {
	margin-top: 0;
	padding-left: 0px;
	color: #000000;
}

#legal {
	clear: both;
	margin: 0;
	padding: 20px 0 20px 0;
	text-align: center;
	color: #000000;
	font-size: 10px;
}

#legal a, #valid a {
	color: #000000;
}

#valid {
	text-align: center;
	color: #000000;
}