/* -------------------------------------------

Theme Name: Fabi's hundeportal
Theme URI: http://www.fabishundeportal.dk/
Version: 1.0
Description: A Theme from Fabi's hundeportal
Author: Lars S. S&oslash;rensen
Author URI: http://www.fabishundeportal.dk/

------------------------------------------- */

/* ----- CSS ----- */

* {
  margin: 0;
  padding: 0;
  }

* :focus {
  outline: 0;
  }  
  
/* ----- IDS ----- */

body {
  background: #e5e5e5 url("./images/body.png") repeat-x;
  color: #555;
  text-align: center;
  font-family: Verdana, Arial, sans-serif;
  font-size: 70%;
  line-height: 1.3em;
  }

#container {
  position: relative;
  width: 802px;
  margin: 0 auto;
  }

#header {
  border-left: 1px #ccc solid;
  border-right: 1px #ccc solid;
  height: 300px;
  background: #ddd;
  }
#header:after {
  clear: both;
  visibility: hidden;
  content: ".";
  display: block;
  height: 0px;
  }

#logo {
  position: absolute;
  top: 71px;
  right: 44px;
  height: 75px;
  width: 110px;
  background: url(./images/344C04_50.png) repeat;
  border: 1px #c8e182 solid;
  text-align: center;
  }
* html #logo {
  background: url(./images/gray1.gif) repeat;
  }

#line {
  position: absolute;
  top: 29px;
  right: 0px;
  height: 300px;
  width: 199px;
  border-left: 1px #c8e182 solid;
  }

#topnav {
  float: right;
  padding: 5px 20px 0 0;
  font-size: 12px;
  line-height: 1.1em;
  color: #777;
  text-transform: lowercase;
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  }

#content {
  background: #fff url(./images/content.gif) top right repeat-y;
  width: 800px;
  border-left: 1px #ccc solid;
  border-right: 1px #ccc solid;
  text-align: left;
  }
#content:after {
  clear: both;
  visibility: hidden;
  content: ".";
  display: block;
  height: 0px;
  }

#maincol {
  float: left;
  width: 541px;
  padding: 20px 30px 30px 30px;
  }
#maincol:after {
  clear: both;
  visibility: hidden;
  content: ".";
  display: block;
  height: 0px;
  }

#subcol {
  float: right;
  width: 179px;
  padding-right: 20px;
  padding-bottom: 20px;
  }
#subcol:after {
  clear: both;
  visibility: hidden;
  content: ".";
  display: block;
  height: 0px;
  }

#footer {
  padding: 0 20px;
  font-size: 90%;
  color: #fff;
  height: 21px;
  background: #e5e5e5 url("./images/footer.png") repeat-x;
  border-left: 1px #c8e182 solid;
  border-right: 1px #c8e182 solid;
  }

/* ----- CLASSES ----- */

.right {
  float: right;
  }

.left {
  float: left;
  }

.margin {
  margin-left: 20px;
  }
 
.noborder {
  border: none;
  }

.section {
  width: 100%;
  margin: 0 0 0px 0;
  padding-top: 15px;
  padding-bottom: 15px;
  background: url("./images/grey-line.gif") bottom left repeat-x;
  border-bottom: 1px #eee solid;
  }
.section:after {
  clear: both;
  visibility: hidden;
  content: ".";
  display: block;
  height: 0px;
  }

.section_left {
  float: left;
  width: 49%;
  padding-top: 10px;
  }

.section_right {
  float: right;
  width: 49%;
  padding-top: 10px;
  }

.post {
  width: 100%;
  margin: 10px 0 0px 0;
  padding-top: 0px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  }
.post:after {
  clear: both;
  visibility: hidden;
  content: ".";
  display: block;
  height: 0px;
  }

.post_content {
  padding: 0;
  margin: 0;
  }
.post_content:after {
  clear: both;
  visibility: hidden;
  content: ".";
  display: block;
  height: 0px;
  }

.box {
  padding: 20px;
  margin-top: 20px;
  background: #f0f9e9;
  border: 1px #ddd solid;
  }

.title {
  height:65px;
  }

.chart {
  padding-left: 20px;
  padding-top: 10px;
  }

.chart p {
  padding-left: 0;
  padding-top: 0;
  }


/* ----- NAVIGATION ----- */

