/* reset
--------------------------------------------------*/
body,h1,h2,h3,h4,h5,h6,p,form,fieldset {margin:0;padding:0;}
.low {display:none;}
/* body
--------------------------------------------------*/
body {
  margin:0;
  padding:15px 0;
  font-family:Arial, Helvetica, sans-serif;
  font-size:75%;
  line-height:1.6em;
  text-align:center;
}
/* headings
--------------------------------------------------*/
h1 {font-size:30px;}
#content h2 {
  margin:0 0 18px 0;
  font-family:Georgia, serif;
  font-size:1.6em;
  font-weight:normal;
}
#content h3 {
  margin:0 0 6px 0;
  font-size:1em;
}
#content h4 {
  margin:0;
  font-size:1em;
}
#content.archive h2 {margin:0 0 26px 0;}
#content.archive h3 {
  margin:0 0 10px 0;
  font-family:Georgia, serif;
  font-size:1.3em;
  font-weight:normal;
}
#content.archive h4 {
  margin:0 0 18px 0;
  font-size:1em;
}
#content.archive h5 {
  margin:0;
  font-size:1em;
}
/* links
--------------------------------------------------*/
a {text-decoration:none;}
a img {border:none;}
/* paragraphs, lists, etc
--------------------------------------------------*/
p {
  margin:0;
  padding:0 0 18px 0;
}
ul {
  margin:0 0 0 1.4em;
  padding:0 0 18px 0;
}
ul ul {padding:0;}
blockquote {
  margin:0;
  padding:0 18px;
  font-style:italic;
}
pre {
  overflow:auto;
  margin:0 0 18px 0;
  padding:4px;
}
pre, code, kbr {font-family:Courier, Monaco, monospace;}
code, kbr {padding:0 2px;}
abbr, acronym {
  font-size:0.9em;
  letter-spacing:1px;
}
/* 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;
}
.borderme{
border:1px solid black;
}
/* container
--------------------------------------------------*/
#container {
  width:690px;
  margin:0 auto;
  padding:0 30px;
  border-top:30px solid;
  text-align:left;
}
/* header
--------------------------------------------------*/
#header {
  height:115px;
  padding:0 0 0 18px;
}
#header h1 {
    padding-top:50px;
}
/* navigation
--------------------------------------------------*/
#navigation {
  height:2.7em;
  line-height:2.7em;
}
#navigation ul {
  margin:0;
  padding:0;
}
#navigation li {
  float:left;
 font-weight:bold;
  margin:0;
  padding:0;
  list-style-type:none;
  border-right:1px solid;
}
#navigation li a {
  display:block;
  font-weight:bold;
  padding:0 18px;
  font-size:0.8em;
  text-transform:uppercase;
  letter-spacing:1px;
}
* html #navigation a {width:1%;} /* http://www.positioniseverything.net/explorer/escape-floats.html */
#navigation form {
  float:right;
  height:100%;
  width:189px;
  padding:0 15px;
  border-left:1px solid;
  line-height:0;
}
#navigation form fieldset {
  /* centering the search form could've
  been done way more elegant but IEWin
  and Opera refused to follow the rules */
  margin-top:8px;
  border: 0 solid; /* Opera */
}
#navigation #Query {
  height:1.5em;
  /*width:148px;*/
  width:140px;
  margin:7px 5px 0 0;
  padding:0;
  border:1px solid;
  font-size:0.8em;
  vertical-align:middle;
}
#navigation #searchSubmit {
  height:2em;
  width:auto;
  padding:0 1px;
  border:1px solid;
  font-size:0.7em;
  letter-spacing:1px;
  text-align:center;
  vertical-align:middle;
