/*CSS Document*/

html, body {
	width:100%;
	height: 100%;
	margin:0;
	padding:0;
}
body {
	background:#909090 url(images/body-bkgrnd.gif) repeat-x;	
	font:11px "Lucida Grande","Lucida Sans",Arial,sans-serif;
}

a {
	outline: none;
	color: #6c9d31;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 22px;
	color: #6c9d31;
	line-height: 24px;
	font-weight: normal;
}

h2 {
	font-size: 16px;
	color: #6c9d31;
	line-height: 16px;
	font-weight: normal;
}


h3 {
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #333;
}

p {
	font-size: 11px;
	line-height: 15px;
	color: #333;
}

.highlight {
	background-color:#FFFF99;
}

/*Clearfix*/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/*Main Container*/

#main-container {
	margin: 0 auto;
	width:1008px;
}


/*Header and Nav*/

#header {
	width: 1008px;
	height: 120px;
	background: url(images/header-bkgrnd.png) no-repeat;
	position: relative;
}

#header h2 {
	float:left;
	width:349px;
	height: 67px;
	margin:22px 0 0 36px;
	display: inline;
}

#header h2 a {
	float:right;
	text-indent:-9999px;
	overflow:hidden;
	width:349px;
	height:67px;
	background: url(images/tf-logo.gif) 0 0 no-repeat;

}

/*Top Nav*/

#nav {
	width: 400px;
	position: absolute;
	top:20px;
	left: 530px;
}

#subNav {
	width:400px;
	list-style: none;
}

#subNav li {
	float: right;
	display: block;
}

/* pill buttons for SubNav*/

a.snPill {
    background: transparent url(images/sm-pill-a.gif) no-repeat scroll top right;
    display: block;
    float: left;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    height: 16px;
    margin-left: 20px;
    padding-right: 10px; /* sliding doors padding */
    text-decoration: none;
    outline: none; 
    color: #666;
    display: inline;
}

a.snPill span {
    background: transparent url(images/sm-pill-span.gif) top left no-repeat;
    display: block;
    line-height: 10px;
    padding: 3px 0 3px 10px;
}

a.snPill:hover {
    background-position: 100% -16px;

}

a.snPill:hover span {
    background-position: 0% -16px;
    line-height: 10px;
    color: black;
    padding: 3px 0 3px 10px;
}

a.snPill:active {
    background-position: 100% -32px;
    

}

a.snPill:active span {
    background-position: 0% -32px;
    line-height: 9px;
    padding: 4px 0 3px 10px;
}

li.active a.snPill {
    background-position: bottom right;
    height:16px;
    font-size: 10px;
    text-transform: uppercase;
    color: #253011;


}

li.active a.snPill span {
    background-position: bottom left;
    line-height: 10px;
    color: #253011 !important;
    padding: 3px 0 3px 10px;
}


/*Main Nav*/
#mainNav {
	float:left;
	width: 400px;
	margin-left: 10px;
	list-style: none;
	display: inline;
}


#mainNav li {
	float:left;
	display:inline; /*because IE sucks*/
}

#mainNav li a {
	display: block;
	height: 33px;
}

#mnServices a {
	width: 95px;
	background: url(images/tf-main-nav.gif) 0px 0px no-repeat;
	text-indent: -9999em;
}

#mnProducts a {
	width: 103px;
	background: url(images/tf-main-nav.gif) -96px 0px no-repeat;
	text-indent: -9999em;
}

#mnArticles a {
	width:91px;
	background: url(images/tf-main-nav.gif)  -200px 0px no-repeat;
	text-indent: -9999em;
}

#mnCompany a {
	width: 99px;
	background: url(images/tf-main-nav.gif) -292px 0px no-repeat;
	text-indent: -9999em;
}
#mnServices a:hover {
	background: url(images/tf-main-nav.gif) 0px -33px no-repeat;
}

#mnProducts a:hover {
	background: url(images/tf-main-nav.gif) -96px -33px no-repeat;
}

#mnArticles a:hover {
	background: url(images/tf-main-nav.gif)  -200px -33px no-repeat;
}

#mnCompany a:hover {
	background: url(images/tf-main-nav.gif) -292px -33px no-repeat;
}

#mnServices a:active {
	background: url(images/tf-main-nav.gif) 0px -65px no-repeat;
}

#mnProducts a:active {
	background: url(images/tf-main-nav.gif) -96px -65px no-repeat;
}

