/*
Theme Name: Torture the Artist
Theme URI: http://torturetheartist.com/
Author: Big Skillet
Version: Splash
*/
	
	/* BASE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
		
	body 		{ font: 62.5% "Arial", Verdana, sans-serif; }
	#container 	{ margin: 35px auto 0 auto; width: 555px; }
	
	
	/* HEADER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */	

	#header 	{ width: 555px; height: 360px; background: url("images/vincent-and-harlan.gif") no-repeat; }
	
	#header #subscribe { float: right; padding: 10px 0 10px 14px; width: 320px; background: #f7f7f7; }
	#header #subscribe label { float: left; padding: 3px 8px 0 0; font-size: 1.2em; font-weight: bold; color: #333; }
	#header #subscribe input { margin: 0 6px 0 0; }
	#header #subscribe #itirdk-itirdk { color: #666; }
	
	#header ul 	{ padding: 120px 0 0 300px; }
	#header li	{ float: left; padding: 0 8px 0 0; }
	
	
	/* CONTENT
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */	

	h2, h3 	 { padding: 30px 0 14px 0; border-bottom: 1px solid #ededed; }
	
	p 		   { padding: 20px 0 0 0; font-size: 1.4em; color: #61656c; }
	
	a 		   { text-decoration: underline; color: #393c41; }
	a:hover  { text-decoration: none; }
	
	.story		         { padding: 0 0 25px 0; margin: 10px 0 0 0; border-bottom: 1px solid #ededed; }
	.story h1	         { padding: 20px 0 0 0; font-size: 1.8em; font-weight: bold; color: #393c41; }
	.story h1 a        { text-decoration: none; }
	.story h1 a:hover  { text-decoration: underline; }
	.story .more       { font-size: .9em; text-decoration: none; }
	.story .more:hover { text-decoration: underline; }
	
  #comments           { display: none; }
  .responses          { font-size: 1.8em; font-weight: bold; border: none; color: #393c41; }
  #respond h3         { padding: 28px 0 10px 0; font-size: 1.8em; font-weight: bold; color: #393c41; }
  
  .commentlist                  { border-bottom: 1px solid #ededed; }
  .commentlist li               { padding: 20px 0 0 0; border-top: 1px solid #ededed; }
  .commentlist .comment-body    { margin: 0 0 20px 0; }
  .commentlist .comment-author  { font-size: 1.2em; font-weight: bold; }
  .commentlist .avatar          { float: left; margin: 0 8px 0 0; }
  .commentlist .reply           { display: none; }
  
  #commentform          { padding: 0 0 30px 0; border-bottom: 1px solid #ededed; }
  #commentform label    { padding: 0 0 0 6px; font-size: .9em; font-weight: bold; }
  #commentform textarea { border: 1px solid #ccc; }
	
	
	/* FOOTER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */			
		
	#footer 	  { margin: 0 0 300px 0; }
	#footer p 	{ padding: 10px 0 0 0; font-size: 1.1em; }	
	
	
	
