/*  
Theme Name: Grindingtapes
Theme URI: http://www.grindingtapes.org
Description: Hell yeah
Author: Bogey Web Design
Author URI: http://www.bogeywebdesign.com/
Tags: fixed width, valid XHTML, widget ready, right sidebar.
Version: 1.0
*/

a img{
	border:0;
}

fieldset{
	border:0;
	padding:0;
}

.clear{
	clear:both;
}

legend{
	font-weight:bold;
	padding:0;
	margin:0 0 10px;
}

#content #wrapper{
	float: left;
	width: 455px;
}

h1.sIFR-replaced {
	line-height:1em;
}

#content div.post {
	padding: 0 0 20px;
}

	#content ol, #content ul {
		padding: 0;
		margin: 0 0 10px;
		list-style-type: outside;
	}

	#content .title p.date {
		padding-bottom: 15px;
	}
	
	#content h2 {
		margin: 0;
	}

	#content img{ 
		max-width: 425px; 
		width: expression(this.width > 425 ? 425: true);
		height: auto;
	}
	
	#content .title ul.postInfo {
		margin: 0 0 10px;
	}
	
	#commentArea {
		border: 1px dashed #5BA2CB;
		background-color: #ECEADE;
		padding: 10px;
	}
	
	#comments li.even {
		background: #e5e2d3;
	}
	
	#content #comments, #content #trackBacks{
		clear:both;
		margin: 15px 0;
	}
	
		#content #comments h4, #content #trackBacks h4{
			font-size:1.2em;
			margin:0 3em 1em 0;
			padding-bottom:.5em;
		}
	
		#content #comments p, #content #trackBacks p, #content fieldset p{
			text-indent:0;
		}
		
		#content #comments p.commentAuthor{
			font-size:1em;
			margin-bottom:0;
		}
		
		#content #comments p.messageTime, #content #trackBacks p.commentAuthor{
			font-size:1em;
		}
	
		#content #comments li, #content #trackBacks li{
			margin: 0 0 0 15px;
			padding: 5px;
		}
	
		#content #comments .avatar{
			float:right;
			padding:.5em;
			margin-left:1em;
			border:1px solid #ccc;
		}
		
	#content label, #content textarea{
		display:block;
	}
	
	#content p.backToTop{
		font-size:1.2em;
		text-indent:0;
	}
	
#right{
	width: 200px;
	border: 1px dashed #5BA2CB;
	padding: 5px;
	float: right;
	background-color: #ECEADE;
	margin-left: 10px;
}

	#right ul {
		margin-bottom: 15px;
	}
		
	#right #search{
		margin-bottom:2em;
	}
	
		#right #search div{
			margin-top:.5em;
		}
		
			input.submit:hover {
				background: #e5e2d3;
			}
		
			#right #search input, #response input, #response textarea{
				padding:.2em 0;
				border:1px solid #4681A3;
				width:100px;
			}
			
			#response input,#response textarea {
				width:400px;
				margin: 0 0 10px;
			}
			
			#right #search input.submit, #response input.submit{
				width:auto;
				padding:.1em .5em;
			}
			
			#response input.submit {
				margin: 0 0 10px;
			}
			
	#right p#tagCloud{
		text-indent:0;
	}
	
		#right p#tagCloud a{
			line-height:1.1em;
		}
