/*
Theme Name: MagZine
Theme URI: http://pupungbp.erastica.com/
Description: MagZine free wordpress theme design - a simple magazine / newspaper look wordpress theme design by <a href="http://pupungbp.erastica.com>Pupung Budi Purnama</a>
Version: 1.0
Author: Pupung Budi Purnama
Tags: light, three-columns, two-columns, fixed-width, threaded-comments
*/
* {
	margin: 0;
	padding: 0;
}
body {
	padding: 2em;
	font-family: Garamond,'Adobe Garamond Pro','Apple Garamond','ITC Garamond',Georgia,Times,'Times New Roman',serif;
}

ul.nav, iframe, .ratingblock, fieldset, .post-data, .comments, .footer .creator, .switcher {
	display: none;
}

.container {
	position: relative;
	overflow: auto;
}
.single-main {
	display: block;
	float: left;
}

.single-sidebar div, .single-sidebar > p, .single-sidebar > ul  {
	display: none;
}

.single-sidebar .story-things {
	display: block;
}

.single-sidebar .story-things h5 {
	font-size: 2em;
	font-weight: normal;
	margin-bottom: 7px;
}

.single-sidebar .story-things ul{
	margin-top: 7px;
	list-style-type: none;
}

.single-sidebar .story-things li{
	display: inline;
}

.single-sidebar .story-things li:after
{ 
	content:"; ";
}

.single-sidebar .story-things li:last-child:after
{ 
	content:"";
}

.single-main .bar-header {
position: relative;
z-index: -1;
font: 1em Garamond,'Adobe Garamond Pro','Apple Garamond','ITC Garamond',Georgia,Times,'Times New Roman',serif;
border-top: 20px #4C4B4A solid;
margin: 7px 0 15px;
text-transform: uppercase;
letter-spacing: 1px;
}

.single-main .bar-header span {
display: block;
position: absolute;
color: #EFEFEF;
z-index: 1;
margin: -20px 0 0 5px;
}

.single-main h2.title {
	font-size: 3em;
	line-height: 1.1em;
	font-weight: normal;
}

.single-main hr {
	margin: 7px 0 0;
	width: 100px;
}

.single-main p {
	text-indent: 20px;
	font-size: 1.2em;
	line-height: 1.2em;
}

.single-main p:first-child {
	text-indent: 0px;
}

.single-main a, .single-sidebar a {
	text-decoration: none;
}

a {
	color: #000;
}

.footer {
	margin: 15px 0 0 0;
	font-style: italic;
}