﻿@charset "utf-8";
/* CSS Document */

/* Welcome to Project Happy Fun Ball! */

#smuContentWrapper {
	margin: 0 auto;
	padding-top: 10px;
}
#smuHomeTop {
	/*puts blue background gradient across top section of page*/
	background: #14398a; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #2969bc 0%, #14398a 75%, #001960 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #2969bc), color-stop(75%, #14398a), color-stop(100%, #001960)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover, #2969bc 0%, #14398a 75%, #001960 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover, #2969bc 0%, #14398a 75%, #001960 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover, #2969bc 0%, #14398a 75%, #001960 100%); /* IE10+ */
	background: radial-gradient(center, ellipse cover, #2969bc 0%, #14398a 75%, #001960 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2969bc', endColorstr='#001960', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	margin: 83px auto 0;
}
.alert {
	max-width: 932px;
	margin: 15px auto;
}
#smuNews {
/* wrapper for news area */	
}
#smuAudiences {
	/* audience dropdown overlay */	
	text-align: center;
	margin-bottom: 10px;
}
#smuAudiences .btn-group > .btn {
	float: none;
	margin: 0 -3px;
}
.nav-tabs > li > a {
	background: #FFF;
	opacity: .9;
	padding-bottom: 3px;
	padding-top: 3px;
}
#smuEvents {
/* wrapper for events area */	
}
#smuLibrariesMuseums {
/* wrapper for libraries and museums area */	
}
#smuFeatures {
/* wrapper for features area */	
}
td.social .well {
	/* styles the social media area*/	
	padding: 7px;
	margin: 3px 0;
}
td.social a {
	color: #AAA;
}
td.social a:hover {
	color: #CC0035;
	text-decoration: none;
}
td.social .glyph {
	font-size: 20px;
}
.featuresTable img {
	/* featuresTable class will float images to the right and put appropriate padding around them*/
	float: right;
	margin: 5px 0 5px 5px;
}
.featuresTable p {
	/* featuresTable class adds custom line height to paragraphs*/
line-height: 18px;
}
.featuresTable td {
	/* sets font size - without this it'll appear huge within the table, for some reason. might be like this in ALL tables on site, not just home page; need to check.*/
font-size: 13px;
}
/*-----------------------------------------------------
     HOME PAGE PROMO STYLES 
-----------------------------------------------------*/
#smuPromos {
/*wrapper for entire promo area*/
}
#promos img {
	/*scales images down appropriately in responsive design*/