#mnArticles a:active {
	background: url(images/tf-main-nav.gif)  -200px -65px no-repeat;
}

#mnCompany a:active {
	background: url(images/tf-main-nav.gif) -292px -65px no-repeat;
}

#mnServices.active a {
	width: 95px;
	background: url(images/tf-main-nav.gif) 0px -99px no-repeat;
	text-indent: -9999em;
}

#mnProducts.active a {
	width: 103px;
	background: url(images/tf-main-nav.gif) -96px -99px no-repeat;
	text-indent: -9999em;
}

#mnArticles.active a {
	width:91px;
	background: url(images/tf-main-nav.gif)  -200px -99px no-repeat;
	text-indent: -9999em;
}

#mnCompany.active a {
	width: 99px;
	background: url(images/tf-main-nav.gif) -292px -99px no-repeat;
	text-indent: -9999em;
}

/****End Header and Nav****/

/*Content Shell*/

#content {
	width: 1000px;
	padding:4px;
	background: url(images/content-bkgrnd.png) repeat-y;
}

/*Content - Home and Secondary and Blogz0r */

#homeBanner, #secBanner {
	width: 1000px;
}

#homeSidebar {
	width: 405px;
	float: left;
	margin-left: 22px;
	display: inline;
}

#homeSidebar p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	line-height:30px;
	margin-left:15px;
	padding-top:8px;
}

#homeContent {
	width:474px;
	margin-left: 471px;
	margin-top: -15px;
	padding: 0;
}

#secContent {
	margin-left: 50px;
	margin-top: 15px;
	width: 644px;
	float: left;
	display: inline;
 }
 
#secSidebar {
	width: 248px;
	margin-left: 725px;
	margin-top: 30px;
}

/*home callouts*/

.homeCallout {
	margin-bottom: 10px;
	background:url(images/hom-callout-footer.gif) bottom left no-repeat #e6e6e6;
	padding-bottom:15px;
	width:474px;
}

.homeCalloutContent {
	width:434px;
	padding: 0px 20px;
	margin:0px;
}

.homeCalloutContent p {
	line-height:18px;
}

.homeMojoCallout {
	background: url(images/hom-mojo-header.png) top left no-repeat;
	width: 474px;
	height: 179px;
}

.homeCustAppCallout {
	width:474px;
	height:130px;
	background: url(images/hom-custom-apps-header.png) top left no-repeat;
}

.homeMojoCallout h1, .homeCustAppCallout h1 {
	text-indent: -9999em;
	float:left;
}

.homeMojoCallout h2, .homeCustAppCallout h2 {
	font-size:12px;
	font-weight:bold;
	color:#aaa;
	text-align:right;
	margin-right:10px;
	padding-top:50px;
	text-transform:uppercase;
}

.homeCustAppCallout h2 {
	padding-top:25px;
}

/*Sec Sidebar Nav o' Magic*/

#secNav {
float:right;
	width:248px;
	padding-bottom: 20px;
	background: url(images/sec-sidnav-footer.gif) no-repeat bottom left;
	margin: 22px 0px;
}

#secNavHeader {
	width: 248px;
	background: url(images/sec-sidenav-header.gif) no-repeat;
	height:40px;
	margin: 0;
	padding: 0;
}

#secNavHeader h1 {
	color: #fff;
	height: 40px;
	line-height: 40px;
	display: block;
	margin-left: 30px;
	font-size: 24px;
	font-weight: normal;
}

#secNavOptions {
	width:248px;
	background: url(images/sec-sidenav-bkgrnd.gif) repeat-y;
	margin: 0;
	padding:0;
}

#secNavOptions ul {
	margin: 0px;
	padding-left: 50px;
	padding-top: 16px;
	display: block;
}

#secNavOptions ul li {
	list-style: url(images/toggle-closed.gif);

}

#secNavOptions ul li a {
	color: #666;
	font-weight: normal;
	line-height: 26px;
	height: 26px;
	font-size: 14px;
	display: block;
}

#secNavOptions ul li.active {
	list-style: url(images/toggle-open.gif);

}

#secNavOptions ul li.active a {
	font-weight: bold;
	text-decoration: none;
}

#secNavOptions ul ul {
	margin-left:-50px;	
	padding-left: 0px;
	padding-top: 0px;

}

#secNavOptions ul li ul li, #secNavOptions ul li ul li.active {
	list-style-image: none;
	list-style: none;
	padding-left:0px;
	margin-left: 0px;
	
}

