/*
Theme Name:     PIAU
Theme URI:      http: //www.powerinaunion.co.uk/
Description:    PIAU - child theme for the Wordpress Twenty Ten theme. Do not EVER delete the Twenty Ten theme on this web site. 
Author:         Keith Shackleton
Author URI:     http: //www.clikka.co.nz/
Template:       twentyten
Version:        0.1.0
*/

@import url("../twentyten/style.css");

/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Arial, Tahoma, sans-serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit] {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

/* Main global 'theme' and typographic styles */
body {
	background: #f1f1f1;
}
body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}

a:link {
	color: #0066cc;
}
a:visited {
	color: #743399;
}
a:active,
a:hover {
	color: #ff4b33;
}

#content,
#content input,
#content textarea {
	color: #333;
	font-size: 14px;
	line-height: 20px;
}

#about {
	width: 640px;
	margin: 0 0 20px 20px;
	padding: 0 0 20px;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 2px #000 solid;
}

.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}