/*
Theme Name: NTG Standard
Theme URI: http://wordpress.org/
Description: NTG WordPress based loosely on default
Version: 1.0
Author: Tim Moody / modified by Noel Tibbles
Tags: body only, fixed width, two columns, widgets

*/

#copy {
	*overflow:hidden;
	*width:500px;	
} 

#blogwrapper {
   background-color: white;
   width: 900px; 
   margin: 0 auto;
   text-align: left;
} 

#blogcontent {
  background-color: white;
  float: left;
  width: 440px;
	*width:460px;
	*position:relative;
	*z-index:11;
	_width:460px;
	_position:relative;
	_z-index:11;
}
	
#photo {
	margin-left:-120px;
	*position:relative;
	*z-index:12;
	_position:relative;
	_z-index:12;
	float:left;
}
  
#sidebar {
  background-color: white;
  float: left;
  width: 250px; 
	*position:relative;
	_position:relative;
	*z-index:10;
	_z-index:10;
}

#sidebar .side-rss {
  margin-left:39px;
	background: none;
	padding: 0;
}

.side-rss p {
	padding: 0 !important;
}

.side-rss img {
	border:none;
}
  
#sidebar h2 {
 color: #81913D;
}

.widget_recent_entries,
.widget_categories,
.widget_archive,
.widget_search {
	list-style:none;
}

.widget_archive {
	*margin-top:10px;
	_margin-top:10px;
}

.widget ul {
  list-style-image:url(images/blog_arrow.gif);
}

.widget ul li {
	margin-left:-25px;
} 
 
#sidebar a:link {
 color: #81913D;
 text-decoration: none;
}
 
#sidebar a:visited {
 color: #81913D;
 text-decoration: none;
}  
 
#sidebar a:hover {
 color: #e8941a;
 text-decoration: none;
}  

/* space between arrow and text */
#sidebar li a {
	margin-left: -3px;
	list-style-image:url(images/blog_arrow.gif);
}
    
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}