@import url("http://www.oink.com/css/base.css");
@import url("http://www.oink.com/css/item.css");

body {
	background-attachment: scroll;
}

input:focus {
	outline: none;
}

p a,
.post a {
	font-weight: bold;
}

#header h1 img {
	width: 180px;
	position: relative;
	top: 10px;
}

#header h2 {
	margin-left: 200px;
}

#main,
#footer,
h2.blog-title,
.breadcrumb {
	width: 960px;
	margin: 40px auto;
	-moz-text-shadow: 0 2px 0 rgba(255,255,255,0.6);
	-webkit-text-shadow: 0 2px 0 rgba(255,255,255,0.6);
	text-shadow: 0 2px 0 rgba(255,255,255,0.6);
}

.breadcrumb {
	font-size: 16px;
	margin-bottom: 0;
	height: 40px;
	margin: -20px auto -60px auto;
}

#container {
	float: left;
	width: 60%;
}

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

#sidebar p,
#tweets {
	font-size: 16px;
	line-height: 20px;
	padding: 0 5px;
}

#sidebar h4.heading {
	position: relative;
	border-top: 2px solid #A19D96;
	border-bottom: 1px solid #D1CCC3;
	padding: 10px 0px 10px 5px;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	margin: 40px 0 10px 0;
}

.post {
	padding: 20px 0 30px 70px;
	margin-top: 20px;
	position: relative;
	border-top: 2px solid #A19D96;
	background: url(https://s3.amazonaws.com/Oink/post-flag.png) no-repeat 5px 0;
}

.post .floated {
	float: right;
	margin: 0 -40px 0 0;
}

.post ul {
	font-size: 16px;
	line-height: 20px;
}

.post li {
	list-style: disc;
	margin-left: 20px;
	margin-bottom: 0.6em;
}

.post .date {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	text-align: center;
	line-height: 1;
	color: rgba(0,0,0,0.4);
}

.post .date em {
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	display: block;
	padding: 10px 0 1px 0;
	color: rgba(0,0,0,0.5);
}

#content .post h3 {
	font-size: 40px;
	line-height: 1;
}

div.blog-title {
	background: rgba(0,0,0,0.06) url(https://s3.amazonaws.com/Oink/page-shadow-flipped.png) 0 100% repeat-x;
	padding: 125px 0 0 0;
	height: 187px;
	margin-top: -3px;
	position: relative;
}

div.blog-title.blog-permalink {
	height: 140px;
	padding-top: 60px;
}

h2.blog-title {
	font-size: 90px;
	font-weight: bold;
	color: rgba(0,0,0,0.0.3);
	position: relative;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -480px;
	padding-bottom: 30px;
	z-index: 2;
}

h2.blog-title img {
	position: absolute;
	right: -30px;
	bottom: 0;
}

.post .type span {
	display: none;
}

#twitter a {
	margin: 20px 0 0 0;
	min-height: 2em;
	display: block;
}

#sidebar .about {
	padding: 10px 0;
}

#sidebar .about img {
	float: right;
	margin: -240px 0 0 0;
	z-index: 200;
	position: relative;
}

#sidebar .about p {
	font-size: 20px;
	line-height: 1.4;
	margin: 0 -5px 0.5em -5px;
}

.search-button {
	display: none;
}

#search input {
	font-size: 16px;
	width: 85%;
	margin-left: 5px;
	padding: 8px 8px 8px 36px;
	border-radius: 50px;
	border: none;
	border-top: 2px solid rgba(0,0,0,0.3);	
	background: #fff url(https://s3.amazonaws.com/Oink/find.png) no-repeat 10px 50%;
}

.posted-by {
	font-size: 16px;
	margin-top: 1.6em;
	color: rgba(0,0,0,0.4);
}

.posted-by img {
	border: 3px solid #fff;
	border-radius: 3px;
	vertical-align: middle;
	margin: -2px 4px 0 0;
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
}

.pagination  {
	text-align: center;
	padding: 40px 0;;
	border-top: 2px solid #A19D96;
	margin-top: 60px;	
}

.pagination a {
	display:-moz-inline-box;-moz-box-orient:vertical;display:inline-block;vertical-align:middle;*vertical-align:auto;*zoom:1;*display:inline;vertical-align:top;
	background: #158D9F;
	color: #fff;
	border-radius: 4px;
	padding: 12px 30px;
	font-weight: bold;
	font-size: 16px;
	text-shadow: none;
}

.pagination a:hover {
	background-color: #f34c68;
}

a.button {
	padding: 15px 30px;
	text-align: center;
	background: red;
	border-radius: 5px;
	line-height: 1;
	min-height: 1px !important;
	background: #158D9F;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}

a.button:hover {
	background-color: #f34c68;
}

#sidebar a.button {
	display: block;
}

ol.notes {
	margin-left: 70px;
	padding: 20px;
	background: rgba(0,0,0,0.05);
	border-radius: 10px;
	font-size: 16px;;
}

ol.notes img {
	vertical-align: middle;
	margin-right: 4px;
}

ol.notes li {
	padding-bottom: 10px;
}

ol.notes blockquote {
	margin: 20px 0 0 24px;
	-webkit-margin-after: 0;
}

.oinkers img {
	border:  4px solid #fff;
	height:  120px;
	width: 120px;
	border-radius: 4px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	margin: 0 5px;	
}