/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
body {
	background: url('http://burnsc21.glasgow.ac.uk/wp-content/uploads/2014/07/background1.jpg') no-repeat fixed right top #000 !important;
	font-weight: 400;
}

#header {
	background-color: transparent !important;
}

#header h1 {
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	padding-top: 40px;
}

#nav-header .nav > li {
	font-size: 14px !important;
	font-weight: bold !important;
}

.entry p, ul {
	color: #000;
}

.aktt_tweets li {
	color: #000;
	padding: 5px 0;
}

.aktt_tweets a, .aktt_more_updates a {
	color: #984fcc;
}

div.podcast {
	padding: 10px;
	margin-bottom: 10px;
	background-color: #f2f2f2;
	border: 1px solid #bbbbbb;
	border-radius: 4px;
}

a.viewBlogButton {
	padding: 10px;
	margin: 10px 0;
	border-radius: 4px;
	background-color: #595656;
	color: #FFF;
	border: 1px solid #8532a8;
	text-decoration: none;
}

a.viewBlogButton:hover, a.viewBlogButton:active {
	background-color: #cacaca;
	color: #000;
}

#wotw, .importantNews {
	padding: 10px;
	margin-bottom: 10px;
	background-color: #984fcc;
	color: #FFF !important;
	width: 600px;
}

#wotw a, .importantNews a {
	color: #FFF !important;
}

#wotw a:hover, .importantNews a:hover {
	color: #444 !important;
}

#wotw h3 {
	padding-bottom: 0;
	margin-bottom: 0;
	color: #FFF !important;
}

#wotwImage, .importantNewsImage {
	float: left;
	margin-right: 10px;
	width: 120px;
}

#wotwText, .importantNewsText {
	float: left;
	width: 470px;
}

#wotwText p, .importantNews p {
	color: #FFF !important;
}

#wotwWord {
	font-size: 30px;
}

.white {
	color: #FFF;
}

a {
	font-weight: bold;
}

.site-description {
	font-weight: bold;
}

.smallmap {
	width: 95%;
	height: 700px;
	border: 1px solid #CCC;
}

#nav-header .nav > li {
	border-left: 3px solid #404040;
	margin-bottom: 2px;
}

#nav-header .nav > li:hover, #nav-header .nav li.current-menu-item,  #nav-header .nav li.current_page_parent {
	border-left: 3px solid #984fcc;
	background-color: #323232;
}

#download-page-search {
	display: none;
}

.screen-reader-text {
	display: none;
}

#accordion a{
	color: #984fcc;
}

#accordion a:active, #accordion a:hover{
	color: #383838;	
}

.fiddleLink{
	display: block;	
	color: #383838;
	padding: 10px;
	font-weight: normal;
	background-color: #f0f0f0;
}

.fiddleLink:hover, .fiddleLink:active{
	color: #FFF;
	background-color: #984fcc;
}

@media only screen and (max-width: 767px) {
	#wotw, .importantNews{
		width: 100%;	
	}

#wotwText, .importantNewsText{
width: 90%;	
}
}