/*
Theme Name: LCCLTten
Theme URI: http://lcclt.org/
Description: Child Theme for Twenty Ten
Author: MerryLeigh
Author URI: http://lcclt.org/
Template: twentyten
Version: 0.1
*/
 
@import url("../twentyten/style.css");

@import url('3c-fixed.css');


#wrapper {
	margin-top: 40px; /* margin-top: 20px; */
	padding: 0px 0px; /* padding: 0 20px; */
	border: solid white 1px;	/* added  */
	width: 962px;
}

#header {
	padding: 0px; 	/* 30px 0 0 0; */
	background-color: #FFFFFF;
}

	/* added for change in position */
#masthead {
	background-image: url(images/bgstrip.jpg);
	background-repeat: no-repeat;
	text-align: center;	 /*position:relative; */
	background-color: #FFFFFF;
	width: 960px;
} 
 
#access {
	background: none;	/* #325485;  */
	/* height: 52px;	added  */
	position:absolute; top:-42px;left:0px;	/* added for change in position */
	overflow: visible;

} 

#access a {
	color: #adc8ef; /*  #aaa; */

}

#access li:hover > a,
#access ul ul :hover > a {
	background: #ccd4e0;  /*  #333; */
	color: #fff;
}
#access ul ul :hover > a {
	background: #ccd4e0;  /*  #333; */
	color: #fff;
}

#branding {
	/*margin: -20px 0 0 0; added*/
	height: 165px;
	background-color: #FFFFFF;
}

/* This is the custom header image */
#branding img {
	border-top: none;
	border-bottom: none;
	clear: both;
	display: block;
}

#site-title {
	/*float: left;*/
	background-image: url(images/tiedye.jpg);
	font-size: 22px; 	/* font-size: 30px; */
	line-height: 36px; /* line-height: 36px; */
	margin: 0; /*margin: 0 0 18px 0;*/
	width: 960px;       /*width: 700px;*/
	text-align: center; /*added*/
	padding: 104px 0 22px;
}

#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	/*margin-top: 184px; added*/
}

#site-description {
	display: none; /*added*/
}

#main {
	clear: both;
	padding: 10px 0 0 0;
}

#colophon {
	border-top:none;
	margin-top: -4px;
	overflow: hidden;
	padding: 18px 0;
}

.widget-title {
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	background-color: #B4C4D4;
	padding: 2px;
	border: solid #325485 1px;
	text-align: center;
	width: 184px;
    margin-bottom: 6px;}

#main .widget-area ul ul {
	border: none;
	margin-left: 1.5em;
	padding: 0;
}

#content .no-entry-title {
	display: none;
}

.entry-meta {
	display: none;
}

#wp-calendar {
	width: 98%;
}
