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%;
	}

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

a {
	color:            red;
	}

a:hover {
	color: 				maroon;
	}

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 245px 50px 35px;
	width:         360px;
	background:    transparent url(bg_porkheader.png) center 0 no-repeat;
	height: 130px;
	overflow: hidden;
	}

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;
	}

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

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

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

.post {
	margin-bottom:    40px;
	position:         relative;
	}

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

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



/* 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;
	}



/* Tags */
.post #tagwrap {
	padding: 6px 0;
	margin: 0 0 10px;
	float: left;
	clear: both;
	text-align: left;
}

.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 {
	font-size: 11px;
	margin: 0 4px 20px 0;
	display: inline;
	text-transform: uppercase;
	font-weight: bold;
}

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

.ttagleft {
}

.ttagright {
}



/* Intense Debate comments */
.IDCommentsReplace {
}



/* Regular Post */
.post .regular {
	font-size: 12px;
	line-height: 17px;
	}

.post .regular blockquote {
	font-style: italic;
	}

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

.post .IDCommentsReplace img {
	width: auto;
}



/* Photo Post */
.post .photo {
	padding: 18px;
	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 {
	}


/* Quote Post */
.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 {
}


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

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


/* Conversation Post */
.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;
	}


/* Audio Post */
.post .audio .caption {
	margin-top:       5px;
	font-size:        11px;
	color:            #999;
	}

.post .audio .caption a {
	}


/* Video Post */
.post .video {
	width:            500px;
	margin:           auto;
	padding:          35px;
	}

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

.post .video .caption a {
	}


/* 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;
	}


/* Permalinks */
	.post a.permalink,
	.post .audio .caption a.permalink,
	.post .quote .source a.permalink {
	font-size: 10px;
	font-weight: bold;
	}

.searchresultcount {
	text-align: center;
	}
	
.query {
	font-weight: bold;
	}

