/*
Theme Name:     Dialect Blog Theme
Theme URI:      http: //dialectblog.com/
Description:    First Dialect Blog Child Theme 
Author:         Ben Trawick-Smith
Author URI:     http: //dialectblog.com/about
Template:       twentyten
Version:        0.1.0
*/

@import url("../twentyten/style.css");

#site-title a {display:none;}

#site-description {display:none;}

#wrapper {
	background: #fff;
	margin-top: 20px;
	padding: 0 20px;
	border:1px solid #000;
}

#content {
	width: 660px;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 220px;
}

#contentwide
{
width: 940px;
background: #FAFAD2;
font-size: 1.2em;
font-family: arial, sans-serif;
}

#contentwide h1 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 10px 0;
	font-weight: bold;
}

#contentwide h2,
#contentwide h3,
#contentwide h4,
#contentwide h5,
#contentwide h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 10px 0;
	text-decoration: underline;
}

#header {
	padding: 0px 0 0 0;
}

#branding img {border-width: 4px;
border-style: double;
border-color: #000000;
}

#access {
background:none repeat scroll 0 0 #000000;
}

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: Verdana, Tahoma, Arial, Helvetica, Geneva;
}

a:link {
	color: #0066cc;
}

.entry-meta {color: #000000;
	font-size: 10px;}

.page-title {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 36px 0;
}

#content .entry-title {
	color: #000;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}

#main {
	clear: both;
	overflow: hidden;
	padding: 25px 0 0 0;
}

a:link {
	color: #00008B;
}
a:visited {
	color: #CD6600;
}

.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
font-size: 11px;

.one-column #content {margin:0; 
width:900px;
}