/***************************************************
   AUTHOR: Pat Heard ( FullAhead.org )
TEMPLATE: Softened Cells
       DATE: 2005.08.26
         USE: Free use as long as this notice is
                 kept in place.  If you would like 
                 to remove it, please contact me at
                 http://fullahead.org/contact.html.
 ***************************************************/

/***************************************************
 Ported to Textpattern with a little Magic Dust by
 Stuart http://thebombsite.com/ Please honour the
 above terms of use. :)
 ***************************************************/


/***************************************************
   Global
   ---------------------------
   Used to set all browser defaults to a similar
   position. Helps if they all start off from the
   same place.
 ***************************************************/

* {
  margin:0;
  padding:0;
}




/***************************************************
   HTML Element Styles
 ***************************************************/

body {
  margin: 10px;
  text-align: center;
  font-family: arial, verdana, sans-serif;
  font-size: 0.62em !important;
  font-size: 1.0em;
   font-weight normal;
  color: #000;
  background-color: #336699;
}

#accessibility {
  position: absolute;
  top: -10000px;
}

p {
  line-height: 20px;
  padding: 5px 0 5px 5px;
  margin: 5px 0 5px 5px;
}

a {
  color: #0066cc;
}

a:hover {
  color: #326901;
  background-color: #DDD;
}

#sidebar a:hover, #footer a:hover {
  color: #326901;
  background-color: #CCC;
}

ul, ol {  
  padding-bottom: 4px;
  line-height: 20px;
  list-style-position: inside;
}

ul {
  list-style-image: url(/images/8.gif);
}


acronym {
  border-bottom: 1px solid #BBB;
  cursor: help;
}




/***************************************************
   Site Layout Container:
   -------------------------------------------
   adjust width attribute if you would like to
   make the site wider, but make sure to also
   adjust either #sidebar or #content widths as well.
 ***************************************************/

#wrapper {
  width: 688px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}




/***************************************************
   Header Styles
   --------------------------------------------
   Change main header image with #header
   background attribute. This demo uses both
   of the included images by having a #header2
   id called by the archive page template. Unless
   you intend to use different images you can remove
   all #header2 references for clarity but remember to
   change the archive page template as well.
 ***************************************************/

#header {
  height: 244px;
  background: url(/images/93.gif) no-repeat top center;
}

#header h1 {
  padding: 5px 0 12px 10px;
  margin-bottom: 5px;  
  font-size: 2em;
  font-weight: normal;
  letter-spacing: -1.5px;
}

#header .title {
  padding: 5px 0 0 5px;
  font-size: 2.5em;
  line-height: 0.9em;
  letter-spacing: -1.5px;
  color: #EEE;
}

#header .subTitle {
  padding-left: 12px;
  color: #EEE;
}

#header .title a {
  text-decoration: none;
  color: #EEE;
}

#header .title a:hover {
  color: #BBB;
  background-color: transparent;
}




/***************************************************
   Top Tabbed Menu Styles
 ***************************************************/

#menu {
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 20px;
}

#menu a {
  padding: 6px 20px 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  color: #EEE;
}

#menu a:hover {
  background: url(/images/58.gif) no-repeat bottom center;
}

#menu span.active {
  padding: 6px 20px 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  background: url(/images/59.gif) no-repeat bottom center;
}




/***************************************************
   Sidebar Column
   -------------------------------------------
   1. Change to right side column by altering
      #sidebar float attribute

   2. If you widen the #siteBox, also increase
      #sidebar or #content width attribute
 ***************************************************/

#sidebar {
  float: left;
  width: 200px;
  padding-right: 10px;
}

#sidebar .block {
  margin-bottom: 20px;
  background: #cccccc url() no-repeat top center;
}

#sidebar h3 {
  padding: 5px 0 0 10px;
  font-size: 2em;
  font-weight: normal;
  letter-spacing: -.5px;
  color: #111111
}

#sidebar p {
  padding: 8px;
  font-size: 1.3em;
  color: #000
}

#sidebar .block .bottom {
  height: 28px;
  background: #cccccc url() no-repeat bottom center;
}

#sidebar .links {
  margin: 10px 0 10px 0;
}

#sidebar .links a {
  display: block;
  padding: 6px 0 6px 20px;
  text-transform: uppercase;
  text-decoration: none;  
}

#sidebar .links a:hover {
  background: #DDD url(/images/13.gif) no-repeat center center;
}

