﻿/* ---------------------------------- *
     Post elements
 * ---------------------------------- */
.sp-wrap { margin: 8px auto; }
.sp-wrap { width: 550px; clear: both; }
.sp-wrap .sp-wrap { width: 540px; margin: 4px auto; }
.sp-head-wrap, .sp-body { padding: 1px 6px 2px; border: solid #C3CBD1; border-width: 1px 1px 1px 2px; clear: both }

/* ---------------------------------- *
     Spoiler
 * ---------------------------------- */
.sp-wrap      { background: #E9E9E6; }
.sp-head-wrap { padding: 1px; }
.sp-head      { font-size: 14px; padding: 1px 14px 3px; margin-left: 6px; line-height: 15px; }
.sp-body      { display: none; font-weight: normal; background: #F5F5F5; border-top-width: 0; }

/* ================================================================ *
     Images
 * ================================================================ */
img.postImg  { vertical-align: text-bottom; margin: 2px 2px 0 0; }

/* ================================================================ *
     Misc
 * ================================================================ */
.clear2		{ clear: both; height: 0; font-size: 0px; line-height: 0px; overflow: hidden; }
.clickable	{ cursor: pointer; }
.folded		{ display: block; background: transparent url(/img/icon_plus_1.gif) no-repeat left center; padding-left: 14px; }
.unfolded	{ display: block; background: transparent url(/img/icon_minus_1.gif) no-repeat left center; padding-left: 14px; }

/* ================================================================ *
     Shortcuts
 * ================================================================ */
.spacer_0, .spacer_2, .spacer_4, .spacer_6, .spacer_8, .spacer_10, .spacer_12 { font-size: 0px; line-height: 0px; }
.spacer_0  { height:  0px; }
.spacer_2  { height:  2px; }
.spacer_4  { height:  4px; }
.spacer_6  { height:  6px; }
.spacer_8  { height:  8px; }
.spacer_10 { height: 10px; }
.spacer_12 { height: 12px; }