#nav {
  height: 28px;
  margin: 1px auto;
  border-left: 1px #c8e182 solid;
  border-right: 1px #c8e182 solid;
  }

#nav ul {
  white-space: nowrap;
  list-style: none;
  }

#nav li:hover, #nav li.hover {
    position:static;
}

#nav li {
  display:  block;
  float: left;
  height: 28px;
  list-style-type: none;
  line-height: 28px;
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
  border-right: 1px #c8e182 solid;
  font-weight: normal;
  }

#nav li a {
  display: block;
  text-decoration: none;
  color:#fff;
  width: 85px;
  }

#nav ul li a:hover, #nav ul li a.hover {
  color: #fff;
  background-color: #9AC33D;
  }

#nav li ul {
  position: absolute;
  left: -999em;
  height: auto;
  width: 146px;
  font-weight: normal;
  padding-top: 1px;
  border-bottom: 0px #c8e182 solid;
  }
#nav ul li li {
  width: 146px;
  border: none;
  text-align: left;
  border-bottom: 1px #c8e182 solid;
  }
#nav li ul a {
  width: 137px;
  background: url(./images/344C04_50.png) repeat;
  font-weight: normal;
  color: #fff;
  padding-left: 8px;
  border-right: 1px #c8e182 solid;
  border-left: 1px #c8e182 solid;
  }
* html #nav li ul a {
  background: url(./images/gray1.gif) repeat;
  }

#nav li li a:hover {
  color: #fff;
  background: url(./images/dca600_50.png) repeat;
  }
* html #nav li li a:hover {
  color: #000;
  background: url(./images/gray2.png) repeat;
  }

#nav li ul ul {
  border-top: 1px #c8e182 solid;
  margin: -1.75em 0 0 14em;
  padding-top: 0px;  
  }

#nav li ul li ul {
  margin: -29px 0 0 147px;
  }

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
  left: -999em;
  }

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
  left: auto;
  }

/* ----- HEADINGS ----- */

#header p.l {
  padding-top: 5px;
  color: #dca600;
  font: normal 44px "arial", "Verdana", sans-serif;
  line-height: 44px;
  }

#header p.s {
  padding-top:0px;
  color: #c8e182;
  font: bold 15px "arial", "Verdana", sans-serif;
  }

#header span {
  font: bold 15px "arial", "Verdana", sans-serif;
  color: #c8e182;
  }

#maincol h1 {
  color: #99C33B;
  font: normal 22px "arial", "Verdana", sans-serif;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  }

#maincol h2 {
  padding-top: 20px;
  color: #777;
  font: bold 16px "arial", "Verdana", sans-serif;
  }

#maincol h3 {
  padding-top: 15px;
  color: #777;
  font: bold 12px "arial", "Verdana", sans-serif;
  }

#maincol h4 {
  padding-top: 0px;
  color: #777;
  font: normal 12px "arial", "Verdana", sans-serif;
  }

#maincol h5 {
  padding-top: 0px;
  color: #777;
  font: normal 12px "arial", "Verdana", sans-serif;
  padding-bottom: 0px;
  }

#maincol h6 {
  margin-top: 0px;
  padding-top: 0px;
  color: #c8e182;
  font: bold 16px "arial", "Verdana", sans-serif;
  }

#subcol h1 {
  margin-top: 20px;
  padding: 2px 0 3px 20px;
  background: #ccc;
  color: #fff;
  font: bold 100% Verdana, Arial, sans-serif;
  width: 159px;
  }

#subcol h2 {
  margin-top: 10px;
  padding: 0 0 0 20px;
  background: transparent;
  color: #777;
  font: bold 100% Verdana, Arial, sans-serif;
  }

/* ----- PARAGRAPHS ----- */

p {
  padding-top: 15px;
  }

p.center {
  text-align: center;
  }

.post p {
  padding-top: 8px;
  margin: 0;
  }

.post_content p {
  padding-top: 10px;
  margin: 0;
  }

p.comments {
  float: right;
  padding-top: 10px;
  background: url("./images/comments.jpg") no-repeat;
  padding-right: 30px;
  }

#subcol p {
  padding-left: 20px;
  padding-top: 10px;
  }

#subcol p.caption {
  padding-top: 5px;
  text-align: center;
  font: italic 10px "Verdana", "arial", sans-serif;
  }

