* {
  margin: 0;
  padding: 0;
}
body {
  width: 100%;
  background-position: 50% 0;
  background-color: #ccc;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-image: url(/images/1106/back_body2.jpg);
  font-size: 62.5%;
}
img {
  border: 0;
}
a {
  color: #c00;
  text-decoration: none;
}
a:hover {
  color: #000;
}
a:hover.noborder {
  border-bottom: 0;
}
dfn {
  font-style: normal;
  font-weight: normal;
}
fieldset {
  float: left;
  width: 251px;
  height: 42px;
  margin: 0 5px 5px 5px;
  padding: 5px;
  text-align: center;
}
legend {
  font-size: 11px;
  letter-spacing: 2px;
  color: #bbb;
  font-family: "arial black", arial, "helvetica bold", sans-serif;
}
code {
  font-size: 1.0em;
  font-family: "lucida console", "courier new", fixed;
}

div#TopShadow[id] {
  top: 0;
  left: 0;
  width: 100%;
  height: 15px;
  z-index: 300;
  position: fixed;
  background-color: transparent;
  background-image: url(http://www.lancearthur.com/images/1006/top_shadow.png);
  background-repeat: repeat-x;
}



/* Nav Opener */

#PointerContainer,
#OpenerContainer {
  position: absolute;
  top: 105px;
  left: 0;
  width: 100%;
  height: 26px;
  clear: both;
  line-height: 1.2;
}
div#PointerContainer[id],
div#OpenerContainer[id] {
  position: fixed;
  top: 110px;
}
#TopNav {
  position: fixed;
  width: 100%;
  text-align: center;
}
#Nav {
  margin: 0 auto;
  width: 608px;
  height: 26px;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/1106/back_topnav.png',sizingMethod='image');
}
div#Nav[id] {
  background-image: url(/images/1106/back_topnav.png);
  background-repeat: no-repeat;
}

#navHolder {
  position: relative;
  top: 0;
  clear: both;
  margin: 0 auto;
  width: 600px;
  height: 19px;
}


/* Title */

#TitleContainer {
  position: absolute;
  top: 25px;
  left: 0;
  width: 100%;
}
#Title {
  position: fixed;
  width: 100%;
  height: 94px;
  text-align: center;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/1106/back_title.png',sizingMethod='scale');
}
div#Title[id] {
  background-image: url(/images/1106/back_title.png);
  background-repeat: repeat-x;
  margin-top: 5px;
}
#Title img {
  position: relative;
  top: 4px;
}



/* Nav Slider */

#NavContainer {
  position: absolute;
  left: 0;
  top: 105px;
  height: 226px;
  width: 100%;
  overflow: hidden;
  display: none;
}
div#NavContainer[id] {
  position: fixed;
}

#navRelative {
  position: relative;
  top: 0;
  margin: 0 auto;
  width: 608px;
  height: 226px;
}
#navLabel {
  position: fixed;
  top: 110px;
  width: 608px;
  height: 226px;
  overflow: hidden;
}

#navPost {
  position: relative;
  top: -226px;
  clear: both;
  margin: auto 0;
  width: 608px;
  height: 226px;
}

#navSlider {
  position: absolute;
  width: 600px;
  height: 200px;
  padding: 0 4px;
  text-align: left;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/1106/back_navslider.png',sizingMethod='scale');
}
div#navSlider[id] {
  background-image: url(/images/1106/back_navslider.png);
  background-repeat: repeat-y;
}
#navSliderIn {
  position: absolute;
  padding: 8px;
  width: 584px;
  height: 184px;
  background-color: #000;
}
#navCloser {
  position: relative;
  width: 608px;
  height: 26px;
  top: 200px;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/1106/back_topnav-on.png',sizingMethod='image');
}
div#navCloser[id] {
  background-image: url(/images/1106/back_topnav-on.png);
  background-repeat: no-repeat;
}
#navPointer {
  position: absolute;
  width: 608px;
  height: 26px;
  top: 0;
  left: 0;
}

#CoverBack {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-position: 50% 0;
  background-color: #ccc;
  background-attachment: fixed;
  background-repeat: no-repeat;
  text-align: center;
  height: 50px;
}
div#CoverBack[id] {
  display: none;
}