#secNavOptions ul li.active ul li a {
	font-weight: normal;
	padding-left: 60px;
	font-size: 12px;

}

#secNavOptions ul li.active ul li a:hover {
	text-decoration: underline;
}

#secNavOptions ul li.active ul li.active a {
	color: #588527;
	background: url(images/sec-sidenav-active.gif) repeat-x;
	text-decoration: none;
}

/*Sec Multi-Column Feature Callout Awesomeness*/

div.secColumnHolder {
	width: 644px;
	margin-top: 10px;
	float: left;
}

div.secCol, div.secColtoo {
	width: 297px;
	float: left;
}

div.secColtoo {
	margin-left:30px;
}

div.iconCallout {
	margin-top: 10px;
}

div.iconCallout img {
	float:left;
}

div.iconCallout p, div.iconCallout h4 {
	margin-left: 80px;
}

div.iconCallout h4 {
	margin-bottom: 2px;
	color: #588527;
	font-size: 12px;
}

div.iconCallout p {
	margin-top: 3px;
}

/*Blog Styles*/
h2#blog_header {
	width: 900px;
	padding: 0 46px 0 54px;
	background: #5b852a url(images/blog_header_bg.gif) repeat-x;
	height: 62px;
	line-height: 62px;
	color: #fff;
	font-size: 21px;
	font-weight: normal;
	margin: 0;
}

#secContent_blog {
	margin-left: 50px;
	margin-top: 48px;
	width: 644px;
	float: left;
	display: inline;
	
}

#secNav_blog {
	float:right;
	width:248px;
	padding-bottom: 20px;
	background: url(images/sec-sidnav-footer.gif) no-repeat bottom left;
	margin: 6px 0 22px 0;
}

p.blog_links {
}

.blog_links a, .blog_links a:link, .blog_links a:visited {
	margin: 0 16px 0 0;
	padding: 2px 0 2px 18px;
}

.blog_links a:hover {
	text-decoration: underline;
}

.blog_links a.author {background: url(images/author.gif) no-repeat;}
.blog_links a.tags {background: url(images/tags.gif) no-repeat 0 2px;}
.blog_links a.permalink {background: url(images/permalink.gif) no-repeat 0 2px;}

.timestamp {
	width: 55px;
	height: 58px;
	background: url(images/timestamp.gif) no-repeat;
	float: left;
	text-align: center;
	color: #666666;
}

.timestamp .month {
	line-height: 22px;
	padding-top: 4px;
	font-size: 12px;
	text-transform: uppercase;
}

.timestamp .day {
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
}

.entry_header_right {
	float: left;
	width: 577px;
	padding-left: 12px;
	
}

.entry_header h1 {
	padding: 0 0 4px 0;
	margin: 0;
}

.entry_body {
	clear: both;
	padding: 0 0 24px 67px;
}

.comments_button {
	width: 66px;
	height: 31px;
	background: url(images/comments.gif) no-repeat;
	padding-right: 86px;
	text-align: right;
	font-size: 20px;
	

	line-height: 31px;
	font-weight: bold;
}

.comments_button a {	
	color: #666666;
}

#secSearch {
	margin: 0px;
	float: left;
	background: url(images/sec-sidenav-bkgrnd.gif) repeat-y;
	width:248px;
}

#secSearch form {
	padding: 10px 0 0 50px;
	margin: 0;
	float: left;
}

#secSearch input {
	padding: 1px 2px 1px 2px;
	width: 142px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #999;
	float: left;
	color: #999;
}

#secSearch button {
	background: url(images/search.gif) no-repeat;
	cursor: pointer;
	width: 12px;
	height: 12px;
	border: 0;
	margin: 2px 0 0 4px;
	padding: 0;
	text-indent: -999em;
	float: left;
}


/*Footer*/

#footer {
	width: 1000px;
	height:40px;
	padding: 15px 4px;
	background:url(images/footer-bkgrnd.png) no-repeat bottom center; 
}

#footer ul {
	font-size: 9px;
	width: 900px;
	padding-left:10px;
	padding-top: 15px;
	margin: 0;
	color: #999;
	list-style: none;
}

#footer ul li {
	float:left;
	padding:0px 8px;
	margin: 0;
	height: 20px;
	display: inline;
}


#secContent_arc {
	margin-left: 20px;
	margin-top: 48px;
	width: 690px;
	float: left;
	display: inline;
	
}