#footer p {
  padding-top: 2px;
  padding-bottom: 2px;
  }

/* ----- QUOTES ----- */

/* ----- CODE ----- */


span.emptymonth {
  font: normal 11px Verdana, arial, sans-serif;
  color: #bbb;
  }


/* ----- LISTS ----- */

#maincol ul {
  margin-top: 0px;
  margin-left: 20px;
  padding-left: 0px;
  list-style: none;
  }

#maincol ul.archive {
  margin-top: 20px;
  margin-left: 0px;
  padding-left: 0px;
  list-style: none;
  }

#maincol ul.list {
  margin-top: 5px;
  margin-left: 20px;
  padding-left: 0px;
  padding-top: 5px;
  list-style: none;
  }

ul.list li {
  background: url("./images/arrow.gif") no-repeat 0 3px;
  padding-left: 20px;
  margin: 0;
  }

ul.website {
  margin-top: 10px;
  margin-left: 20px;
  padding-left: 0px;
  list-style: none;
  }

ul.website li {
  background: url("./images/website.gif") no-repeat 0 4px;
  padding-left: 20px;
  padding-top: 2px;
  margin: 0;
  }


#subcol ul {
  margin-top: 5px;
  margin-left: 20px;
  list-style: none;
  }

#subcol ul.website li {
  background: url("./images/website.gif") no-repeat 0 4px;
  padding-left: 20px;
  padding-top: 2px;
  }

#subcol ul.pdf li {
  background: url("./images/pdf.png") no-repeat 0 7px;
  padding-left: 20px;
  padding-top: 5px;
  }

#subcol ul.archive li {
  background: url("./images/archive.gif") no-repeat left bottom;
  padding-left: 20px;
  padding-top: 5px;
  }

#subcol ul.tick li {
  background: url("./images/tick.gif") no-repeat 0 7px;
  padding-left: 20px;
  padding-top: 5px;
  }

#subcol ul.list li {
  background: url("./images/arrow.gif") no-repeat 0 7px;
  padding-left: 20px;
  padding-top: 5px;
  }

#subcol ul.website {
  margin-top: 10px;
  margin-left: 20px;
  padding-left: 0px;
  list-style: none;
  }

#subcol ul.website li {
  background: url("./images/website.gif") no-repeat 0 4px;
  padding-left: 20px;
  padding-top: 2px;
  margin: 0;
  }

/* ----- IMAGES ----- */

img {
  border: 1px #777 solid;
  line-height: 0px;
  /* display: block; */
  }

#header img {
  border-style: none;
  display: block;
  }

#subcol img {
  border: 1px #a9a9a9 solid;
  display: block;
  }

#subcol a:hover img {
  border: 1px solid #dca600;
  }

#subcol .margin img {
  border: 1px #a9a9a9 solid;
  display: block;
  }
  
.section img {
  float: left;
  margin: 0px 20px 0px 0px;
  }

#subcol img.noborder {
  border: none;
  }

#maincol img.noborder {
  border: none;
  }

#subcol a:hover img.noborder {
  border: none;
  }

.post_content img {
  }

#maincol img.wp-smiley {
  border: none;
  margin-bottom: -4px;
}

/* ----- TEXT FORMATTING ----- */

address {
  padding: 10px 0 0 20px;
  }

/* ----- LINKS ----- */

a {
  color: #dca600;
  background: transparent;
  text-decoration: none
  }

a:hover {
  text-decoration: underline
  }

a.email {
  padding-left:20px;
  background:url(./images/email.gif) no-repeat 0 50%;
  }

a.pdf {
  padding-left:20px;
  background:url(./images/pdf.png) no-repeat 0 2px;
  }

a.website {
  padding-left:20px;
  background:url(./images/website.gif) no-repeat 0 50%;
  }

a.liexternal {
  background: url(./images/dummy.gif) no-repeat 0 50%;
  }
a.tick {
  padding-left:20px;
  background:url(./images/tick.gif) no-repeat 0 50%;
  }

a.comments {
  padding-left:20px;
  background:url(./images/comments-icon.gif) no-repeat 0 50%;
  }

#footer a {
  color: #fff;
  background: transparent;
  }

#logo a:hover {
  text-decoration: none
  }

/* ----- TABLES ----- */

