/*
Theme Name: semaphorellc.com
Theme URI: http://semaphorellc.com/
Description: Semaphore theme for use with Multiplus CMS engine.
Version: 1.0
Author: Brian Sage
Author URI: http://semaphorellc.com/

Copyright: 2010 Semaphore, LLC. All rights reserved by author.

*/




body {
  padding: 0;
  margin: 0;
  
	font-size: 11px;
  line-height: 16px;
	font-family: Verdana, Arial, sans-serif;
	background: #262424 url(images/body_bak.jpg);
  color: #eee;
}




/*********************************
  Utility Styles
*********************************/

/*
 * Knock out dotted link and button outlines in FF 
 */
:focus,
:active {
  outline: none !important;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0 !important;
}


/* 
 * HTML 5 Block-Level Tags:
 */
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}



a:link,
a:visited,
a:active {
  display: block-inline;
  color: #99ccff;
  text-decoration: none;
}
a:link:hover,
a:visited:hover,
a:active:hover {
  color: #99ccff;
}
p a:link:hover,
p a:visited:hover,
p a:active:hover {
  background: #666;
  padding: 2px 4px 3px;
  margin: -3px -5px -4px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #9cf;
  -moz-box-shadow: 0 2px 4px rgba(0,0,0,.5);
  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.5);
  box-shadow: 0 2px 4px rgba(0,0,0,.5);
}
a.button {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  min-height: 19px;
  min-width: 80px;
  margin: 0 auto;
  padding: 6px 15px 0;

  border: 1px solid #aaa;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #ddd url(images/button.png) repeat-x center center;
}
a.button:link,
a.button:visited {
  color: #444;
  font: normal normal normal 12px/12px Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-align: center;
  text-shadow: 0 1px 0 #ddd;
}
  .button a strong,
  a.button strong {
    display: block;
    margin: -1em 0 0 0;
    
    font: normal normal normal 12px/12px Arial, Helvetica, sans-serif;
  }
  .button a em,
  a.button em {
    display: block;
    margin: 0.25em 0 0 0;
    
    font: normal normal normal 10px/10px Arial, Helvetica, sans-serif;
  }
.button a:hover,
.button a:active,
.button a:focus,
a.button:hover,
a.button:active,
a.button:focus {
  color: #000;
  text-decoration: none;
  border-color:#888;
  background-color: #ccc;
  -moz-box-shadow:0 0 4px #6699FF;
  -webkit-box-shadow:0 0 4px #6699FF;
  box-shadow:0 0 4px #6699FF;
}
.button a:active,
.button a:focus,
a.button:active,
a.button:focus {
  border-color:#36f;
  -moz-box-shadow:0 0 8px #6699FF;
  -webkit-box-shadow:0 0 8px #6699FF;
  box-shadow:0 0 8px #6699FF;
}

.button.goodbutton a,
.button.goodbutton a:link,
.button.goodbutton a:visited
a.button.goodbutton,
a.button.goodbutton:link,
a.button.goodbutton:visited {
  color: #fff;
  text-shadow: 0 -1px 0 #666;
  border: 1px solid #66b3ff;
  background-color: #66b3ff;
}
.button.goodbutton a:hover,
.button.goodbutton a:active,
.button.goodbutton a:focus,
a.button.goodbutton:hover,
a.button.goodbutton:active,
a.button.goodbutton:focus {
  color: #fff;
  border-color: #369;
  background-color: #39f;
  -moz-box-shadow:0 0 4px #6699FF;
  -webkit-box-shadow:0 0 4px #6699FF;
  box-shadow:0 0 4px #6699FF;
}
.button.goodbutton a:active,
.button.goodbutton a:focus,
a.button.goodbutton:active,
a.button.goodbutton:focus {
  -moz-box-shadow:0 0 8px #6699FF;
  -webkit-box-shadow:0 0 8px #6699FF;
  box-shadow:0 0 8px #6699FF;
}

a.easybutton {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  width: 176px;
  height: 22px;
  padding: 9px 10px 0;
  text-align: center;
  background-color: #c60;
  background-position: 50% 50%;
  border-color: #fa6;
  -moz-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
  box-shadow: 0 3px 9px rgba(0,0,0,0.5);
}
a.easybutton:link,
a.easybutton:visited {
  color: #fff;
  font: normal bold normal 12px/13px Verdana, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-shadow: none;
  text-decoration: none;
  background-position: 50% 0;
}
a.easybutton:link:hover,
a.easybutton:visited:hover {
  color: #fff;
  text-decoration: none;
  background-color: #b50;
  border-color: #fa6;
  -moz-box-shadow: 0 3px 9px rgba(0,0,0,1);
  -webkit-box-shadow: 0 3px 9px rgba(0,0,0,1);
  box-shadow: 0 3px 9px rgba(0,0,0,1);
}

