/*    
 Theme Name: Your Theme 
 Theme URI: http://andersonturfproducts.com/tnt/ 
 Description: A search engine optimized website framework for WordPress. 
 Author: Chip Grimshaw
 Author URI: http://example.com/ 
 Version: 1.1 
 . 
 Your theme will be your copyrighted work. 
 Like WordPress, this work is released under GNU General Public License, version 2 (GPL). 
 http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 
 . 
 */ 
  
  
 /* Reset default browser styles */ 
 @import url('styles/reset.css'); 
  
 /* Rebuild default browser styles */ 
 @import url('styles/rebuild.css'); 
  
 /* Basic WordPress Styles */ 
 @import url('styles/wp.css'); 

 /* Import a basic layout */ 
 @import url('styles/3c-b.css'); 

 /* Add the download manager styles */ 
 @import url('styles/downloads.css'); 

 img#wpstats{display:none}

 a {
     color: #000;
 }

 a:hover {
     color: #f00;
     text-decoration: none;
 } 
 
 body { 
         margin: 1.5em 15%;
         font-size: 12px;
	* display: inline;
 } 

.shiftLeft {
  left: -140px;
  position: relative;
 }
 
 /* =Header 
 -------------------------------------------------------------- */ 
  
 #branding { 
         margin: 0 0 1.5em 0; 
 } 
  
  
 /* =Menu 
 -------------------------------------------------------------- */ 
  
#access { 
	font-family:Arial, Helvetica, sans-serif;
	background: #000;
	float: left;
	list-style: none;
	padding: 0;
	width: 760px;
	font-size: 10px;
	margin-bottom:10px;
    margin-top: 0;
	* margin-top: -8px;
	* display: inline;
 } 
 
 
 .skip-link { 
         display: none; 
 } 
#access li {
	float: left;
}
#access a {
	background: #000;
	color: #fff;
	text-decoration: none;
	font-weight:normal;
	text-align: center;
	margin-left:15px;
	margin-right:15px;
}
#access a:hover {
	color: #F00;
	text-decoration:underline;
}
  
 /* =Content 
 -------------------------------------------------------------- */ 
  
 .post { 
         margin: 0 0 3em 0;       
 } 
 .entry-content, .entry-summary { 
         margin: 1.5em 0 0 0; 
 } 

 h2 {
     font-size: 16px;
 }
  
  
 /* =Navigation 
 -------------------------------------------------------------- */ 
  
 .navigation { 
         margin: 0 0 1.5em 0; 
         overflow: auto;  
 } 
  
  
 /* =Widget Areas 
 -------------------------------------------------------------- */
  
 .widget-area ul { 
         list-style: none; 
         margin-left: 0; 
 } 
 .widget-area ul ul { 
         list-style: none; 
         margin-left: 1.1em; 
 } 
 .widget-area ul ul ul { 
         margin-left: 2.5em; 
 } 
 .widget-container { 
         margin: 0 0 1.5em 0; 
	* display: inline;
 } 

.widget-title {
	background: #e7e7e7;
	font-weight: bold;
	* display: inline;
}

#brochures {
     background-color: #e5f6fd;
     text-align: center;
}

.entry-title {
 font-size: 18px;
}

.page-title {
 font-size: 18px;
}

h1 {
font-size: 22px;
}

#linkage {
	margin: 0pt auto; 
	width: 260px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 14px; 
	font-size-adjust: none; 
	font-stretch: normal; 
	color: #008000;
	padding-left: 10px;
}

#linkage a{
	text-decoration: none;
	color: #333399;
}
#linkage a:hover {
	text-decoration: underline;
	color:#993333;
}

#linkage img{
	float: left;
	height: 50px;
	width: 50px;
}

#linkage .top-left {
background-image: url('http://www.andersonturfproducts.com/tnt/images/corner-topleft1280x9.gif');
height: 9px;
margin-right: 9px;
font-size:2px;
}

#linkage .top-right {
float: right;
margin-top: -9px;
background-image: url('http://www.andersonturfproducts.com/tnt/images/corner-topright9x9.gif'); 
height: 9px; 
width: 9px;
font-size: 2px;
}

#linkage .inside {
	background: #E4E4E4;
	padding-left: 10px;
	padding-right: 10px;
	color: #000;
	height: 110px;
}

#linkage .bot-left {

background-image: url('http://www.andersonturfproducts.com/tnt/images/corner-botleft1280x9.gif');
height: 9px;
font-size: 2px;
margin-right: 9px;
}

#linkage .bot-right {

background-image: url('http://www.andersonturfproducts.com/tnt/images/corner-botright9x9.gif');
background-position: 100% 0;
background-repeat: no-repeat;
height: 9px;
font-size: 2px;
margin-top: -9px;
}

#linkage .title {
	color: #000;
	font-size: 14px;
	font-weight: normal;
}

#justblock {
	text-align: justify;
}

#copyright {
	font-size: 8px;
	text-align: center;
}

