a
{
  text-decoration: none ! important;
}
Label {
  Float: Left;
  Width: 100px;
  }
.Action
{
  Padding-Left: 100px;
}
.Action .Submit
{
  padding: 2px;
  margin: 5px 0px;
  border: 1px solid #FFF ! Important;
}
#xNavigationArea .ScrollList
{
  border: 1px solid #666;
  width: 120px;
  min-height: 20px;
  max-height: 70px;
  overflow-y: auto;
  padding: 5px;
}
H2
{
  font-weight: bold;
  font-size: 12px ! Important;
  padding: 3px 6px;
  border: 1px solid #AAA;
}
.post h4
{
  font-size: 12px;
  margin: 20px 0px 5px 0px;
}
.post p
{
  margin: 5px 0px 10px 0px;
}

#NavigationArea .title, #NavigationArea h2 {
  Font: Bold 12px/16px Arial,sans-serif;
  Padding: 5px;
  Border: None 0px Transparent;
  Margin: 10px 0px 0px -4px;
  }
#NavigationArea UL {
  margin-left: 0px;
  }
#NavigationArea LI {
  list-style-type: none;
  }

  div.TagCloud {
    Padding: 10px;
    Margin-Top: -30px;
    }
  .TagCloud h3 {
    Font: Bold 12px/16px Arial,sans-serif;
    Padding: 5px;
    Border: Solid 1px #AAA;
    Margin: 10px 0px 0px -6px;
    }
  #tag-cloud {
    Font: 11px/14px Arial,sans-serif;
    Padding: 10px 0px;
    Margin: 0px;
    }
  .tag-style-1 {
    font-size:.8em;
    font-weight:normal;
    }
  .tag-style-2 {
    font-size:1em;
    font-weight:normal;
    }
  .tag-style-3 {
    font-size:1.05em;
    font-weight:bold;
    }
  .tag-style-4 {
    font-size:1.1em;
    font-weight:normal;
    }
  .tag-style-5 {
    font-size:1.15em;
    font-weight:bold;
    }
  .tag-style-6 {
    font-size:1.2em;
    font-weight:bold;
    }
  .tag-style-7 {
    font-size:1.3em;
    font-weight:bold;
    }

body
{
  /*the entire page*/
}
#blogStats
{
  /* the container for statistics for your blog */
}
#container
{
  /* this is the outermost container for Subtext
  all elements reside within here */
}
#header
{
  /* container for the header */
}
#header .title
{
  font-family: arial, helvetica;
  font-size: 20px;
  line-height: 40px;
  /* page header title */
}
#header .subtitle
{
  font-size: 12px;
  line-height: 12px;
  /* header subtitle */
}
#navigation
{
  /*the section that holds all the links to various parts of the site
  such as archives, categories, and blogroll */
  float:right;
}

#content
{
  /* this region is where the main page content will be loaded
  it can have posts, archives, category listings, etc. */
}
#news
{
  /*container for the news announcement */
}
#news .title
{
  /*title of the news announcement*/
}
#news .body
{
  /* the body of the news announcement */
}
#footer
{
  /* bottom of all pages */
}
#footer .copyright
{
  /* copyright information in the footer */
}
#gallery
{
  /* container for galleries */
}
#gallery .title
{
  /* the title of the gallery */
}
#gallery .description
{
  /* the description of the gallery */
}
#gallery .thumbnails
{
  /* contains all the thumbnails for the gallery */
}
#gallery  .thumbnail
{
  /* specific formatting for each individual thumbnail */
}
#postComment
{
  /* the container for the form where people can input comments */
}
#postComment .title
{
  /* the title of the comment form */
}
#searchBox
{
  padding: 8px;
  /* container for the searchbox */
}
#searchBox .searchInput
{
  font-size: 10px;
  padding: 2px;
  width: 155px;
  height: 15px;
  vertical-align: middle;
  border: 1px solid #333;
  margin-right: 5px
  /* the text box that search terms are typed into */
}
#searchBox .searchButton
{
  cursor: pointer;
  background-image: url('/images/ignia/navigation/ancillary/find1.gif');
  background-color: transparent;
  font-size: 11px;
  border: 0px;
  height: 17px;
  width: 17px;
  vertical-align: middle;
  /* the button pressed to initiate the search */
}
#searchBox .item
{
  padding-left: 15px;
}
.links
{
  /* The primary container for each navigation section
  (such as Archives, Categories, etc) */
}
.links .title
{
  font-weight: bold;
  padding-top: 15px;
  /* The title of each navigation section */
}
.links ul
{
  /* the styling for unorderd lists inside the links container */
}
.links ul li
{
  /* listed items in unordered lists in links */
}
.links a:Hover
{
  text-decoration: underline !important;
}
#recentComments
{
  /* container for recent comments control */
}
.comments
{
  /* container for all comments */
}
.comment
{
  /* container for individual comment */
}
.comment .title
{
  /* title of comment */
}
.comment .author
{
  /* author of comment */
}
.comment .postedDate
{
  /* comment date posted */
}
.comment .content
{
  /* main body of comment */
}
.day
{
  /* container for the view of posts by day */
}
.day .date, .day .date a
{
  /* the date being viewed */
}
.day .post .title, .posts .post .title
{
  margin: 25px 0px 5px 0px;
  font-weight: bold;
  font-size: 14px;
  border-bottom: 1px solid #555;
}
#myLinks
{
  /* container for the MyLinks */
}
#myLinks .title
{
  /* the title of the MyLinks section */
}
#myLinks .links
{
  /* the links contained in the MyLinks section */
}
.posts
{
  /* container for a list of posts - not used on main page*/
}
.post
{
  /* the container for a single post */
}
.post .title
{
  /* the title of a post */
}
.post .body
{
  /* the body of a post */
}
.post .info
{
  /* the footer information of each post */
  padding-top: 15px;
}
.day .post .info
{
  /* the footer information of each post */
  padding-top: 0px;
}
.post .trackback
{
  /* the trackback / ping area of a post */
}
.previousNext
{
  /* the links that lead to the next and previous story */
}
.required
{
  /*information that should be marked as required */
}
.singleImage
{
  /* container for viewing a single image in the gallery */
}
.singleImage .title
{
  /* title of single image */
}
.singleImage .image
{
  /* image being displayed */

}
.Inputs input, .Inputs textarea, .Submit
{
  font-family: verdana, arial, helvtica;
  border: 1px solid #4B4B4B;
  font-size: 10px;
  background-color: #AAA ! Important;
}
.Inputs input, .Inputs textarea
{
  width: 275px;
}
.Checkbox, .Checkbox input
{
  background-color: transparent ! Important;
  width: auto;
  border: 0px;
}
.Inputs textarea
{
  height: 100px;
}