/*
Theme Name: Art for iPhone
Theme URI: http://www.artforiphone.com
Description: 
Version: 1 (WP2.6.2)
Author: Davide Di Cillo
Author URI: http://www.thirtyninellc.com
Tags: iphone, minimal, clean
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

body { text-align: center; background: url(images/bg_body.gif) repeat-x top; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-size: 12px; }

h1, h2, h3, h5, h5, h6 { font-weight:bold; font-family: Trebuchet MS, Helvetica, sans-serif; color: #2c2c34; } 

a { color: #7e7f40; text-decoration: none; }

a:hover { text-decoration: underline; }

#sidebar h2 { font-size: 16px; }

#frame { width: 900px; margin: 0 auto; text-align: left; }

	#header { width: 900px; height: 95px; margin: 30px 0 0 0; }
	
		#header #menu { position: absolute; right: 0; top: -22px; }
		
			#header #menu a {  }
	
		img.logo { position: absolute; left: 15px; top: 35px; }
		
	#container { width: 900px; background: url(images/bg_container.gif) repeat-y 615px 0;  }	
		
	#content { width: 590px; padding: 20px 0 20px 15px; float: left; }
	
		#content h2 { font-size: 22px; color: #2c2c34; }
	
			#content h2 a { color: #2c2c34; text-decoration: none; }
			
			#content p { padding: 10px 0; }
			
			#content .date { font-size: 10px; margin: 0 0 15px 0; }
			
			#content .post_footer { margin: 10px 0; }
			
			#comments ol li { background: #eee; }
			
			#respond { margin: 15px 0 0 0; }
			
			#commentform textarea { width: 590px; }
	
	#sidebar { width: 260px; padding: 20px 15px 20px 0; float: right; }
	
		#sidebar li { margin: 0 0 20px 0; }
		
		#sidebar li ul li { margin: 0 0 0 0; }
	
	#footer { text-align: center; background: #eee; padding: 5px; margin: 0 0 20px 0; font-size: 10px; }
	