margin-top:7px;
}
/* content
--------------------------------------------------*/
#content {
  float:left;
  width:455px;
  padding-top:32px;
}
.singlecol #content {
  float:none;
  width:550px;
  margin:0 70px;
}
/* Entry
--------------------------------------------------*/
.entry {margin:0 0 40px 0;}
.entry .info { 
  padding:3px;
  border-top:1px solid;
  border-bottom:1px solid;
  font-size:0.9em;
}
.entry.single .info {margin:0 0 22px 0;}
.entry .info a {
  margin-right:6px;
  padding-right:10px;
  border-right:1px solid;
}
.entry .info em {font-style:normal;}
.entry #filedunder {
  clear:both;
  padding:3px 0 0 0;
  font-size:0.9em;
  border-top:1px solid;
}
/* Mini-Entry
--------------------------------------------------*/
.minientry {
  margin:0px 0 10px 0;
  padding:10px 0;
  border-top:1px dotted;
  border-bottom:1px dotted;
}
.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;
  padding:0 8px 0 15px;
  font-size:0.9em;
  font-style:normal;
}
.entrydetail{
  border-color:#F3F4F4;
  background-color:#FAFAFA;
}
/* Comments
--------------------------------------------------*/
#comments h2 {margin-bottom:24px;}
#comments h2 a {
  margin-left:2px;
  padding-left:6px;
  border-left:1px solid;
  font-family:Arial,Helvetica,sans-serif;
  font-size:0.55em;
}
#comments ul {margin:0 0 0 20px;}
#comments li {margin-bottom:18px;}
#comments li p {padding:0 0 10px 0;}
#comments .header {
  position:relative;
  min-height:19px; /* 19 + 3 +3 = 25px = height of gravatar */
  margin:0 0 10px 0;
  padding:3px 6px;
}
* html #comments .header {height:19px;} /* IEWin */
#comments .header strong {font-family:Georgia,sans-serif;}
#comments .header .gravatar {
  position:absolute;
  top:1px;
  right:1px;
}
/* form
--------------------------------------------------*/
form {padding:6px 0;}
#dxcommentform, #contactform {margin-bottom:18px;}
form fieldset {border: 0 solid;} /* Opera */
form p {
  padding:6px 0;
  border-bottom:1px solid;
}
form label {
  display:block;
  float:left;
  width:60px;
}
#dxcommentform 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;
}
form input, form textarea {
  padding:3px;
  width:200px;
  border:1px solid;
  font-family:Arial,Helvetica,sans-serif;
  font-size:0.9em;
}
form textarea {overflow:auto;}
#dxcommentform input {width:200px;}
#dxcommentform textarea {width:325px;}
#contactform textarea, #contactform #bx_subject {width:465px;}
* html #dxcommentform textarea {width:320px;} /* 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;
}
#dxcommentform .button {margin-left:90px;}
#contactform .button {margin-left:75px;}
form .hiddenfield {display:none;}
form .info {padding-left:90px;}
/* Archives
--------------------------------------------------*/
.archive .postspermonth {
  margin:0;
  list-style:none;
}
/* content: misc.
--------------------------------------------------*/
#entrynavigation a {margin:0 15px 0 0;}
/* subcontent
--------------------------------------------------*/
#subcontent {
  float:right;
  width:205px;
  padding:15px 0 0 15px;
  font-size:0.9em;
  line-height:1.5em;
}
* html #subcontent {padding-top:32px;} /* dirty fix for IEWIN; temporary! */
#subcontent ul, #subcontent p {margin:0 10px;}
/* subcontent headings
--------------------------------------------------*/
#subcontent h2 {
  margin:18px 0 10px 0;
  font-family:Georgia,serif;
  font-size:1em;
  line-height:1em;
}
#subcontent h2 em {
  display:block;
  padding:5px 10px;
  font-style:normal;
}
/* subcontent list
--------------------------------------------------*/
#subcontent ul li {
  margin:2px 0 2px 18px;
  padding-bottom:2px;
  border-bottom:1px solid;
}
#subcontent li a {
  display:block;
  padding:1px 0;
  height:1%; /* IE WIN */
}
#subcontent .sidenotes li a {display:inline;} /* this can be used for links that are part of a "sidenote" */
#subcontent ul.categories li ul {margin:0;}
#subcontent ul.categories li li {
  margin:0;
  padding:0 0 3px 0;
  border-bottom:none;
}
#subcontent ul.categories li ul ul {margin:0 0 0 16px;}
/* archive page
--------------------------------------------------*/
#archivepage {
  width:205px;
  padding:15px 0 0 15px;
  font-size:0.9em;
  line-height:1.5em;
}
* html #archivepage {padding-top:32px;} /* dirty fix for IEWIN; temporary! */
#archivepage ul, #archivepage p {margin:0 10px;}
#archivepage h2 {
  margin:18px 0 10px 0;
  font-family:Georgia,serif;
  font-size:1em;
  line-height:1em;
}
#archivepage h2 em {
  display:block;
  padding:5px 10px;
  font-style:normal;
}
#archivepage ul li {
  margin:2px 0 2px 18px;
  padding-bottom:2px;
  border-bottom:1px solid;
}
#archivepage li a {
  display:block;
  padding:1px 0;
  height:1%; /* IE WIN */
}
#archivepage .sidenotes li a {display:inline;} /* this can be used for links that are part of a "sidenote" */
#archivepage ul.categories li ul {margin:0;}
#archivepage ul.categories li li {
  margin:0;
  padding:0 0 3px 0;
  border-bottom:none;
}
#archivepage ul.categories li ul ul {margin:0 0 0 16px;}
/* archivepage
--------------------------------------------------*/
#archivepage {background:url(../dx/archivepage_bg.gif/$file/archivepage_bg.gif) top left no-repeat;}
/* archivepage headings
--------------------------------------------------*/
#archivepage h2 {
  color:white;
  background:#FF9C00 url(../dx/corner_top_left.gif/$file/corner_top_left.gif) top left no-repeat;
}
#archivepage h2 em {background:url(../dx/corner_bottom_right.gif/$file/corner_bottom_right.gif) bottom right no-repeat;}
/* archivepage list
--------------------------------------------------*/
#archivepage ul li {border-bottom-color:#F0F0F0;}
#archivepage li a:hover {background-color:##FF9C00; font-weight:bold;}
#archivepage ul.categories li,
#archivepage ul.months li {list-style-image:url(../dx/categories_yellow.gif/$file/categories_yellow.gif);}
#archivepage ul.links li {list-style-image:url(../dx/links_yellow.gif/$file/links_yellow.gif);}
#archivepage ul.feeds li {list-style-image:url(../dx/feeds_yellow.gif/$file/feeds_yellow.gif);}
#archivepage ul.posts li {list-style-image:url(../dx/post_yellow.gif/$file/post_yellow.gif);}
#archivepage ul.categories li li {list-style-image:url(../dx/sub_categories_yellow.gif/$file/sub_categories_yellow.gif);}
/* footer
--------------------------------------------------*/
#footer {
  clear:both;
  padding:40px 0 15px 0;
  font-size:0.9em;
}
.singlecol #footer {
  padding:25px 0 15px 0;
}
#footer p {
  padding:12px 0 18px 0;
  border-top:6px solid;
}
#footer strong {font-weight:normal;}
.singlecol #footer p {
  padding:12px 70px 18px 70px;
}
/* body
--------------------------------------------------*/
body {
  color:#414141;
  background:#FFFFFF;
}
/* headings
--------------------------------------------------*/
h1, h1 a,
h2, h2 a,
h3 a,
h4 a
  {color:#FF9C00;}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover
  {color:#FF9C00;}
/* links
--------------------------------------------------*/
a {color:#FF9C00;} /*a:link*/
a:hover {color:#FF9C00;}
a.commentlink {
  padding-left:16px;
  background:url(../dx/comments.gif/$file/comments.gif) center left no-repeat;
}
a.more {
  padding-right:10px;
  background:url(../dx/more.gif/$file/more.gif) center right no-repeat;
}
/* paragraphs, lists, etc
--------------------------------------------------*/
pre,
code
  {background-color:#F8FAF2;}
kbr {color:#FF9C00;}
/* container
--------------------------------------------------*/
#container {
  border-color:white;
  background:white url(../dx/container_bg.gif/$file/container_bg.gif) 500px 0px repeat-y;
}
#container.singlecol {background-image:none;}
/* header
--------------------------------------------------*/
#header {
  background-color:#F0F9F9;
  background-image:url(../dx/blixheader.jpg/$file/blixheader.jpg);
}
/* navigation
--------------------------------------------------*/
#navigation {background-color:#FFC477;}
#navigation li {border-color:white;}
#navigation a {color:white; font-weight:bold;}
#navigation .selected,
#navigation a:hover
  {background-color:#FF9C00}
#navigation form {
  border-color:white;
  background:#FF9C00 url(../dx/corner_bottom_right.gif/$file/corner_bottom_right.gif) bottom right no-repeat;
}
#navigation #s {border-color:#FF9C00;}
#navigation #searchbutton {
  color:white;
  background-color:#FF9C00;
}
/* Entry
--------------------------------------------------*/
.entry {margin:0 0 40px 0;}
.entry .info {
  border-color:#F3F4F4;
  background-color:#FAFAFA;
}
.entry .info a {border-color:#949494;}
.entry a.more {
  padding-left:12px; /* ########################################### */
  background:url(../dx/more.gif/$file/more.gif) center left no-repeat;
}
.entry .info em {
  padding:0 8px 0 15px; /* ########################################### */
  background:url(../dx/post.gif/$file/post.gif) center left no-repeat;
}
.entry #filedunder {border-color:#F3F4F4;}
/* Mini-Entry
--------------------------------------------------*/
.minientry  {border-color:#D9D9D9;}
.minientry .commentlink {border-color#949494;}
.minientry .permalink {
  padding:0 8px 0 15px;
  background:url(../dx/post.gif/$file/post.gif) center left no-repeat;
}
/* Comments
--------------------------------------------------*/
#comments h2 {margin-bottom:24px;}
#comments h2 a {color:#899EBD;}
#comments li.comment {list-style-image:url(../dx/comments.gif/$file/comments.gif);}
#comments li.trackback,#comments li.pingback {list-style-image:url(../dx/pingtrackback.gif/$file/pingtrackback.gif);}
#dxcommentform {background-color:#EDF3DE;}
#comments .header {background-color:#EDF3DE;}
#comments .header.alt {background-color:#E9F7F6;}
/* form
--------------------------------------------------*/
form p {border-color:white;}
form label { color:#899EBD;}
form em {color:#C8C8B4;}
form input {color:#414141;}
form input, form textarea {
  border-color:#DCDCDC #F0F0F0 #F0F0F0 #DCDCDC;
}
form .button {
  border-color:white #DCDCDC #DCDCDC white;
  background-color:#F0F0F0;
}
/* Archives
--------------------------------------------------*/
.archive .postspermonth {color:#A0A0A0;}
/* subcontent
--------------------------------------------------*/
#subcontent {background:url(../dx/subcontent_bg.gif/$file/subcontent_bg.gif) top left no-repeat;}
/* subcontent headings
--------------------------------------------------*/
#subcontent h2 {
  color:white;
  background:#FF9C00 url(../dx/corner_top_left.gif/$file/corner_top_left.gif) top left no-repeat;
}
#subcontent h2 em {background:url(../dx/corner_bottom_right.gif/$file/corner_bottom_right.gif) bottom right no-repeat;}
/* subcontent list
--------------------------------------------------*/
#subcontent ul li {border-bottom-color:#F0F0F0;}
#subcontent li a:hover {background-color:##FF9C00;}
#subcontent ul.categories li,
#subcontent ul.months li {list-style-image:url(../dx/categories_yellow.gif/$file/categories_yellow.gif);}
#subcontent ul.links li {list-style-image:url(../dx/links_yellow.gif/$file/links_yellow.gif);}
#subcontent ul.feeds li {list-style-image:url(../dx/feeds_yellow.gif/$file/feeds_yellow.gif);}
#subcontent ul.posts li {list-style-image:url(../dx/post_yellow.gif/$file/post_yellow.gif);}
#subcontent ul.categories li li {list-style-image:url(../dx/sub_categories_yellow.gif/$file/sub_categories_yellow.gif);}
/* footer
--------------------------------------------------*/
#footer {
  color:#A0A0A0;
  background:white url(../dx/footer_bg.gif/$file/footer_bg.gif) 470px 0px no-repeat;
}
.singlecol #footer {background-image:none;}
#footer p {border-top-color:#E9F7F6;}
#footer a {color:#A0A0A0;}
#footer a:hover {color:#414141;}
#footer strong {color:#FF9C00;}
.htmlblock{
margin:10px;
padding:10px;
padding-top:20px;
border:1px solid silver;
background: url(../dx/html.gif/$file/html.gif) 0 3px no-repeat;
}
.lsblock{
margin:10px;
padding:10px;
padding-top:20px;
border:1px solid silver;
background: url(../dx/lotusscript.gif/$file/lotusscript.gif) 0 3px no-repeat;
}
.formblock{
margin:10px;
padding:10px;
padding-top:20px;
border:1px solid silver;
background: url(../dx/formula.gif/$file/formula.gif) 0 3px no-repeat;
}
