/********************************************************************
Content style

This style is for content only. Put style relating to Dreamweaver 
template and its included files (excluding editable area) in template
stylesheet.
*********************************************************************/

h1 {
  color: #333333;
  font-size: 24px;
  line-height: 28px;
  font-family: Georgia, Times New Roman;
  font-weight: normal;
  margin: 5px 0px 15px 0px;
  padding: 0px 0px 0px 0px;
}

h1 a:link,
h1 a:visited {
  color: #7a3254;
  text-decoration: none;
}

h1 a:hover,
h1 a:active {
  color: #7a3254;
  text-decoration: none;
}

h2 {
  margin: 0 0 15px 0;
  font-weight: bold;
  font-size: 20px;
}

h3 {
  margin: 0 0 10px 0;
  font-weight: bold;
  font-size: 16px;
}

a:link {
  color: #700000;
  text-decoration: none;
}

a:visited {
  color: #700000;
  text-decoration: none;
}

a:hover,
a:active {
  color: #495d5c;
  text-decoration: underline;
}

a img {
  border-width: 0;
}

/*************************
Content
**************************/

span.section-brand {
  color: #ffffff;
  background: #800000;
  padding: 0 5px 0 5px;
}

div.category-item {
  clear: both;
  padding: 5px;
  background: url(images/category-item-bg.jpg) repeat-x;
  border-style: dotted;
  border-width: 0;
  border-color: #999999;
  border-top-width: 1px;
}

div.catlinks {
  float: right;
  margin-bottom: 10px;
  background: #ffffff;
  border-width: 1px;
  border-style: solid;
  border-color: #debebe;
  padding:0 4px 0 4px;
}

/*************************
Nextpage bar
**************************/

div.pagelinks {
  margin: 20px 0 20px 0;
  padding: 2px 2px 2px 5px;
  background-color: #eeeeee;
}

span.pagelinks {
  color: #333333;
  font-weight: normal;
}

div.pagelinks a {
  text-decoration: none;
}

span.pagelinks-label {
}

span.pagelinks a {
  background-color: #cfcfcf;
  color: #800000;
  padding-left: 3px;
  padding-right: 3px;
  font-weight: normal;
}

/*************************
Forms
**************************/

div.form-element {
  padding-top: 3px;
  padding-bottom: 3px;
}

div.form-label-left {
  font-weight: bold;
  width: 70px;
  float: left;
  margin-right: 5px;
}

input[type=text] {
  height: 18px;
  padding-left: 3px;
  border-style: solid;
  border-width: 1px;
  border-color: #759697;
  background: #eeeeee;
}

textarea {
  padding: 3px;
  border-style: solid;
  border-width: 1px;
  border-color: #759697;
  background: #eeeeee;
}

select {
  border-style: solid;
  border-width: 1px;
  border-color: #759697;
  background: #eeeeee;
}

/*************************
Other content
**************************/

div.ajax-spinner {
  text-align: center;
  padding; 20px;
  background: url(images/ajax-spinner.gif) center center no-repeat;
}

.errmsg {
  font-size: 10pt;
  background: url(images/exclaim.png) no-repeat left top;
  margin: 0px;
  margin-bottom: 5px;
  padding: 4px;
  padding-left: 25px;
  color: #ff0000;
  background-color: #ffffae;
  font-weight: normal;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  border-color: #ffff00;
  border-width: 1px;
  border-style: solid;
}

.infomsg {
  font-size: 10pt;
  background: url(images/smile.png) no-repeat left top;
  margin: 0px;
  margin-bottom: 5px;
  padding: 4px;
  padding-left: 25px;
  color: #910b0a;
  background-color: #e6ffd5;
  font-weight: normal;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  border-color: #b5ff84;
  border-width: 1px;
  border-style: solid;
}

/*************************
Wordpress images and captions
**************************/

img.alignnone {
  margin: 0 0 5px 0;
  display: inline;
}

img.aligncenter  {
  display: block;
  margin: 0 auto 5px auto;
}

img.alignright {
  float: right;
  margin: 0 0 15px 15px;
}

img.alignleft {
  float: left;
  margin: 0 15px 15px 0;
}

.wp-caption {
  text-align: center;
  margin-bottom: 15px;
}

.wp-caption img {
  margin-bottom: 5px;
}

.alignnone {
  margin: 0 0 15px 0;
  text-align: left;
  padding: 0 0 0 0;
}

.aligncenter {
  display: block;
  margin: 0 auto 15px auto;
  text-align: center;
  padding: 0 0 0 0;
}

.alignright {
  float: right;
  margin: 0 0 15px 10px;
  text-align: center;
  padding: 0 0 0 0;
}

.alignleft {
  float: left;
  margin: 0 5px 15px 0;
  text-align: left;
  padding: 0 0 0 0;
}

.wp-caption.aligncenter img {
  margin-left: -10px;
  padding: 0 0 0 0;
  border: 0;
}

.wp-caption p.wp-caption-text {
  text-align: left;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-size: 0.8em;
  font-weight: normal;
  font-family: verdana;
  color: #8f8f8f;
}

.alignnone p.wp-caption-text {
  padding: 0 10px 0 0;
}

.aligncenter p.wp-caption-text {
  padding: 0 10px 0 0;
}

.alignleft p.wp-caption-text {
  padding: 0 10px 0 0;
}

.alignright p.wp-caption-text {
  padding: 0 5px 0 5px;
}