.TopNavTabs {
  position: relative;
  width: 584px;
  height: 24px;
  font-size: x-small;
  text-transform: uppercase;
  font-weight: bold;
  font-family: arial;
  letter-spacing: 1px;
}
.TopNavTabs a {
  color: #ccc;
  text-decoration: none;
}
.TopNavTab {
  float: left;
  margin-right: 5px;
  text-align: center;
  width: 142px;
  height: 20px;
  padding-top: 4px;
}
.TopNavTabOn {
  background-color: #fc0;
}
.TopNavTabOff {
  background-color: #333;
}
#TopNavPostsBox,
#TopNavToolsBox, 
#TopNavCategoriesBox,
#TopNavLinksBox {
  position: relative;
}    
#TopNavToolsBox, 
#TopNavCategoriesBox,
#TopNavLinksBox {
  display: none;
}    
    
.listHead {
  position: relative;
  width: 574px;
  height: 17px;
  padding: 0 5px;
  background-color: #fc0;
}
.listHeadInitial {
  position: relative;
  float: left;
  width: 300px;
  height: 17px;
  top: 0;
  background-repeat: no-repeat;
}
#lhiPosts {
  background-image: url(/images/1106/back_navposts.png);
}
#lhiCats {
  background-image: url(/images/1106/back_navcat.png);
}
#lhiToolbox {
  background-image: url(/images/1106/back_navtoolbox.png);
}
#lhiSiteNav {
  background-image: url(/images/1106/back_navnav.png);
}
.listHeadSort {
  position: relative;
  float: right;
  font-size: xx-small;
  font-family: "lucida grande", verdana, arial, sans-serif;
  color: #333;
  padding: 3px 5px 0px 0px;
}
.listHeadSort p {
  position: relative;
}

.navBox {
  position: relative;
  width: 578px;
  height: 138px;
  padding: 0 3px 3px 3px;
  background-color: #fc0;
}
.navBoxIn {
  position: relative;
  width: 564px;
  height: 125px;
  background-image: url(/images/1106/back_navsliderin.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: #efefef;
  border-top: 1px solid #999;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #999;
  padding: 5px;
  margin: 0;
  font-family: "lucida grande",verdana,sans-serif;
  font-size: small;
  overflow: auto;
}
.navBoxIn p {
  float: left;
  width: 171px;
  padding: 0 10px 5px 0;
}
.module-feed {
  float: left;
  clear: both;
  margin-bottom: 20px;
  width: 546px;
}
.module-content h3 a {
  color: #000;
}
.module-content p {
  width: 530px;
  padding: 8px;
}
.module-content ol {
  list-style-type: decimal;
  list-style-position: inside;
}
.module-content ol li {
  display: list-item;
  position: relative;
  float: left;
  width: 150px;
  height: 1.0em;
  margin-left: 20px;
  font-size: 2.5em;
  color: #ccc;
  font-family: "arial black", arial, sans-serif;
  font-weight: bold;
}
.module-content ol li ul {
  list-style-type: none;
  display: list;
  position: absolute;
  top: 0.5em;
  left: -40px;
}
.module-content ol li ul li {
  font-size: 0.4em;
  font-weight: normal!important;
  font-family: "lucida grande", verdana, arial, sans-serif;
  height: 2.0em;
}

#Content {
  width: 608px;
  margin: 0 auto;
  padding-top: 150px;
}
div#Content[id] {
  top: 150px;
}

