@import url(/media-library/resources/css/import.css);

/*------homepage styling kept in homepage additional head-----*/

/* style for 'quoted' text */
.news-article-highlight-quote, .news-article-highlight { font-size: 90%; font-weight: bold; line-height: 1.4; margin: 0 0 1em 1em; width: 187px; float: right; }
.news-article-highlight-quote p { /* div and p needed to add top and bottom speech marks */ margin: 0; padding: 18px 10px 15px 12px ; }
.news-article-highlight p { margin: 0; padding: 10px 10px 10px 12px;}
.news-article-highlight-quote-author { font-weight: bold; font-size: 75%; letter-spacing: 0.05em; margin: 0; padding: 5px 10px 5px 12px;  }
.news-article-highlight-quote { background: #eee url(http://www.bris.ac.uk/portal_css/uobarticle_images/quote-marks-top-grey.gif) no-repeat; color: #666666; }
.news-article-highlight-quote p { background: url(http://www.bris.ac.uk/portal_css/uobarticle_images/quote-marks-bottom-grey.gif) no-repeat right bottom; }
.news-article-highlight-quote-author { background-color: #C0A38C; color: #FFFFFF; }
.news-article-highlight { background: #eee; color: #eeeeee; }
.news-article-highlight p { border-left: 4px solid #C0A38C; }

/* style for 'quoted' text - version 2, wider, used on current ugrads page */
.news-article-highlight-quote2, .news-article-highlight { font-size: 90%; font-weight: bold; line-height: 1.4; margin: 0 0 1em 1em; width: 240px; float: right; }
.news-article-highlight-quote2 p { /* div and p needed to add top and bottom speech marks */ margin: 0; padding: 18px 10px 15px 12px ; }
.news-article-highlight p { margin: 0; padding: 10px 10px 10px 12px;}
.news-article-highlight-quote-author2 { font-weight: bold; font-size: 75%; letter-spacing: 0.05em; margin: 0; padding: 5px 10px 5px 12px; }

.news-article-highlight-quote2 { background: #eee url(http://www.bris.ac.uk/portal_css/uobarticle_images/quote-marks-top-grey.gif) no-repeat; color: #666666; }
.news-article-highlight-quote2 p { background: url(http://www.bris.ac.uk/portal_css/uobarticle_images/quote-marks-bottom-grey.gif) no-repeat right bottom; }
.news-article-highlight-quote2-author { background-color: #C0A38C; color: #FFFFFF; }
.news-article-highlight { background: #eee; color: #eeeeee; }
.news-article-highlight p { border-left: 4px solid #C0A38C; }

/* style for paragraphs - check when site finished which used */
.inloads {
font-size: 0.90em; 
margin-left: 5%; 
margin-right: 5%;
}
.small {
font-size: 0.85em;
line-height: 1.5em;
}

.clearleft {
clear: left; 
}
.clearboth {
clear: both; 
}
.legendclear {
color: #483b18;
font-size: 90%;
margin-left: 15px;
clear: left;
}

/* style for images */
.image-border-next {
border: 1px solid #EBE1DA;
padding: 3px; 
background-color: white;
float: right;
margin: 0 0 0.5em 1em;
display: block;
}
.image-right-border {
border: 1px solid #EBE1DA;
padding: 3px; 
background-color: white;
float: right;
margin: 0 0 0.5em 1em;
clear: right;
}
.image-left-border {
border: 1px solid #EBE1DA;
padding: 3px; 
background-color: white;
float: left;
margin: 0 1.5em 0.5em 0;
clear: left;
}
.image-left-noborder {
padding: 3px; 
background-color: white;
float: left;
margin: 0 1.5em 0.5em 0;
clear: left;
}
.left-clear {
border: 1px solid #EBE1DA;
padding: 3px;
background-color: white;
margin:1.5em auto 1.5em 0;
display:block;
}
.left-clear2 {
border: 1px solid #EBE1DA;
padding: 3px; 
background-color: white;
margin:0 auto 0 0;
display: block;
}
.image-border {
border: 1px solid #EBE1DA;
padding: 3px; 
background-color: white;
margin: 0 0 0.5em 0;
width: 460px;
}
.caption {
text-align: center;
color: #483b18;
font-size: 75%;
padding: 3px;
margin: 0;
}
.legend {
color: #483b18;
font-size: 90%;
margin-left: 15px;
}

/* Academic staff research theme buttons */
#uobcms-content .theme-button {
display: block;
padding: 0.2em;
color: white;
font-weight: bold;
text-decoration: none;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
text-shadow: rgba(0, 0, 0, 0.2) 0 2px 1px; /* optional */
text-align: center;
width: 3em;
}
#uobcms-content .theme-button:link, #uobcms-content .theme-button:visited, #uobcms-content .theme-button:hover {
color: white;
text-decoration: none;
}

/* Colours for different research theme buttons */
.iandi-button {
background: #31859C;
}
a.iandi-button:hover {
background: #276C7F;
}
.sct-button {
background: #632523;
}
a.sct-button:hover {
background: #4F1F1D;
}
.cb-button {
background: #4F6228;
}
a.cb-button:hover {
background: #3F4F1D;
}

/* Academic staff page research theme key */
.theme-key {
border: 1px solid #E0EFEF; 
margin-bottom: 1.5em;
padding: 10px;
}

.theme-key .theme-button {
display: inline-block!important;
width: 3em;
margin: 10px 0 5px 0;
}
.theme-key ul {
margin: 0;
}
.theme-key li {
display: inline;
list-style-type: none;
margin: 0 3.5em 0 0
}
.theme-key a {
font-size: 0.9em;
}
.theme-key h2 {
margin: 0;
}