/***************************************************
     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
 ***************************************************/

body {
  margin: 20px;
  text-align: center;
  font-family: verdana, arial, sans-serif;
  font-size: 0.62em;
  color: #000;
  background-color: #fff;
}

h1 {
  clear: both;
  padding: 5px 0 12px 10px;
  margin: 0;  
  font-size: 22px;
  font-weight: bold;
  text-transform: lowercase;
  letter-spacing: -0.5px;
  color: #000;
}

#text h1 {
  padding: 5px 0 5px 0px;
  color: #000;
  border-bottom: 1px solid #dee3e7;
}

h2 {
  clear: both;
  padding: 2px 0 2px 0px;
  margin: 0 0 -10px 0;  
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #004faf;
}

#text h2 {
  text-decoration:underline;
}

p {
  line-height: 20px;
  padding: 8px 0 8px 5px;
  margin: 5px 0 5px 0;
  font-size: 11px;
}

p:first-letter {
  font-size: 14px;
  text-transform: lowercase;
}

#news p {
  padding: 8px;
}

a {
  color: #000;
}

a:hover {
  color: #004faf;
  background-color: #dee3e7;
}


/*#news   a:hover,
#footer a:hover {
  background-color: #CCC;
}*/

ul, ol {  
  padding-bottom: 0px;
  padding-top: 0px;
  line-height: 20px;
}

ul {
  list-style-image: url(../images/li_bullet_brown.png);
}

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 #news or #text widths as well.
 ***************************************************/

#siteBox {
  width: 700px;
  margin: 0px auto;
  text-align: left;
}





/***************************************************
   Header Styles
   --------------------------------------------
   Change main header image with #header
   background attribute.
 ***************************************************/


#header {
  height: 144px;
  background: url(../images/header.png) no-repeat top center;
}

#header .title {
  padding: 10px 0 0 10px;
  font-size: 4em;
  text-align: right;
  line-height: 0.9em;
  letter-spacing: -1.5px;
  color: #eee;
}

#header .subTitle {
  text-align: right;
  padding: 0 0 0 12px;
  color: #777;
  font-weight: normal;
  position: relative;
  bottom: -100px;
  right: 10px;
}

#header .subTitle a {
  text-decoration: none;
  color: #eee;
}

#header .subTitle a:hover {
  color: #ccc;
  background-color: transparent;
}





/***************************************************
   Top Tabbed Menu Styles
 ***************************************************/

#menu {
  text-align: center;
  margin-bottom: 20px;
}

#menu a {
  padding: 6px 20px 0 20px;
  text-decoration: none;
  text-transform: uppercase;
  color: #666;
}

#menu a:hover, #menu a.active {
  background: url(../images/menu_tab.gif) no-repeat top center;
}



/***************************************************
   Left News 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
 ***************************************************/

#news {
  float: left;
  width: 175px;
  padding: 0 20px 0 0;
}

#news .block {
  margin-bottom: 20px;
  background: #fff;
}

#news .block .bottom {
  height: 28px;
  background: #fff;
}

#news .links {
  margin: 10px 0 10px 0;
}

#news .links a {
  display: block;
  padding: 6px 0 6px 20px;
  text-transform: uppercase;
  text-decoration: none;  
}

/*#news .links a:hover {
  background: #DDD url(../images/link_news.gif) no-repeat center center;
}*/

#news a img {
  border: 0px;
}





/***************************************************
   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
 ***************************************************/

#text {
  float: left;
  width: 500px;
}



/***************************************************
   Inline Ad Styles
 ***************************************************/

#inline {
  padding: 5px 0 0 5px;
  height: 280px;
  float: right;
  position: relative;
  bottom: -5px;
}
/***************************************************
   Download Button Style
 ***************************************************/

#download {
  padding: 0px 0 0 0px;
  height: 90px;
}

#download img.left {
  float:left;
}

#download img.right {
  float:right;
}

#download a:hover {
  background:none;
}

#download p.version {
  position:relative;
  top:35px;
  left:-95px;
  color:#004faf;
  font-size:8px;
  list-style:none;
  font-weight: bold;
}

#download p.mirror {
  position:relative;
  top:3px;
  left:-95px;
  color:#000;
  font-size:8px;
  list-style:none;
  font-weight: bold;
}

/***************************************************
  etomite stuff
 ***************************************************/

#etoNotice {
  height: 100px;
  padding: 28px 3px 0 5px;
  margin: 5px 0 5px 0;  
  background: #cbdbe1;
  border: 1px solid #cbdbe1;
}

/***************************************************
   Code Styles
 ***************************************************/

#code {
  padding: 5px 3px 0 5px;
  margin: 5px 0 5px 0;  
  background: #efefef;
  border: 1px dashed #dee3e7;
  font-family:monospace;
  color: #000;
}

#code ul{
  margin-left: 20px;
  padding-bottom: 0px;
  padding-top: 0px;
  line-height: normal;
  list-style:none;
}


/***************************************************
   Footer Styles
 ***************************************************/

#footer {
  height: 100px;
  padding: 28px 3px 0 5px;
  margin: 5px 0 5px 0;  
  background: #dee3e7;
  border: 1px solid #dee3e7;
}

p#footer:first-letter {
  font-size: 1.0em;
}

#footer img.right {
  padding: 5px 2px 0 2px;
  border: 0px;
}

/***************************************************
   Ad Footer Styles
 ***************************************************/

#adfooter {
  height: 60px;
  margin: 5px 0 5px 0;  
  background: #fff;
  border: 1px solid #fff;
}



/***************************************************
   Large <ul> Link Styles
   --------------------------------------------
   Creates the large links blocks that can be
   used in the #text section
 ***************************************************/


ul.links {
  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/link_top.gif) no-repeat top center;
}

ul.links li a span.title {
  display: block;
  margin-left: 11px;
  text-indent: 20px;  
  background: url(../images/link_arrow.gif) 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/link_bottom.gif) no-repeat top center;
}


/*********************************************************
Dropdown text
**********************************************************/
.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color:#FFF;
	font-size:0.9em;
	width:430px;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:2px;
	background-image:url('images/bg_answer.gif');
	background-repeat:no-repeat;
	background-position:top right;	

	
	/* End layout CSS */
	

	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:1px solid #dee3e7;
	background-color:#dee3e7;
	width:430px;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;
	font-size:0.9em;	
	position:relative;
	color:#000;
}


/***************************************************
   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/quote_top.gif) no-repeat top right;
  border-left: 2px solid #FEE456;
}

p.quote span.bottom {
  float: right;
  width: 20px;
  background: url(../images/quote_bottom.gif) no-repeat bottom right;
}

img.right {
  float: right;
  padding: 3px;
}

img.left {
  float: left;
  padding: 3px;
}

.grey {
  color: #AAA;
}

