/*
Theme Name: Hiller&oslash;d Hundevenner
Theme URI:
Description: Theme created for the <a href="http://www.h-hundevenner.dk">Hiller&oslash;d Hundevenner website </a>
Version: 1.0
Author: Lars S. S&oslash;rensen
Author URI: http://swsolutions.dk/
*/

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

* {
  margin: 0;
  padding: 0;
  }
  
* :focus {
  outline: 0;
  }  

/* ----- IDS ----- */

body {
  background: url(./images/body.gif) repeat-x 0px 164px;
  color: #777;
  font: 11px  verdana, Tahoma, arial, sans-serif;
  line-height: 1.5em;
  text-align: center;
  }

#container {
  position: relative;
  width: 780px;
  margin: 15px auto;
  }
#container:after {
  clear: both;
  visibility: hidden;
  content: ".";
  display: block;
  height: 0px;
  }

#header {
  position: relative;
  margin: 0 auto;
  height: 149px;
  }
#header:after {
  clear: both;
  visibility: hidden;
  content: ".";
  display: block;
  height: 0px;
  }

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

#logo {
  float: left;
  height: 134px;
  }

#wrapper {
  margin: 20px 0;
  text-align: left;
  width: 780px;
  background: url(./images/wrapper.gif) repeat-y right top;
  }
#wrapper:after {
  clear: both;
  visibility: hidden;
  content: ".";
  display: block;
  height: 0px;
  }

#wrapper_narrow {
  margin: 20px 0;
  text-align: left;
  width: 780px;
  background: url(./images/wrapper_narrow.gif) repeat-y right top;
  }
#wrapper_narrow:after {
  clear: both;
  visibility: hidden;
  content: ".";
  display: block;
  height: 0px;
  }

#content {
  float: left;
  width:560px;
  }

#content.narrow {
  padding-left: 20px;
  width:340px;
  }

#sidebar {
  width: 200px;
  line-height: 1.3em;
  }

#footer {
  color: #7A5C52;
  font: 10px Verdana, Tahoma, Arial, Helvetica, sans-serif;
  line-height: 1.0em;
  padding-bottom: 1px;
  padding-left: 10px;
  padding-right: 10px;
  height: 19px;
  background: url(./images/footer.gif) repeat-x top right;
  }


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

#nav {
  height: 28px;
  margin: 1px auto;
  border-left: 1px #DECA99 solid;
  border-right: 1px #DECA99 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: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
  border-right: 1px #DECA99 solid;
  font-weight: bold;
  }

#nav li a {
  display: block;
  text-decoration: none;
  color:#7A5C52;
  width: 96px;
  }

#nav ul li a:hover, #nav ul li a.hover {
  color: #1ca90c;
  background-color: #f5f0e1;
  }

#nav li ul {
  position: absolute;
  left: -999em;
  height: auto;
  width: 146px;
  font-weight: normal;
  padding-top: 1px;
  border-bottom: 0px #DECA99 solid;
  }
#nav ul li li {
  width: 146px;
  border: none;
  text-align: left;
  border-bottom: 1px #DECA99 solid;
  height: 22px;
  line-height: 22px;
  font-size: 11px;
  }
#nav li ul a {
  width: 137px;
  background: #e9dcbb;  /* E1F1AC #f1fbd0 */
  font-weight: normal;
  color: #7A5C52;
  padding-left: 8px;
  border-right: 1px #DECA99 solid;
  border-left: 1px #DECA99 solid;
  }
#nav li li a:hover {
  color: #1ca90c;
  background-color: #f5f0e1;
  }

#nav li ul ul {
  margin: -1.75em 0 0 14em;
  }

#nav li ul li ul {
  margin: -23px 0 0 147px;
  padding-top: 0px;
  border-top: 1px #DECA99 solid;
  }

#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;
  }

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

.right {
  float: right;
  }

.left {
  float: left;
  }

.no-display {
  display: none;
  }
  
.center {
  text-align: center;
  }

.image {
  background: #fff;
  }

.box {
  padding-bottom: 15px;
  }
.box:after {
  clear: both;
  visibility: hidden;
  content: ".";
  display: block;
  height: 0px;
  }

.searchform {
  }

.post {
  padding-bottom: 5px;
  border-bottom: 1px dashed #DECA99;
  }

.top {
  padding-top: 20px;
  }

.recent_post {
  padding-top: 20px;
  }

span {
  color: #BC0204;
  }

.aligncenter, div.aligncenter, .alignnone , div.alignnone {
  display: block;
  margin-left: auto;
  margin-right: auto;
  }
  
/* ----- LINKS ----- */

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

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

a:hover {
  color: #1ca90c;
  text-decoration: underline
  }

a:active {
  color: #1ca90c;
  text-decoration: none
  }

#footer a:link, #footer a:visited {
  color: #1ca90c;
  text-decoration: none
  }

