/*
Theme Name: The Station Child
Description: Child Theme for TheStation
Author: WooThemes | modified by nxpage
Author URI: http://www.woothemes.com
Template: thestation
Version: 1.0*/
 
@import url("../thestation/style.css");

/* Modified styles */
body  {
	font-family: Arial, Helvetica, Sans-serif; /*"Lucida Grande","Lucida Sans Unicode", */
	font-size: 85%;
	line-height: 1.4;  /*unitless for proper inheritance*/
}

#header  {
	width: 980px;
	margin: 0 auto;
	background: #5b4221 url(img/windy-creek-farm-4121306303.jpg) no-repeat left top;
	height: 175px;
}
#header img  {
	float: left;
	margin: 95px 0 0 15px;
	border: 0;
}
#header #subscribe  {
	margin: 10px 5px 0 0;
	font-size:.9em
}

#searchsubmit  {
	color: #fff;
	border: none;
	background: url(styles/orangebrown/submitbutton.jpg) no-repeat left top;
}
#search-3 {
	margin-bottom:20px;
	font-size:.9em;
}
#footer .footnav ul li a:link, #footer .footnav ul li a:visited  {
	font-weight: normal;
	font-size:smaller;
}
#footer .footnav ul  {
	padding: 10px 10px 20px 10px;
}


/* New styles */
 a[href $='.doc'] { 
   padding-left: 22px;
   background: transparent url(img/iconDOC.png) left no-repeat; 
   display:inline-block;}
   
 a[href $='.pdf'] { 
   padding-left: 22px;
   background: transparent url(img/iconPDF.png) left no-repeat; 
   display:inline-block;}
 
  a[href $='.ppt'] { 
   padding-left: 22px;
   background: transparent url(img/iconPPT.png) left no-repeat; 
   display:inline-block;}
    
  a[href $='.xls'] { 
   padding-left: 22px;
   background: transparent url(img/iconXLS.png) left no-repeat; 
   display:inline-block;}
  
   a[href $='.zip'] { 
   padding-left: 22px;
   background: transparent url(img/iconZIP.png) left no-repeat; 
   display:inline-block;}

