/* @override http://www.swindonclimate.org.uk/NewStyle */

/* @override http://www.swindonclimate.org.uk/NewStyle */

html {
  font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
  font-size: 10pt;
}

body {
  margin: 0;
}

h1 {
  font-size: 24pt;
}

#body-container {
  width: 800px;
  margin: 0px auto;
}

#logo {
  vertical-align: middle;
  padding: 5px;
}

#header-container {
  text-align: left;
  padding-bottom: 0px;
  margin-bottom: 10px;
  border-bottom: thin solid #d5d5d5;
}

#maintitle {
  margin: 0px;
  padding: 20px 0px;
}

#mainmenu {
  margin-top: 0;
  padding: 0;
  height: 40px;
  text-align: center;
}

#mainmenu li {
  display: inline;
  margin-right: 10px;
  border: none;
}

#mainmenu li a {
  text-decoration: none;
  font-weight: bold;
  font-size: 12pt;
}

#mainmenu li a:hover {
  text-decoration: underline;
}

#mainmenu li a img {
  border: none;
}

#content-container {
  width: 560px;
  float: right;
}

#breadcrumbs {
	text-align: left;
	margin: 10px;
}

#breadcrumbs ul {
	padding: 0px;
	display: inline;
	font-style: italic;
}

#breadcrumbs ul li {
	display: inline;
}

#breadcrumbs ul li:first-child:before {
	content: '';
}

#breadcrumbs ul li:before {
	content: '> ';
}

#sidebar {
  	position: relative;
  	width: 200px;
  	float: left;
  	background: #eee;
}

.widget {
	padding: 5px;
	margin: 5px 5px;
}

.widget ul {
	margin: 5px 0px;
	padding-left: 20px;
}

.widget h4 {
	margin: 0px;
}

#navigation ul li {
	list-style-type: circle;
}

#navigation ul li.currentpage {
	list-style-type: disc;
}

#comments {
	border: solid black thin;
	padding: 10px;
	clear: both;
}

.comment {
	border: darkgray thin;
	border-style: solid none;
	background: #eee;
	margin: 10px 0px;
	padding: 5px;
}

.comment h4 {
	margin-top: 0px;
}

.commenttools {
	text-align: right;
}

#news {
	width: 250px;
	float: right;
	background: #eee;
	padding: 10px;
	margin-left: 10px;
}

#news h2 {
	margin-top: 0;
}

#footer-container {
	clear: both;
	text-align: center;
}

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

a:visited {
	color: #274993;
}

a:hover {
	text-decoration: underline;
}