/*
Theme Name:     Twenty Ten Child
Theme URI:      http://wordpress.org/
Description:    Child theme for the Twenty Ten theme 
Author:         New York vs Bed Bugs
Author URI:     http://newyorkvsbedbugs.org/
Template:       twentyten
Version:        0.1.0
*/

@import url("../twentyten/style.css");

/* Main global 'theme' and typographic styles */
body {
	background: #f1f1f1;
}
body,
input,
textarea {
	color: #666;
	font-size: 13px;
	line-height: 19px;
}


/* =links
-------------------------------------------------------------- */

a:link {
	color: #004B91;
}
a:visited {
	color: #574768;
}
a:active,
a:hover {
	color: #c63f00;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	background: #EAEAE6;
	display: block;
	float: left;
	margin: 0 auto;
	width: 940px;
}

#access a {
	color: #777;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}

#access ul ul a {
	background: #fff;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #fff;
	color: #c63f00;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #777;
}

/* =Content
-------------------------------------------------------------- */


#content,
#content input,
#content textarea {
	color: #000;
	font-size: 15px;
	line-height: 24px;
}

#content .entry-title {
	color: #222;
	font-size: 23px;
	font-weight: normal;
	line-height: 1.3em;
	margin-bottom: 0;
	font-family: Georgia,"Bitstream Charter",serif;
}
.entry-title a:link,
.entry-title a:visited {
	color: #222;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #c63f00;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #222;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #c63f00;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #c63f00;
}

/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #c63f00;
}

/* =Comments
-------------------------------------------------------------- */
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
}

.comment-meta a:active,
.comment-meta a:hover {
	color: #c63f00;
}

.reply a:hover,
a.comment-edit-link:hover {
	color: #c63f00;
}

/* =Widget Areas
-------------------------------------------------------------- */

.widget-title {
	color: #555;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	color: #004B91;
	text-decoration: none;
}
/*.widget-area a:active {
	text-decoration: underline;
}*/
.widget-area a:hover {
	color: #c63f00;
	text-decoration: none;
}
.widget_rss a.rsswidget:hover {
	color: #c63f00;
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	margin-bottom: 20px;
}
#colophon {
	border-top: 2px solid #E3E3E3;
	margin-top: -4px;
	overflow: hidden;
	padding: 18px 0;
}
#site-info {
	font-size:12px;
	font-weight: normal;
}
#site-info a {
	color: #555;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}



/* =NYvsBB
-------------------------------------------------------------- */

.post-680 h2.entry-title {
display: none;
}

.comments-link { display: none; }


p.note {
background: #F2F7FC;
padding: 0.58em;
margin: 0.8em 0;
color: #404040;
font-style: italic;
}

p.alert {
background: #F1F1F1;
padding: 0.58em;
margin: 0.8em 0;
color: #404040;
font-style: italic;
}

#entry-author-info { display: none; }

blockquote {
color: #333;
}

p.grnote {
background: #fff;
padding: 0.58em;
margin: 0.8em 0;
color: #38644c;
font-style: italic;
font-size: 16px;
}

#branding img {
border-bottom: none;
border-top: none;
clear:both;
display:block;
}