.intPic {
	position: absolute;
	left: 0;
}

 /* Styles for the timeline thingamabob */ 
 #timeline {
 	color:#555555;
	font-size:0.825em;
	background: #fcfcfc;
	font-family:Arial, Helvetica, sans-serif;
 }

 #timeline .event{
	 /* Contains the section title and list with event */
	 float: left;
	 padding: 4px;
	 text-align: left;
	 width: 300px;
	 margin: 0 5px 50px;
 }
 
 #timeline .eventList li{
	 /* The individual events */
	 background: #f4f4f4;
	 border: 1px solid #eeeeee;
	 list-style: none;
	 margin: 5px;
	 padding: 4px 7px;
	 
	 /* CSS3 rounded corners */
	 -moz-border-radius:4px;
	 -webkit-border-radius:4px;
	 border-radius:4px;
 }
 
 #timeline .eventList li:hover{
	 /* The hover state */
	 cursor: pointer;
	 background: #e6f8ff;
	 border: 1px solid #D4e6ee;
	 color: #548da5;
 }
 
 #timeline li span{
	 /* The event icon */
	 display: block;
	 float: left;
	 height: 16px;
	 margin-right: 5px;
	 width: 16px;
 }
 
 /* Individual background images for each type of event: */
 #timeline li.news span.icon { background:url('http://www.andersonturfproducts.com/tnt/images/icons/newspaper.png') no-repeat; }
 #timeline li.image span.icon { background:url('http://www.andersonturfproducts.com/tnt/images/icons/camera.png') no-repeat; }
 #timeline li.milestone span.icon { background:url('http://www.andersonturfproducts.com/tnt/images/icons/chart.png') no-repeat; }
 
 #timeline div.content{
	/* This div contains additional data for the content */
	display:none;
}

#timeline .eventHeading{
	/* The colorful year headings at the top */
	font-size:2em;
	margin:-5px -5px 10px;
	padding:2px 5px;
	text-align:center;
}

/* Three color styles for the headings: */

#timeline .eventHeading.chreme{
	background:#FBF7F0;
	border:1px solid #EEE4D4;
	color:#A78B5F;
}

#timeline .eventHeading.blue{
	background:#E6F8FF;
	border:1px solid #D4E6EE;
	color:#548DA5;
}

#timeline .eventHeading.green{
	background:#E6FFDF none repeat scroll 0 0;
	border:1px solid #C9E6C1;
	color:#6EA85F;
}

#timeline #timelineLimiter{
	/* Hides the overflowing timeline */
	width:100%;
	overflow:hidden;
	padding-top:10px;
	margin:40px 0;
}

#timeline #scroll{
	/* The small timeline below the main one. Hidden here and shown by jQuery if JS is enabled: */
	display:none;
	height:30px;

	background:#F5F5F5;
	border:1px solid #EEEEEE;
	color:#999999;
}

#timeline .scrollPoints{
	/* The individual years */
	float:left;
	font-size:1.4em;
	padding:4px 10px;
	text-align:center;
	width:100px;
	
	position:relative;
	z-index:10;
}

#timeline #centered{
	/* Centers the years, width is assigned by jQuery */
	margin:0 auto;
	position:relative;
}

#timeline #slider{
	/* Holds the scroll bar */
	margin:10px auto;
	height:25px;
	display:none;
}

#timeline #bar{
	/* The scroll bar */
	background:url(img/slider_center.png) repeat-x center center;
	height:25px;
	cursor:pointer;
}

#timeline #barLeft{
	background:transparent url(img/slider.png) no-repeat scroll left center;
	height:25px;
	width:20px;
	left:0;
	top:0;
	position:absolute;
}

#timeline #barRight{
	background:transparent url(img/slider.png) no-repeat scroll right center;
	height:25px;
	position:absolute;
	right:0;
	top:0;
	width:20px;
}

#timeline #overlay{
	/* The overlay that darkens the page when an event is clicked */
	position:absolute;
	z-index:10;
	top:0;
	left:0;
	background-color:#222222;
}

#timeline #windowBox{
	/* Shows details about the event on click */
	position:absolute;
	z-index:20;
	background-color:#fcfcfc;
	padding:10px;
	border:2px solid #666666;
	overflow:auto;
}

#timeline #titleDiv{
	/* The title of the windowBox */
	background:#F5F5F5;
	border:1px solid #EEEEEE;
	color:#AAAAAA;
	font-size:1.5em;
	margin-bottom:10px;
	padding:5px 10px;
}

#timeline #date{
	/* The date on the bottom of the windowBox */
	bottom:20px;
	color:#999999;
	font-size:0.8em;
	font-style:italic;
	position:absolute;
	right:15px;
	padding:2px;
	background:#FCFCFC;
}

#timeline #highlight{
	/* The blue highlight that moves with the scroll bar */
	height:30px;
	position:absolute;
	z-index:0;
	left:0;
	top:0;
	
	background:#E6F8FF;
	border:1px solid #D4E6EE;
	border-width:0 1px;
}

#timeline .clear{
	clear:both;
}

sup {
         font-size: 14px;
}