#footer a:hover {
  color: #1ca90c;
  text-decoration: underline
  }

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

a.pdf {
  padding-left:15px;
  background:url(./images/pdf.png) no-repeat 0 70%;
  }
a.xls {
  padding-left:15px;
  background:url(./images/xls.png) no-repeat 0 70%;
  }
a.doc {
  padding-left:15px;
  background:url(./images/doc.png) no-repeat 0 70%;
  }
a.web {
  padding-left:15px;
  background:url(./images/web.gif) no-repeat 0 70%;
  }

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

p {
  padding-top: 10px;
  }

#sidebar p {
  padding: 10px 10px 0px 10px;
  }

#footer p {
  padding-top: 5px;
  }

p.caption {
  padding-top: 5px;
  font-size: 11px;
  line-height: 1.1em;
  font-style: normal;
  }

.box p {
  padding: 10px 10px 0px 10px;
  }

.contactleft p {
  padding: 0;
 }

#sidebar address {
  padding: 10px 10px 0 10px;
  }

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

h1 {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: normal;
  color: #666;
  padding-top: 0px;
  padding-bottom: 10px;
  }

h2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #666;
  padding-top: 20px;
  }

h3 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #666;
  padding: 20px 0px 0px 0px;
  }

#sidebar h2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #7A5C52;
  padding: 1px 10px;
  background: #e9dcbb;
  border-top: 1px solid #DECA99;
  border-bottom: 1px solid #DECA99;
  line-height: 1.5em;
  }

h4 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #7A5C52;
  margin-top: 0px;
  padding: 0px 0px 1px 10px;
  border-top: 1px dashed #DECA99;
  line-height: 1.5em;
  }

address {
  padding-top: 15px;
  }

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

img {
  border-style: none;
  line-height: 0px;
  xdisplay: block;
  }

#sidebar img {
  border: 1px solid #DECA99;
  margin-bottom: 15px;
  background: #fff;
  }

#sidebar img.noborder {
  border: none;
  margin: 0;
  }

#sidebar img.no-border {
  border: none;
  }

.contenttext img {
  border: 1px solid #DECA99;
  margin-top: 20px;
  }
  
/* ----- LIST ----- */

dl {
  border-top: 1px dashed #DECA99;
  padding-top:0px;
  margin-top: 20px;
  }
dt {
  background: transparent url(../images/arrow_link.gif) no-repeat 0px 12px;
  padding-top: 10px;
  padding-left:0px;
  font-weight: bold;
  color: #666;
  }
dd {
  padding-left:0px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #DECA99;
  }

#content ul {
  margin-top: 10px;
  margin-left: 20px;
  padding-left: 0px;
  }

#content ul li {
  padding-left: 5px;
  padding-top: 0px;
  }

#sidebar ul {
  margin-top: 10px;
  margin-left: 22px;
  }

#sidebar ul li {
  padding-left: 0px;
  padding-top: 0px;
  }

#sidebar ul.web {
  margin-top: 10px;
  margin-left: 10px;
  list-style-type: none;
  }

#sidebar ul.web li {
  padding-top: 0px;
  padding-left:15px;
  background:url(./images/web.gif) no-repeat 0 70%;
  }

#content ol {
  margin-top: 10px;
  margin-left: 35px;
  padding-left: 0px;
  }

#content ol li {
  padding-left: 0px;
  padding-top: 5px;
  }

#sidebar ol {
  margin-top: 10px;
  margin-left: 30px;
  margin-right: 10px;
  }

#sidebar ol li {
  margin-top: 0px;
  margin-left: 0px;
  padding-left: 0px;
  }

#content ul.postspermonth {
  margin-top: 10px;
  padding-left: 0px;
  margin-left: 0px;
  list-style-type: none;
}

#content ul.postspermonth li {
  padding-left: 10px;
  margin-left: 0px;
}

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

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

table.lean td {
  background: #fff;
  padding: 1px 10px;
  color:#777;
  border-bottom: 1px #DECA99 dashed;
  text-align: left;
  }
table.lean td.alt {
  background: #f5f0e1;
  }

table.lean th {
  padding: 1px 0 1px 10px;
  vertical-align: top;
  background: #fff;
  color: #777;
  font-weight: normal;
  border-bottom: 1px #DECA99 dashed;
  width: 150px;
  }
table.lean th.alt {
  background: #f5f0e1;
  }

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

form {
  margin-top: 20px;
  border: none;
  }

fieldset {
  border: 1px #DECA99 dashed;
  border-bottom: none;
  border-left: none;
  border-right: none;
  padding: 0px 10px 10px 10px;
  }

legend {
  font-weight:bold;
  padding-left: 10px;
  padding-right: 10px;
  color: #777;
  background: #fff;
  }

.formleft {
  width: 29%;
  text-align: right;
  clear: both;
  float: left;
  display: inline;
  padding: 0px 0 2px 0;
  margin: 10px 0 0 0;
  font-weight: normal;
  }

