div#wrapper 
{
	border: none;
	border-radius: 0;
	/* border: 1px solid #FF00FF; */
	padding: 0;
}

/* Left Side Content */

div#left-side-content
{
	float: left;
	width: 680px;	
}

div#post-page
{
	/* border: 1px solid #FF0F0F; */
	padding: 10px;
}

div#post-page div.post-breadcrumbs, div#post-page div.post-breadcrumbs a
{
	color: #7ea7d8;
	font-size: 24px;
	font-weight: bold;
}

div#post-page div.post-breadcrumbs-music, div#post-page div.post-breadcrumbs-music a { color: #82ca9d; }
div#post-page div.post-breadcrumbs-games, div#post-page div.post-breadcrumbs-games a { color: #a187be; }
div#post-page div.post-breadcrumbs-other, div#post-page div.post-breadcrumbs-other a { color: #f7977a; }

div#post-page div#post-title
{
	color: #898989;
	font-size: 34px;
	font-weight: bold;
	line-height: 40px;
	margin-top: 20px;
}

div#post-page div#post-date
{
	color: #898989;
	float: left;
	font-size: 16px;
	margin-top: 5px;
}

div#post-page h1
{
	margin-bottom: 0.2em;
}

div#post-page h2
{
	font-size: 16px;
	line-height: 22px;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

div#post-page div.read-more
{
	display: none;
}

div#post-page #post-detail-container #post-category div
{
	float: left;
}

div#post-page #post-detail-container #post-category  #post-sub-category
{
	margin: 17px 0 0 7px;
}

div#post-page #post-detail-container #post-category  #post-sub-category a
{
	color: #7ea7d8;
	font-size: 40px;
	font-weight: bold;
}

div#post-page #post-detail-container #post-share-this
{
	float: right;
	margin-top: 8px;
}

div#post-page #post-share-this-post
{
	float: right;
	position: relative;
	top: 10px;
}

div#post-page  #post-image img
{
	border: 3px solid #c2c2c2;
}

div#post-page div#post-pager
{
	margin-top: 30px auto;
}

div#post-page div#post-pager div
{
	float: left;
	margin: 0 17px;
}

div#respond
{
	/* border: 1px solid #FF0000; */	
}

div#post-spacer
{
	height: 60px;
}

div#post-spacer-category
{
	height: 40px;	
}

div.category-posts-container div.category-posts-title
{
	color: #7ea7d8;
	font-size: 30px;
	font-weight: bold;
}

div.category-posts-container div.category-posts-title-music { color: #82ca9d; }
div.category-posts-container div.category-posts-title-games { color: #a187be; }
div.category-posts-container div.category-posts-title-other { color: #f7977a; }

div.category-post-container
{
	margin-top: 30px;
}

div.category-post-container div.category-post-title
{
	line-height: 30px;
}

div.category-post-container div.category-post-title a
{
	color: #898989;
	font-weight: bold;
	font-size: 26px;
}

div.category-post-container div.category-post-date
{
	color: #898989;
	font-size: 18px;
	margin: 8px 0;
}

div.category-post-container div.category-post-image 
{
	float: left;
	width: 198px;
	border: 3px solid #c2c2c2;
}

div.category-post-container div.category-post-image:hover
{
	border: 3px solid #898989;
}

div.category-post-container div.category-post-preview
{
	float: left;
	width: 600px;
	/* margin-left: 15px; */
	position: relative;
	bottom: 5px;
}

div.category-post-container div.category-post-preview h3
{
	font-size: 1em;
}

div.category-post-container div.category-post-preview-featured-image
{
	margin-left: 15px;
	bottom: 28px;
	width: 415px;
}

div.category-post-pager
{
	clear: left;
	float: right;
	margin-right: 38px;
}

div.category-post-pager div
{
	float: left;
	margin: 0 8px;
}

/* Related Posts */

div#related-topics-container
{
	margin-top: 20px;
}

div#related-topics-container div.related-topics-title
{
	color: #7ea7d8;
	font-size: 34px;
	font-weight: bold;
}

div#related-topics-container div.related-topics-title-music { color: #82ca9d; }
div#related-topics-container div.related-topics-title-games { color: #a187be; }
div#related-topics-container div.related-topics-title-other { color: #f7977a; }

div#related-topics-container div#related-topics-list
{
	margin: 40px auto;
}

#related-topics-list-first-column, #related-topics-list-second-column
{
	float: left;
	width: 300px;
}

.related-topics-list-item 
{
	margin-bottom: 30px;
}

.related-topics-list-item a
{
	color: #7ea7d8;
	font-size: 28px;
	font-weight: bold;
}

.related-topics-list-item-music a { color: #82ca9d; } 
.related-topics-list-item-games a { color: #a187be; }
.related-topics-list-item-other a { color: #f7977a; }

/* Right Side Content */

div#right-side-content
{
	/* border: 1px solid #FFFF00; */
	float: right;
	margin-top: 0;
	width: 250px;
}

div#widgets
{
	width: 100%;
	margin-top: 16px;
}