/*
Theme Name:     Connecting the Core
Description:    Child theme for the Twenty Ten theme 
Author:         Rachel Walling
Template:       twentyten
Version:        0.1.0
*/

@import url("http://blogs.uww.edu/leapintogeneraleducation/wp-content/themes/twentyten/style.css");
@import url("fonts/webfont.css");

#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin:0 auto;
	width:1000px;
}

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 {
	font-family:"QuicksandLight",Helvetica, Arial, sans-serif;
}



body {
	background-image:url(images/bg.png);
}
.home.blog #wrapper #main #container #content #post-101 .entry-title a {
	height: 75px;
	font-family:"QuicksandLight",Helvetica, Arial, sans-serif;
}

#branding img{
	border:none;
	margin-bottom:20px;
}

#wrapper{
	margin-top:15px;
	padding: 0;
}

/* Access and menu navigation */
#access{
	width:100%;
	background-color:#544c4d;
	margin-bottom:25px;
}

#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
	width: 100%;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0 0 0 0px;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #ffffff;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
	font-family:"QuicksandLight",Helvetica, Arial, sans-serif;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height:auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #333;
	color: #fff;
}
#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: #fff;
}
* 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 {
	color: #fff;
}


/*END*/

.home.blog #wrapper #header #masthead #access .menu-header #menu-navigation {
	margin-left:25px;
}



#site-title {
	disply:none;
}

#site-description{
	display:none;	
}

/*COLOR CLASSES*/

#content .category-big-ideas h1.entry-title, #content .category-big-ideas h2.entry-title {
	color: #ffffff;
	font-size: 36px;
	font-weight:normal;
	line-height: 1.3em;
	margin-bottom:15px;
	background-color: #859BD0;
	display:block;
	font-family:"QuicksandLight", Helvetica, Arial, sans-serif;
	margin-left:-60px;
	padding-left:60px;
	width:540px;
}
.category-big-ideas .entry-title a:link,
.category-big-ideas .entry-title a:visited {
	color: #ffffff;
	text-decoration: none;
}
.category-big-ideas .entry-title a:active,
.category-big-ideas .entry-title a:hover {
	color: #ffffff;
}

/*----------------------------------------------------*/

#content .category-principles-of-excellence h1.entry-title, #content .category-principles-of-excellence h2.entry-title {
	color: #ffffff;
	font-size: 36px;
	font-weight:normal;
	line-height: 1.3em;
	margin-bottom:15px;
	background-color: #F74148;
	display:block;
	font-family:"QuicksandLight", Helvetica, Arial, sans-serif;
	margin-left:-60px;
	padding-left:60px;
	width:540px;
}
.category-principles-of-excellence .entry-title a:link,
.category-principles-of-excellence .entry-title a:visited {
	color: #ffffff;
	text-decoration: none;
}
.category-principles-of-excellence .entry-title a:active,
.category-principles-of-excellence .entry-title a:hover {
	color: #ffffff;
}

/*----------------------------------------------------*/

#content .category-interviews h1.entry-title, #content .category-interviews h2.entry-title {
	color: #ffffff;
	font-size: 36px;
	font-weight:normal;
	line-height: 1.3em;
	margin-bottom:15px;
	background-color: #F9C654;
	display:block;
	font-family:"QuicksandLight", Helvetica, Arial, sans-serif;
	margin-left:-60px;
	padding-left:60px;
	width:540px;
}
.category-interviews .entry-title a:link,
.category-interviews .entry-title a:visited {
	color: #ffffff;
	text-decoration: none;
}
.category-interviews .entry-title a:active,
.category-interviews .entry-title a:hover {
	color: #ffffff;
}

/*----------------------------------------------------*/

#content .category-h-i-p h1.entry-title, #content .category-h-i-p h2.entry-title {
	color: #ffffff;
	font-size: 36px;
	font-weight:normal;
	line-height: 1.3em;
	margin-bottom:15px;
	background-color: #BDD630;
	display:block;
	font-family:"QuicksandLight", Helvetica, Arial, sans-serif;
	margin-left:-60px;
	padding-left:60px;
	width:540px;
}
.category-h-i-p .entry-title a:link,
.category-h-i-p .entry-title a:visited {
	color: #ffffff;
	text-decoration: none;
}
.category-h-i-p .entry-title a:active,
.category-h-i-p .entry-title a:hover {
	color: #ffffff;
}

