/*
Theme Name:		Home
Theme URI: 		http://
Description: 	A child theme for PlainsArt.org, specifically for the home page
Author: 		Jesse Andersen & Caley Jack Steward
Author URI:		http://
Version: 		0.01
Template: 		default
Tags:			parent, mobile, print, 960 grid, jQuery
*/


@import url('../default/style.css');


#featured {
	position: relative;
	margin-bottom: 20px;
	display: block;
	width: 960px;
	height: 360px;
}
#slides .slide {
	display: none;
	position: relative;
	height: 360px;
}
#slides .entry {
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px;
	width: 280px;
	height: 245px;
	background: #E7E7E7;
	color: #5B5B5B;
}
#slides .entry h2 {
	color: #5B5B5B;
}
#slides .entry a {
	font-weight: bold;
}
#slides .image {
	position: absolute;
	top: 0;
	left: 0;
}
#slides .image img {
	padding: 0;
}
#featured #slide-nav {
	list-style: none;
	position: absolute;
	right: 0px;
	top: 265px;
}
#featured ul#slide-nav {
	padding-top: 0px !important;
}
#featured #slide-nav li {
	float: left;
	margin: 0;
	padding: 20px 0 0 0;
	opacity: .5;
	width: 75px;
	height: 75px;
	cursor: pointer;
}
#featured #slide-nav .current {
	opacity: 1;
	background: url('../default/images/featured-nav-current.png') no-repeat top center;
	cursor: default;
}


/* HOMEPAGE STYLES */
#dashboard { position: relative; }
#dashboard h1 {
	color: #808080;
	font-size: 24px;
}
#dashboard a {
	
}
#dashboard a:hover {
	color: #000;
}
#dashboard h4 {
	position: absolute;
	top: 358px;
}
#dashboard .post h6 {
	line-height: 18px;
	margin-bottom: 6px;
}
#dashboard li {
	list-style: none;
}
#dashboard ul.ec3_events {
	padding-top: 0px !important;
}
#dashboard .post {
	margin: 18px 0;
	height: 80px;
	overflow: hidden;
	position: relative;
}
#dashboard .post img {
	display: block;
	background-color: #DFDFDE;
	width: 75px;
	height: 75px;
	float: left;
	margin: 0 10px 10px 0;
}
#dashboard .ec3_events {
	margin: 18px 0;
	font-size: 12px;
	line-height: 18px;
}
#dashboard .ec3_events li {
	margin: 0 0 18px;
}
#dashboard .ec3_events h6 {
	line-height: 17.5px;
}
#dashboard .ec3_events li a {
}
#dashboard .ec3_events ul {
}

#dashboard .post .meta,
#dashboard .ec3_events .meta {
	font-weight: bold;
	display: inline;
	font-size: 12px;
}
#dashboard .post .meta.date {
	
}
#dashboard .post p {
	margin: 0;	
	font-size: 12px;
	line-height: 18px;
}


/* POST STYLES (index, archive, single, etc.) */
.post .meta {
	font-size: 10px;
}
.post table.ec3_schedule {
	background: none;
}

/* Board of Directors Page */
#post-200 .wp-caption {
	height: 210px;
	margin-right: 30px;
}

/* Staff Listing */
#post-8 p {
	width: 310px;
	height: 70px;
	float: left;
}
#post-8 h3 {
	clear: both;
}


/* PRESS SECTION */
.category-press .dates {
	display: block;
	font-size: 14px !important;
	font-weight: bold !important;	
}

.category-press .meta {
	display: block;
	font-size: 14px !important;
}	