table.lean {
  margin-top: 20px;
  margin-left: 0px;
  width: 100%;
  border-collapse: collapse;
  border-top: 1px #ddd solid;
  border-right: none;
  border-left: none;
  }

table.lean td {
  background: #f0f9e9;  /* #F5FBE8 */
  padding: 1px 10px;
  color:#5A7A17;        /* #5A7A17 */
  border-bottom: 1px #ddd solid;
  text-align: right;
  }
table.lean td.alt {
  background: #e8f5dd;
  }

table.lean th {
  padding: 1px 0 1px 10px;
  vertical-align: top;
  background: #f0f9e9;  /* #E4F0CB */
  color: #344C04;       /* #344C04 */
  font-weight: normal;
  border-bottom: 1px #ddd solid;
  text-align: left;
  }
table.lean th.alt {
  background: #e8f5dd;
  }

table {
  margin-top: 20px;
  border: 1px #ddd solid;
  width: 100%;
  }

table td {
  background: #f0f9e9;
  padding: 1px 5px;
  color:#5A7A17;
  border: none;
  }

table thead td {
  background: #e8f5dd;
  padding: 1px 5px;
  color:#344C04;
  border: none;
  }
  
table th {
  padding: 1px 5px;
  vertical-align: top;
  background: #e8f5dd;
  color: #344C04;
  font-weight: normal;
  border: none;
  }

table td.label {
  background: #e8f5dd;
  color: #344C04;
  width: 100px;
  vertical-align: top;
  }

table.small {
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  }

table.small td {
  padding: 0px 10px 2px 0px;
  font-size: 11px;
  line-height: 1.0;
  vertical-align: top;
  background-color: transparent;
  }

table.pedigree td {
  vertical-align: middle;
  }

table.webring {
  width: 159px;
  margin: 10px 0 0 20px;
  border: 1px #ccc solid;
  text-align: center;
  }

table.webring td {
  background: #f6f6f6;
  }

/* ----- FORMS ----- */

/* ----- DEFINITIONS ----- */

ol {
  padding-top: 0px;
  }
.box li {
  margin-left: 10px;
  }

dt {
  padding-top: 10px;
  color: #777;
  font-weight: bold;
  }

dl {
  padding-top: 0px;
  }

dl.sub {
  padding-top: 0px;
  padding-bottom: 5px;
  }

dd {
 padding-top: 2px;
  padding-left: 20px;
  }

dl.sub dt {
  padding-top: 0px;
  color: #777;
  font-weight: bold;
  }
dl.sub dd {
  padding-top: 2px;
  padding-left: 20px;
  }

#maincol ol {
  padding-top: 0px;
  margin-left: 20px;
  }

#subcol dl {
  padding-top: 5px;
  margin-left: 20px;
  }

#subcol dd {
  padding-top: 0px;
  margin-left: 0px;
  padding-left: 20px;
  }

#subcol dt {
  padding-top: 5px;
  color: #777;
  font-weight: bold;
  }

#subcol ol {
  padding-top: 0px;
  padding-left: 40px;
  }
#subcol ol li {
  padding-top: 10px;
  }

/* ----- contact ----- */
fieldset {
  margin-top: 20px;
  padding: 10px 20px 15px 20px;
  border: 1px #ddd solid;
  display: block;
  background: #e8f5dd;
  text-align: left;
  }

legend {
  font-weight:bold;
  font-size:12px;
  padding: 5px 10px;
  color: #777;
  }

#comments table {
  margin-top: 0px;
  border: none;
  }

#comments table td {
  background: transparent;
  padding: 0px 0px;
  }

#comments td.label {
  padding: 10px 20px 0px 0px;
  color: #777;
  width: 160px;
  font-weight: normal;
  vertical-align: top;
  text-align: right;
  }

option {
  color: #777;
  }

select {
  border: 1px #ddd solid;
  font-family: Verdana, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.3em;
  }

#comments input, #comments select, #comments textarea {
  text-align: left;
  margin-top: 10px;
  background: #fff;
  width:250px;
  border: 1px solid #ddd;
  color: #777;
  font-family: Verdana, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.3em;
  }

#comments button, #comments .button {
  clear: none;
  float: left;
  width: 120px;
  margin: 10px 0px 0px 5px;
  padding: 1px 2px;
  background: #dca600;
  color: #fff;
  font: normal 10px Verdana, Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  }

