/*
Theme Name: ddubb industries
Theme URI: http://www.ddubb.net
Description: a Blix-based theme 
Version: 0.3
Author: Dave Williams
Author URI: http://www.ddubb.net/
*/

/* reset
--------------------------------------------------*/
body,h1,h2,h3,h4,h5,h6,p,form,fieldset,ul,li {margin:0;padding:0;}
.low {display:none;}

/* body
--------------------------------------------------*/
body {
  margin:0px;
  font: 85%/1.4em Georgia, Times, serif;
}

/* headings
--------------------------------------------------*/
#content h2 {
  margin-bottom:4px;
  padding-bottom:8px;
  font-size: 2em;
  line-height: 1em;
  font-weight: normal;
  border-bottomm: #DDD solid 2px;
}
#content h3 {
  margin:0 0 18px 0;
  font-size:1.2em;
}
#content h4 {
  margin:0;
  font-size:1.1em;
}

/* container
--------------------------------------------------*/
#container {
  width:750px;
  margin:0 auto;
  padding:0;
}
#navigation {
  display: none;
}

/* header
--------------------------------------------------*/
#header {
  height:190px;
  width: 700px;
  background: url("http://ddubb.net/wp-content/themes/ddubb/i/triple-line.gif") repeat-x bottom;
  margin: 20px;
  padding-bottom: 20px;
  bborder-bottom: solid 4px #6C8C37; 
}
#header h1 {
  text-indent: -9999em;
  background: url("http://ddubb.net/wp-content/themes/ddubb/i/ddubb-industries-logo.gif") no-repeat top left;
  float: left;
  margin-right: 10px;
}
#header h1 a {
  display: block;
  height: 190px;
  width: 300px;
}
#header h1 a:hover {
  background: none;
}

/* content
--------------------------------------------------*/
#content {
  width:300px;
  margin: 10px 80px 40px 100px;;
  float: left;
}
#subcontent {
  width: 140px;
  margin: 40px 0 0 0;
  font-size:0.9em;
  color: #777;
  text-align: right;
  float: left;
}
#welcome {
  font-size: 1.2em;
  line-height: 1.5em;
  font-style: italic;
  padding: 60px 100px;
  color: #555;
}
#welcome a {
  color:white;
  background: #70752B;
  padding: 2px 4px;
}
#welcome a:hover {
  background:#A49247;
}

/* links
--------------------------------------------------*/
a {
  color:#A49247;
  text-decoration: none;
}
a:hover {
  background:#A49247;
  color: white;
}
#subcontent a:visited, .entry h2 a {
  color: #A49247; /*#70752B;*/
}
#subcontent a:hover, .entry h2 a:hover {
  color: white;
}
a.commentlink {
  font-size: .8em;
  display: block;
  text-align: right;
  padding: 4px 0;
  text-transform: lowercase;
  border-top: #DDD solid 1px;
  border-bottom: #DDD solid 1px;
}
a img {
  border:none;
}

/* paragraphs, lists, etc
--------------------------------------------------*/
p, blockquote {
  margin: 0 0 1.5em 0;
}
#content ul, ol {
  margin:0 0 0 1.5em;
  padding:0 0 1.5em 0;
}
blockquote {
  padding: 1.2em 1.2em .2em 1.2em;
  font-style:italic;
  background: #EEE;
}
pre {
  overflow:auto;
  margin:0 0 18px 0;
  padding:4px;
  font-size: 9px;
}
pre, code, kbr {font-family:Courier, Monaco, monospace;}

code, kbr {padding:0 2px; background-color:#F8FAF2;}

abbr, acronym {
  font-size:0.9em;
  letter-spacing:1px;
}
kbr {color:#009193;}

/* images
--------------------------------------------------*/
img.left {
  float:left;
  margin:0 12px 0 0;
}
img.right {
  float:right;
  margin:0 0 0 12px;
}
img.center {
  display: block;
  margin:0 auto;
}

/* entry
--------------------------------------------------*/
.entry {
  margin:0 0 40px 0;
}
.entry .info, .wp-caption-text {
  font-size:0.8em;
  border-top: #DDD 1px solid;
  border-bottom: #DDD 1px solid;
  padding: 4px 0px;
  margin-bottom: 20px;
  color: #999;
}
.entry.single {
  clear:both;
}
.entry .info em {
  font-style:normal;
}
.entry .author,
.entry .editlink a {
  margin:0;
  padding:0 0 0 10px;
  border-left:1px solid;
  border-right:none
}
.entry form {
  border: #eee solid 10px;
  padding: 10px;
}

/* mini-entry
--------------------------------------------------*/
.minientry {
  position:relative;
  margin:0px 0 35px 0;
  padding:10px 0;
  border-top:1px dotted;
  border-bottom:1px dotted;
  border-color:#D9D9D9;
}
.minientry p {padding:0;}
.minientry .commentlink {
  margin-left:3px;
  padding-right:7px;
  border-right:1px solid;
  font-size:0.9em;
}
.minientry .permalink {
  margin-left:3px;
  font-size:0.9em;
  font-style:normal;
  padding-left:15px;
  background:url(images/spring_flavour/post.gif) center left no-repeat;
}
.minientry .author,
.minientry .editlink a {
  margin-left:6px;
  padding:0 8px 0 10px;
  border-left:1px solid;
  font-size:0.9em;
  font-style:normal;
}
.minientry .editlink a {margin:0;}
.minientry .commentlink {border-color:#949494;}
.minientry .author {
  padding-left:23px;
  border-color:#949494;
  background:url(images/spring_flavour/author.gif) 10px 2px no-repeat;
}

/* comments
--------------------------------------------------*/
#comments h2 {
  margin-bottom:24px;
}
#comments h2 a {
  margin-left:2px;
  padding-left:6px;
  border-left:1px solid #6C8C37;
  font-size:0.55em;
}
#comments ul {margin:0 0 0 0px;}
#comments li {
  position:relative;
  margin-bottom:18px;
  list-style-type: none;
}
#comments li p {padding:0 0 10px 0;}