a.tags_ab , a.tags_ab:link, a.tags_ab:visited {
margin:3px;
padding:0px;
}


#entry_b {
width:450px;
float:left;
margin:0;
padding:0;
margin-left:15px;

}

#entry_b h1 {
margin-top:0px;

color:#666666;

}
#cal_b {

float:left;
width:220px;
}

.entry_header_right1 {
	
	width: 380px;
	padding-left: 12px;
	margin-left:55px;
	
}

.secondary h2 {
color:#fff;
display:block;
height:35px;
font-size:14px;
line-height:35px;
background-image:url(images/about1.gif);
font-weight:700;
margin:0;
padding:0 0 0 1em;

}

.secondary {
margin-left:0;
float:left;
width:220px;
padding-top:0;
background-color:#E6E6E6;


}
.secondary .featured {
color:#fff;
background-image:url(images/about3.jpg);
background-repeat:no-repeat;
background-position:bottom;
padding:0 1em 1em;
}

.secondary .featured p {
line-height:1.5em;
margin:1em 0 0;
padding:0.5em 0 0.6em;
color: #666;
}

.secondary .featured dl {
margin:0;
padding:0.5em 0 0.6em;
}

.secondary dt {
display:inline;
color:#fff;
margin:0;
padding:0;
}

.secondary dd {
display:inline;
margin:0;
padding:0;
}
.secondary2 {
float:left;
clear:left;
width:220px;
margin:2em 0 0;
padding:0 ;


}

#wp-calendar {
text-align:center;
background-color:#fff;
margin:0;
width:220px;

}

#wp-calendar td {
height:24px;
width:24px;
line-height:20px;
background-image:url(images/day.gif);
background-repeat:no-repeat;
background-position:center;
font-size:11px;
color:#4f4f35;
background-color:#FFFFFF;
}

#wp-calendar td a {
display:block;
width:24px;
height:24px;
color:#fff;
text-decoration:none;
background-image:url(images/linkday.png);
background-position:center;
line-height:24px;
background-repeat:no-repeat;
}

#wp-calendar #prev a {
width:49px;
background-image:url(images/linkday2.png);
background-position:center;
}

#wp-calendar #next a {
width:49px;
background-image:url(images/linkday2.png);
background-position:center;
margin:0 0 0 30px;
}

#wp-calendar #today {
background-image:url(images/today.gif);
background-position:center;
color:#fff;
background-repeat:no-repeat;
}

#wp-calendar #today a {
background-image:url(images/today.png);
background-position:center;
color:#fff;
font-weight:700;
background-repeat:no-repeat;
}
#wp-calendar caption,#wp-calendar th {
font-size:11px;
}

#wp-calendar .pad,#wp-calendar #prev,#wp-calendar #next {
background-image:url(images/do.png);
}
#wp-calendar td a{color:white; font-weight: bold;}

#secNavOptions h2 {
color: #666;
} 

#comments {
background:url(images/comments_h.gif) no-repeat;
width:644px;
margin:0;
padding:0;
padding-top:8px;
/*padding-left:18px;*/
color:#FFFFFF;
font-size:18px;
	text-indent:17px;
font-weight:bold;
height:32px;
line-height:15px;

}

#com {
background:#E6E6E6;
width:644px;
float:left;}
.commentlist {
border:solid 1px #00FF99;
width:500px;}
#comarea {
width:460px;
text-align:left;
float:right;
padding:10px;

background:#909090;
}

#comment{
background-color:#EBEBEB;
border:none;
width:366px;
}
#url,#email,#author{
background-color:#EBEBEB;
border:none;
height:25px;
width:366px;
}
 .la {
font-size:14px;
border:none;
width:100px;
padding:0;
margin:0;


color:#FFFFFF;}
.tx p{
margin:0px;
padding:0px;}
td a{
color:#424242;
font-weight:normal;
font-size:12px;

}
#comments a{
color:#F1F1F1;
font-size:11px;

}

#comments a.track {background: url(images/what.gif) no-repeat 0 2px ;
background-position:right;
padding-right:15px;

}
#comments a.rss {background: url(images/what.gif) no-repeat 0 2px ;
background-position:right;
padding-right:15px;

}

.comments_add {
	width: 66px;
	height: 31px;
	background: url(images/add_comments.gif) no-repeat;
	padding-right: 86px;
	text-align: right;
	font-size: 24px;
	line-height: 31px;
	font-weight:bold;
	
	
}

.comments_add a {	
	color: #666666;
	
}