/*

	terrafirma1.0 by nodethirtythree design
	http://www.nodethirtythree.com

*/

*
{
padding: 0px;
margin: 0px;
}

body
{
background: #F9F9F7 url('images/a1.gif') repeat-x;
font-size: 13px;
font-family: "trebuchet ms", helvetica, sans-serif;
color: black;
line-height: 18px;
}

a.main
{
   
    font-weight:bold;
    color: white;
     text-decoration: none;
    
}
a.main:hover
{
    text-decoration: none;
    color: white;
    font-weight:bold;
}

a {color: #000080; }
a:hover {color: #000080;font-weight:bold;}

a:hover
{
text-decoration: none;
}

sup
{
font-size: 0.5em;
}


p
{
margin-bottom: 14px;
text-align: justify;
}

img.picA
{
position: relative;
top: 0px;
background: url('images/a47.gif') no-repeat;
width: 76px;
height: 74px;
padding : 8px;
}

img.floatleft
{
float: left;
margin: 0px 14px 3px 0px;
}


ul.linklist
{
list-style: none;

}

ul.linklist li
{
border-top: solid 1px #EEEEEE;
padding-top: 5px;
margin: 5px 0px 0px 0px;
}

ul.linklist li.first
{
border-top: 0px;
margin-top: 0px;
padding-top: 0px;
}

#upbg
{
position: absolute;
top: 0px;
left: 0px;
background: #fff url('images/upbg.gif') no-repeat;
width: 900px;
height: 264px;
z-index: 1;
}

#outer
{
position: relative;
width: 900px;
margin: 0 auto;
background: #fff url('images/abg.gif') repeat-y;
}

#inner
{
position: relative;
padding: 13px 30px 0px 30px;
z-index: 2;
}

#container
{
    background: #FFF url(images/two-columns.gif) repeat-y;
    padding-top:20px;
}


#header
{
position: absolute;
background: #FF7800 url('images/header.gif');
width: 820px;
height: 72px;
color: #FBFFC3;
padding-left: 20px;
}

#header span
{
font-weight: normal;
}

#headerTitle
{
 font-size: 18px;
top: 20px;
height: 92px;
left:280px;
  position: absolute;
color: #fff;
}

#headerSubtitle
{
 font-size: 12px;
 left:40px;
top: 40px;
height: 22px;
  position: absolute;
color: #fff;
}


#header h1
{
position: absolute;
font-size: 23px;
letter-spacing: -1px;
top: 20px;
height: 92px;
}

#header h2
{
position: absolute;
font-size: 10px;
font-weight: normal;
color: #FCE2CA;
top: 51px;
}

#header sup
{
color: #FCE2CA;
}



#menu
{
position: relative;
background: #B3D9A6 ;
height: 18px;
padding: 1px 20px 0px 0px;
margin: 74px 0px 0px 0px;
color: black;
}


#date
{
position: absolute;
top: 0px;
line-height: 52px;
color: #BDBDA2;
right: 30px;
font-weight: bold;
font-size: 12px;
letter-spacing: -1px;
}

#secondarycontent
{
position: relative;
width: 180px;
float: right;
}

#secondarycontent h3
{
position: relative;
top: 4px;
font-size: 16px;
line-height: 25px;
color: #656551;
letter-spacing: -1px;
background: url('images/a22.gif') bottom repeat-x;
padding: 0px 0px 5px 0px;
margin-bottom: 20px;
}

#secondarycontent .content
{
padding: 0px 10px 0px 10px;
margin-bottom: 20px;
}

#primarycontent
{
position: relative;
width: 640px;
float: left;
}

#primarycontent h3
{
position: relative;
top: 0px;
font-size: 18px;
line-height: 25px;
color: #656551;
letter-spacing: -1px;
padding: 0px 0px 2px 15px;
margin-bottom: 5px;
}

#primarycontent .content
{
padding: 0px 7px 0px 15px;
margin-bottom: 20px;
}

#primarycontent .post
{
margin-bottom: 30px;
}

#primarycontent .post .header
{
position: relative;
}

#primarycontent .post .date
{
position: absolute;
right: 15px;
top: 0px;
line-height: 35px;
color: #AFAFA4;
font-weight: bold;
}

#primarycontent .post .content
{
margin-bottom: 0px;
}

#footer
{
position: relative;
clear: both;
height: 20px;
text-align: center;
line-height: 20px;
color: black;
background: #9CCE8A; 
}

#footer a
{
color: black;
}


/* block list */
#secondarycontent ul.block {
	margin: 0px 0;
	padding: 0;
	width: 100%;
}
#secondarycontent .block li {
	background: url('images/a22.gif') bottom repeat-x;

	list-style: none;
}
#secondarycontent .block li a,.block li em {
	color: #553;
	display: block;
}
#secondarycontent .block li em {
	font-size: 0.5em;
	font-style: normal;
}
#secondarycontent .block li a {
	padding: 4px 3%;
	text-decoration: none;
	width: 94%;
	
}

#secondarycontent .block li a:hover {
	background: #E9E8E0;
	color: #553;
}

.current {	
	color: black;
	font-weight:bold;

}

.tableTower 
{
    padding-left:10px;
}