.BlogPost {
  margin: 25px 0;
}
.BlogHead {
  width: 600px;
  padding: 1px 4px 0 4px;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/1106/back_blogtop.png',sizingMethod='scale');
}
div.BlogHead[class] {
  background-image: url(/images/1106/back_blogtop.png);
  background-repeat: no-repeat;
}
.BlogHeadIn {
  width: 600px;
  margin: 0;
  padding: 20px 0 0 0;
  background-color: #f00; 
  text-align: left;
}
.BlogHeadIn h1 {
  position: relative;
  bottom: -0.25em;
  letter-spacing: 2px;
  overflow: visible;
  font-weight: normal;
  font-size: 2.2em;
  font-family: arial, helvetica, sans-serif;
  padding-left: 20px;
}  
.BlogHeadIn h1 a {
  color: #000;
}
.BlogHeadIn h1 a:hover {
  color: #fff;
}
.BlogDate {
  width: 600px;
  padding: 0 4px;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/1106/back_blogcopy.png',sizingMethod='scale');
}
div.BlogDate[class] {
  background-image: url(/images/1106/back_blogcopy.png);
  background-repeat: repeat-y;
}
.BlogDateIn {
  width: 600px;
  margin: 0;
  padding: 0 0 10px 0;
  background-color: #ddd; 
  text-align: right;
}
.BlogDateIn h2 {
  position: relative;
  top: -0.2em;
  overflow: visible;
  font-weight: bold;
  font-size: 1.5em;
  color: #f00;
  font-family: arial, helvetica, sans-serif;
  padding-right: 20px;
}  
.BlogCopy {
  width: 600px;
  padding: 0 4px;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/1106/back_blogcopy.png',sizingMethod='scale');
}
div.BlogCopy[class] {
  background-image: url(/images/1106/back_blogcopy.png);
  background-repeat: repeat-y;
}
.BlogCopyIn {
  width: 600px;
  margin: 0;
  padding: 10px 0 50px 0;
  background-color: #fff; 
  text-align: left;
}
.BlogCopyIn p {
  font-weight: normal;
  font-size: 1.5em;
  padding: 0 20px 10px;
  color: #333;
  font-family: "lucida grande", verdana, arial, helvetica, sans-serif;
}  
.BlogCopyIn ul li {
  font-weight: normal;
  font-size: 1.5em;
  padding: 0 20px 10px;
  color: #333;
  font-family: "lucida grande", verdana, arial, helvetica, sans-serif;
  margin-left: 40px;
}
.BlogCopyIn ol li {
  font-weight: normal;
  font-size: 1.5em;
  padding: 0 20px 10px;
  color: #333;
  font-family: "lucida grande", verdana, arial, helvetica, sans-serif;
  margin-left: 40px;
}  
  
.BlogCopyIn h3 {
  font-weight: normal;
  font-size: 1.8em;
  padding: 20px 20px 10px 20px;
  color: #000;
  font-family: helvetica, arial, sans-serif;
  letter-spacing: 1px;
}  
.BlogCopyMore {
  display: block;
  height: 150px;
  background: url(/images/1106/back_filler.png) no-repeat;
}
p.BlogExtended {
  padding: 10px 20px 20px;
}
.BlogMeta {
  width: 600px;
  padding: 0 4px 2px;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/1106/back_blogmeta.png',sizingMethod='scale');
}
div.BlogMeta[class] {
  background-image: url(/images/1106/back_blogmeta.png);
  background-repeat: no-repeat;
  background-position: bottom center;
}
.BlogMetaIn {
  width: 600px;
  margin: 0;
  background-color: #ddd; 
  text-align: center;
}
.BlogMetaIn p {
  font-weight: normal;
  font-size: 0.9em;
  color: #000;
  padding: 6px 20px;
  font-family: "lucida grande", verdana, arial, helvetica, sans-serif;
}  
.BlogComments {
  position: relative;
  width: 600px;
  padding: 0 4px;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/1106/back_blogcopy.png',sizingMethod='scale');
}
div.BlogComments[class] {
  background-image: url(/images/1106/back_blogcopy.png);
  background-repeat: repeat-y;
  background-position: bottom center;
}
.BlogCommentsHead {
  width: 600px;
  margin: 0;
  background-color: #efefef; 
  text-align: left;
  border-top: 1px solid #dedede;
}
.BlogCommentsHead h3 {
  font-weight: normal;
  font-size: 1.6em;
  color: #000;
  padding: 20px 20px 10px 20px;
  font-family: helvetica, arial, sans-serif;
  letter-spacing: 2px;
}  
.BlogCommentTopQuote,
.BlogCommentBtmQuote {
  position: absolute;
  font-size: 8.0em;
  color: #ccc;
  font-family: georgia, serif;
}
.BlogCommentTopQuote {
  top: 30px;
  left: 10px;
}
.BlogCommentBtmQuote {
  bottom: -20px;
  right: 10px;
}
.BlogCommentsCopy {
  width: 600px;
  margin: 0;
  background-color: #efefef; 
  text-align: left;
}
.BlogCommentsCopy p {
  position: relative;
  font-weight: normal;
  font-size: 1.5em;
  color: #000;
  padding: 4px 20px;
  font-family: "lucida grande", verdana, arial, helvetica, sans-serif;
}  
.BlogCommentsMeta {
  width: 600px;
  margin: 0;
  background-color: #efefef; 
  text-align: left;
}
.BlogCommentsMeta p {
  font-weight: normal;
  font-size: 0.9em;
  color: #000;
  padding: 4px 20px 20px 20px;
  font-family: "lucida grande", verdana, arial, helvetica, sans-serif;
}  
.BlogComments input.formsText {
  width: 400px;
  font-family: 'lucida grande', arial, sans-serif;
  font-size: 1.5em;
  padding: 3px;
  border: 1px solid #ccc;
}
.BlogComments textarea.formsTextarea {
  width: 550px;
  font-family: 'lucida grande', arial, sans-serif;
  font-size: 1.5em;
  padding: 3px;
  border: 1px solid #ccc;  
}


