html { overflow-y: scroll; } 

brshort {
   display: block;
   margin: 15px 0;
}

a{
COLOR: #4E7DBF; TEXT-DECORATION: none;
}

A:hover {
	COLOR: #000000; TEXT-DECORATION: underline;
}


A.header {
	  TEXT-DECORATION: none; 
}

A.header:hover {
	COLOR: white; TEXT-DECORATION: underline; 
}


A.publication {
	font-weight: bold; COLOR: #4E7DBF ; TEXT-DECORATION: none
}
 
A.publication:hover {
	font-weight: bold; COLOR:  black; TEXT-DECORATION: underline
}

A.venue {
	font-weight: bold; COLOR: #BF904E ; TEXT-DECORATION: none
}
 
A.venue:hover {
	font-weight: bold; COLOR:  black; TEXT-DECORATION: underline
}

A.cpm {
	font-size:0.95em; COLOR: red; TEXT-DECORATION: none
}

A.cpm:hover {
	font-size:0.95em; COLOR: black; TEXT-DECORATION: underline
}

A.slides {
 font-weight: bold; COLOR: #878786; TEXT-DECORATION: none
}
 
A.slides:hover {
  font-weight: bold; COLOR: #000000; TEXT-DECORATION: underline
}


body {
	margin: 0; 	padding: 0;
	font: normal .72em/1.5em 'Trebuchet MS', sans-serif;
	color: #333;
	background: #FFF url(Images/bg.png) repeat-x;
	text-align: center;	
	height: 100%;	
}

h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif;
	color: black;
}
h1 { font-size: 1.4em; }
h2 { font-size: 1.2em; text-transform: uppercase;}
h3 { font-size: 1.2em; }

p, h1, h2, h3 {
	margin: 10px 15px;
}

/* images */
img {

}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 17px 15px 5px 0px;
}
a img {  
  border: 0; }
  
a:hover img {  
  border: 0;
}

 #content, #footer-content {
	width: 900px;
	
}
#header-content {
	width: 900px;
	
}

/* header */
#header {
	height: 100px;
	text-align: left;	
}
#header-content {
	position: relative;
	margin: 0 auto; padding: 0;
}
#header-content #logo {
	position: absolute;	
	font: bold 4em 'Trebuchet Ms', Sans-serif;
	letter-spacing: -2px; 
	color: #FFF;
	margin: 0; padding: 0;
	
	/* change the values of left and top to adjust the position of the logo */
	top: 0; left: 0px;
}
#header-content #slogan {
	position: absolute;	
	font: bold 1.8em 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	color: #FFF;	
	margin: 0; padding: 0;
	
	/* change the values of left and top to adjust the position of the slogan */
	top: 55px; left: 40px;
}


/* header menu */
#header-content ul {
	position: absolute;
	right: 130px; top: 15px;
	font: bolder 1.3em 'Trebuchet MS', sans-serif;
	color: #FFF;
	list-style: none;
	margin: 0; padding: 0;		
}
#header-content li {
	display: inline;
}
#header-content li a {
	float: left;
	display: block;
	padding: 2px 7px;	
	color: #FFF;
	background-color: #333;
	text-decoration: none;
	border-right: 1px solid #272727;
}
#header-content li a:hover {
	background: #4E7DBF;
	color: #FFF;
}
#header-content li a#current  {
	background: #4E7DBF;
	color: #FFF;
}


.post {
	margin: 0; padding: 0;
	background: #FFF url('Images/gradientbg.jpg') repeat-x;
	border: 1px solid #EFEDED;
}
.post .post-footer {
	background-color: #FAFAFA;
	border: 1px solid #f2f2f2;
	padding: 5px; margin-top: 20px;
	font-size: 95%;
}



#univ ul {
	
	right: 0px; top: 15px;	
}

#univ li a 
{
    background: #FFF url(Images/bg.png) repeat-x;
	text-decoration: none;
}
#univ li a:hover {
   
	color: #333;
}







/* content */
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
}
#content {
font: normal 1.3em/1.4em 'Trebuchet MS', sans-serif;
	text-align: left;	
	padding: 0;
	margin: 0 auto;	
}

/* main */
#main {
	float: left;
	width: 100%;	
	margin: 0 0 10px 0; padding: 0;	
}
#main h1 {
	padding: 10px 0 5px 5px;
	margin: 0 0 0 10px;
	border-bottom: 1px solid #f2f2f2; 	
}


/* footer */
#footer {
	clear: both;
	margin: 0; padding: 0;
	font: normal 1.1em/1.5em 'Trebuchet MS', Tahoma, Arial, sans-serif;
	text-align: left;	zz 	} #footer h3, #footer p { 
	margin-left: 0;
	
}
#footer-content {	
	margin: 0 auto;
	padding-left: 15px;
}
#footer-content a {
	text-decoration: none;
	
}
#footer-content a:hover {
	text-decoration: underline;
	color: #333;
}
#footer-content ul {
	list-style: none;
	margin: 0; padding: 0;
}
#footer-content .col {
	width: 32%;
	padding: 0 5px 30px 0;	
}
#footer-content .col2 {
	width: 33%;
	padding: 0 0 30px 0;	
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.gray  { color: #BFBFBF; }
.white  { color: #FFFFFF; }


