body {
	background:  #222222;
	margin:      10px auto;
	text-align:  center;
	width:       980px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size:   12px;
	color:       #EEEEEE;
	display:     block;        
}
h1 {
	margin:      70px 10px 30px 10px;
	font-size:   2.5em;      	
}
p {
	margin:      30px 20px 30px 20px;
}
a {
	text-decoration: none;
	font-size:   1.2em;
	background:  #777777;
	padding:     5px 10px 5px 10px;
	margin:      5px 20px 5px 20px;   
	color:       #EEEEEE;   	
}
a:hover {
	background:  #AAAAAA;
}
a:visited {
	color:       #EEEEEE;
}
a.info {
	font-size: 12px;
	color: #EEEEEE;
	background: #222222;
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
}
#notice {
	background: #773333;
	text-align: left;
	padding:    10px;      	
}

#normallink {
	text-decoration: none;
	font-size:   1em;
	background:  #773333;
	padding:     1px;
	margin:      1px;   
	color:       #EEEEEE;       	
}

table.center {      	
	text-align: center; 
	margin-left:auto;
	margin-right:auto;
} 

#footer {
	width:980px;
	text-align:center;
	color:#FFFFFF;
	margin: 10px 0px 10px 0px;
	font-size:9px;       
	/*position: absolute;
	bottom: 10px;*/
}

#footer li {
	display:inline;
	float:none;
	text-align:center;
	padding:0px 5px 0px 5px;
}

#footer a {
	color:#FFFFFF;
	background:  #222222;
	font-weight:500;
	text-decoration:none;
	margin: 0px 3px;
	padding: 0px 0px;
}

#footer a:hover {
	text-decoration:underline;
}

#footer span {
	display:block;
	clear:both;
	color:#FFFFFF;
	margin: 10px 0px;
	font-weight:bold;
}

/* Twitter feed styles */
/*
 * Twitter feed styles
 * https://github.com/jasonmayes/Twitter-Post-Fetcher
 */

#twitter_feed a, a:visited {
  color:#ffffff;
}

#twitter_feed a:hover {
  text-decoration: underline !important;
}

#twitter_feed ul li {
  list-style:none;
  overflow:hidden;
  border:1px dotted #dedede;
  margin:5px;
  padding:5px;
  width: 100%;
}

p.tweet, p.timePosted {
    margin: 0px; 
    text-align: left;
} 

/* Needed because we have to allow anchors in the tweet e.g. hashtags */
p.tweet > a {
    font-size: 1em;
    text-decoration: none;
	color:       #EEEEEE;
    background:  transparent;
    padding: 0;
    margin: 0;
}

div.user a, p.timePosted a {    
    font-size: 12px;
    background: #222222;
    padding: 0px;
    margin: 10px 0px 0px 0px;
}

ul li:hover {
  /*background-color:#f0f3fb; kill the hideous hover */
}

.user, .tweet, .timePosted {
  float:left;
}

.user {
  width:20%;
  word-break: break-all;
  word-wrap: break-word;
}

.tweet {
  width:50%;
  padding-left: 20px;
  padding-right: 20px;
}

.timePosted {
  width:20%;
}

.user {
  clear:left;
}

span[title="PolarViewStatus"] {
    display: none;
}

.user img {
    display: none;  /* Hide the ridiculous red egg symbol... David 04/04/2016 */
}

.interact {  
  /* Hide the retweet etc links - David 04/04/2016 */
  display: none;
}
