/*  
Theme Name: Sanergo V2
Theme URI: http://huiz.net/
Description: Sanergo V2
Version: 2.0
Author: Anton Huizinga
Author URI: http://huiz.net

	This theme is released under the Creative Commons Attribution 2.5 License.

*/

a, a:active, a:visited {
  text-decoration: none;
  color: #D70005;
  font-weight: bold;
}

a:hover {
	text-decoration: underline;
}


body {
  height: 100%;
  width: 970px;
  padding: 0; 
  margin-left: auto;
  margin-right: auto;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000000;
  background-image: url(images/im-body-background.jpg);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#body-container {
  color: #000000;
}

#header-container {
  width: 100%;
  height: 224px;
  clear: both;
}

#headerlogo {
  width: 150px;
  height: 224px;
  display: block;
  float: left;
  background-image: url(images/im-logo.jpg);
  background-repeat: no-repeat;
}

#headerright {
  width: auto;
  height: 224px;
  display: block;
  margin-left: 150px;
}

#headertitle {
  height: 200px;
  background-image: url(rotator.php?folder=header);
  background-position: right top;
  background-repeat: no-repeat;
  text-align: right;
  color: #D70005;
  font-size: 30px;
  font-weight: bold;
  padding-right: 10px;
  }

#topmenu {
  height: 24px;
  background-image: url(images/im-header-title.jpg);
  background-repeat: no-repeat;
}

.clear{
  color: #000000;
/* clear: both; */
}

#topmenu ul {
  list-style-type: none;
  list-style-image: none;
  margin: 1px;
  padding: 0;
}

#topmenu ul li {
  float: left;
  text-align: center;
  padding-top: 6px;
  display: inline;
  height: 20px;
  width: 150px;
}

#topmenu ul li.topsearch {
  height: 24px;
  width: 200px;
  background: url(images/im-back-header-search.jpg) no-repeat;
  float: right;
  padding-top: 2px;
  padding-left: 10px;
}

#topmenu ul li.topsearch input#s {
  border: 0;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  height: 15px;
  width: 165px;
  background: transparent;
}

#page-container {
  width: 99%;
  clear: both;
  padding-top: 10px;
}

#page {
  color: #000000;
}

#page-main {
/*  display: block; */
  margin-left: 215px;
  background-color: White;
  color: #000000;
  border: 1px solid #D70005;
  padding: 5px;
}

#page-main h2 {
  font-size: small;
}


.widgettitle {
  font-size: small;
}

.post {
  color: #000000;
}

.post h2 {
  font-size: small;
}

.entry {
  color: #000000;
}


.pages-bar {
  color: #000000;
}

.pages-bar a {
  display: inline;
  width: 20px;
  height: 20px;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 3px;
  border: 1px solid #D70005;
  background: White;
}

.edit-bar {
  display: inline;
  border: 1px solid #D70005;
  background: White;
  padding-left: 5px;
  padding-right: 5px;
  float: right;
}

#sidebar {
  float: left;
  display: block;
  width: 200px;
  padding-left: 15px;
}

#sidebar ul {
  margin: 0;
  padding: 0;
}

#sidebar ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;
}

#sidebar ul li a, #sidebar ul li a:visited, #sidebar ul li a:active {
  display: block; 
  width: 150px; 
  height: 25px; 
  margin-top: 5px;
  margin-left: 15px; 
  color: #EEEEEE; 
  border: 1px solid #000000; 
  text-decoration: none; 
  text-align: center; 
  line-height: 25px;
  background-color: #D70005;
}


#sidebar ul li a:hover {
  background: #EEEEEE; 
  color: #000000;
}



#sidebar ul li h2 {
  color: #000000;
}

.imageframe { margin: 10px; padding: 5px; border: 1px solid #aaa; }
.imgalignleft { float: left; }
.imgalignright { float: right; }
.imgaligncenter { margin-left: auto; margin-right: auto; } 

/* alignments */
.alignleft, img.alignleft {
	display: inline;
	float: left;
  margin-right: 15px;
  text-align: left;
}
.alignright, img.alignright {
	display: inline;
	float: right;
  margin-left: 15px;
  text-align: right;
}
.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
  text-align: center;
}

