/* @group body, header, description */

body {
	background: #2d4378 url(http://www.52monsters.com/porkpie/bg_porkpie.jpg) center top no-repeat fixed;
	color: #000;
	margin: 0;
	font-family: 'Lucida Grande', Helvetica, sans-serif;
	height: 100%;
}

.hide, .hidden {
	display: none !important;
	visibility: hidden !important;
	height: 0 !important;
}

#content {
	width: 570px;
	margin: auto;
	padding: 35px;
	background-color: #fff;
}

a {
	color: red;
}

a:hover {
	color: maroon;
}

#header h1 {
	display: none !important;
	visibility: hidden !important;
	height: 0 !important;
}

h1 {
	padding: 0px;
	margin: 0px;
	font: Normal 30px Helvetica, sans-serif;
	line-height: 33px;
	letter-spacing: -1px;
}

h1 a {
	color: #fff;
	text-decoration: none;
}

h1 a:hover, div#description a:hover {
	color: #f00;
}

div#header {
	margin: -35px -35px 30px;
	padding: 35px 35px;
	width: 570px;
	height: 140px;
	background: transparent url(bg_porkheader.png) center 0 no-repeat;
	overflow: hidden;
	position: relative;
}

div#logo {
	position: absolute;
	margin: 23px 0 0 368px;
	width: 218px;
	height: 100px;
	overflow: hidden;
	padding: 0;
	text-align: right;
	top: 0;
	cursor: pointer;
}

div#description {
	font-size: 12px;
	margin-top: 10px;
	color: #425ca1;
	position: absolute;
	bottom: 55px;
}

div#description a {
	color: #4163b2;
}

div#description a:hover {
	text-decoration: underline;
}

/* @end */

/* @group post, main stuff */

.date {
	font: italic 12px Helvetica, sans-serif;
	color: #999;
	text-transform: lowercase;
}

.post {
	margin-bottom: 40px;
	position: relative;
	border-bottom: 3px solid #000;
	padding: 0 0 30px;
}

.post .caption {
	text-align: left;
}

.reblog.clearfix img {
	border: none;
	vertical-align: middle;
	width: 24px;
	height: auto;
}

.reblog.clearfix {
	font-size: .7em;
	margin: 5px 0;
	text-transform: lowercase;
	font-style: italic;
}

.post h2 {
	font-weight: bold;
	font-size: 20px;
	color: #2d4378;
	margin: 10px 0 20px;
}

.post h2 a {
	text-decoration: none;
}

/* @end */

/* @group notes */

ol.notes {
	padding: 0px;
	margin: 25px 0px;
	list-style-type: none;
	border-bottom: solid 1px #ccc;
}

ol.notes li.note {
	border-top: solid 1px #ccc;
	padding: 10px;
}

ol.notes li.note img.avatar {
	vertical-align: -4px;
	margin-right: 10px;
	width: 16px;
	height: 16px;
}

ol.notes li.note span.action {
	font-weight: bold;
}

ol.notes li.note .answer_content {
	font-weight: normal;
}

ol.notes li.note blockquote {
	border-color: #eee;
	padding: 4px 10px;
	margin: 10px 0px 0px 25px;
}

ol.notes li.note blockquote a {
	text-decoration: none;
}

/* @end */

/* @group tags */

.ttags.clearfix {
	overflow: hidden;
}

.post #tagwrap {
	padding: 10px 0;
	margin: 0;
	text-align: left;
	color: #ccc;
	font-size: 11px;
}

.post #commentswrap {
	padding: 10px 0;
	margin: 0;
	border-bottom: 1px solid #ddd;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: right;
}

.post #tags {
	padding: 0 0 0 5px;
	display: inline;
	text-transform: uppercase;
	font-weight: bold;
}

#tags a {
	color: #999;
	background: #eee;
	padding: 4px 7px;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-shadow: #fff 0 1px 0;
}

#tags a:hover {
	color: #fff;
	background: #d00;
	text-shadow: none;
}

.post #tagtitle {
	font-size: 11px;
	padding: 2px 0 4px;
	margin: 0 0 20px 0;
	display: inline;
	text-transform: uppercase;
	font-weight: bold;
}

