body {
  font-family: arial, verdana, sans-serif;
  background: white !important;
}

h1 {
  font-size: 1.6em;
}

h2 {
  font-size: 1.4em;
}

p, li {
  font-size: 0.8em;
  margin: 10px 0;
  line-height: 1.25em;
}

a:link {
  color: #FF19A8;
}

a:visited {
  color: #A13696;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

ul.list {
  list-style: square;
  padding-left: 20px;
}

/* STRUCTURAL STYLES */

#container {
  margin: 0;
  background: white;
}

#header {
  margin: 10px 0;
  height: 200px;
  background: #777 url("../images/header_disabled_woman.jpg") right center no-repeat;
  display: none;
}

#footer {
  color: #666;
  margin: 10px 0;
  padding: 15px;
  clear: both;
  background: #eee;
  border-bottom: 3px solid #FF19A8;
  display: none;
}

#footer p {
  margin: 0;
}

#wrapper {
  clear: both;
  margin: 0;
  background: white;
  width: 100%;
}

#primarynav ul {
  background: none;
  list-style: auto;
}

#primarynav a:link, #primarynav a:visited {
  color: #FF19A8;
  text-decoration: underline;
}

#registerlogin {
  display: none;
}

#doitsearch {
  display: none;
}

#supportedby {
  display: none;
}

form#profile fieldset {
  border: 1px dotted #A13696;
  padding: 10px;
  margin: 5px 0;
}

form#profile legend {
  background: white;
}

#sideboxes {
  display: none;
}

#themesbox {
  background: #eee;
  padding: 20px 20px 5px 20px;
}

#themesbox ul {
  float: left;
  width: 47%;
  margin: 0;
  list-style: square;
  padding-left: 15px;
}

#themesbox li {
  font-size: 1.1em;
  color: #A13696;
}

#spotlights {
  clear: both;
  margin-top: 15px;
}

.spotlightcol {
  float: left;
  width: 47%;
  margin-right: 1%;
}

.spotlightrow {
  clear: both;
}

#spotlights ul {
  list-style: square;
  padding-left: 15px;
}

h4.newsheadline, h4.eventheadline, h4.resourceheadline, h4.discussionheadline {
  margin: 5px 0 2px 0;
  font-size: 0.8em;
  font-weight: bold;
}

h4.newsheadline {
  background: url("../images/newspaper.jpg") no-repeat top left;
  padding: 3px 0 0 25px;
  height: 18px;
}

h4.eventheadline {
  background: url("../images/calendar.jpg") no-repeat top left;
  padding: 3px 0 0 25px;
  height: 18px;
}

h4.resourceheadline {
  background: url("../images/page_white.jpg") no-repeat top left;
  padding: 3px 0 0 25px;
  height: 18px;
}

h4.discussionheadline {
  background: url("../images/comments.jpg") no-repeat top left;
  padding: 3px 0 0 25px;
  height: 18px;
}

body#home h4 {
  height: auto;
  margin-top: 5px;
  line-height: 1.1em;
}

#news-spotlight p {
  margin: 0 0 10px 0;
}

.spotlightcol p {
  margin: 0 0 5px 0;
}

.relatedbox {
  background: #eee;
  padding: 10px;
  color: black;
  margin-bottom: 15px;
}

.relatedbox li {
  list-style: square;
  margin: 5px 0 5px 15px;
}

.relatedbox a:link, .relatedbox a:visited {
  color: #A13696 !important;
  text-decoration: underline;
}

#supportedby {
  background: white;
  text-align: center;
}

.pink {
  background: white;
}

.pink h3, .pink p, .pink a:link, .pink a:visited {
  color: black !important;
}

.standfirst {
  font-size: 1em;
}

.theme-heading {
  /* border-bottom: 1px dotted #A13696; */
  padding-bottom: 3px;
  margin-top: 5px;
}

.download {
  background: white url("/images/document_generic.jpg") no-repeat 10px 10px;
  border: 1px dotted #A13696;
  padding: 10px 10px 10px 50px;
  margin: 10px 0;
}

.download p {
  font-size: 0.8em;
}

.past-event, .past-event a:link, .past-event a:visited {
  color: #aaa !important;
}

.eventdate {
  font-weight: bold;
  font-size: 0.9em;
}

.relatestotheme {
  display: none;
}

div.event, div.story, div.resource {
  border: 1px dotted #A13696;
  padding: 5px 5px 0 5px;
  margin-bottom: 10px;
}

.publication-date {
  float: left;
  border: 1px dotted #A13696;
  padding: 5px;
  margin: 10px 10px 10px 0;  
  width: 4em;
  text-align: center;
}

li.level1 {
  padding-left: 10px;
  font-size: 0.9em;
}

li.level2 {
  padding-left: 30px;
  font-size: 0.9em;
}

li.level3 {
  padding-left: 50px;
  font-size: 0.9em;
}


/* -- FORUM STYLES -- */

.post {
border: 1px solid #eee;
margin: 0 0 10px 10px;
padding: 0 10px;
}

.post .message {
font-weight: bold;
}

.first {
  background: #eee;
  border: 1px solid #ddd;
}

.captcha {
padding: 5px;
background: #eee;
}

textarea, input {
  font-family: arial, verdana, sans-serif;  
  font-size: 1.1em;
}

ul.big-forum-links li.category {
  background: #A13696;
  color: white;
  font-size: 1.1em;
  padding: 4px;
}

ul.big-forum-links li.category a:link, li.category a:visited {
  color: white;
  text-decoration: none;
}

#newtopicform, #newpostform, #registrationform, #contactform {
  border: 1px dotted #A13696;
  padding: 10px;
  color: #A13696;
  margin: 30px 0 10px 0;
}

textarea.fullwidth, input.fullwidth {
  width: 99%;
}

h1.forum-category {
  font-size: 1.3em;
  color: white;
  background: #A13696;
  padding: 5px;
  margin: 3px 0 5px 0;
}

h1.forum-category a:link, h1.forum-category a:visited {
  color: white;
  text-decoration: none;
}

h1.forum-category a:hover, li.forum-topic a:hover {
  text-decoration: underline;
}

li.forum-topic {
  font-size: 12pt;
  color: #FF19A8;
  background: #FF19A8 url("../images/arrow_mask.gif") no-repeat left top;
  padding: 0 5px 0 15px !important;
  margin: 2px 0 2px 10px !important;
}

li.forum-topic a:link, li.forum-topic a:visited {
  color: #FF19A8;
  text-decoration: none;
}

li.forum-topic a:hover {
  text-decoration: underline;
}

li.open-topic {
  background: #FF19A8 url("../images/arrow_mask_down.gif") no-repeat left top;
}

li.forum-topic {
  margin-bottom: 10px;
}

span.deletetopic a:link, span.deletetopic a:visited {
  background: white;
  color: #aaa;
}

.deletepost {
	float: right;
}

.deletepost a:link, .deletepost a:visited {
	color: #aaa;
	text-decoration: none;
}
