/*  Theme Name: L1
	Theme URI: http://l1.logographos.com/
	Description: A minimalist theme for WordPress
	Author: Logographos
	Author URI: http://logographos.com/
	Version: 1.0 Beta
		
	L1 is released under CreativeCommons Attribution 3.0 Unported:
	http://creativecommons.org/licenses/by/3.0/
	
	Changelog: v1.0 Beta 2
*/

/*  S T R U C T U R E  */

#wrapper { margin:0 auto; width:67em; }

#header {}

#main {}

#content { float:left; width:50em; color:#5c5c5c }
	
#sidebar { float:right; text-align:right; width:15em }

#footer { margin-bottom:5em; padding:1em 0 3em }


/*  F O R M A T T I N G  */

* { margin:0; padding:0 }

:focus { -moz-outline-style: none; }


html { font:62.5%/1.5 Georgia, serif } /* 62.5%=10px so 1.2em=12px, 1.5em=15px etc. */

a, a:visited { color:#339966; text-decoration:none }
	a:hover { color:#696763; text-decoration:underline }
	a:active {outline:none }

blockquote, cite { font-style:italic }
blockquote { border-left:.3em solid #ccc; padding-left:2em }

h {} /* h1 - Blog title; h2 - post/page title; h3 - post/page heading; h4 - post date and metadata, sidebar headings */
	h1 { font-size:4em; padding:1em 0 } 	
	h2, h4 { font-weight:normal }	
	h3 { font-size:1.4em; margin: 0 0 1em }
	h2 { font-size:2em; margin-bottom:.6em; text-align:left } 
		h2.page {margin-top:-.2em }
	h4, #calendar_wrap, .commentmetadata { color:#b7b8b7; font-size:1em; letter-spacing: .1em; margin:0 -.1em 1.5em 0; text-transform:uppercase }

#headitem { font-size:2.2em; margin-bottom:.6em; } /* Post/page tile */

img { border:0 }
	.post img { height:auto; max-width:100% }
	.alignnone { margin-top:.8em }
	.alignleft { margin-bottom:.8em; margin-right:1.2em }
	.alignright { margin-bottom:.8em; margin-left:1.2em }
	
ul, ol, dl, p { font-size:1.2em; margin-bottom:1.5em }

ul *, ol *, dl * { font-size:1em; margin-bottom:0 }

li { font-size:1em }
	#content .post li, #content .post li ul li { list-style:disc inside; margin-top: .5em}
	#content .post ol li, #content .post li ol li { list-style:decimal inside; margin-top: .5em }
	#content li li { margin-left:1em }
	#sidebar li { list-style:none }

p { text-align:justify }

.postmetadata { margin-bottom:4em }

.prev { float:left }

.next { float:right }


/*  C O M M E N T S  */

#comment { width:100% }

#comments, #respond { border-top:.1em solid #ccc; font-size:1.4em; line-height:3em }

#content .commentlist li { list-style:none }

.avatar { float:left; margin:.2em 1.2em 0 0  }

.commentlist { margin:.5em 0 1em }

.commentlist p { padding: 1em 0 2em 4.4em }

/*   W I D G E T S   */

.widget { border-bottom:.1em dashed #ccc; padding:0 0 1.5em }
	.widget + .widget { padding-top: 1.5em }
	.widget ul { margin-bottom:0 }

	#calendar_wrap { float:right; margin:-2.5em 0 -1.5em }
	
	#calendar_wrap caption { margin-bottom:1.6em; text-align:right }
	
	#searchform { text-aligh:right }
		#s { margin-bottom:.5em; width:10.5em }
		
	.st-tag-cloud { margin-top:-1.5em }

#l1 { display:block; padding:1.5em 0 }
 

/*  F  L  O  A  T  S  */

.end { clear:both }


