@import url("http://fonts.googleapis.com/css?family=Droid+Sans.css");
/* TEMPLATE Styles: home.plt */

.homePage {
	margin: 0 auto;
	width: 956px;
	background: url(img/bgrHome.gif) repeat-y;
}
.homePageTopBackground {
	background: url(img/bgrHomeTop.gif) no-repeat top left;
}
.homePage .header .leftHeaderColumn A {
	border: none;
}
.homePage .flashHeader {
	height: 280px;
	overflow: hidden;
}
.homePage .leftContentColumn {
	float: left;
	width: 678px;
}
.homePage .contentHolder .rightContentColumn .section {
	padding: 25px 20px;
}
.homePage .contentHolder .rightContentColumn .section H3 {
	margin: .7em 0;
}




.homePage .content H2.mainNewsTitle {
	margin: 0 0 10px 0;
	padding: 30px 10px 15px 40px;
	border: none;
	background: url(/img/bgr_homeTitle.gif) no-repeat left bottom;
	color: #446c12;
}


.homePage .content .leftColumn {
	min-height: 200px;
}


.homePage .content H3 {
	margin: 0;
	padding: 0 0 1px 0;
	font-size: 1.5em;
}

.homePage .content .leftColumn {
	padding: 0 0 1px 40px;
	width: 300px;
}
.homePage .content .rightColumn {
	padding: 0 35px 1px 0;
	width: 260px;
}
.homePage .content .linkWrapperForward {
	clear: both;
}


.homePage .content UL {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	font-size: 1.05em;
}
.homePage .content LI {
	margin-bottom: 1.1em;
}

.blue_box_container {
	width: 645px;
	margin-left: 20px;
	padding-bottom: 10px;
}
.home_blue_box {
	border: 1px solid #bde281;
	background-color: #cfe7ff;
	width: 203px;
	height: 203px;
	float: left;
	overflow: hidden;
	margin-right: 10px;
}
.home_blue_box.last {
	margin-right: 0;
}
.home_blue_box h2 {
	font-family: 'Droid Sans', arial, serif;
	margin: 10px 15px 15px;
	border: none !important;
	font-size: 1.2em;
}
.home_blue_box p {
	margin: 10px 15px;
}
.home_blue_box img {
	margin-left: 15px;
}
.rightContentColumn .section .twitter_feed  {
	list-style-image: none;
	margin: 20px 0 10px;
}
.rightContentColumn .section .twitter_feed li {
	list-style-type: none;
}
.twitter_date {
	color: #7a9f5b;
}
.austin_artists {
	background-color: #cfe7ff;
	width: 631px;
	margin: 10px auto 20px;
	overflow: hidden;
}
.austin_artists p {
	width: 410px;
	float: left;
	display: block;
	padding-left: 10px;
	line-height: 1.5em;
	
	}
.austin_artists a {
	display: block;
	width: 187px;
	height: 27px;
	background: url(/img/home_austin_artists_btn.png) no-repeat;
	color: #fff !important;
	border: none !important;
	line-height: 27px;
	padding-left: 8px;
	float: right;
	padding-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;

}
.austin_artists a:hover {
	color: #cfe7ff !important;
}
.homePromo {
	clear: both;
	margin-top: 4em;
	padding: 10px 10px 50px 10px;
	background: url(/img/bgr_homePromo.gif) repeat-x left top;
}
.homePromo H2 {
	margin: 0.5em 0;
	color: #729744;
	border: none;
}

/* @media print START // Styles for printing only */
@media print {
.header,
.footer,
.pathNav,
.gTabNav,
.sectionImage,
.subNav,
.listOfLargeLinks,
.flashHeader,
.rightContentColumn {
	display:none;
}

.homePageTopBackground,
.homePromo,
.homePage {
	background: none !important;
	background-image:none !important;
}
.homePage .content h2.mainNewsTitle{
	margin: 0pt;
	padding: 10px;
	background-image:none !important;
	color: #000000;
}
.sportsPhysicalsPromo{padding:0; float:left;}
}
/*	END print styles */

