/*

	terrafirma1.0 by nodethirtythree design
	http://www.nodethirtythree.com

*/

*
{
padding: 0px;
margin: 0px;
}

body
{
background: #F9F9F7 url('images/a1.gif') repeat-x;
font-size: .8em;
font-family: "trebuchet ms", helvetica, sans-serif;
color: #8C8C73;
line-height: 1.5em;
}

a
{
color: #C5B80D;
text-decoration: underline;
}

a:hover
{
	text-decoration: none;
	color: #66CCCC;
}

p
{
margin-bottom: 14px;
text-align: justify;
}

div.picA
{
position: relative;
top: -2px;
background: url(images/splash-bkgrd.gif) no-repeat;
float: left;
margin: 0px 14px 3px 0px;
width: 216px;
height: 149px;
padding: 10px;
}

img.picB
{
position: relative;
top: -2px;
background: url('images/a26.gif') no-repeat;
width: 146px;
height: 75px;
padding: 7px;
}

img.piclink
{
position: relative;
top: -2px;
background: url('images/pic-link.gif') no-repeat;
width: 130px;
height: 80px;
padding: 10px;
}

a:hover img.piclink
{
position: relative;
top: -2px;
background: url('images/pic-link_over.gif') no-repeat;
width: 130px;
height: 80px;
padding: 10px;
}

img.floatleft
{
float: left;
margin: 0px 14px 3px 0px;
}

div.floatleft
{
float: left;
margin: 0px 14px 3px 0px;
text-align: center;
font-family: "trebuchet ms", helvetica, sans-serif;
font-size: 11px;
color: #7B91C0;
}

img.floatright
{
float: right;
margin: 0px 0px 3px 14px;
}

div.floatright
{
	float: right;
	margin: 0px 0px 3px 14px;
	text-align: center;
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 11px;
	color: #7B91C0;
}

ul.linklist
{
list-style: none;
}

ul.list
{
	list-style: inside;
	padding-left: 20px;
}

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: 747px;
height: 264px;
z-index: 1;
}

#outer
{
position: relative;
width: 747px;
margin: 0 auto;
background: #fff url('images/abg.gif') repeat-y;
}

#inner
{
position: relative;
padding: 0px 30px 13px;
z-index: 2;
}

#header
{
	height: 111px;
	width: 660px;
	padding-left: 20px;
}

#header span
{
font-weight: normal;
}

#header h1
{
	position: absolute;
	font-size: 30px;
	letter-spacing: -1px;
	top: 60px;
	height: 92px;
	line-height: normal;
	text-align: right;
}

#header sup
{
color: #FCE2CA;
}

#menu {
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: normal
}

/* Menu */

.menu5 {
	background-image: url(images/tile-fade.gif);
	background-repeat: repeat-x;
	height: 67px;
	width: 688px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	text-align:center;
	position:relative;
	padding:0;
	list-style-type:none;
	z-index: 2;
}
.menu5 ul {
padding:0; margin:0; list-style-type:none; /* for Firefox */
}
.menu5 li {
float:left; position:relative;
}
.menu5 li a, .menu5 li a:visited {
	display:block;
	text-decoration:none;
	width:5.7em;
	color:#000;
	float:left;
	padding-right:0em;
	height:3em;
	line-height:2em;
	color:#A5B80D;
	padding-left: 0px;
}
* html .menu5 li a, .menu5 li a:visited {
width:5.7em; w\idth:5.7em; /* hack for IE5.5 */
}
.menu5 li a.drop, .menu5 li a.drop:visited {
font-weight:bold;
}
.menu5 li ul {
visibility:hidden; position:absolute; top:2.5em; left:0; height:0; overflow:hidden;
}
.menu5 table {
margin:-1px; border-collapse:collapse; font-size:1em; /* font size for IE5.5 */
}

/* fist line style for IE7 and non-IE browsers and the second line for IE5.5 and IE6 */
.menu5 li:hover a,
.menu5 li a:hover {
	text-decoration:underline;
	border:0;
	color: #FF6000;
}
.menu5 li:hover ul,
.menu5 li a:hover ul {
	visibility:visible;
	height:auto;
	width:10em;
	text-align:left;
	background:#f5f5f5;
	border:1px solid #ddd;
	left:0;
	top:2.5em;
	overflow:visible;
}
.menu5 li:hover ul li a,
.menu5 li a:hover ul li a {
	display:block;
	font-weight:normal;
	background:transparent;
	text-decoration:none;
	height:auto;
	line-height:1.5em;
	padding:0.5em;
	width:9em;
}
* html .menu5 li a:hover ul li a {
width:10em; w\idth:9em; /* hack for IE5.5 */
}
.menu5 li:hover ul li a.drop,
.menu5 li a:hover ul li a.drop {
font-weight:bold;
}
.menu5 li:hover ul li ul,
.menu5 li a:hover ul li a ul {
visibility:hidden; position:absolute; top:0; left:9.5em; height:0; overflow:hidden;
}
.menu5 li:hover ul li a:hover,
.menu5 li a:hover ul li a:hover {
text-decoration:underline;
}
.menu5 li:hover ul li:hover ul,
.menu5 li a:hover ul li a:hover ul {
	visibility:visible;
	color:#000;
	border:1px solid #ddd;
	height:auto;
	background:#fff;
	width:9.5em;
} 
.menu5 li:hover ul li:hover ul.left,
.menu5 li a:hover ul li a:hover ul.left {
left:-9.3em;
}
.menu5 li:hover ul li:hover ul li a,
.menu5 li a:hover ul li a:hover ul li a {
display:block; height:auto;
}
.menu5 li:hover ul li:hover ul li:hover a,
.menu5 li a:hover ul li a:hover ul li a:hover {
text-decoration:underline;
}

