/*  
Theme Name: diagnova1
Description: Wordpress Theme based on "always yours" by <a href="http://www.themespack.com/">Themes Pack</a>.

Original author: wonder
Author URI: http://www.themespack.com/

  This theme was designed and built by wonder
                The CSS, XHTML and design is released under GPL
                http://www.opensource.org/licenses/gpl-license.php
*/
body {
  font: 75%/150% Verdana, Arial, Helvetica, sans-serif;
  color: #2c2c2c;
  margin: 0px;
  padding: 0px;
}
a, a:visited {
  color: #c00000;
  text-decoration: none;
}
strong {
  font-weight: bold;
  color: #336699;
}
img {
  border: none;
}
p {
  padding: 0px;
  margin: 0px 0px 10px 0px;
}
h1 {
  margin: 0px;
  font: bold 37px/100% Verdana, Arial, Helvetica, sans-serif;
  text-align: right;
  padding-bottom: 3px;
}
h1 a, h1 a:visited{
  color: #ffffff;
  text-decoration: none;
}
h2 {
  color: #000000;
  margin: 0px 0px 2px;
  border-bottom: 1px dotted #c00000;
  font-size: 12px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  padding-bottom: 3px;
}
h2 a, h2 a:visited {
  color: #000000;
  text-decoration: none;
}
h3 {
  color: #555555;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 10px 0px 5px;
  border-bottom: 1px dotted #336699;
}
h4 {
  font-size: 12px;
  font-weight: normal;
  font-style: italic;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 10px 0px 5px;
  border-bottom: 1px dotted #AAAAAA;
}
.topmost {
  margin-top: 0px;
}
form {
  margin: 0px;
  padding: 0px;
}
#header {
  border-bottom: 30px solid #DDEEFF;
}
#headerlogo {
  position: relative;
  padding: 15px 0px 15px 15px;
}
#headerlogo .description {
  position: absolute;
  left: 45px;
  bottom: 3px;
  color: #ffffff;
  font-size: 16px;
  display: none;
}
#nav {
  display: none;
}
#navads {
  display: none;
}
#navbottom {
  display: none;
}

/* content  */
#content {
  padding: 0px 0px 10px 0px;
  width: 100%;
}
#content ul {
  list-style: square;
  margin: 10px 0px 10px 22px;
  padding: 0px;
}
#content ol {
  margin: 10px 0px 10px 33px;
  padding: 0px;
}
#content ul li, #content ol li {
  margin: 5px 0px 5px 0px;
  padding: 0px;
}
#content ul li ul, #content ol li ul {
  list-style: disc;
  margin: 6px 0px 6px 22px;
  padding: 0px;
}
#content ul li ul li, #content ol li ul li {
  margin: 3px 0px 3px 0px;
  padding: 0px;
}

/* content_main  */
#content_main {
  padding: 10px 3px 0px 11px;
  margin: 0px;
  float: left;
  width: 560px;
  overflow: hidden;
}
#content_main ul {
  list-style: square;
  margin: 10px 0px 10px 22px;
  padding: 0px;
}
#content_main ol {
  margin: 10px 0px 10px 22px;
  padding: 0px;
}
#content_main ul li, #content ol li {
  margin: 5px 0px 5px 0px;
  padding: 0px;
}
#content_main .post {
  padding: 0px;
}

.main_sect {
  clear: both;
  width: 536px;
  height: 180px;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 10px 10px 10px 12px;
  border: 1px solid #DDEEFF;
}

.main_sect_sep {
  float: left
  height: 195px;
  width: 15px;
  background: transparent;
}

.main_sect_text {
  float: right; 
  width: 333px;
  text-align: justify;
  padding: 0px;
  background: transparent;
}

.post {
  padding: 10px 0px 0px 0px;
  margin: 0px;
}
.entry {
}
.post-cat {
  padding-left: 5px;
  float: right;
  font-size: 95%;
  color: #53544E;
}
.post-comments {
  padding-left: 5px;
  float: left;
  font-size: 95%;
}
.post-calendar {
  padding-right: 10px;
  float: left;
  font-size: 95%;
  color: #53544E;
}
.post-content {
  clear: both;
  padding-top: 10px;
}
.navigation {
  display: none;
}
.previous-entries {
  float: left;
}
.next-entries {
  float: right;
}
#comments, #respond {
  display: none;
}
.commentlist {
  margin: 10px 0px;
  padding-left: 20px;
  line-height: 130%;
}
.commentlist li {
  padding: 5px 10px;
}
.commentlist .alt {
  background: #d7ebf0;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
  font-weight: bold;
  font-style: normal;
  font-size: 120%;
  color: #085264;
}
.commentlist small {
  margin-bottom: 5px;
  display: block;
  font-size: 87%;
}
#commentform {
  display: none;
}
#sidebar {
  display: none;
}
#sidebar_right {
  display: none;
}
#searchform {
  display: none;
}
#langswitch {
  display: none;
}
#footer {
  display: none;
}
#credits {
  display: none;
}
/* alignments */
.center {
  align: center;
  text-align: center;
}
img.center, img[align="center"], table.center, table[align="center"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignleft {
  float: left;
}
img.alignleft, img[align="left"] {
  float: left;
  margin: 0px 10px 0px 0px;
}
.alignright {
  float: right;
}
img.alignright, img[align="right"] {
  float: right;
  margin: 0px 0px 0px 10px;
}
.image-header {
  margin: 0px 10px 5px 10px;
  font-size: smaller;
}
.image-caption {
  margin: 5px 10px 10px 10px;
  font-size: smaller;
  line-height: 2.7ex; 
}
.image-container {
  margin: 5px 0px 5px 0px;
}
.clear {
  clear: both;
}
hr.clear {
  clear: both;
  visibility: hidden;
  margin: 0px;
  padding: 0px;
}
table {
  border-collapse: collapse;
  border: none;
}
td {
  border-collapse: collapse;
  border: 1px solid #AAAAAA;
  text-align: center;
  vertical-align: top;
  padding: 2px;
  text-color: #ff0000;
}
td.framed {
  border: 0px;
}
th {
  border-collapse: collapse;
  border: 1px solid #AAAAAA;
  text-align: center;
  font-weight: bold;
  vertical-align: top;
  background-color: #fff8e6;
  padding: 4px;
}
.table-caption {
  margin: 5px 10px 5px 10px;
  font-size: smaller;
  line-height: 2.7ex; 
}
.refblue {
  border: 1px solid gray;
  background-color: aqua;
  margin: 0px;
}
.refyellow {
  border: 1px solid gray;
  background-color: yellow;
  margin: 0px;
}
.refwide {
  padding: 0px 4px 1px;
}
.refnorm {
  padding: 0px 1px 1px;
}
fieldset {
  margin: 5px 0px 10px;
  padding: 0px 10px;
  font-size: smaller;
  line-height: 2.75ex;
}
legend {
  padding: 0px 5px 5px;
}