/* Verious clear statements for block layouts */
.clearboth {
  clear: both;
}

.clearfix {
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  overflow: hidden;
  visibility: hidden;
  height: 0;
  line-height: 0;
}
*:first-child+html .clearfix { /* IE7-Specific */
  overflow: hidden;
  height: 1%;
  zoom: 1;
}
* html .clearfix {
  display: inline-block;
}

.end {
  display: block;
  clear: both;
  overflow: hidden;
  visibility: hidden;
  height: 0;
  line-height: 0;
}



/*
 * Layout
 * ----------------------------------------------------------------------------
 */
#recent_stuff {}
#recent_stuff .post_thumbnail {
  margin-top: -55px;
  text-align: center;
}


#comments {
  width: 680px;
  margin: 5em auto 60px;
}
  .commentlist {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
  }
    .commentlist li {
      display: block;
      list-style: none;
      padding: 15px;
      margin: 5px 0;
      border: 1px solid #787171;
      -moz-box-shadow: 0 5px 30px rgba(0,0,0,0.1) inset;
      background: rgba(0,0,0,0.1);
    }
    .commentlist ol,
    .commentlist ul {
      display: block;
      list-style: none;
      padding-left: 45px;
      border-left: #ccc;
      margin: 0;
    }
    
    .commentlist .vcard {
      margin: 0 0 5px;
      padding: 0 0 5px;
      width: 50%;
      border-bottom: 1px solid #787171;
    }
    
#respond {
  border: 1px solid #787171;
  clear: both;
  margin: 30px !important 0;
  padding: 10px 15px !important;
  position: relative;
  -moz-box-shadow: inset 0 5px 30px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 5px 30px rgba(0,0,0,0.1);
  box-shadow: inset 0 5px 30px rgba(0,0,0,0.1);
}


.post_thumbnail {
  margin-top: -15px;
  text-align: center;
}

body.single article.type-post {
  display: block;
  width: 680px;
  margin: 0 auto 80px;
}
  body.single article.type-post header h1 {
    clear: both;
    font-size: 20px;
    line-height: 22px;
    font-weight: normal;
    text-align: center;
    margin: 0 0 2em;
  }
  body.page article.type-page h1 {
    clear: both;
    font-size: 20px;
    line-height: 22px;
    font-weight: normal;
    text-align: left;
    margin: 0 0 1em;
    text-shadow: 0 1px 0 rgba(255,255,255,0.25);
  }



/*********************************
 * Content Styles
 * NOTE: Must be defined without wrappers for in-place editor.
 * 
 * OK:
 * h1 { foo: bar; }
 * 
 * Not OK:
 * #content h1 { foo: bar; }
 */
