/* CSS Document */

/*  UCD Research for Researcher Profiles.  Temp CSS to override default Arekibo styling. 
	Updated 301 MAR 2013, 11am    */


article.content #tabs ul li {
    font-size: .95em;
    width: 16.6%;
   
}


#tabs h2 {

	color: rgb(6, 228, 58);
	display:block;
	font-size:2em;
	margin-left:20px;
	/* padding-top:10px;   looked bad on mobile */
	margin-top:10px;

}



#tabs h2 a:link, #tabs h2 a:visited {

	color: rgb(6, 228, 58);
	display:block;
	text-decoration: none;

}



#tabs h3 {
	margin-left: 20px;
}


.content .researcher-profile {
    
    background: none repeat scroll 0% 0% rgb(5, 29, 63);
	
}


.content .researcher-profile figure {
    
    width: auto;
}

.content .researcher-profile .profile {
   
   /* width: auto;    */
}




#profile-image figure {
   
    width: 200px;    
}








.content .researcher-profile h3 {
	clear:both;   
}










/*  Begin Additional Styling to fix wysiwyg inline html errors in profiles    */



article.content #tabs td ul {   
	border-bottom: none;
	
}



article.content #tabs td ul li {  
    display:block;
	width:auto;	
	text-align:left;
	float:none;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	list-style-type: circle;
	padding-left:20px;
	list-style:inside;
	
}




article.content #tabs td ul ul,
article.content #tabs td ul ul ul,
article.content #tabs td ul ul ul ul,
article.content #tabs td ul ul ul ul ul
	{   
		padding-left: 20px;
	}



/* 
Fixes misc crazy font sizes, eg, Res Interests tab:
http://cms.ucd.ie/research2012/people/languagesliterature/drannetteflynn/
*/

article.content #tabs div[style] {
   
   font-size: 12px !important;
   color: rgb(0, 51, 102);
   Xmargin: 0 !important;
  
   padding: 4px !important; /* for content not inside a <p> and not receiving any padding */
   line-height: 19px; /* for content not inside a <p> and not receiving any line-height */
   font-family: 'Ubuntu', sans-serif;
   
}



article.content #tabs p {
    font-size: 12px !important;
	
	
}


article.content table td p {
    font-size: 12px !important;
	
}




article.content table p {
    font-size: 12px;
}
article.content table p {
    font-size: inherit;
}




article.content table td {
     font-size: 12px !important;
	font-size: inherit;
	vertical-align:top;
	
	
}




article.content td p font {
    font-size: 12px;
}
article.content td p font {
    font-size: inherit;
}




/* 
Fixes hard coded wrong fonts, eg
http://cms.ucd.ie/research2012/people/languagesliterature/drmichaelbrophy/
*/
article.content #tabs div p font {
    font-family: 'Ubuntu',sans-serif !important;
}




/* 
Fixes content withing Biography tab not showing, eg.
http://cms.ucd.ie/research2012/people/languagesliterature/drsiobhandonovan/ 
*/

article.content #tabs div divX {
    display: block !important;
}



article.content #tabs div h1 font, 
article.content #tabs div h2 font,
article.content #tabs div h3 font,
article.content #tabs div h4 font

{	/* Biography tab: http://cms.ucd.ie/research2012/people/business/professorcathalbrugha/  */
    font-family: 'Ubuntu', sans-serif !important;
	
}


article.content #tabs div span font { /* Biography tab: http://cms.ucd.ie/research2012/people/business/professorcathalbrugha/  */
	font-family: 'Ubuntu', sans-serif !important;
	font-size: 12px !important;
	line-height: 19px;
	
}


article.content #tabs div span { /* Biography tab: http://cms.ucd.ie/research2012/people/business/professorcathalbrugha/  */
	font-family: 'Ubuntu', sans-serif !important;
	font-size: 12px !important;
	line-height: 19px;
	
}


article.content #tabs div strong {
    color: rgb(0, 51, 102);
	font-weight:bold;
}









article.content #tabs div.more {
    color:#336699;
	margin:0px 0px 20px 12px;
	font-size:1.2em;
	background-image:url(/t4cms/2012r-expand-icon.png);
	background-repeat:no-repeat;
	padding-left:20px !important;
	line-height:1.4em;
	float:none;
	
}



article.content #tabs div.less {
    color:#336699;
	margin:0px 0px 20px 22px;
	font-size:1.2em;
	background-image:url(/t4cms/2012r-collapse-icon.png);
	background-repeat:no-repeat;
	padding-left:20px !important;
	line-height:1.4em;
	
	
}



.ie8 .content table img {
	max-width: 150px;
	
}


