body {
      background: #191919;
      color: #ccc;
}

h1, h2, h3, h4 {      background: transparent;
      color: #fff;}a:link, a:visited {
      background: transparent;
      color: #4bd700;
}

a:hover, a:active {
      background: transparent;
      color: #ff00b4;
}

#pageHeader {
      background: url(../../images/shamrocks.jpg);
      height: 86px;
      border-bottom: 1px solid #191919;
}

#pageHeader h1 {
      background: transparent;
      color: #fff;
}

#pageHeader h2 {
      background: transparent;
      color: #fff;
}

#sidebarContainer {
}

#navcontainer {
      background: transparent;
      color: #fff;      border-top: 0px solid #4bd700;      border-bottom: 0px dotted #4bd700;
      padding-bottom: 20px;
}

#navcontainer #current {
      background: transparent;
      color: #fff;
}

#navcontainer .currentAncestor {
}

/*parent level 0*/

#navcontainer li {
      background: transparent;
      color: #fff;
}

#navcontainer a {
      background: transparent;
      color: #4bd700;
}

#navcontainer a:hover, #navcontainer a:active {
      background: transparent;
      color: #ff00b4;
}

/*child level 1*/

#navcontainer ul ul {
}

#navcontainer ul ul li {
}

#navcontainer ul ul a {
      background: transparent;
      color: #4bd700;
}

#navcontainer ul ul a:hover, #navcontainer ul ul a:active {
      background: transparent;
      color: #ff00b4;
}

#sidebarContainer .sideHeader {
      color: #fff;
}

#container {
      border-top: 0px solid #999;}

#contentContainer {
      background: transparent;
}

#contentContainer #content {
      background: transparent;
}

#footer {      background: transparent;      padding: 20px 0 20px 0;      border-top: 1px solid #333;
}#footer p {      background: transparent;      color: #4bd700;      text-align: center;}#footer a:link, #footer a:visited {      text-decoration: none;}#footer a:hover, #footer a:active {      text-decoration: none;}      
.blog-archive-month {
      background: transparent;
      color: #fff;
}

.blog-entry {      background: transparent;
      color: #ccc;      border-bottom: 1px dotted #4bd700;
}

.blog-entry-title {
      background: transparent;
      color: #fff;
}

.blog-entry-date {
      background: transparent;
      color: #fff;
}
blockquote, .standout {
      border-left: 4px solid #4bd700;
      background: transparent;
}