/*----------------------------------------------------*/

#content .category-resources h1.entry-title, #content .category-resources h2.entry-title {
	color: #ffffff;
	font-size: 36px;
	font-weight:normal;
	line-height: 1.3em;
	margin-bottom:15px;
	background-color: #218E62;
	display:block;
	font-family:"QuicksandLight", Helvetica, Arial, sans-serif;
	margin-left:-60px;
	padding-left:60px;
	width:540px;
}
.category-resources .entry-title a:link,
.category-resources .entry-title a:visited {
	color: #ffffff;
	text-decoration: none;
}
.category-resources .entry-title a:active,
.category-resources .entry-title a:hover {
	color: #ffffff;
}

/*----------------------------------------------------*/

#content .category-evening-cocktails h1.entry-title, #content .category-evening-cocktails h2.entry-title {
	color: #ffffff;
	font-size: 36px;
	font-weight:normal;
	line-height: 1.3em;
	margin-bottom:15px;
	background-color: #544c4d;
	display:block;
	font-family:"QuicksandLight", Helvetica, Arial, sans-serif;
	margin-left:-60px;
	padding-left:60px;
	width:540px;
}
.category-evening-cocktails .entry-title a:link,
.category-evening-cocktails .entry-title a:visited {
	color: #ffffff;
	text-decoration: none;
}
.category-evening-cocktails .entry-title a:active,
.category-evening-cocktails .entry-title a:hover {
	color: #ffffff;
}

/*----------------------------------------------------*//*END COLOR CLASSES*/

#main {
	clear: both;
	overflow: hidden;
	padding: 20px 0 0 0;
}

#content {
	font-family:"Franklin Gothic Book", Helvetica, Arial, sans-serif;	
	margin-left:60px;
	margin-right:360px;
}

.entry-content img{
-webkit-box-shadow: 0.5px .5px 5px 1px #cccccc;
-moz-box-shadow: 0.5px .5px 5px 1px #cccccc;
box-shadow: 0.5px .5px 5px 1px #cccccc;	
}

.page-summ{
	font-size:33px;
	font-family:"QuicksandDash", Arial, Helvetica, sans-serif;	
	line-height:36px;
	padding:0px 70px 0px 70px;
	display:block;
	margin-bottom:40px;
	text-shadow: 1px 1px 1px #c2bec2;
	filter: dropshadow(color=#c2bec2, offx=1, offy=1);
}

#content p{
	font-family:"Franklin Gothic Book", Helvetica, Arial, sans-serif;
	display:block;
	width:530px;
	text-align: justify;	
}

.entry-utility{
	margin-top:15px;	
}

#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 230px;
}

a:link {
	color:#333;
}
a:visited {
	color:#111111;
}
a:active,
a:hover {
	color: #544c4d;
}


.widget-title {
	color:#544c4d;
	font-size:1.5em;
	font-family:"Quicksand", Arial, Helvetica, sans-serif;
	background-image:url(images/bullet.png);
	background-position:left center;
	padding-left:.8em;
	background-repeat:no-repeat;
}

.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
	font-family:"Franklin Gothic Book", Arial, Helvetica, sans-serif;
}
.widget-area a:active,
.widget-area a:hover {
	font-family:"Franklin Gothic Book", Arial, Helvetica, sans-serif;
	color:#218E62;
}

.widget-area ul {
	margin-left: 0;
}
.widget-area ul ul {
	margin-left:1.5em;
	list-style:none;
}

.widget-container{
list-style-type:none;	
}

/* =Footer
-------------------------------------------------------------- */

#footer {
	margin-bottom: 20px;
}
#colophon {
	border-top: 4px solid #000;
	margin-top: -4px;
	overflow: hidden;
	padding: 18px 0;
}
#site-info {
	font-weight: bold;
	margin-left:1em;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	color: #666;
	display:none;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}

