/***************************************************
     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.
 ***************************************************/


/***************************************************
   HTML Element Styles
 ***************************************************/

html {
  margin: 20px;
}

body {
  text-align: center;
  font-family: arial, helvetica, sans-serif;
  font-size: 0.9em;
  color: #333;
  background-color: #fff;
}

h1 {
  clear: both;
  padding: 5px 0 12px 10px;
  margin: 0px 100px 0px 0px;  
  font-size: 2em;
  font-weight: normal;
  letter-spacing: -1.5px;
}

h2 {
  padding: 5px 0 12px 10px;
  margin: 0;  
  font-size: 2em;
  font-weight: normal;
  letter-spacing: -1.5px;
  color: #333;
}  

h3 {
  font-size: 1.5em;
  letter-spacing: -1px;
  font-weight: normal;
}

em, i {
  font-style: italic;
}

strong, b {
  font-weight: bold;
}

div#accessibility {
   display: none;
}

div#content h2 a{
  text-decoration: none;
  color: #888;
}

p {
  line-height: 1.5em;
  padding: 5px 0 2px 5px;
  margin: 5px 0 5px 0;
}

p:first-letter {
  font-size: 1.2em;
}

p.attribution {
  font-style: italic;
  text-align: right;
  padding: 2px 0px 0px 5px;
  margin: 0px 0px 2em 0px;
  border-top: thin dashed #AAA;
  border-bottom: thin solid #AAA;
  color: #AAA;
  clear: right;
}

p.permalink {
  padding: 2px 5px;
  margin: 0px 0px;
  color: #222;
   clear: right;
}

#blocks p {
  padding: 8px;
}


a img {
  border: 0px;
}


a {
  color: #56B600;
  text-decoration: none;
}

a:hover {
  color: #99cc00;
  background-color: #DDD;
}

#content a:hover,
#footer  a:hover {
  background-color: white;
} 

ul, ol {  
  padding-bottom: 8px;
  line-height: 20px;
}

ul {
  list-style-image: url(/images/softcell/li_bullet.gif);
}

acronym {
  border-bottom: 1px solid #BBB;
  cursor: help;
}


form, input {
  padding: 0px;  
  margin: 0px;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th, td {
  border: thin solid #bbb;
  text-align: left
}

table caption {
  margin-top: 1em;
  font-size: 1.2em;
  letter-spacing: -1px;
  font-weight: normal;
  text-align: left
}

/***************************************************
   Site Layout Container:
   -------------------------------------------
   adjust width attribute if you would like to
   make the site wider, but make sure to also
   adjust either #news or #text widths as well.
 ***************************************************/

body {
  width: 748px;
  margin: 0px auto;
  text-align: left;
}


/***************************************************
   Header Styles
   --------------------------------------------
   Change main header image with #header
   background attribute.
 ***************************************************/


div#header {
  height: 138px;
  width: 748px;
  background-image: url(/images/softcell/hdr_district_new.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #4d1979;
}

div#header h1 {
  padding: 10px 0 0 10px;
  font-size: 2.5em;
  line-height: 0.9em;
  letter-spacing: -1.5px;
  color: #FFF;
}

div#header h2 {
  clear: both;
  margin: 0 0 -10px 0;  
  font-size: 1.0em;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0px;
  padding: 0 0 0 12px;
  color: #FFF;
}

div#header a {
  text-decoration: none;
  color: #FFF;
}

div#header a:hover {
  color: #BBB;
  background-color: transparent;
}



/***************************************************
   Top Tabbed Menu Styles
 ***************************************************/

div#navbar {
  text-align: center;
  margin: 0px 20px 20px;
  font-size: 90%;
  min-height: 20px;
}

div#navbar a {
  width: 12.5%;
  padding: 6px 0px 0px 0px;
  text-decoration: none;
  text-transform: uppercase;
  color: #666;
  display: block;
  float: left;
}

div#navbar a:hover, div#navbar a.active {
  background: url(/images/softcell/menu_tab.png) no-repeat top center;
}

div#navbar a.active:hover, div#navbar a.active {
  color: black;
  background: url(/images/softcell/menu_tab_dark.png) no-repeat top center;
}




/***************************************************
   Left Blocks Column
   -------------------------------------------
   1. Change to right side column by altering
      #news float attribute
   2. If you widen the #siteBox, also increase
      #news or #text width attribute
 ***************************************************/


div#blocks {
  float: left;
  width: 200px;
  padding: 0px 20px 0px 0px;
}

div.block {
  margin-bottom: 20px;
  padding: 20px 0 0 0;
  background: #ddd url(/images/softcell/block_top_new.png) no-repeat top center;
}

div.block_outline {
  margin-bottom: 20px;
  padding: 0px;
  background: white;
}


div.block h2 {
  font-size: 1.5em;
  font-weight: normal;
  letter-spacing: -1px;
  padding: 0px 0px 0.2em 20px;
}


