/* ----- CONTAINERS ----- */

#main {
	-webkit-border-bottom-right-radius:0;
	-webkit-border-bottom-left-radius:0;
	-moz-border-radius-bottomright:0;
	-moz-border-radius-bottomleft:0;
	border-bottom-right-radius:0;
	border-bottom-left-radius:0;
	background:none;
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
  box-shadow:none;
}
#content {
	overflow:hidden;
	float:left;
	display:inline;
	width:672px;
	padding:20px 15px 10px;
	background:#fff;
	-webkit-border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-bottomleft:10px;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
  -moz-box-shadow:0 0 10px #ccc;
  -webkit-box-shadow:0 0 10px #ccc;
  box-shadow:0 0 10px #ccc;
	position:relative;
	z-index:100;
}

#primary, .updates #secondary {
	float:left;
	width:652px;
	padding-left:10px;
	margin-top:14px;
	}

#primary {
	padding-bottom:40px;
	}

.updates #secondary {
	padding:20px 0 40px 10px;
	}

#sidebar {
	float:right;
	display:inline;
	width:195px;
	min-height:365px;
	padding:8px 11px 0 0;
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
	border-top-right-radius:10px;
	background:url(/images/assets/sidebar.png) right top no-repeat;
	position:relative;
	z-index:0;
}

/* ----- HEADERS ----- */

#primary h1, .updates #secondary h2 {
	margin-bottom:20px;
	border-bottom:1px solid #DCD8D5;
	}

.why_you_care #primary h1 {
	margin-bottom:8px;
	}

#primary h2 {
	margin:10px 0 14px;
	font-size:1em;
	}

#primary #myGallery .slideInfoZone h2 {
	margin:0 0 0 10px;
	padding:4px 0 0;
	}

.updates #primary h3, .updates #secondary h3 {
	margin-top:24px;
	}

.why_you_care #primary h3.author {
	font-size:1em;
	}

.why_you_care #primary h4.date {
	font-size:1em;
	}

.updates h4 {
	font-size:1em;
	padding-bottom:12px;

	}

h4.background-info {
	margin: 0 0 20px;
	color:#a86b17;
	
	}

/* ----- CONTENT ----- */

#primary ul {
	list-style:none;
	margin:8px 0 20px 15px;
	}

#primary ul li {
	padding-left:10px;
	margin:6px 0;
	background:url(/images/assets/arrow_right_grey.gif) no-repeat left 5px;
	}

#primary p, .updates #secondary p {
	margin-bottom:15px;
	}

#primary #myGallery, #primary .stage {
	margin-bottom:30px;
	height:430px !important;
	width:650px !important;
	}

#primary #myGallery .slideInfoZone p {
	line-height:1.2em;
	margin-left:10px;
	}
	
#primary #myGallery .carousel p {
	margin-bottom:0;
	}

.why_you_care .thumb {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #A3A5A8;
	display:inline;
	float:left;
	margin:3px 15px 15px 0;
	padding:5px;
	}

.why_you_care .care-body {
	margin:20px 0 50px;
	}

.videos .description {
	margin-top:20px;
	}

.videos .description p {
	margin-top:12px;
	}

.learn-more {
	float:left;
	margin:0 0 50px 10px;
	}

#map-downloads h3 {
	color:#093441;
}