height: auto;
}
#promoFeatured {
/*wrapper for featured promo*/
}
#promoFeatured.thumbnail {
	background-color: #5e84be;
	color: #ffffff;
	border: none;
	padding: 4px 10px;
	overflow: auto;
	border: 1px solid #5e84b6;
}
#promoFeatured img {
	float: right;
	margin: 0 0 0 10px;
	height: auto;
}
#promoFeatured p {
	margin: 0;
	padding: 0;
	line-height: 17px;
}
#promoFeatured a {
	color: #FFCC66;
	font-weight: bold;
}
#promoFeatured h1 {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 18px;
	font-weight:bold;
	margin-bottom: 5px;
}
/*-----------------------------------------------------
     CAROUSEL MARQUEE ON SMU HOME PAGE
-----------------------------------------------------*/
#smuMarquee {
	max-width: 980px;
	margin: 0 auto;
}
.carousel-caption {
	height: 390px;
	padding: 30px;
	background: none;
	width: 200px;
	left: 720px;
	background: #336699; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #44b2e5 0%, #336699 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #44b2e5), color-stop(100%, #336699)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover, #44b2e5 0%, #336699 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover, #44b2e5 0%, #336699 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover, #44b2e5 0%, #336699 100%); /* IE10+ */
	background: radial-gradient(center, ellipse cover, #44b2e5 0%, #336699 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44b2e5', endColorstr='#336699', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	color: #FFF;
	font-family: 'Signika', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
}
.carousel-caption h4 {
	color: #FFF;
	font-size: 28px;
	line-height: 28px;
	font-family: 'Signika', Helvetica, Arial, sans-serif;
	font-weight: 200;
	margin-bottom: 20px;
}
.carousel-caption p, .carousel-caption a {
	font-family: 'Signika', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
}
.carousel-caption a {
	color: #FC6;
	font-weight: normal;
}
.carousel-caption a:hover {
	color: #FC6;
}
.carousel-caption.tan {
	background: #fff7cc; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #fff7cc 0%, #afab87 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#fff7cc), color-stop(100%,#afab87)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #fff7cc 0%,#afab87 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #fff7cc 0%,#afab87 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #fff7cc 0%,#afab87 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  #fff7cc 0%,#afab87 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff7cc', endColorstr='#afab87',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	color: #666;
}
.carousel-caption.red {
	background: #cc0035; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #cc0035 0%, #91001f 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #cc0035), color-stop(100%, #91001f)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover, #cc0035 0%, #91001f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover, #cc0035 0%, #91001f 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover, #cc0035 0%, #91001f 100%); /* IE10+ */
	background: radial-gradient(center, ellipse cover, #cc0035 0%, #91001f 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0035', endColorstr='#91001f', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.carousel-caption.tan p, .carousel-caption.tan h4 {
	color: #666;
}
.carousel-caption.tan a {
	color: #116FD6;
}
.carousel-control {
	/*custom controls for default image carousel slider*/
  position: absolute;
	top: 433px;
	left: 15px;
	height: 13px;
	width: 45px;
	padding: 5px;
	margin-top: -20px;
	color: #777;
	font-size: 12px;
	font-family: 'Signika', Helvetica, Arial, sans-serif;
	font-weight: 600;
	line-height: 12px;
	text-align: center;
	background: #EEE;
	border: 1px solid #DDD;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	opacity: .9;
	filter: alpha(opacity=90);
}
.carousel-control:hover {
	color: #CC0035;
	background: #DDD;
}
.carousel img {
	/* shrinks carousel images to fit as viewport decreases in size*/
	max-width: 980px;
	height:auto;
}
.carousel .item {
}
.stripeyBar {
	/*Adds a striped bar separator on home page columns - apply to empty div or to an h3 */
	background-image: url('/bootstrap/images/ColumnHeaderBar.gif');
	background-repeat: repeat-x;
	padding-top: 25px;
}
h3.stripeyBar {
	margin-bottom: 15px;
}
h3 {
	text-align: center;
}
/*-----------------------------------------------------
     weather display
-----------------------------------------------------*/

#wxWrap {
	padding: 0px 2px;
	text-align: center;
}
#wxIntro {
	display: inline-block;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #666;
	vertical-align: top;
	padding-top: 9px;
}
#wxIcon {
	display: inline-block;
	width: 61px;
	height: 34px;
	margin: 0px 0 -1px 1px;
	overflow: hidden;
	background: url('/bootstrap/images/weather.png') no-repeat 61px 0;
}
#wxIcon2 {
	display: inline-block;
	width: 34px;
	height: 34px;
	margin: 1px 6px 0 8px;
	overflow: hidden;
}
#wxTemp {
	display: inline-block;
	font: 16px;
	font-weight: bold;
	line-height: 26px;
	color: #666;
	vertical-align: top;
	padding-top: 5px;
	margin-left: 0;
}



/*-----------------------------------------------------
    RESPONSIVE
-----------------------------------------------------*/

@media (max-width: 979px) {
#smuHomeTop {
 background-image: none;
 margin: 0px auto 0;
}
 #smuMarquee {
 max-width: 100%;
 height: auto;
}
 #smuMarquee img {
 max-width: 100%;
 height: auto;
}
 .carousel img {
 width: 100%;
}
 .carousel-caption {
 height: auto;
 left: 0px;
 padding: 10px 15px;
 width: 97%;
}
 .carousel-caption h4 {
 font-size: 20px;
 line-height:20px;
 margin-bottom: 10px;
}
 .carousel-caption, .carousel-caption p, .carousel-caption a {
 font-size: 15px;
 line-height:19px;
}
.carousel-control {
 top: 35px;
}
}
@media (min-width: 879px) and (max-width: 979px) {
/*why is this here? it makes images go wonky. commenting out. nov 22 2013/katy */
 /*.featuresTable img {
float: none;
 margin: 0 0 10px;*/
}
}
