/*
Theme Name:		Uncharted Audio
Theme URI:		/
Description:	Child theme for the Twenty Ten theme 
Author:			Paul Love
Author URI:		http://anglepoised.com/
Template:		twentyten
Version:		0.1.0
*/


/* Bring in the parent styles */
@import url("/wp-content/themes/twentyten/style.css");

/* =Global Elements
-------------------------------------------------------------- */

/* override link colours */
a:link {
	color: #9c9c9c;
}
a:visited {
	color: #9c9c9c;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

/* override width for one-column template */
.one-column #content { width: 100%; }


/* =Subpages table
-------------------------------------------------------------- */

#content .subpages-table {
	border:none;
}
	#content .subpages-table tr td {
		border:none;
		padding:6px 0;
		text-align:center;
		width:162px;
	}
	#content .subpages-table img { border:1px solid #9c9c9c; }