.ttagleft {
	
}

.ttagright {
	
}

/* @end */

.IDCommentsReplace {
	
}

/* @group regular post */

.post

.regular {
	font-size: 12px;
	line-height: 17px;
}

.post blockquote {
	font-style: italic;
	border-left: 3px solid black;
	padding: 2px 10px;
	margin: 10px 0;
	background: #d5e5ee;
}

.post .regular img {
	width: 100%;
	overflow: hidden;
}

.post .IDCommentsReplace img {
	width: auto;
}

/* @end */

/* @group photo
 */

/* Photo Post */

.post .photo {
	padding: 18px 0;
	margin: 0 auto;
	text-align: center;
}

.post .photo img {
	border: none;
	width: auto;
}

.post .photo .caption {
	font-size: 13px;
	margin-top: 17px;
}

.post .photo .caption a {
	
}



/* @end */

/* @group quote */

.post div.quote {
	padding: 0px 30px 0px 30px;
}

.post div.quote span.quote {
	font-size: 28px;
	letter-spacing: -1px;
	color: #999;
}

.post div.quote span.quote a {
	
}

.post div.quote span.quote big.quote {
	font-weight: bold;
	font-size: 60px;
	line-height: 0px;
	vertical-align: -28px;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}

.post div.quote .source {
	font-size: 16px;
	color: #ccc;
}

.post div.quote .source a {
	
}

/* @end */

/* @group link post */

.post .link a.link {
	font: Bold 30px Helvetica, sans-serif;
	letter-spacing: -1px;
	text-decoration: none;
	border-bottom: dotted 1px red;
	line-height: 36px;
}

.post .link .description {
	font-weight: normal;
	font-size: 14px;
	margin-top: 5px;
}

/* @end */

/* @group conversation */

.post .conversation ul {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 1px;
	border: solid 5px #ccc;
}

.post .conversation ul li {
	font-size: 12px;
	padding: 4px 0px 4px 8px;
	color: #666;
}

.post .conversation ul li span.label {
	font-weight: bold;
}

.post .conversation ul li.odd {
	background-color: #eee;
}

.post .conversation ul li.even {
	background-color: #fff;
}

/* @end */

/* @group audio / video */

/* Audio Post */

.post .audio .caption {
	margin-top: 5px;
	font-size: 11px;
}

.post .audio .caption a {
	
}

/* Video Post */

.post .video {
	width: 570px;
	margin: auto;
	padding: 35px 0;
}

.post .video object {
	width: 500px;
	margin: auto;
	padding-left: 35px;
}

.post .video .caption {
	margin-top: 15px;
	font-size: 13px;
}

.post .video .caption a {
	
}

/* @end */

/* @group footer */

#footer {
	margin: -36px auto 0;
	text-align: center;
	font-size: 18px;
	background: transparent url(bg_porkfooter.png) center top no-repeat;
	width: 640px;
	padding: 60px 20px 15px;
	color: #425ca1;
}

div#search {
	text-align: center;
	margin: 10px auto 0;
}

#footer a {
	color: #879acb;
	text-decoration: none;
	padding: 5px 8px;
}

#footer a:hover {
	text-decoration: underline;
	color: #fff;
	background: #000;
}

#footer p.tiny {
	margin: 30px 110px 0;
	font-size: 11px;
	padding: 0;
	line-height: 1.7em;
}

#footer p.tiny a {
	text-decoration: none;
	font-weight: bold;
	padding: 3px 5px;
	margin: -3px -5px;
}

#footer p.tiny a:hover {
	text-decoration: underline;
	background: #000;
}

#footer p.tiny .dim {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

/* @end */

/* @group permalinks */

.post a.permalink,
.post .audio .caption a.permalink,
.post .quote .source a.permalink {
	font-size: 10px;
	font-weight: bold;
	color: white;
	background: #2e4378;
	padding: 5px 9px;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	float: right;
}

.post a.permalink:hover,
.post .audio .caption a.permalink:hover,
.post .quote .source a.permalink:hover {
	background: red;
}

.searchresultcount {
	text-align: center;
}

.query {
	font-weight: bold;
}

/* @end */