.BlogMetaIn {
  width: 600px;
  margin: 0;
  background-color: #ddd; 
  text-align: center;
}
.BlogMetaIn p {
  font-weight: normal;
  font-size: 0.9em;
  color: #000;
  padding: 6px 20px;
  font-family: "lucida grande", verdana, arial, helvetica, sans-serif;
}  


#Footer {
  position:relative;
  text-align: left;
  width: 100%;
  height: 85px;
  background-color: #000;
}
div#Footer[id] {
  top: 150px;
}
#Copyright {
  position: absolute;
  top: 10px;
  left: 0;
  padding: 5px 0;
  width: 100%;
  background-color: #fc0;
  font-family: "lucida grande", verdana, arial, helvetica, sans-serif;
  font-size: 0.9em;
  color: #666;
  text-align: center;
}

/* FEEDS */

#FeedsHolder {
  position: absolute;
  width: 217px;
  top: 40px;
  left: 10%;
}
#FeedsOff, #Feeds {
  position: fixed;
}
#Feeds {
  display: none;
}
#FeedsButton {
  position: absolute;
  top: 0;
  left: 0;
  width: 72px;
  height: 72px;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/1106/button_GDshadow.png',sizingMethod='image');
}
div#FeedsButton[id] {
  background: url(/images/1106/button_GDshadow.png) no-repeat;
}
#FeedsTop {
  position: relative;
  width: 213px;
  height: 24px;
  top: 0;
  left: 4px;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/1106/feeds_top.png',sizingMethod='crop');
}
div#FeedsTop[id] {
  background: url(/images/1106/feeds_top.png) no-repeat;
}
#FeedsShadow {
  position: relative;
  width: 217px;
  height: 300px;
  top: 0;
  left: 0;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/1106/feeds_shadow.png',sizingMethod='scale');
}
div#FeedsShadow[id] {
  background: url(/images/1106/feeds_shadow.png) repeat-y;
}
#FeedsBody {
  position: relative;
  top: 0;
  width: 209px;
  height: 300px;
  margin: 0 4px;
  background: url(/images/1106/feeds_body.png) repeat-y;
}
#FeedsBottom {
  position: relative;
  width: 217px;
  height: 17px;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/1106/feeds_bottom.png',sizingMethod='image');
}
div#FeedsBottom[id] {
  background: url(/images/1106/feeds_bottom.png) no-repeat;
}

#FeedsNav {
  position: absolute;
  top: 45px;
  left: 8px;
  width: 56px;
  height: 250px;
}
.FeedsLink {
  margin-bottom: 16px;
}
.Feeds {
  position: absolute;
  top: 0;
  left: 64px;
  width: 122px;
  height: 290px;
  overflow: auto;
  padding: 5px 5px 5px 10px;
  text-align: left;
}
.Feeds p {
  font-size: 1.2em;
  margin-bottom: 5px;
}
.Feeds #IndicatorGD,
.Feeds #IndicatorLA,
.Feeds #IndicatorLCC,
.Feeds #IndicatorVOX,
.Feeds #IndicatorFLK {
  position: absolute;
  width: 6px;
  height: 8px;
  left: 2px;
}
.Feeds #IndicatorGD {
  top: 45px;
}
.Feeds #IndicatorLA {
  top: 86px;
}
.Feeds #IndicatorLCC {
  top: 127px;
}
.Feeds #IndicatorFLK {
  top: 168px;
}
.Feeds #IndicatorVOX {
  top: 209px;
}
#LCC,
#LA,
#VOX,
#FLK {
  display: none;
}