h1 {
  color: #fff;
  font: normal normal bolder 12.5px/12.5px verdana, sans-serif;
  text-transform: uppercase;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
h2 {
  margin: 3em 0 1em;
  font: normal normal bolder 11px/12.5px verdana, sans-serif;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(255,255,255,0.25);
}
h1,
h1 a:link,
h1 a:visited,
h2,
h2 a:link,
h2 a:visited {
  color: #333;
  text-decoration: none;
}
  h1 a:link:hover,
  h1 a:visited:hover,
  h2 a:link:hover,
  h2 a:visited:hover {
    color: #000;
    text-decoration: underline;
  }
h3,
h3 a:link,
h3 a:visited {
  margin: 1em 0;
  color: #eee;
  font: normal normal bolder 11px/12.5px verdana, sans-serif;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(0,0,0,0.5);
  margin: 0.25;
}
  h3 a:link:hover,
  h3 a:visited:hover {
    color: #fff;
    text-decoration: underline;
  }
h4 {}
h5 {}
h6 {}

hgroup h1,
hgroup h2,
hgroup h3,
hgroup h4,
hgroup h5,
hgroup h6 {
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

header * {
  margin-bottom: 0;
}
header p {
  margin-top: 0;
  margin-bottom: 1em;
}


pre {
  font-size: 12px;
  font-family: "Lucida Console", "Courier New", Courier, monospace;
  font-weight: normal;
  color: #666;
  margin: 1em 0;
  padding: 0;
}

p {}
p:first-child {
  margin-top: 0;
}

a.blocklink:link,
a.blocklink:visited,
a.doclink:link,
a.doclink:visited,
a.pdflink:link,
a.pdflink:visited {
  display: block;
  margin: 1em 0;
  padding: 1em 1em 1em 40px;

  font-size: 15px;
  line-height: 15px;
  font-weight: bold;
  color: #69f;
  
  border: 1px solid #ddd;
  background: #f8f8f8 url() no-repeat top left;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
a.blocklink:hover,
a.blocklink:visited:hover,
a.doclink:hover,
a.doclink:visited:hover,
a.pdflink:hover,
a.pdflink:visited:hover {
  color: #36f;
  border-color: #36f;
  background-color: #fff;
}

blockquote {
  margin: 1em 2em;
  color: #666;
  font-family: Georgia, "Times New Roman", Times, serif;
}
  blockquote:before {
    content: '“';
    display: block;
    position: absolute;
    font-family: "Times New Roman", Times, serif;
    font-size: 90px;
    line-height: 90px;
    margin: -20px 0 0 -40px;
    color: #ddd;
    z-index: 1;
  }
  blockquote  p {
    position: relative;
    z-index: 2;
  }
  blockquote cite {
    display: block;
    margin: 0.5em 0 0 50%;
  }
cite{
  border: 0;
}

table {}
table th {}
table td {}
table thead th {}
table thead td {}
table tbody th {}
table tbody td {}
table tfooter th {}
table tbody td {}

img {
	padding: 0;
  border: 0;
}
  img.aligncenter {
  	display: block;
  	margin: 1em auto;
  	}
  img.alignright {
  	display: inline;
  	float: right;
  	margin: 0 0 0.5em 1em;
  	}
  img.alignleft {
  	display: inline;
  	float: left;
  	margin: 0 1em 0.5em 0;
  	}

.post {
	margin: 0 0 3em;
	}

.postmetadata {
	clear: both;
}




/*********************************
  Layout
*********************************/

#body_bak_hor{
  background: transparent url(images/body_bak_hor.jpg) repeat-x 0 0;
}

#layout_bak_vert {
  background: transparent url(images/layout_bak_vert.jpg) repeat-y 50% 0;
}
#layout_bak_top {
  background: transparent url(images/layout_bak_top.jpg) no-repeat 50% 0;
}
#layout_bak_bottom {
  min-height: 654px;
  padding: 0 0 30px;
  background: transparent url(images/layout_bak_bottom.jpg) no-repeat 50% 100%;
}


#layout {
  width: 960px;
  margin: 0 auto;
  padding: 68px 0 0;
}
body.home #layout {
  width: 490px;
}


#cms_content {
  padding: 0 30px 30px;
}



article.type-page {
}

#header .site_logo {
  display: block;
  height: 150px;
  margin: 0;
  padding: 20px 100px 10px;
}
  #header .site_logo a {
    display: block;
    width: 279px;
    height: 110px;
    margin: 0 auto;
    padding: 0;
    text-indent: -5000em;
    background: url(images/header_logo.png) no-repeat 50% 100%;
  }
  * html #header h1 a,
  * html #header h1 a:link,
  * html #header h1 a:visited {
    zoom: 1;
    position: relative;
    background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/semaphorellc.com/images/header_logo.png');
  }

.box {
  position: relative;
  padding: 5px;
  margin: 0 0 10px;
  min-height: 90px;
  border: 1px solid #8c8c8c;
  background: #807979 url(images/box_bak.jpg);
}
  .box:before {
    content: " ";
    position:absolute;
    top: 0;
    left: 0;  
    z-index: 1;
    display: block;
    height: 100px;
    width: 100%;
    background: transparent url(images/box_bak_top.jpg) repeat-x 0 0;
  }
  .box:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
    line-height: 0;
    visibility: hidden;
  }
  .box > * {
    position:relative;
    z-index: 2;  
  }
.box.bright {
  min-height: 385px;
}
  .box.bright:before {
    height: 395px;
    background: transparent url(images/box_bak_bright.jpg) repeat-x 50% 0;
  }

.column {
  display: block;
  float:left;
  min-height: 10px;
  *position: relative;
  *top: -1px;
  *zoom: 1;
}
.column * {
  *position: relative;
  *zoom: 1;
}
  .column.onesixth {
    width: 16.6666%;
  }
  .column.onefifth {
    width: 19.9999%;
  }
  .column.onefourth {
    width: 24.9999%;
  }
  .column.onethird {
    width: 33.3333%;
  }
  .column.twofifths {
    width: 39.9999%;
  }
  .column.onehalf {
    width: 49.9999%;
  }
  .column.twothirds {
    width: 66.6666%;
  }
  .column.threefourths {
    width: 74.9999%;
  }
  
  .column_content {
    padding: 10px;
  }
  
