/*  Basic
----------------------------------------------------------------------------------------------------*/

body {
	font: 1em/1.5 'Trebuchet MS', 'Lucida Sans', Helvetica, Arial, sans-serif; text-align: center;
}

a {
	color: #333; text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:focus {
	outline: 1px dotted invert;
}

p {
	padding: 0.6em 0; font-size: 0.8em;
}

hr {
	border: 0 #ccc solid; border-top-width: 1px; clear: both; height: 0;
}

/*  Headings
----------------------------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
  padding-bottom: 0.6em;
}
h1 {
	font-size: 1.5em; text-transform: uppercase; letter-spacing: 0.03em;
}
h1 .subtitle {
  text-transform: none; color: #666;
}
h1 img {
  border: 0; margin: 0 5px;
}
h1 #dateheader {
	width: 100%; padding-left: 60px; text-align: center;
}
h2 {
	font-size: 1.4em;
}
h3 {
  text-transform: uppercase; font-size: 0.8em; padding: 0.2em 0.6em; margin: 2em 0 0 0; border-bottom: 1px solid #AAA; color: #666;
}
h4 {
	font-size: 1.0em; padding: 0;
}
h5 {
	font-size: 0.9em;
}
h6 {
	font-size: 0.8em;
}

/*  Tags
----------------------------------------------------------------------------------------------------*/
a.tag-1, a.tag-2, a.tag-3, a.tag-4, a.tag-5, a.tag-6, a.tag-7, a.tag-8 {
  float: left; clear: both; padding: 0.1em 0.4em; margin: 1px 0; background-color: #5BC527; color: #FFF;
}
a.tag-1:hover, a.tag-2:hover, a.tag-3:hover, a.tag-4:hover, a.tag-5:hover, a.tag-6:hover, a.tag-7:hover, a.tag-8:hover {
  text-decoration: none; background-color: #008128;
}
a.tag-1 {
  font-size: 0.70em;
}
a.tag-2 {
  font-size: 0.85em;
}
a.tag-3 {
  font-size: 1.00em;
}
a.tag-4 {
  font-size: 1.15em;
}
a.tag-5 {
  font-size: 1.30em;
}
a.tag-6 {
  font-size: 1.45em;
}
a.tag-7 {
  font-size: 1.60em;
}
a.tag-8 {
  font-size: 1.75em;
}

/*  Spacing
----------------------------------------------------------------------------------------------------*/

ol {
  list-style: decimal;
}
ul {
	list-style: square;
}
li {
	margin-left: 2em; font-size: 0.8em;
}
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
	margin-bottom: 0.6em; font-weight: normal;
}

/*  Forms
----------------------------------------------------------------------------------------------------*/

form {
  width: 400px;
}
form.large {
  width: 600px;
}
label {
  display: block; font-size: 0.8em; margin: 1em 0 0 0;
}
input {
  width: 210px;
  padding: 0.2em; font-size: 1em;
}
textarea {
  width: 100%; height: 120px;
  padding: 0.2em; font-size: 1em;
}
select {
  width: 210px;
  padding: 0.2em; font-size: 0.8em;  
}
input.submitButton {
  float: right; margin: 40px 0; width: 110px; height: 40px; padding: 0 5px 0 0;
  color: #FFF; border: none; font-size: 0.8em; text-transform: uppercase;
  background: transparent; background-image: url('../img/submit_button.gif'); background-repeat: no-repeat;
}
input.inline {
  float: none; margin: 0 0 0 10px;
}
img.captcha {
  margin: 0 10px 0 0; float: left;
}
input#id_captcha_1 {
  width: 148px;
}
input.chkBox {
  width: auto; float: left; margin: 5px 10px 5px 0;
}
form.toolicon {
  width: auto;
}
form.toolicon input {
  width: auto; padding: 0;
}

/*  Paginator
----------------------------------------------------------------------------------------------------*/

.paginator {
  text-align: center; color: #999; font-size: 0.8em; margin: 10px;
}
.paginator a {
  color: #999; border: 1px solid #AAA; padding: 0 5px;
}
.paginator a:hover {
  color: #FFF; background-color: #AAA; text-decoration: none;
}
.paginator .current {
  color: #666; font-weight: bold; padding: 0 5px; font-size: 1.2em;
}
.paginator .disabledButton {
  color: #CCC; border: 1px solid #DDD; padding: 0 5px;
}

/*  News and Comments
----------------------------------------------------------------------------------------------------*/

p.author {
  color: #999; padding: 0; margin: 1em 0 .5em 0;
}
p.comment {
  font-style: italic; padding: 0 0 1em 1em;
}

/*  Special styles
----------------------------------------------------------------------------------------------------*/

.dateLbl {
  color: #999; font-size: 0.9em;
}
p.error {
  color: #C00; font-weight: bold;
}
ul.errorlist {
  display: inline;
}
ul.errorlist li {
  list-style: none; padding: 0 0 0 10px; margin: 0; display: inline; font-size: 0.8em; color: #C00;
}
p.description {
  padding: 0 0 0.4em 25px; font-size: 0.7em;
}
p.introText {
  color: #666; font-style: italic; margin: 0 0 1em 0; padding: 1em 0;
  border-bottom: 1px solid #AAA; border-top: 1px solid #AAA;
}
p.formHelp {
  color: #999; font-size: 0.7em; padding: 0; margin: 0.3em 0 0 0; font-style: italic; clear: both;
}
ul.newslist li {
  list-style: none; margin: 0 0 0.8em 10px;
}
a.readMore {
  font-weight: bold; background-color: #AAA; color: #FFF; padding: 0 2px; margin: 0 0 0 3px;
}
a.readMore:hover {
  background-color: #008128; text-decoration: none;
}
h3 a {
  float: right; color: #666;
}