#sidebar a img {
  border: 0px;
}




/***************************************************
   Content Column
   -------------------------------------------
   1. Change to left side column by altering
      #content float attribute
   2. If you widen the #siteBox, also increase
      #news or #text width attribute
 ***************************************************/

#content {
  float: right;
  width: 470px;
  background-color: #DDD;
}

#content p {
  text-align: justify;
  clear: both;
  font-size: 1.3em;
  font-weight: normal;
  margin-left: 5px;
  margin-right: 10px;
}

#content h2 {
  padding: 5px 0 0 5px;
  margin-bottom: 0px;  
  font-size: 2em;
  font-weight: normal;
  letter-spacing: -.5px;
  color: #000
  background: url(/images/5.jpg) no-repeat bottom center;
}

#content h2 a, #content h2 a {
  text-decoration: none;
}

#content h3 {
  padding: 5px 0 0 5px;
  font-size: 2em;
  font-weight: normal;
  letter-spacing: -.5px;
}

#pagenav p {
  text-align: center;
  margin-top: 10px;
}

.paging a, .articlenav a {
  padding: 5px 10px 5px 10px;
  border-top: 1px solid #56B600;
  border-bottom: 1px solid #56B600;
  text-decoration: none;
}




/***************************************************
   Footer Styles
 ***************************************************/

#footer {
  clear: both;
  height: 80px;
  width: 375px;
  margin-top: 20px;
  margin-bottom: 20px;  
  background-color: #DDD
}

#footer p {
  padding: 1px 15px 0 0;
  text-align: right;
}




/***************************************************
   Large <ul> Link Styles
   --------------------------------------------
   Creates the large links blocks that can be
   used in the #content section
 ***************************************************/


ul.links {
  float: left;
}

ul.links li {
  float: left;
  list-style-type: none;
  list-style: none;
}

ul.links li a {
  float: left;
  width: 370px;
  padding-top: 5px;
  cursor: pointer;
  text-decoration: none;
}

ul.links li a:hover {
  background: #DDD url(/images/14.gif) no-repeat top center;
}

ul.links li a span.title {
  display: block;
  margin-left: 11px;
  text-indent: 20px;  
  background: url(/images/11.gif) no-repeat center left;
}

ul.links li a span.desc {
  float: left;
  width: 350px;
  padding-right: 3px;
  margin-left: 10px;
  color: #006600
}

ul.links li a span.bottom {
  display: block;
  height: 18px;
  clear: both;
}

ul.links li a:hover span.bottom {
  background: #EEE url(/images/12.gif) no-repeat top center;
}




/***************************************************
   Display Classes
 ***************************************************/

.date {
  display: block;
  text-transform: uppercase;
  color: #56B600;
}

blockquote {
  margin-left: 20px;
  background: #FEFADE url(/images/18.gif) no-repeat top right;
  border-left: 2px solid #FEE456;
}

blockquote p {
  background: url(/images/17.gif) no-repeat bottom right;
  padding: 8px;
}

p.right img {
  float: right;
  padding: 3px;
}

p.left img {
  float: left;
  padding: 3px;
}

.grey {

  color: #AAA;
}

.postmeta {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  font-weight: bold;
}

.posttitle {
  margin: 0px 0px 0px 0px;
}


/***************************************************
    Comments
 ***************************************************/

ol.comments {
  margin: 1.2em 0 1.2em 0;
  border-bottom: 1px solid #56B600;
  list-style-type: none;
}

ol.comments li {
  border-top: 1px solid #56B600;
  padding: 1px 0 1px 0;
}

.commenttitle {
  font-size: 1.1em;
}

.commentmeta {
  font-size: 0.9em;
  color: #999;
}

.comments {
  width: 98%;
}




/***************************************************
    Comment Entry Form
 ***************************************************/

form#txpCommentInputForm {
  margin-top: 40px;
}

form#txpCommentInputForm p {
  margin: 0;
  padding: 0;
}

input#forget, input#remember {
  margin-right: 5px;
}

textarea.txpCommentInputMessage {
  height: 200px;
  width: 275px;
  margin-bottom: 10px;
}

p#txpCommentInputForm {
  width: 300px;
  text-align: center;
  font-weight: bold;
  padding: 10px 0 10px 0;
  border-top: 1px solid #E8E7D0;
  border-bottom: 1px solid #E8E7D0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}  