#footer {
  color: #403e3e;
  padding: 0 0 100px;
}
  #footer p {
    margin: 0;
    text-align: center;
  }
  #footer a:link,
  #footer a:visited {
    color: #403e3e;
    text-decoration: none;
  }




/*
 * WP Loop Styles
 * ----------------------------------------------------------------------------
 */

a.article_date_stamp {
  display: block;
  width: 110px;
  height: 124px;
  margin: 0 auto;
  padding: 10px 0 0;
  
  color: #999;
  font: normal normal normal 30px/30px Verdana, Geneva, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,0.4);
  
  border: 1px solid #787171;
  -moz-box-shadow: inset 0 5px 30px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 5px 30px rgba(0,0,0,0.1);
  box-shadow: inset 0 5px 30px rgba(0,0,0,0.1);
}
a.article_date_stamp:link:hover,
a.article_date_stamp:visited:hover {
  color: #aaa;
}
  .article_date_stamp small {
    display: block;
    font-size: 13px;
    line-height: 13px;
  }
  .article_date_stamp em {
    display: block;
    font-size: 74px;
    font-style: normal;
    line-height: 60px;
    *line-height: 100%;
  }
.entry-utility {
  color: #999;
  font-size: 11px;
  text-transform: uppercase;
}



/*
 * Form Styles
 * ----------------------------------------------------------------------------
 */
form {
  display: block;
  padding: 0;
  margin: 0;
}

.wpcf7 {
  border: 1px solid #787171;
  clear: both;
  margin: 0 !important;
  padding: 10px 15px !important;
  position: relative;
  -moz-box-shadow: inset 0 5px 30px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 5px 30px rgba(0,0,0,0.1);
  box-shadow: inset 0 5px 30px rgba(0,0,0,0.1);
}


form fieldset {
  display: block;
  margin: 1em 0;
  padding: 0;
  border: none;
  outline: none;
}

form p,
form li,
form label,
form td {
  font: normal normal bolder 10px/14px verdana,arial,helvetica,sans-serif;
  padding-top: 0;
  padding-bottom: 0;
  text-align: left;
}
form p {
  margin: 0.5em 0;
}
form label {
  display: block;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  color: #ddd;
}
form span.wpcf7-not-valid-tip {
  top: 0;
  left: 0;
  width: 98.3%;
  padding: 5px 0 6px;
  text-align: center;
  margin: 0;
  border-width: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #666;
  font-size: 12px;
  text-transform: uppercase;
}









  form input[type="text"],
  form input[type="password"] {
    padding: 4px 6px 0;
    font: 12px/14px arial,sans-serif;
    height:20px;
    vertical-align:top;
    border-width: 1px;
    border-style: solid solid none;
    border-color: #ccc #ccc #333;
  }
  form textarea {
    width: 98%;
    padding: 4px 6px;
    vertical-align:top;
  
    font-size: 12px;
    line-height: 18px;
    font-family: Arial, Sans-Serif;
  
    border-width: 1px;
    border-style: solid solid none;
    border-color: #ccc #ccc #333;
    background: #fff;
  }
  form input[type="submit"],
  form input[type="button"],
  form button {
    cursor:pointer;
    min-width: 58px;
    width: auto;
    margin:0;
    overflow: hidden;
    
    font: normal normal normal 13px/14px arial,sans-serif;
    text-shadow: 0 1px 0 #ddd;
    height:25px;
    
    vertical-align:top;
    border: 1px solid #aaa;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #ddd url(images/button.png) repeat-x center center;
  }
  form input[type="text"]:focus,
  form input[type="password"]:focus,
  form textarea:focus,
  form input[type="submit"]:hover,
  form input[type="submit"]:focus,
  form input[type="button"]:hover,
  form input[type="button"]:focus,
  form button:hover,
  form button:focus {
    color: #000;
    border-color: #36f;
    -moz-box-shadow: 0 0 8px #69f;
    -webkit-box-shadow: 0 0 8px #69f;
    box-shadow: 0 0 8px #69f;
  }




/*
 * Search Form
 */

