/*

	terrafirma1.0 by nodethirtythree design
	http://www.nodethirtythree.com

*/

* {
padding: 0px;
margin: 0px;
}

body {
background: #3D3D3D url('../images/bg.gif') repeat-x;
font-size: 11px;
font-family: tahome, helvetica, sans-serif;
color: #878787;
line-height: 18px;
}

a {
color: #FFCC00;
text-decoration: underline;
}

a:hover {
color: #fff;
text-decoration: none;
background: #FFCC00;
}

p {
margin-bottom: 14px;
text-align: justify;
}

img.pic01 {
position: relative;
top: -2px;
background: url('../images/g01.gif') no-repeat;
width: 146px;
height: 75px;
padding: 7px;
}

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;
}

#outer {
position: relative;
width: 740px;
margin: 0 auto;
background: #fff;
}

#inner {
position: relative;
padding: 30px;
z-index: 2;
}

#header {
position: absolute;
background: #FF7800 url('../images/head.jpg') no-repeat;
width: 660px;
height: 200px;
color: #fff;
padding-left: 20px;
}

#header span {
font-weight: normal;
}

#header h1 {
position: absolute;
font-size: 23px;
letter-spacing: -1px;
top: 30px;
height: 92px;
}

#header h2 {
margin-left: 5px;
position: absolute;
font-size: 10px;
font-weight: normal;
color: #fff;
top: 21px;
}

#menu {
position: relative;
background: #FFCC00 url('../images/y01.gif') repeat-x;
height: 50px;
padding: 0px 20px 0px 5px;
margin: 200px 0px 20px 0px;
}

#menu ul {
}

#menu ul li {
display: inline;
line-height: 52px;
padding-left: 3px;
}

#menu ul li.first {
border-left: 0px;
}

#menu ul li a {
background-color: transparent;
background-repeat: repeat-x;
padding: 8px 12px 8px 12px;
font-size: 12px;
color: #3D3D3D;
text-decoration: none;
font-weight: bold;
}

#menu ul li a:hover {
background: #3D3D3D url('../images/g02.gif') repeat-x top;
color: #fff;
text-decoration: none;
}

#date {
position: absolute;
top: 0px;
line-height: 52px;
color: #fff;
right: 20px;
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: #5C5C5C;
letter-spacing: -1px;
background: url('../images/y02.gif') bottom repeat-x;
padding: 0px 0px 10px 10px;
margin-bottom: 20px;
}

#secondarycontent .content {
padding: 0px 10px 0px 10px;
margin-bottom: 20px;
}

#secondarycontent .content a{
text-decoration: none;
}

#secondarycontent .content a:hover{
color: #FFCC00;
text-decoration: underline;
background: none;
}

#primarycontent {
position: relative;
width: 480px;
float: left;
}

#primarycontent h3 {
position: relative;
top: 4px;
font-size: 18px;
line-height: 25px;
color: #5C5C5C;
letter-spacing: -1px;
background: url('../images/y02.gif') bottom repeat-x;
padding: 0px 0px 10px 15px;
margin-bottom: 20px;
}

#primarycontent .content {
padding: 0px 15px 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: C1C1C1;
font-weight: bold;
}

#primarycontent .post .content {
margin-bottom: 0px;
}

#primarycontent .post .footer {
position: relative;
top: -10px;
background: url('../images/y03.gif') repeat-x;
height: 64px;
}

#primarycontent .post .footer a {
color: #5C5C5C
}

#primarycontent .post .footer a:hover {
color: #5C5C5C;
background: none;
}

#primarycontent .post .footer ul {
list-style: none;
position: absolute;
right: 15px;
bottom: 15px;
}

#primarycontent .post .footer ul li {
display: inline;
line-height: 14px;
padding-left: 17px;
margin-left: 25px;
background-repeat: no-repeat;
background-position: 0px 2px;
}

#primarycontent .post .footer ul li.printerfriendly {
background-image: url('../images/pri.gif');
}

#primarycontent .post .footer ul li.comments {
background-image: url('../images/com.gif');
}

#primarycontent .post .footer ul li.readmore {
background-image: url('../images/read.gif');
}

#footer {
position: relative;
clear: both;
height: 50px;
text-align: center;
line-height: 50px;
background-image: url('../images/y01.gif');
color: #fff;
}

#footer a {
color: #fff;
}

#footer a:hover {
background: none;
}

