/*
Theme Name:     Motion Child - DGS
Theme URI:      http: //www.jsg.utexas.edu/
Description:    Child theme for the Motion theme 
Author:         Brian Zavala
Template:       motion
Version:        1.0
*/

@import url("../motion/style.css");

h2 {
	font-size: 1.1em;
	color:#000;
}
#site-title a {
    color: #009900;
}

#main {
	padding: 0 0 15px 0;
}

#sidebar {
	margin: 0 15px 30px 0;
}
#feature {
	height:260px;
}
.postcontent ul li {
	line-height: normal;
	margin-bottom: 10px;
}
#featureColumn {
	width:450px;
	margin:0;
	float: left;
	padding:10px;
}
#page-content {
	float: left;
	overflow: hidden;
	width: 710px;
	margin-bottom: 25px;
}

/************************************************
* Spotlights *
************************************************/
#spotlightColumn {
	background:#f8f8f8;
	width:237px;
	height:auto;
	float:left;
	padding:15px 0 20px 18px;
	margin:0;
	line-height: normal;
}
.spotlight{
	overflow:hidden;
	float:left;
	margin:0;
	height:155px;
}
.spotlight img {
	margin:0 0 3px 0 !important;
	border:1px solid #dddddd !important;
}
.spotlightEven{
	margin:0;
}
.spotlightTitle{
	width: 210px;
	font-weight: bold;
	color: #BF5700;
	font-size: 1em;
	margin:0 0 3px 10px !important;
	padding:0 !important;
}
.spotlightCaption {
	margin-left: 10px;
	font-size: .9em !important;
}

/************************************************
* Sidebar *
************************************************/
#sidebar div.menu {
	margin-top: 10px;
}
#sidebar {
	min-height: 400px;
}
#sidebar ul#menu-dgs {
	margin-left:10px;
}
#sidebar ul#menu-dgs li a {
	display: block;
	padding: 7px 7px 7px 12px;
	border-bottom: 1px solid #eee;
	color:#4C4C4C;
	font-weight: bold;
	text-decoration: none;
}
#sidebar ul#menu-dgs li a:hover {
	color:#000;
	text-decoration: none;
}
#sidebar ul#menu-dgs li ul {
	margin-left:0 !important;
}
#sidebar ul#menu-dgs li ul li {
	line-height: 1.5em;
	padding: 0;
	margin: 0 !important;
	font-size:12px;
}
#sidebar ul#menu-dgs li ul li a {
	padding: 4px 0 4px 20px;
	line-height: 1.4em;
	color:#BF5700;
	text-decoration: none;
}

/************************************************
* Breadcrumbs *
************************************************/
#breadcrumbs {
	margin: 5px 0 20px 0;
	font-size: .7em;
	color:#999;
}
#breadcrumbs span.current{
	color:#999;
}
#breadcrumbs a,
#breadcrumbs a:link,
#breadcrumbs a:visited,
#breadcrumbs a:hover {
	color:#BF5700 !important;
}