.formright {
  width: 69%;
  text-align: left;
  float: right;
  display: inline;
  padding: 0px 0;
  margin: 10px 0 0 0;
  }

inputx, selectx {
  border: 1px solid #E1F1AC;
  background: #f1fbd0;
  padding: 1px 3px;
  width: 194px;
  font: normal 11px Verdana, Arial, sans-serif;
  line-height: 1.0em;
  }

input {
  width: 194px;
  color: #777;
  padding: 0 3px;
  font: normal 11px Verdana, Arial, sans-serif;
  }

select {
  width: 204px;
  color: #777;
  font: normal 11px Verdana, Arial, sans-serif;
  }

option {
  border: 0px solid #E1F1AC;
  background: #fff;
  padding: 0 0px;
  width: 202px;
  font: normal 11px Verdana, Arial, sans-serif;
  line-height: 1.0em;
  }

#submit {
  margin-top: 0px;
  margin-right: 10px;
  width: 97px;
  border: none;
  padding: 2px 0px 2px 0px;
  color: #fff;
  background: #1ca90c;
  cursor: pointer;
  font: normal 9px Verdana, Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  }

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

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

#wp-calendar {
  margin-left: 10px;
  border: 1px solid #DECA99;
  background: #fff;
  margin-top: 0px;
  width: 180px;
  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: #1ca90c;
  }

#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 {
  color: #7A5C52;
  background: #e9dcbb;
  font-style: normal;
  text-transform: capitalize;
  }

.searchform form  {
  padding: 10px;
  margin: 0;
  }

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

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

.agilityform {
  padding-top: 10px;
  }
.agilityform:after {
  clear: both;
  visibility: hidden;
  content: ".";
  display: block;
  height: 0px;
  }  

table.agility {
  margin-top: 0px;
  margin-left: 0px;
  width: 100%;
  border-collapse: collapse;
  border-right: none;
  border-left: none;
  }

table.agility td {
  background: #fff;
  padding: 5px 0px 0px 0px;
  text-align: left;
  color: #777;  
  }
  
table.agility th {
  padding: 5px 10px 0px 0px;
  vertical-align: top;
  background: #fff;
  color: #344C04;
  font-weight: normal;
  text-align: right;
  width:165px
  }
  
.agility input, .agility textarea,.agility select {
  font:normal 11px Verdana, Arial, sans-serif;
  margin:0px 0;
  padding:1px 3px;
  float: left;
  background: #fff;
  border: 1px solid #777;
  color:#777;
  }
 
 .agility input, .agility textarea {
   width:200px;
   }
 .agility select {
   width:208px;
   }

.agility input.checkbox {
  margin:1px 10px 4px 0;
  width:11px;
  border:none;
  float: left;
  }  
* html .agility input.checkbox {
  margin:-2px 10px 0px 0;
  background:none;} /* hack:diff margins for IE */  
*+html .agility input.checkbox {
  margin:-2px 10px 0px 0;
  background:none;} /* hack:diff margins for IE */

.agility input.radio {
  margin:1px 5px 4px 0;
  width:11px;
  border:none;
  float: none;
  border: 1px solid blue;
  } 
  
.agility input.button1 {
  width:99px;
  float: left;
  padding:2px;
  background:#009900;
  color: #fff;
  font: normal 9px Verdana, Arial, sans-serif;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  margin-left: 175px;
  margin-top: 0px;
  }
.agility input.button2 {
  width:99px;
  float: left;
  padding:2px;
  background:#009900;
  color: #fff;
  font: normal 9px Verdana, Arial, sans-serif;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  margin-left: 10px;
  margin-top: 0px;
  }  
.agility input.button:hover { background:#009900; }

.agility fieldset {
  margin-top: 0px;
  border: 1px #DECA99 dashed;
  border-left: none;
  border-right: none;
  padding: 0px 0px 10px 0px;
  }
  
.agility span {
  margin:0px 0 0 0;
  font:normal 11px Verdana, Arial, sans-serif;
  display:block;
  float:left;
  padding:0 0 0 10px;
  clear:left;
  text-align:right;
  color: #777;
  }
  
div.succeeded {
  margin-top: 20px;
  display:block;
  background:#ccc url(./images/success.png) repeat;
  border-color:#1ca90c;
  border-style:solid;
  border-width:1px 0pt;
  padding: 5px 20px;
  text-align: center;
  color:#1ca90c;
}

div.failed {
  margin-top: 20px;
  display:block;
  background:#eee url(./images/error.png) repeat;
  border-color:#BC0204;
  border-style:solid;
  border-width:1px 0pt;
  padding: 5px 20px;
  text-align: center;
  color:#BC0204;
}

/* ----- smart archives ----- */

#content ul#smart-archives-block {
  list-style: none;
  margin: 20px 0 20px 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;
  }
