@charset "utf-8";
/*
Theme Name:     LitConn
Theme URI:      http: //www.litconn.com/
Description:    Child theme for LitConn, publisher of ESL/ELD curriculum.
Author:         Jon Meek
Author URI:     http: //www.jonmeek.com/
Template:       twentyten
Version:        0.0.1
*/
@import url("../twentyten/style.css");

/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {	
}
div {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* =Structure
-------------------------------------------------------------- */
/* Set the width of the page */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 800px;
}
#header {
	padding:0;
	margin: 0;
}
#branding img {
	border-top: none;
	border-bottom: none;
}

/*Set title and description sizes and position in the header */
#site-title {
	position: absolute;
	top: 30px;
	margin-left: 70px;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	color: #ffffff;
/*	visibility:hidden; */
}
#site-title a {
	color: #ffffff;
}
#site-description {
	position:absolute;
 	top: 70px;
	margin-left: 70px;
	width: 700px;
	color: #FFFFFF;
	font-size:14px;
	font-weight:bold;
	text-align:center;
/*	visibility:hidden; */
}
#colophon {
	border-top: none;
}
#footer {
	background: url(images/lc_footer.png) no-repeat bottom;
	height: 80px;
	margin-bottom:0;
}
#lc_footer {
	margin-top: -40px;
	color: #FFFFFF;
	font-weight:bold;
	text-align:center;
}

/* =Menu
-------------------------------------------------------------- */
#access {
	background: #FCE67C;
	width: 800px;
	position:relative;
	z-index:50;
}
#access .menu-header,
div.menu {
	font-size: 17px;
	margin-left: 0;
	margin-right: 0;
	width: 800px;
}
#access a {
	color: #0C5591;
	line-height: 16px; /* has to match 'top' below or it will mess up dropdown menu */
	padding: 0 25px;
	text-align:center;
}
#access ul ul {
	top: 16px; /* has to match 'line-height' above or it will mess up dropdown menu */
}
#access ul ul a {
	background: #FCE67C;
	line-height: 1em;
	padding: 4px;
	width: 175px;
	height: auto;
	text-align: left;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #EBD018;
	color: #563C96;
	font-style: normal;
}
#access ul li.current_page_item > a,
/* NOTE: Using the following (WITHOUT the 'a' at the end) makes the top level parent
item highlighted but not any of the child pages, except for the current item. */
#access ul li.current_page_ancestor, 
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	background: #EBD018;
	color: #563C96;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	background: #EBD018;
	color: #563C96;
}
/* Styling for the footer menu */
.menu-footer {
	display: block;
	overflow:hidden;
	margin: -40px auto 0 auto;
	text-align: center;
	font-weight: bold;
	width:750px;
}

#menu-footer ul {
	list-style: none;
	border: #00FF33 1px solid;
	margin:auto;
	text-align:center;
}
#menu-footer li {
	float: left;
	margin:0 25px 0 10px;
}
#menu-footer li a {
	color:#FFFFFF;
	text-decoration:none;
}
#menu-footer li a:hover {
	color:#FCE67C;
	text-decoration:none;
}

/* =Content
-------------------------------------------------------------- */
#main {
	padding: 0;
}
#container {
	padding-top: 85px;
}
#home_container {
	float: left;
	margin: 0 -240px 0 0;
	padding: 85px 0;
	width: 100%;
}
#main .widget-area ul {
	padding: 60px 20px 0 0;
	margin-left: 15px;
}
.widget-container widget_cc {
	background: #00000;
	border: #ff0000 1px soid;
}
#secondary {
	background: url(images/lc_home-sidebar.png) repeat-x;
}
.widget_recent_entries {
	padding-top:0;
	margin-top:-40px;
}
/* Hide default footer information */
#site-info, #site-generator {
	visibility:hidden;
	height:0;
}

/* =Global Elements
-------------------------------------------------------------- */
/* Main global 'theme' and typographic styles */
body {
	background: #FFFFFF;
}
#container {
	background:url(images/lc_page-back-02.png) top no-repeat;
}
ul.product {
	list-style: disc;
	line-height: 20px
}
.home .entry-title {
	visibility:hidden;
	height:0;
}
#content .entry-title {
	position: relative;
	top: -80px;
	color:#FFFFFF;
	margin-right: -200px;
	margin-top: -8px
}
#content .post .entry-title {
	top: -68px;
}
.archive #content .entry-title, .search #content .entry-title {
	position: static;
	top: 0
}
.search .entry-utility {
	visibility:hidden;
	height:0
}
.archive #content .entry-title a:hover {
	color: #0C5591;
}
.archive .page-title{
	position:absolute;
	top: 170px;
}
.archive .page-title span{
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}
.archive .post {
	margin-top: -30px;
}
.entry-content {
	margin-top: -20px;
}
.home .entry-content {
	margin:  -20px 12px 0 16px;
}
.home_photo_div {
	float: left;
	margin: 3px;
	padding: 0;
}
.home_photo {
	border: #ffffff 1px solid;
	position:inherit;
	margin: 3px;
}
.home_col_contain {
	width: 502px;
	background: url(images/home_divs.gif) center repeat;
	float:left;
    overflow:hidden;
    position:relative;
	margin: 0;
	padding: 0;
}
.home_main_div {
	font-size: 11px;
	padding: 0;
	margin: 0;
	width: 241px;
	text-align:center;
}
.home_main_div p {
	margin:12px;
	text-align:left;
}
.home_div_bttm {
	clear:both;
	background: url(images/grayline.gif) top center no-repeat;
	width: 500px;
	height:2px;
}
.home_h4 {
	padding: 3px;
	margin: 3px;
	background: #fcedac url(images/lc_home-titlebar.png) top;
	line-height: 0.1em;
	font-size: 12px;
	width:234px;
}
#content table {
	border: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