#comments .header {
  position:relative;
  font-size: .9em;
  min-height:19px; /* 19 + 3 +3 = 25px = height of gravatar */
  margin:0 0 10px 0;
  padding:3px 8px;
}

* html #comments .header {height:19px;} /* IEWin */

#comments .header strong {font-family:Georgia,sans-serif;}

#comments .header .gravatar {
  position:absolute;
  top:1px;
  right:1px;
}

#comments .header, #comments .header.alt {background-color:#EDF3DE;}
 
/* form
--------------------------------------------------*/
form {padding:6px 0;}

#commentform, #contactform {
  margin:0 0 18px 0;
  background-color:#EDF3DE;
}
#commentform .info {
  margin: 0 0 0 15px;
}

form fieldset {border:0 solid;} /* Opera */

form p {
  padding:6px 0;
}
form label {
  display:block;
  width: 30px;
}
#commentform label {margin:0 15px 0 15px;}
#contactform label {margin:0 15px 0 0;}

form em {
  margin-left:5px;
  font-size:0.9em;
  font-style:normal;
  color:#C8C8B4;
}
form input, form textarea {
  padding:3px;
  margin-left: 10px;
  width:60px;
  border:1px solid;
  border-color:#DCDCDC #F0F0F0 #F0F0F0 #DCDCDC;
  color:#414141;
}

form textarea {overflow:auto;}

#commentform input {width:160px;}
#commentform textarea {width:270px;}

* html #commentform textarea {width:325px;} /* IE WIN; but why? */
* html #contactform textarea,
* html #contactform #bx_subject {width:445px;} /* IE WIN; but why? */

form .button {
  width:90px !important;
  border-bottom:1px solid;
  font-weight:bold;
  border-color:white #DCDCDC #DCDCDC white;
  background-color: #F0F0F0;
}
#commentform .button {margin-left:90px;}
#contactform .button {margin-left:75px;}

form .hiddenfield {display:none;}

/* archives
--------------------------------------------------*/
.archive .postspermonth {
  margin:0;
  list-style:none;
  color:#A0A0A0;
}
.archive .entry {
  margin: 0;
}

/* content misc
--------------------------------------------------*/
.next a {
  float:right;
  padding-right:10px;
  background:url(images/spring_flavour/next.gif) center right no-repeat;
}
.previous a {
  float:left;
  padding-left:10px;
  background:url(images/spring_flavour/previous.gif) center left no-repeat;
}
#entrynavigation {
  overflow: auto;
  height:1%;
  margin-bottom:13px;
  padding-bottom:13px;
  border-bottom:1px solid;
  font-size:0.9em;
  border-color:#F3F4F4;
}

.editlink {
  position:absolute;
  height:14px;
  width:14px;
  right:2px;
  background:url(images/spring_flavour/edit.gif) 0 -14px;
}

html>body .editlink {bottom:6px;}

.entry .info .editlink a,
.minientry .editlink a,
#comments li .editlink a {
  display:block;
  height:14px;
  width:14px;
  margin:0;
  padding:0;
  border:none;
  font-size:1px; /* IEWin */
  line-height:0; /* IEWin */
  text-indent:-9999px;
  background:url(images/spring_flavour/edit.gif) 0 0;
}

/* subcontent
--------------------------------------------------*/
#subcontent form {
  width:139px;
  padding:0 15px;
  line-height:0;
}
#subcontent #s {
  height:1.5em;
  width:70px;
  margin:0 5px 20px 0;
  padding:0px;
  border:1px solid;
  font-size:0.8em;
  vertical-align:middle;
}
#subcontent #searchbutton {
  height:2em;
  width:auto;
  padding:0 1px;
  margin:0px;
  border:1px solid;
  font-size:9px;
  text-align:center;
  vertical-align:top;
}
#subcontent h2 {
  margin: 0 0 10px 0;
  font-weight: normal;
}
#subcontent ul li {
  margin:0px;
  padding:0 0 2px 0;
  border-bottom:1px solid #DDD;
}
#subcontent li {
  list-style-type: none;
}
#subcontent .widget {
  margin-bottom: 20px;
}

/* footer
--------------------------------------------------*/
#footer {
  margin: 40px 0 0 0;
  padding: 20px;
  font-size:0.9em;
  background: #EEE;
  color: #555;
  clear: both;
}