/*
Theme Name: Twenty Ten Child: priestmod
Description: Child theme for the Twenty Ten theme, twoke just for Stephen Vitiello.  Isn't it dashing?  
Template: twentyten
Author: John Priestley
Author URI: http: //johnpriestley.net/
Template: twentyten-child_priestmod
*/

@import url("../twentyten/style.css");

#site-title a {
    color: #009900;
}

body {
	background: #eee no-repeat;
	background: -moz-linear-gradient(top, #eee 12%, #bbb 83%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(12%,#eee), color-stop(83%,#bbb));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#bbbbbb',GradientType=0 ); 
}

#wrapper {
	padding: 0;
	border: 1px solid #bbb;
	border-top: none;
	margin-top: 0;
	margin-bottom: 0px;
	-webkit-box-shadow: 0 0 30px #888;
	-moz-box-shadow: 0 0 30px #888;
	box-shadow: 0 0 30px #888;
}

#header {
	padding: 0;
	height: 210px;
	background-color: #000000;
	background-image: url('images/headers/custom/Cypress Bridge.jpg');
}

#branding {
	width: 100%;
}

#branding img {
	border: none;
	clear: none;
	display: none;
}

#site-title {
	padding: 14px 20px;
	text-shadow: 0px 1px 1px rgba(0,0,0,.5);
	filter: dropshadow(color=#000000, offx=0, offy=1);
}

#site-title a {
	color: white;
}

#access {
	background-color: rgba(120,120,120,.9);
	position: absolute;
	top: 204px;
}

#access a {
	color: white;
	padding: 0 20px;
}

#access .menu-header {
	margin-left: 0;
}

.current_page_item a, .current-menu-item a {
	background-color: #aaa;
}

#content a {
	text-decoration: none;
}

#footer {
	display: none;
}

img#wpstats {
	display: none;
}

.entry-meta, .entry-utility, #comments {  /* hides author byline and article footer (including comment functions) */
	display: none;
} 

form#subscribe {
	margin: 1em 0 2em;
}

.widget-area {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
}

.widget-area li {
	margin-top: .3em;
}

.widget-title {
	font-size: 1.2em;
	padding: .6em 0 .3em
}

table.sounds td, table.press td {
	background-color: #eee;
	border: 2px solid white;
}

table.sounds .album, table.press .publication {
	font-style: italic;
}