div.bottom {
  height: 20px;
  background: #DDD url(/images/softcell/block_bottom_new.png) no-repeat bottom center;
}

div.top_outline {
  height: 20px;
  background: #DDD url(/images/softcell/block_top_new_outline.png) no-repeat bottom center;
}

div.middle_outline {
  background: #fff url(/images/softcell/block_middle_new_outline.png) repeat-y center;
  text-align: center;
}

div.bottom_outline {
  height: 20px;
  background: #DDD url(/images/softcell/block_bottom_new_outline.png) no-repeat bottom center;
}

div.block div.links {
  margin: 0px 0px;
}

div.block div.links a {
  display: block;
  padding: 6px 20px;
  text-transform: uppercase;
  text-decoration: none;  
}


div.block  a:hover {
  background: #ddd url(/images/softcell/link_news_new.png) no-repeat center center;
}

div.block dl {
  margin: 0px;
  padding: 0px;
}

div.block dt {
  font-size: 105%;
  text-transform: uppercase;
  padding: 0.2em 0px 0px 20px;
}

div.block dd {
  font-size: 0.9em;
  margin: 0px;
  padding: 0.2em 30px;
}

div.block dl a:hover {
background: none;
}  

div.block dd:hover, div.block p:hover {
  background: #DDD url(/images/softcell/link_news_new.png) no-repeat center center;
}

div.block dd a {
  text-decoration: none;  
}

div.block p {
  margin: 0px 0px 0px 10px;
  padding: 0px 0px 0px 0px;
  line-height: 20px;
  text-transform: uppercase;
}

div.block p:first-letter {
  font-size: 1em;
}

/***************************************************
   Right Content Column
   -------------------------------------------
   1. Change to left side column by altering
      #text float attribute
   2. If you widen the #siteBox, also increase
      #news or #text width attribute
 ***************************************************/

#content {
  float: left;
  width: 510px;
}

#content h2 {
  padding: 5px 0px 5px 0px;
}

/***************************************************
   Footer Styles
 ***************************************************/

address {
  font-style: normal;
  clear: both;
  height: 100px;
  padding: 20px 20px;
  margin: 20px 60px 0px 0px;  
  background: url(/images/softcell/block_footer_new.png) no-repeat top left;
}

address p:first-letter {
  font-size: 1em;
}

address p {
  line-height: 1.25em;
  padding: 0em 0em 0.5em 0em;
  margin: 0px;
}

address p.designer {
  font-style: italic;
  font-size: smaller;
}



/***************************************************
   Large <ul> Link Styles
   --------------------------------------------
   Creates the large links blocks that can be
   used in the #text section
 ***************************************************/


ul.link {
  float: left;
  padding: 0px;
  margin: 0px;
}

ul.links li {
  float: left;
  list-style-type: none;
  list-style: none;
}

ul.links li a {
  float: left;
  width: 370px;
  padding-top: 5px;
  margin: 0px;  
  cursor: pointer;
  text-decoration: none;
}

ul.links li a:hover {
  background: #DDD url(/images/softcell/link_top.png) no-repeat top center;
}

ul.links li a span.title {
  display: block;
  margin-left: 11px;
  text-indent: 20px;  
  background: url(/images/softcell/link_arrow.png) no-repeat center left;
}

ul.links li a span.desc {
  float: left;
  width: 350px;
  padding-right: 3px;
  margin-left: 10px;
  color: #666
}

ul.links li a span.bottom {
  display: block;
  height: 18px;
  clear: both;
}

ul.links li a:hover span.bottom {
  background: #EEE url(/images/softcell/link_bottom.png) no-repeat top center;
}




/***************************************************
   Display Classes
 ***************************************************/

.date {
  display: block;
  text-transform: uppercase;
  color: #56B600;
}

p.quote {
  float: left;
  padding: 8px 0 0 8px;
  margin: 5px 0 20px 5px !important;
  margin: 5px 0 10px 3px;
  background: #FEFADE url(/images/softcell/quote_top.png) no-repeat top right;
  border-left: 2px solid #FEE456;
}

p.quote span.bottom {
  float: right;
  width: 20px;
  background: url(/images/softcell/quote_bottom.png) no-repeat bottom right;
}

img.right {
  float: right;
  padding: 3px;
}

img.left {
  float: left;
  padding: 3px;
}

.grey {
  color: #AAA;
}

a {
  color: #4d1979;
}

a:hover {
  color: #9c0;
}


/*.ol {
 # display: list-item;
 # list-style-type: decimal;
#}
*/

h3.ol:before { 
  content: ""counter(h3ol)". ";
  counter-increment: h3ol;
}

#content div.article_image_thumbnail img
{
  float: right;
  margin-left: 5px;
}

#content div.article_image
{
  text-align: center;
}


