/*  
Theme Name: Inhibi
Theme URI: http://inhibi.com
Description: Inhibi splash
Version: 1.0
Author: Jakub Michalski, Michal Gancarski
Author URI: http://inhibi.com/
*/

* {
	border: none;
	margin: 0;
	padding: 0;
}

html {
	background: white url("gfx/html-background.gif") repeat-x top;
}

body {
	color: black;
	font: 12px "Arial", sans-serif;
	margin: 0 auto;
	width: 80em;
}

ol, ul {
	list-style: none;
}

h1 {
	background: url("gfx/h1-background.png");
	height: 120px;
	width: 142px;
}

h1 a {
	color: white;
	display: block;
	font-size: 1px;
	height: 120px;
	width: 142px;
}

h1 a span {
	display: none;
}

#main-nav {
	position: absolute;
	margin-left: 40em;
	top: 0;
	display: none;
}

#main-nav li {
	float: left;
}

#content {
	margin-top: 6em;
}


/* home page specific */

body.home div.post {
	width: 100%;
}

body.home ul.posts li.first {
	margin-right: 6%;
}

body.home ul.posts li {
	float: left;
	width: 47%;
}

body.home #slide-show  {
	background: url("gfx/slide.jpg");
}

body.home #slide-show  li {
	height: 220px;
	width: 350px;
	background: url("gfx/slide-text.png");
	color: white;
	margin-left: auto;
}

body.home #slide-show  li p {
	padding: 2.5em 3em;
	font-size: 1.2em;
}

body.home #slide-show strong {
	display: block;
	margin-bottom: 1em;
	font-size: 1.3em;
	font-weight: normal;
}

body.home #slide-show span {
	display: block;
	margin-top: 1.4em;
	font-size: 0.7em;
}

body.home #slide-show span.smaller {
	margin-top: 1em;
	font-size: 0.5em;
}


/* single page and archives */

body.single div.posts, body.archive ul.posts {
	width: 70%;
	float: left;
}


/* post */

div.post {
	padding-bottom: 6em;
}

div.post blockquote {
	border-left: 2px solid #ddd;
	margin: 0.2em 1.5em;
	color: #222;
	padding: 0 0.5em;
}

div.post h3 {
	font-size: 1.5em;
}

div.post h3 a {
	color: black;
	text-decoration: none;
}

div.post h3 a:hover {
	text-decoration: underline;
}

div.post p {
	margin-bottom: 0.5em;
}

.post-meta {
	color: #888;
	margin: 1em 0;
}

.post-meta a {
	color: #888;
}

.post-meta a:hover {
	background: #888;
	color: white;
}

.post-content {
	line-height: 2em;
	text-align: justify;
}

.post-content a {
	color: #080;
	font-weight: bold;
}

.post-content a:hover {
	color: white;
	background: #080;
}


/* sidebar */

#sidebar {
	width: 20%;
	float: right;
}

#sidebar ul {
	margin: 0.5em 0 1em 0;
}


/* footer */

#footer {
	border-top: 1px solid #aaa;
	clear: both;
	color: #888;
	margin-bottom: 6em;
	padding: 1em 0;
	width: 100%;
}

#footer a {
	color: #888;
}

#footer a:hover {
	background: #888;
	color: white;
}

#footer ul {
	float: right;
}

#footer ul li {
	float: left;
	margin: 0 0.5em;
}