/* 

Theme Name: FTC Child Theme
Theme URI: http://mydangerouscareer.com
Description: Child Theme for Lines and Boxes
Author: Erin Hutchinson
Author URI: http://mydangerouscareer.com
Template: Lines-and-Boxes

*/ 

@import url("../Lines-and-Boxes/style.css");

body { background-color: #fff; color: #000; }

h1 a, a { color: #000; }

#page-wrap, #main-nav, .meta, .widget_categories ul li a, .article-content pre,
#footer, .widget_tag_cloud a, .widget_links ul li a, #sidebar h3,
.widget_categories ul li:nth-child(2n+1) a, #main-nav li a, 
.widget_tag_cloud a:nth-child(2n), #main-nav li:first-child a, ol.commentlist li.comment, 
ol.commentlist li.comment div.vcard img.avatar, h2 { border-color: #2f568c; background: #fff; }

.home #main-nav li.home a, #main-nav li a:hover, 
#main-nav li.current_page_item a, .widget a:link:hover, .widget a:visited:hover { background: #fff; }

#column-wrap { background-image: url(images/grayline.png); }

#logo {
    color:#000;
    text-decoration:none;
	background: url(images/header_2010.jpg) no-repeat center top;
	text-indent: -9000px;
	width: 960px;
	height: 180px;
	display: block;
	margin-left: -60px;
}

#header { padding: 0px 60px; position: relative; }

table {
    border:1px solid #000;
    border-width:1px 1px 1px 1px;
    font-size:13px;
    line-height:18px;
    margin:0 0 22px 0;
    text-align:center;
}

table strong {
	text-align: center;
}


