/*
	Theme Name: IAREMEGG.com
	Theme URI: http://iaremegg.com
	Description: Custom theme for IAREMEGG.com.
	Author: Matt Geri
	Author URI: http://iarematt.com
	Version: 1.0
*/




/* Simple Reset */

	body, html, div, span, h1, h2, h3, h4, h5, h6, p, ul, ol, li, blockquote, pre, code {
		margin: 0;
		padding: 0;
	}
	
	ul, ol {
		list-style: none;
	}
	
	img {
		border: none;
	}




/* General */

	body {
		font: 62.5% Tahoma, Arial, Verdana;
		padding: 4em;
	}




/* Headings */

	h1 {
		font-size: 2em;
		margin-bottom: 1em;
	}
	
		.post h1 {
			margin-bottom: 0;
		}
		
			.post h1 a {
				color: #000;
				text-decoration: none;
			}
			
		.page h1 {
			margin-bottom: 1em;
		}
	
	h2 {
		color: #900;
		font-size: 1.8em;
		margin-bottom: 1em;
	}
	
	h3 {
		color: #900;
		font-size: 1.6em;
		margin-bottom: 1em;
	}
	
		#sidebar h3 {
			color: #666;
			font-size: 1.3em;
			margin-bottom: 0;
		}




/* Typography */

	p {
		margin: 0 0 1.5em 0;
	}
	
		#info p {
			color: #666;
			font-size: 1.4em;
			line-height: 1.6em;
		}
		
		.post p {
			font-size: 1.4em;
			line-height: 1.6em;
		}
		
			.post p.subheading {
				color: #900;
				font-size: 1.3em;
			}
			
			.post p.tags {
				font-size: 1.2em;
				font-weight: bold;
			}
			
			.post #commentlist p {
				margin: 0 0 1em 0;
			}
			
				.post #commentlist p.commentdetail {
					font-size: 1.1em;
					margin: 0;
				}
		
		#pages p.left {
			float: left;
			font-size: 1.3em;
		}
		
		#pages p.right {
			float: right;
			font-size: 1.3em;
		}
	
	a {
		color: #900;
		outline: none;
	}
	
		#info a {
			color: #777;
		}
		
		#sidebar a {
			color: #777;
		}
	
	.contactform {
		font-size: 1.4em;
		line-height: 1.6em;
	}




/* Structure */

	#info {
		left: 4em;
		position: fixed;
		width: 30em;
	}
		
		#logo {
			margin-bottom: 4em;
		}
		
		#aboutme {
			margin-bottom: 4em;
		}
		
		#connect { }
		
	#contentwrap {
		margin-left: 34em;
		width: 62em;
	}
	
		#content {
			float: left;
			margin-right: 4em;
			width: 40em;
		}
		
			.post {
				margin-bottom: 6em;
			}
			
			#pages { }
		
		#sidebar {
			float: right;
			width: 18em;
		}
		
			#rss {
				margin-bottom: 4em;
			}




/* Images */

	#connect img {
		margin-right: 14px;
	}




/* Menu and Lists */

	#sidebar ul {
		margin-bottom: 4em;
	}
	
		#sidebar ul li {
			font-size: 1.3em;
			padding: 0.3em 0;
		}
		
			#sidebar ul li ul {
				margin-bottom: 0;
			}
			
				#sidebar ul li ul li {
					margin-left: 1em;
					font-size: 1em;
				}
	
	.post ul {
		list-style: disc;
		margin-bottom: 1.5em;
	}
	
		.post ul li {
			font-size: 1.4em;
			line-height: 1.6em;
			margin-left: 2em;
			padding: 0.5em;
		}




/* Forms */

	#sidebar form {
		margin-bottom: 4em;
	}
	
	.contactform input {
		margin-bottom: 1em;
	}




/* Comments */

	ol#commentlist {
		border-top: 0.1em dotted #ccc;
		margin-bottom: 1.5em;
	}
	
		ol#commentlist li {
			background: #f5f5f5;
			border-bottom: 0.1em dotted #ccc;
			padding: 1em;
		}