.searchform {
  display: block;
  position: relative;
  width: 250px;
  height: 25px;
  margin: 0;
  padding: 0;
  
  border: 1px solid #666;
  border-color: #666 #555 #444;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
  .searchform input.searchtext {
    width: 177px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .searchform input.searchbutton {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    border: 1px solid #ddd;
    border-color: #ccc #aaa #999;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .searchform input.searchbutton:hover {
    background-color: #eee;
  }
  
  
  
  #contentsearch,
  #footersearch {
    width: 250px;
    margin: 1em auto;
  }
  
  

  
/*********************************
  Search Results Styles
*********************************/
body.search-results{}
  body.search-results .page,
  body.search-results .post {
    margin: 2em 0;
  }
    body.search-results .page h3,
    body.search-results .post h3 {
      margin: 0;
    }
    body.search-results .postmetadata a {
      color: #333;
    }
    body.search-results .page .postmetadata {
      display: none;
    }




/*********************************
  Pagination Styles
*********************************/
.pagination,
.pagination ul li {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}
.pagination{
  margin: 2em 0;
}
.pagination:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
  .pagination .previous,
  .pagination .next {
    padding: 0;
    margin: 0 0.5%;
    display: block;
    float: left;
    width: 49%;
  }
  .pagination .previous a:before{
    content: "Previous: ";
  }
  .pagination .next a:before {
    content: "Next: ";
  }
  .pagination .previous a,
  .pagination .next a {
    display: block;
    padding: 4px;
    text-align: center;
    border: 3px solid #eee;
    background: #f8f8f8;
  }
  .pagination .previous a:hover,
  .pagination .next a:hover {
    background: #eee;
  }





/*********************************
  Navigation Styles
*********************************/

nav.menu-main-menu-container {
  position: absolute;
  top: 145px;
  width: 100%;
}
ul.sitenav,
ul.sitenav ul {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
ul.sitenav li {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  margin: 0;
  padding: 0;
}
ul.sitenav a {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  padding: 8px 15px 4px;
  font: normal normal bolder 11px/12.5px Verdana, Arial, sans-serif;
  text-transform: uppercase;
  text-shadow: 0 1px 2px rgba(0,0,0,0.85);
}
ul.sitenav a:link,
ul.sitenav a:visited {
  color: #fff;
  text-decoration: none;
}
ul.sitenav > li.current_page_item a {
  padding-bottom: 3px;
  border-bottom: 1px solid #ccc;
}


ul.simplexnav,
ul.simplexnav ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: none;
}
ul.simplexnav {
  padding: 0 15px 3em 0;
}
ul.simplexnav li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: none;
}
* html ul.simplexnav li {
  display: inline;
  width: 221px;
}

/*
 * Nav lniks
 */
ul.simplexnav a {
  display: block;
  width: auto !important;
  margin: 0;
  padding: 4px 14px 6px 14px;
  list-style-type: none;
  border: none;
  
  color: #ccc;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  text-decoration: none;
}
* html ul.simplexnav a {
  width: 193px;
}
ul.simplexnav a,
ul.simplexnav a:link,
ul.simplexnav a:visited,
ul.simplexnav a:active {
  color: #ccc;
}
ul.simplexnav a:hover {
  background-color: #f8f8f8;
}
ul.simplexnav li.current_page_item a {
  color: #999;
}
body.home ul.simplexnav li.current_page_item a {
  color: #ccc;
}

/*
 * Child page link indentations
 */
ul.simplexnav ul a {
  padding-left: 28px;

  color: #cce2ff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
}
ul.simplexnav ul ul a {
  padding-left: 42px;
}
ul.simplexnav ul ul ul a {
  padding-left: 56px;
}
ul.simplexnav ul ul ul ul a {
  padding-left: 70px;
}
ul.simplexnav ul ul ul ul ul a {
  padding-left: 84px;
}
ul.simplexnav ul ul ul ul ul ul a {
  padding-left: 98px;
}

/*
 * .simplexnav_node(s) are dynamically inserted <spans> that allow collapsing
 * behavior.
 * 
 * They are not hard-coded. Rather, they are styled here and placed by jQuery
 */
ul.simplexnav a .simplexnav_node {
  display: block;
  height: 16px;
  width: 16px;  
  margin: 0 0 0 -16px;
  padding: 0;
  border: none;
  cursor: default;
  float: left;
  background: transparent url(images/navnode.png) no-repeat 0 0;
}
* html ul.simplexnav a .simplexnav_node {
  margin: 0 -16px 0 0;
  position: relative;
  left: -16px;
}
ul.simplexnav a .simplexnav_node:hover {
}
ul.simplexnav a .simplexnav_node.open {
}
ul.simplexnav a .simplexnav_node.closed {
}
ul.simplexnav a .simplexnav_node.hover {
}
ul.simplexnav a .simplexnav_node.open.hover {
}
ul.simplexnav a .simplexnav_node.closed.hover {
}
ul.simplexnav ul a .simplexnav_node {
}
ul.simplexnav ul a .simplexnav_node.open {
}
ul.simplexnav ul a .simplexnav_node.closed {
}
ul.simplexnav ul a .simplexnav_node.hover {
}
ul.simplexnav ul a .simplexnav_node.open.hover {
}
ul.simplexnav ul a .simplexnav_node.closed.hover {
}