#content {
	line-height:16px;
	padding: 5px 20px 0 5px;
	margin: 0 230px 0 5px;
}
/* Set background for the home page content area */
.home #container {
	background:url(images/lc_home-back.png) top no-repeat;
}
.home #content {
	background-image:none;
	padding: 0;
}
.widget-area ul ul, ul {
	list-style: none;
	margin-bottom: 
}
/*  Styling for "Recent Posts with Excerpts" plugin */
.recent_with_excerpt{
	margin:0;
	padding:0;
}
.recent_with_excerpt h3 {
	margin-top:-50px;
}
.recent_with_excerpt li {
	list-style:square;
}
.recent_with_excerpt li a {
	font-weight: bold;
}
.recent_with_excerpt li blockquote {
	margin:0;
	padding:0;
}
.product_head {
	clear: both;
	background: url(images/lc_product_head.png) top left repeat-x;
	padding:1px;
	height: 18px;
	width: 500px;
	color:#FFFFFF;
	text-align:left;
	font-weight:bold;
}
.product_head_wide {
	clear: both;
	background: url(images/lc_product_head.png) top left repeat-x;
	padding:1px;
	height: 18px;
	width: 785px;
	color:#FFFFFF;
	text-align:left;
	font-weight:bold;
}
.product_text {
	/* background: url(images/product_back.png) top left repeat-x; */
	width: 250px;
	padding: 5px;
}
.product_text_blue {
	background: url(images/product_back.png) top left repeat-x;
	width: 300px;
	padding: 5px;
}
.grade_wrapper {
	margin:0;
	padding:0;
	border: #cccccc 1px solid;
	height:110px;
	width:850px;
}
.genre_wrapper {
	margin:0;
	padding:0;
	border: #cccccc 1px solid;
	height:118px;
	width:785px;
}
.genre {
	margin: 3px;
	padding-top:14px;
	text-align:center;
	font-size:14px;
	line-height: 12pt;
	width:192px;
	color:#FFFFFF
}
.grade {
	margin: 1px;
	text-align:center;
	font-size:9px;
	line-height: 7pt;
}
#nav-above, .entry-meta {
	visibility:hidden;
	height:0;
}
.single-post #content {
	margin-top: -30px;
}

.post .cat_head {
	color: #036687;
	font-weight: bold;
	font-size:16pt;
}
.post_ref_head {
	color: #2d6196;
	font-weight: bold;
	text-decoration:underline;
	font-size:12pt;
}
.post_ref {
	color: #2d6196;
	font-size:10pt;
}
.reference {
	margin: 0 0 0 3em;
	text-indent: -3em;
}
.post_date {
	font-size:10pt;
}
.single-post h2 {
	color: #2d6196;
	font-weight: bold;
	font-size:14pt;
	margin-bottom:0;
}
.single-post #content h3 {
	color: #2d6196;
	font-weight: bold;
	font-size:12pt;
	line-height: 12pt;
}
.content_post {
	background-color: #FFFFFF;
	padding:5px;
}
.post hr {
	display: block;

}
.textwidget {
	background-color: #FCE67C;
	width: 225px;
	float: left;
	margin-left: -15px;
}
#secondary .textwidget {
	background:none
}
.head {
	color: #0068b2;
	border-bottom: 1px solid #0068b2;
}
.county {
	font-size:10px;
	float:right;
	position:relative;
	width:200px;
	margin-top:0
}
#content tr td {
	border-top:none;
}
.small_txt {
	font-size:10px
}
.small_txt strong {
	font-size:12px;
}
.centered {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.ab_prod {
	clear:both;
	background:#D0EAF0;
	height: 140px;
}
div.ab_prod h3 {
	color:#009CB2;
}
.ordernow {
	float:right;
	margin:-80px 10px -60px 0;
	z-index:100;
	position:relative;	
}
p.flush {
	margin-top:-18px;
}
.sidebar_note {
	margin:-45px 5px 0 5px;
	background:#3575b2;
	padding:5px;
	border:#3069a1 1px solid;
	width:200px;
}
