/*  
   Author Name : Omer Kilic
   Author Site : http://tinkersoc.org
   Style Name  : TinkerK2
   Style URI   : http://tinkersoc.org
   Version     : 0.1
   Comments    : I hate CSS.
*/

#page {
	/* The entire design is contained within the 'page' id */
	padding-top: 0px;
	}
	
#header {
	/* Contains the H1 and menu */
	background: black url('header.png') center center no-repeat;
	}
	
#primary {
	/* Contains the main column */
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

.entry-content {
	/* The meat and potatoes of every entry */
	padding-right: 10px;
	}

#sidebar-1 {
	/* The first sidebar */
	}

#sidebar-2 {
	/* The second sidebar */
	}

.secondary {
	/* Contains both sidebars */
	}

h1.entry-title {
	text-align: left !important;
	margin-bottom: 10px;
}

h2 {
	font-size: 1.7em;
	margin-top: 20px;
}

.entry-content p, .entry-content ul, .entry-content ol, .entry-content div, .entry-content blockquote {
	margin: 8px 0;
}

.footerstyledwith {
	display: none;
}

h3.entry-title {
	clear: both;
	text-decoration: none;
}

.post {
	padding-bottom: 30px;
}