#date
{
position: absolute;
top: 0px;
line-height: 52px;
color: #BDBDA2;
right: 30px;
font-weight: bold;
font-size: 12px;
letter-spacing: -1px;
}

#secondarycontent
{
width: 180px;
float: right;
}

#secondarycontent h3
{
top: 4px;
font-size: 1.2em;
font-style: italic;
color: #676e45;
font-weight: bold;
line-height: 1.4em;
letter-spacing: -1px;
background: url('images/a22.gif') bottom repeat-x;
padding: 0px 0px 10px 10px;
margin-bottom: 20px;
}

#secondarycontent .content
{
padding: 0px 10px 0px 10px;
margin-bottom: 20px;
}

#secondarycontent .faqbox
{
	margin: 0px 10px;
	width: 161px;
	background-color: #edeff7;
	padding: 10px 0px;
	background-image: url(images/round_box_top(edeff7).gif);
	background-position: top;
	background-repeat: no-repeat;
}

#primarycontent
{
width: 480px;
float: left;
}

#primarycontent .h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-style: italic;
	color: #676e45;
	font-weight: bold;
}

#primarycontent h2
{
top: 4px;
font-size: 1.5em;
line-height: 1.4em;
color: #7B91C0;
letter-spacing: -1px;
background: url('images/a22.gif') top repeat-x;
padding: 10px 0px 10px 15px;
margin-bottom: 20px;
}

#primarycontent h3
{
top: 4px;
font-size: 1.5em;
line-height: 1.4em;
color: #7B91C0;
letter-spacing: -1px;
background: url('images/a22.gif') bottom repeat-x;
padding: 0px 0px 10px 15px;
margin-bottom: 20px;
}

#primarycontent p.green
{
top: 4px;
font-size: 1.5em;
line-height: 1.4em;
color: #92B03D;
letter-spacing: -1px;
background: url('images/a22.gif') bottom repeat-x;
padding: 0px 0px 10px 15px;
margin-bottom: 20px;
}

#primarycontent h5
{
	top: 4px;
	font-size: 1.3em;
	line-height: .6em;
	color: #b7cdcb;
	letter-spacing: -1px;
	padding: 0px 0px 10px 15px;
	margin-bottom: 20px;
	background-image: url(images/art_casting_header_04.gif);
	background-repeat: no-repeat;
	background-position: top;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

#primarycontent h6
{
	top: 4px;
	font-size: 1.3em;
	line-height: .5em;
	color: #CFA527;
	letter-spacing: -1px;
	padding: 0px 0px 10px 15px;
	margin-bottom: 20px;
	background-image: url(images/flies_shrimp_header.gif);
	background-repeat: no-repeat;
	background-position: top;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

#primarycontent div.h7
{
	top: 4px;
	font-size: 1.3em;
	line-height: .5em;
	color: #92B03D;
	letter-spacing: -1px;
	padding: 0px 0px 10px 15px;
	margin-bottom: 20px;
	background-image: url(images/fishing_green_header_02.gif);
	background-repeat: no-repeat;
	background-position: top;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

#primarycontent div.h8
{
	top: 4px;
	font-size: 1.3em;
	line-height: .5em;
	color: #92B03D;
	letter-spacing: -1px;
	padding: 0px 0px 10px 15px;
	margin-bottom: 20px;
	background-image: url(images/art_proper-release.gif);
	background-repeat: no-repeat;
	background-position: top;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

#primarycontent .content
{
padding: 0px 15px 0px 15px;
margin-bottom: 20px;
}

#primarycontent .post
{
margin-bottom: 30px;
}

#primarycontent .post .header
{
}

#primarycontent .post .date
{
right: 15px;
top: 0px;
line-height: 35px;
color: #AFAFA4;
font-weight: bold;
}

#primarycontent .post .content
{
margin-bottom: 0px;
}

#primarycontent .post .footer
{
position: relative;
top: -10px;
background: url('images/tile-fade_footer.gif') repeat-x;
height: 64px;
}

#primarycontent .post .footer ul
{
	list-style: none;
	position: absolute;
	right: 15px;
	bottom: 15px;
	top: 33px;
}

#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/a41.gif');
}

#primarycontent .post .footer ul li.comments
{
background-image: url('images/a36.gif');
}

#primarycontent .post .footer ul li.readmore
{
background-image: url('images/a38.gif');
}

#footer
{
	position: relative;
	clear: both;
	height: 66px;
	text-align: center;
	line-height: 70px;
	background-image: url(images/sandy-logo.gif);
	color: #A8A88D;
	background-color: #fff;
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}

#footer a
{
color: #8C8C73;
}
#banner {
	height: 111px;
	background-image: url('images/FB-Logo-Banner(stained)_08.jpg');
}
#gallerybanner {
	height: 111px;
	background-image: url('images/FB Logo Type Banner_polaroid.jpg');
}
blockquote {
	padding-right: 15px;
	padding-left: 15px;
}
.baseline {
	text-align: center;
	color: #7B91C0;
}
p.quote {
	font-size: 0.85em;
	line-height: 1.4em;
	color: #7996B0;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
	padding-bottom: 20px;
}
#breadcrumb p {
	font-size: 0.95em;
	padding-left: 15px;
	color: #9c9c93;
}

#breadcrumb a {
	font-size: 0.95em;
	text-decoration: none;
	color: #9c9c93;
}

#breadcrumb a:hover {
	font-size: .95em;
	text-decoration: underline;
}
#primarycontent .flylist {
	padding-bottom: 10px;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
.textinset {
	font-size: 1.3em;
	color: #676e45;
	float: right;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	width: 175px;
	margin-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.vidclip {
	text-align: center;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1em;
}
