/*Theme Name: ECE Faculty */

/* --- UConn Global CSS - Remove at your own risk. ------------------------------------------------------------ */
/* --- HEAD-FOOT CSS ------------------ */ 
/* These files needed for header and footer areas */
/* layout */                     @import url("global/4.0/head-foot/hf-common.css"); 
/* colors */                     @import url("global/4.0/head-foot/hf-grey.css");
/* --- MIDDLE AREA CSS ---------------- */ 
/* These files needed for everything between the header and footer */
/* BASE TEMPLATE FILES */ 
/* blueprint layout grid */      @import url("global/4.0/middle/base/grid.css"); 
/* removes default typography */ @import url("global/4.0/middle/base/reset.css");
/* new default typography */     @import url("global/4.0/middle/base/content.css");
/* drop-down nav layout */       @import url("global/4.0/middle/base/nav.css");
/* UCONN STANDARD THEME */ 
/* common styles */    		     @import url("global/4.0/middle/uconn/common.css");
/* custom colors and type */     @import url("global/4.0/middle/uconn/grey.css");

/* --- Add your CSS below this line --------------------------------------------------------------------------- */

#uc-foot-links li {
	margin-left: 50px;
}

#photo {position: relative; top: 0px; z-index: 1;}
#text {position:relative; top: -588px; width: 550px; max-height: 585px;}

#newsBoxId{
	
	position: relative;
	float: right;
	width: 150px;
	background-color: yellow;
	
}

.alignleft {
   display: inline;
   float: left;
   margin: 5px;
   border: 1px solid #000000;

}
.alignright {
   display: inline;
   float: right;
   margin: 5px;
   border: 1px solid #000000;
}
.aligncenter {
   display: inline;
   float: center;
   margin: 5px;
   border: 1px solid #000000;

}


#newsWrap{

	display: block;
	float: left;
	position: relative;
	width: 500px
	
}

.newsblockID{
	
	display: block;
	position: relative;
	float: left;
	border: 1px solid white;
	
}

.newsblockID:hover{
	
	background-color: #e1e1e1;
	cursor: pointer;
	
}

.newsblockID p img{
	
	margin: 5px;
	
}

#eventsWrap{
	
	width: 300px;
	display: block;
	float: right;
	position: relative;
	
}


/* 
	UConn Template 4.1 Patch
	April 2013
	by UConn WebDev
	andrew.bacon@uconn.edu
*/
/* 4.1 Common - used in both the blue and grey/white headers.  */
html body #uc-head-wrap #uc-head h1 a {
	padding-left:195px !important;
	font-family:'Proxima Nova', Helvetica, Arial, sans-serif !important;
	}
	html body #uc-head-wrap #uc-head h1 a {
		padding-left:195px !important;
		font-family:'Proxima Nova', Helvetica, Arial, sans-serif !important;
		}
		html body #uc-head-wrap #uc-head h1 a#uc-uconn {
			height:62px !important;
			width:168px !important;
			display:block !important;
			margin-top:14px !important;
			margin-left:5px !important;
			padding:0 !important;
			}
			html body #uc-head-wrap #uc-head h1 a#uc-uconn img {
				height:62px !important;
				width:168px !important;
				}
		html body #uc-head-wrap #uc-head h1 #uc-website-title {
			font-size:80%;
			}
		html body #uc-head-wrap #uc-head h1 #uc-secondary-title {
			font-size:85%;
			}
			


/* 4.1 Blue Header/Footer - for sites that use the blue header.  */
	html body {
		background-color:#0f1938 !important;
		}
	html body #uc-head-wrap {
		background-color:#0f1938 !important;
		}
	html body #uc-foot-wrap {
		background-color:#0f1938 !important;
		}
			