/* @group Reset */

body {
	font-family: "Hoefler Text", Georgia, Times, serif;
	font-size: 20px;
	background: url(/images/kozleskenyszer/bg.png) no-repeat;
}

/* @end */


/* @group Containers */

div#wrap {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

div#logo {
	width: 940px;
	font-size: 120px;
	text-align: left;
	font-variant: small-caps;
	border-bottom: 4px #999 double;
	padding-bottom: 50px;
	margin-top: 50px;
	margin-bottom: 80px;
}

div#content {
	float: right;
	width: 540px;
	color: #333;
	line-height: 30px;
	text-align: justify;
	margin-left: 500px;
}

div#content a {
	color: #000;
	text-decoration: underline;
}

div#content ul {
	list-style: circle;
	margin-left: 30px;
	margin-right: 30px;
}

div#content li {
	margin-top: 20px;
	margin-bottom: 20px;
}

div#content a:active {
	color: #f00000;
	text-decoration: underline;
}

div#content p {
	margin-top: 20px;
	margin-bottom: 20px;
}

div#content p.intro-paragraph {
	font-size: 30px;
	line-height: 40px;
}

div#content p.body-paragraph:first-letter {
	float: left;
	font-size: 140px;
	color: #000;
	line-height: 1;
	margin-top: 5px;
	margin-right: 20px;
}

div.spacer {
	width: 540px;
	height: 80px;
	background: url(/images/kozleskenyszer/spacer.png) center no-repeat;
}

/* @end */

/* @group Graph */

div#graph {
	width: 940px;
	height: 440px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #222;
	text-align: left;
	line-height: 1;
	border-top: 4px #ddd double;
	border-bottom: 4px #ddd double;
	margin-top: 100px;
	margin-left: -400px;
	margin-bottom: 100px;
	overflow: hidden;
	clear: both;
}

div#graph strong {
	color: #000;
}

div#graph-line-desc {
	width: 100%;
	height: 10px;
	margin-top: 220px;
}

div#graph-line-desc-longer {
	float: left;
	color: #336699;
	font-variant: small-caps;
}

div#graph-line-desc-shorter {
	float: right;
	color: #00BBFF;
	font-variant: small-caps;
}

div#graph-line {
	width: 940px;
	height: 10px;
	background: url(/images/kozleskenyszer/graph-line.png) no-repeat;
	margin-top: 10px;
}

div#graph-pointer-blogazine {
	float: left;
	width: 5px;
	height: 40px;
	background: url(/images/kozleskenyszer/graph-pointer-normal.png) no-repeat;
	margin-left: 25px;
	margin-top: -7px;
	position: absolute;
}

div#graph-pointer-tumblr {
	float: left;
	width: 5px;
	height: 40px;
	background: url(/images/kozleskenyszer/graph-pointer-normal.png) no-repeat;
	margin-left: 505px;
	margin-top: -7px;
	position: absolute;
}

div#graph-pointer-blog {
	float: left;
	width: 5px;
	height: 90px;
	background: url(/images/kozleskenyszer/graph-pointer-upside.png) bottom no-repeat;
	margin-left: 270px;
	margin-top: 157px;
	position: absolute;
}

div#graph-pointer-twitter {
	float: left;
	width: 5px;
	height: 70px;
	background: url(/images/kozleskenyszer/graph-pointer-upside.png) bottom no-repeat;
	margin-left: 745px;
	margin-top: 177px;
	position: absolute;
}

div#graph-blogazine {
	float: left;
	width: 220px;
	margin-left: 0;
	margin-top: 40px;
}

div#graph-blog {
	float: left;
	width: 220px;
	margin-left: 240px;
	margin-top: 40px;
}

div#graph-tumblr {
	float: left;
	width: 220px;
	margin-left: 260px;
	margin-top: 40px;
}

div#graph-twitter {
	float: left;
	width: 220px;
	margin-left: 260px;
	margin-top: 40px;
}

/* @end */

/* @group Left Paragraphs */

div#paragraph-zsolti {
	float: left;
	width: 360px;
	font-size: 32px;
	font-variant: small-caps;
	line-height: 35px;
	text-align: left;
	font-style: italic;
	color: #fff;
	background: #333;
	padding: 10px;
	margin-top: 30px;
	margin-bottom: 50px;
	margin-left: -400px;
}

div#paragraph-tumblog {
	float: left;
	width: 360px;
	font-size: 32px;
	font-variant: small-caps;
	color: #fff;
	line-height: 35px;
	text-align: left;
	background: #999;
	font-variant: small-caps;
	font-style: italic;
	padding: 10px;
	margin-top: 30px;
	margin-left: -400px;
}

div#paragraph-365orange-fail {
	float: left;
	width: 360px;
	font-size: 32px;
	font-variant: small-caps;
	color: #fff;
	line-height: 35px;
	text-align: left;
	background: #f00000;
	font-variant: small-caps;
	font-style: italic;
	padding: 10px;
	margin-left: -400px;
	margin-top: 30px;
}

div#paragraph-starter-blogger {
	float: left;
	width: 360px;
	font-size: 32px;
	font-variant: small-caps;
	color: #fff;
	line-height: 35px;
	text-align: left;
	background: #333;
	font-variant: small-caps;
	font-style: italic;
	padding: 10px;
	margin-left: -400px;
	margin-top: 5px;
}

/* @end */