@import "layout.css";
@import "header.css";
@import "news.css";
@import "slideshow.css";

body {
	margin: 0;
	font-family: "Arial", sans-serif;
	background-color: #222;
	color: silver;
	line-height: 1.4em;
}

#footer {
	border-top: solid #7d3e8a 1px;
	margin-top: 15px;
	font-size: 70%;
	line-height: 1.6em;
	color: #888;
}

#content {
	font-size: 95%;
}

a {
	color: #c293e8;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#content p {
	text-align: justify;
}

#footer #logos {
	float: right;
	margin-top: 8px;
}

h3 {
	color: #666;
}

#right h3 {
	margin: 0 0 0.5em;

	color: #999;
	font-size: 120%;
	font-weight: normal;

	text-align: right;
}

#right h4 {
	margin: 1.5em 0 -0.5em;

	font-size: 100%;
}

#right .actions {
	text-align: right;
	color: #999;
}

#right .actions a {
	margin-left: 1em;
}

.staffmember {
	margin-bottom: 2em;
}

.staffmember p {
	margin-right: 120px;
}

.staffmember h3 {
	margin-top: 0;
}

.qualifications {
	color: #bbb;
	font-size: 80%;
}

.staffmember img {
	float: right;
	margin-left: 20px;
}

.teaser {
	margin-top: -1em;
}

#other_sectors {
	text-align: right;
	list-style: none;
        font-size: 120%;
}

#other_sectors li {
	list-style: none;
        margin-bottom: 0.5em;
}

ul li {
    list-style: square;
    margin-left: 25px;
    padding-left: 0;
    margin-bottom: 0.3em;
}

ul {
    margin-left: 0;
    padding-left: 0;
}

.selected {
    color: #888;
}

/* Tweets */

.tweet {
    margin-bottom: 1.6em;
}

.tweet img {
    vertical-align: -2px;
}

.tweet .dateline {
    font-size: 80%;
    text-align: right !important;
    color: #999;
    margin-top: -1.4em;
}

/* News */

.article {
    margin-bottom: 3em;
}

