/*#Reset#*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, body.LTR {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	zoom:1;
}

:focus {
	outline: 0;
	vertical-align: top;
}

body {
	color: #000;
	background: #fff;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


a{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/*****#Global Classes#*****/
 
.clear         { clear:both; }
 
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }


img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/*

Theme Name: 
Theme URI: 
Description:
Version:
Author: 

*/	


/*#Global Layout#*/


body.LTR
{
font-size: .75em;
margin: 0px;
text-align: center;
background: #333;
color: #666;
font-family: Arial, Helvetica, sans-serif;
}

#tshim{
	height: 52px;
	background: #000;
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	z-index: 1;
}

#wrap{
	position: relative;
	margin: auto;
	width: 960px;
	z-index: 10;
}

	#head{
		background: #000;	
		overflow: hidden;
	}
	
		#logo{
			float: left;
			height: 52px;
			width: 275px;
			background: url(/App_Themes/FarmProgress/img/logo.gif) top left;
			text-indent: -9999em;	
		}
		
		#head p{
			float: right;
			font-size: 11px;
			color: #fff;
			text-align: right;	
			padding-right: 35px;
			margin-top: 12px;
			background: url(/App_Themes/FarmProgress/img/rss.gif) no-repeat bottom right;
		}
		
			#head p strong{
				display: block;
			}
			
			#head p a{
				color: #DBAA59;
			}
		
	
	#splash{
		padding: 10px 0 15px 0;
		background: url(/App_Themes/FarmProgress/img/page-top.gif) bottom left no-repeat;
	}
	
		#splash img{
			display: block;
		}
	
	
	
	#page{
		background: url(/App_Themes/FarmProgress/img/pbg.gif) top left;
		text-align: left;
		overflow: hidden;
	}
	
		#content{
			float: left;
			padding-left: 10px;
			width: 728px;	
		}
		
			.ad-top{
				padding-top: 5px;
			}
			
			.title-box{
				text-align: left;
				color: #9A9A9A;
				padding: 9px 0 9px 0;
			}
			
				.title-box img{
					float: left;
					margin-left: -3px;	
					margin-right: 12px;	
				}
				
				.title-box h1{
					font-size: 2em;
					color: #333;
					line-height: 1.1em;
				}
				
				.title-box span.date{
					overflow: hidden;
				}
				
				.title-box a{
					color: #DAAA5B;
				}
.Signup a{color: #333333;}
.Signup{margin:0 8px}
			
			
			
			#breadcrumb{
				font-size: 11px;					
				padding: 10px 0 4px 0;
				border-bottom: 1px solid #DBDFDF;
			}
			
				#breadcrumb a{
					color: #666;
					text-decoration: underline;
				}
			
			
			
			.entry{
				overflow: hidden;
				padding: 18px 0 18px 0;	
			}
			
				.entry p{
					line-height: 1.4em;
					padding-bottom: 1em;
				}
			
				.photo-box{
					width: 408px;
					padding: 10px;
				}
				
					.photo-box img{
						padding: 3px;
						background: #fff;
						border: 1px solid #DBDFDF;
					}
					
					.photo-box p{
						font-size: 9px;
						font-style: italic;
						color: #111;
					}
					
				
				blockquote{
					padding: 0 15px 0 10px;
					border-left: 10px solid #F0E6CD;
					font-size: 1.5em;
					line-height: 1.2em;
					font-family: Georgia;
					font-style: italic;
					width: 240px;
				}
				
					.entry blockquote p{
						padding: 0;
					}
			
			
			
			.news{
				border-top: 1px solid #EBDFC7;
			}
			
				.news li{
					padding: 8px 0 8px 0;	
					overflow: hidden;
					border-bottom: 1px solid #DBDFDF;
				}
				
				.news li img{
					float: left;
					padding: 2px;
					background: #fff;
					border: 1px solid #EBDFC7;	
					margin-right: 10px;	
				}
				
				.news li h2{
					font-size: 1.2em;
					font-weight: bold;
					color: #454545;
					padding: 4px 0 4px 0;	
				}
				
					.news li h2 span{
						padding-left: 24px;
						background: url(/App_Themes/FarmProgress/img/icon1.gif) top left no-repeat;	
					}
				
				.news li a{
					color: #DAAA5B;	
					text-decoration: underline;
				}
				
				.news li p.news-details{
					font-size: .9em;
					color: #333;
				}
				
				.news li p{
					line-height: 1.4em;
					padding-bottom: .8em;
				}
			


		#sidebar{
			float: right;
			width: 202px;
			color: #333333;
		}
		
			.widget{
				padding: 5px 10px 10px 10px;	
			}
			
				.widget h3{
					font-size: 1.5em;
					color: #DAAA5B;
					padding-bottom: 6px;	
				}
				
				.widget p{
					line-height: 1.4em;
					padding-bottom: 6px;	
				}
				
				.widget .text{
					padding: 3px 5px 0 5px;
					font-size: 11px;
					color: #111;
					width: 172px;
					height: 17px;
					background: url(/App_Themes/FarmProgress/img/p.gif) top left no-repeat;
					border: 0;				
				}
				
				.widget .submit{
					height: 24px;
					width: 65px;
					background: url(/App_Themes/FarmProgress/img/submit.gif) top left no-repeat;
					border: 0;
					text-indent: -9999em;
				}
				
				.widget p img{
					display: block;
					margin: auto;
					margin-bottom: 8px;
				}
			
			
			.magazine{
				padding-top: 17px;
				background: url(/App_Themes/FarmProgress/img/ab-gap.gif) top left no-repeat;
				text-align: center;
			}	
			
				.magazine a, .magazine a img{
					display: block;
					margin: auto;
				}

	
	
	#footer{
		padding: 12px 4px 0 4px;
		background: url(/App_Themes/FarmProgress/img/page-bottom.gif) top left no-repeat;
		height: 45px;
		color: #fff;	
		font-size: 10px;	
	}
	
		#footer a{
			color: #DBAA59;
			text-decoration: underline;
		}
h1{
	font-size: 2em;
	color: #333;
	line-height: 1.1em;
}
.VideoArea{background:url(/App_Themes/FarmProgress/img/shownews_video_areabk.gif) no-repeat;width:722px;height:280px;padding:8px 0px 0px 8px;}


.entry table{margin:10px;padding:8px;float:right}