#searchform input {
  text-align: left;
  vertical-align: middle;
  margin: 0;
  background: #f6f6f6;
  width:114px;
  border: 1px solid #dca600;
  color: #777;
  font: normal 11px Verdana, Arial, sans-serif;
  line-height: 1.0em;
  }

#searchform button, #searchform .button {
  clear: none;
  width: 43px;
  vertical-align: top;
  margin-top: 1px;
  margin-left: 0px;
  padding: 0 0 1px 0;
  background: #dca600;
  color: #fff;
  line-height: 1.0em;
  font: normal 10px Verdana, Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  }


/* ----- wp-calendar ----- */

#wp-calendar caption {
  margin-top: 0px;
  margin-left: 20px;
  padding: 4px 0 3px 0;
  color: #777;
  font: normal 100% Verdana, Arial, sans-serif;
  width: 159px;
  text-align: center;
  }

#wp-calendar {
  border: 1px solid #ddd;
  background: #fff;
  margin-left: 20px;
  margin-top: 0px;
  width: 159px;
  color: #777;
  text-align: center;
  }

#wp-calendar #next a {
  padding-right: 10px;
  text-align: right;
  }

#wp-calendar #prev a {
  padding-left: 10px;
  text-align: left;
  }

#wp-calendar a {
  display: block;
  color: #dca600;
  }

#wp-calendar a:hover {
  color: #80B600;
  text-decoration: underline;
  }

#wp-calendar td {
  background: #fff;
  color: #777;
  letter-spacing: normal;
  padding: 2px 0;
  text-align: center;
  }

#wp-calendar td.pad:hover {
  background: #fff;
  }

#wp-calendar td:hover, #wp-calendar #today {
  background: #fff;
  color: #777;
  }

#wp-calendar th {
  background: #f6f6f6;
  font-style: normal;
  text-transform: capitalize;
  }

/* ----- date image ----- */

.item_date {
  float: left;
  background: url(./images/date.jpg) no-repeat;
  height: 61px;
  width: 48px;
  text-align: center;
  padding-right: 17px;
  }

.item_date .date_month {
  color: #99C33B;
  font-size: 12px;
  font-weight: 700;
  padding-top: 5px;
  }
.item_date .date_day {
  color: #777;
  font-size: 24px;
  padding-top: 6px;
  line-height: 1.0em;
  }

strong.search-excerpt {
  background-color: #e8f5dd;
  color: #777;
  }


/* ----- Pagebar ----- */
.pagebar
  {
    margin-top: 20px;
    margin-right: 0.1em;
    border: 1px solid #fff;
    background: #fff;
    text-decoration: none;
    text-align: center;
  }


.pagebar a, .pageList .this-page
  {
    border: 1px solid #ddd;
    text-decoration: none;
    padding: 0.2em 0.5em;
  }


.pagebar a:visited
  {
    border: 1px solid #ddd;
    text-decoration: none;
    padding: 0.2em 0.5em;
  }

.pagebar .break
  {
    padding: 2px 6px;
    border: none;
    background: #fff;
    text-decoration: none;
  }

.pagebar .this-page
  {
    border: 1px solid #ddd;
    padding: 0.2em 0.5em;
    font-weight: bold;
    background: #e8f5dd;
    color: #5A7A17;
  }

.pagebar a:hover
  {
    border-color: #dca600;
  }
  
img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}

img.alignleft {
float: left;
margin: 0 20px 10px 0;
display: inline;
}  

#subcol .shashin_thumb {
    border: none;
}

#content ul#smart-archives-block {
  list-style: none;
  margin: 10px 0 0 0;
  }

#content ul#smart-archives-block li {
  padding-top: 0;  
  padding-left: 0;
  padding-bottom: 0;
  }

#content ul#smart-archives-block li strong {
  padding-right: 10px;
  }
  
#smart-archives-list ul {
  list-style: none;
  margin: 0; 
  }

#smart-archives-list ul li {
  padding-top: 0;  
  padding-left: 15px;
  padding-bottom: 0;
  }
  
#smart-archives-list h2 {
  padding-top: 10px;
  color: #777;
  font: normal 12px "arial", "Verdana", sans-serif;
  }
}
