/*
Theme Name:Twenty Ten Child
Author: Jack Brauer
Author URI: http://www.widerangegalleries.com
Description: Child theme for the Twenty Ten theme 
Template: twentyten
*/

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

/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Lucida Sans Unicode, Lucida Grande, 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-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.wp-caption-text {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}
input[type=submit] {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

/* =Structure
-------------------------------------------------------------- */
#wrapper {
	background: none;
	margin-top: 0px;
	padding: 0 20px;
}


/* =Global Elements
-------------------------------------------------------------- */
body {
	font-size: 12px;
	line-height: 18px;
	color: #555;
	background-color: #B4B4B4;
	margin: 0px;
	background-position: 50% 0%;
	background-repeat: no-repeat;
}
a:link, a:visited {
	color: #BB3D0B;
	text-decoration: none;
}
a:hover {
	color: #BB3D0B;
	text-decoration: underline;
}

/* =Header
-------------------------------------------------------------- */
#nav {
	width: 900px;
	margin: 0 auto;
	text-align: center;
	font-size: 11px;
	text-transform: lowercase;
	letter-spacing: .1em;
	line-height: 11px;
	padding: 0 0 30px 0;
	color: #CDCDCD;
}
#nav a:link, #nav a:visited {
	color: #BB3D0B;
	text-decoration: none;
}
#nav a:hover,#subShell a:hover {
	color: #BB3D0B;
	text-decoration: underline;
}


/* =Menu
-------------------------------------------------------------- */



/* =Content
-------------------------------------------------------------- */
#content .entry-title {
	font-family: Times New Roman, Times, serif;   
	font-weight: normal;
	color: #1F1F1F;
	font-size: 32px;
	letter-spacing:.1em;
	line-height: 32px;
	font-variant: small-caps;
}
#content,
#content input,
#content textarea {
	color: #333;
	font-size: 12px;
	line-height: 18px;
}
#content p {
	margin: 0 0 12px 0;
	padding: 0;
}
.entry-title a:active,
.entry-title a:hover {
	color: #BB3D0B;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #BB3D0B;
}
.page-title a:active,
.page-title a:hover {
	color: #BB3D0B;
}
.page-link a:active,
.page-link a:hover {
	color: #BB3D0B;
}

/* = Images
-------------------------------------------------------------- */
.entry-content img {
	background-color: #FFF;
	border: 10px solid #FFF;
}
.wp-caption {
	background: #FFF;
	padding: 10px;
	margin: 0;
}
.wp-caption img {
	border: none;
	margin: 0;
}
.wp-caption p {
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	padding: 0 10px 0 10px;
	margin: 0;
}
.wp-caption .extra { 
	display: block; 
	margin: 0;
	padding: 0;
}
.wp-caption .extra a.title { 
	font-style:italic; 
	border-bottom: 0;
}

/* =Navigation
-------------------------------------------------------------- */
.navigation a:active,
.navigation a:hover {
	color: #BB3D0B;
}

/* =Comments
-------------------------------------------------------------- */
h3#comments-title,
h3#reply-title {
	font-family: Times New Roman, Times, serif;   
	font-weight: normal;
	color: #1F1F1F;
	font-size:24px;
	letter-spacing:.1em;
	margin-bottom: 0;
	font-variant: small-caps;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #BB3D0B;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #BB3D0B;
}
#respond .required {
	color: #BB3D0B;
	font-weight: bold;
}

/* =Widget Areas
-------------------------------------------------------------- */
.widget-title {
	font-family: Times New Roman, Times, serif;   
	font-weight: normal;
	color: #1F1F1F;
	font-size: 18px;
	letter-spacing:.1em;
	line-height: 18px;
	font-variant: small-caps;
}
.widget_rss a.rsswidget:hover {
	color: #BB3D0B;
}