  @charset "UTF-8";
/* CSS FOR UMC HOME PAGE */

/* // Feature ****/

#feature {
	width: 100%;
	position: relative;
	/*overflow: hidden;*/
	background-color: #626262;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B5B5B5;
	margin: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #747474;
	padding: 0px 0px 1px 1px;
	margin-bottom: 8px;
}
#featureHolder {
	position:relative;
	width:1000px;
	background:#fff;
	margin:0;
	margin: auto;
	height: 285px;
	
}	

#feature #slider { /*important*/
	width: 1000px;
	margin: auto;
	position: absolute;
}

/* // slider*/

#sliderHolder {
	position: absolute;
	overflow: hidden;
}
.graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next {
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
    text-indent:-8000px;
}			
#slider ul, #slider li, #slider2 ul, #slider2 li{
	margin:0;
	
	padding:0;
	list-style:none;
}
#slider2{margin-top:1em;}
#slider li, #slider2 li { 
	width:1000px;
	height:285px;
	overflow:hidden;
	
}	
#prevBtn, #nextBtn, #slider1next, #slider1prev { 
	display:block;
	width:46px;
	height:54px;
	position:absolute;
	left:-43px;
	top:115px;
	z-index:1000;
}	
#nextBtn, #slider1next { 
	left:1000px;
}														
#prevBtn a, #nextBtn a, #slider1next a, #slider1prev a { 
	display:block;
	position:relative;
	width:60px;
	height:62px;
	background:url(/think/images/prevBtn.png) no-repeat 0 0;
	
}	
#nextBtn a, #slider1next a { 
	background:url(/think/images/nextBtn.png) no-repeat 0 0;	
}
.bBorder {
	border-bottom-width: 1px;
	padding-bottom: 15px;
	border-bottom-style: solid;
	border-bottom-color: #e0e0e0;
}

/** // Left Column */

#leftColHome {
	width: 690px;
	margin-top: 30px;
	position: relative;
	float:left;
	border: 3px solid #626262;
}

#leftColHome img {
	border: 4px solid #E8E8E8;
	margin-top:7px;
	margin-right: 0px;
}
#leftColHome a:link, #leftColHome a:visited  {
	color: #0E4C7D;
	text-decoration: none;
}
#leftColHome a:hover {
	text-decoration: underline;
}

#leftColHome a:active {
	text-decoration: none;
	color: #0E4C7D;
}


/ // Right Column */

#rightColHome {
	width: 270px;
	margin-top: 50px;
	margin-right: 5px;
	overflow: hidden;
	position: relative;
	float:right;
}
#rightColHome div h3 , #rightColHome div h4{
	text-transform: uppercase;
	border-bottom: 2px solid #d8d8d8;
	font-weight:normal;
}

#newsWrapper, #twitterWrapper {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 30px;
	position: relative;
}
#newsWrapper ul {
	margin: 0px;
	padding: 0px;
}
#newsWrapper ul li {
	text-align: left;
	display: block;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #E9E9E9;
}

#newsWrapper ul li a {
	color:#282828;
	font-family: Helvetica, Aria, sans-serif;
	font-weight: normal;
	font-size: 0.8em;
	line-height: 1.4;
	color: #0E4C7D;

}
#newsWrapper ul li a:hover {
	color: #0E4C7D;
}
.hover-ul li:hover {
	background:#F6F6F6;
}
#socialMediaWrapper img {
	margin-right: 3px;
	margin-top: 15px;
}

/ // flickr gallery */
#flickr {
	width:265px;
	position: relative;
	float: left;
	margin: 20px 0 20px 0;
}

#flickr_badge_uber_wrapper {
	text-align:center; 
	width:270px; 
	margin:0; 
	padding:0}
#flickr_badge_wrapper {padding:0}
.flickr_badge_image { 
	margin:0 7px 7px 0; 
	padding:0; 
	float:left
}
.flickr_badge_image img {
	width:76px;
	height:75px;
	display: block;
	float: left;
	list-style-type: none;
	border: 2px solid #e5e5e5; 
}
.flickr_badge_image a:hover img  {
	width:76px;
	height:75px;
	display: block;
	float: left;
	list-style-type: none;
	margin:0;
	border: 2px solid #0a304e; 
}
#twitter_update_list {
	font-family: Helvetica, Arial, sans-serif;
	font-size: .8em;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	color:#333;
	line-height: 1.6;

}
#twitter_update_list li {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}
#twitterWraper {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 25px;
}
/* // Twitter bubble */

#twitterBox {
	position: relative;
	height: 94px;
	width: 256px;
	left: 0px;
	bottom: 0px;
	top:0;
	background-image: url(http://www.case.edu/umc/stage/images/twitterBg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.twitterContent {
	position: absolute;
	top: 17px;
	left:26px;
	color:#333;
	font-family: Helvetica, Aria, sans-serif;
	font-weight: normal;
	font-size: 0.85em;

}
.twitterbg {
	position: absolute;
	height: 94px;
	width: 256px;
	left: 0;
	bottom: 0;
	top:0;
	background-image: url(http://www.case.edu/umc/stage/images/twitterBg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/*** // Middle Content */

#middleContentHome img, #middleContentHome2  img {
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 0px;
}
#middleContentHome{
	position: relative;
	margin:0 15px 0 15px;
	padding:7px 0 5px 0;
	height: 145px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DADADA;
}

#middleContentHome2{
	overflow: hidden;
	position: relative;
	margin: 20px 15px 0 15px;
	border-bottom: solid 1px #e0e0e0;
	height: 145px;
}

/** // Left Column Bottom Content */

#bottomContenHome {
	margin: 15px 15px 10px 15px;
	position: relative;
}
#leftImg {
	width: 250px;
	margin: 0 40px 0 0;
	position: relative;
	float:left;
}
#rightImg {
	float: left;
	position: relative;
	width: 250px;
	padding-left: 40px;
	margin-top: 0px;
	border-left: solid 1px #d8d8d8
}
#bHeader {
	margin-bottom: 15px;
}
#leftImg img, #rightImg img  {
	margin-bottom: 20px;
}
#topContentHome {
	margin: 10px 20px 0 20px;
}
.blankH {
	position: absolute;
	right: -9px;
	top:-15px;
}
#leftColHome .blankH img {
border:none;
}


/** // Video sidebar */

.video ul {
	margin: 20px 0 0 0;
	padding: 0;
}
.video ul li  { 
	width:75px;
	height:75px;
	margin:0;
	padding:0;
	display: block;
	float: left;
	margin-right: 12px;
	list-style-type: none;

}
.video ul li a img {
	width:75px;
	height:75px;
	margin:0;
	padding:0;
	border: 2px solid #e5e5e5; 

}
.video ul li a:hover img {
	width:75px;
	height:75px;
	margin:0;
	padding:0;
	border: 2px solid #0a304e; 

}

.video {
	overflow: hidden;
	position: relative;
	height: 105px;
}
.videoLink {
	text-align: right;
	display: block;
	padding:0;
	margin: 0 20px 0 0;
}
