p, div, span, h1, h2, h3, h4 {
	font-family: Georgia, "New York CE", utopia, serif;
}

p {
	font: 16px/24px Georgia, "New York CE", utopia, serif;
}

a {
	color:#0084B4;
	color:#486F14;
	color:#66aa66;
	text-decoration: none;
	border-bottom:1px solid;
}
a:hover {
	border-bottom:none;
}

.smalltext {
	font-size: 8pt;
}

/* */

h1 {
	color:#333;
	font-size:4em;
	font-style:italic;
	letter-spacing:-0.04em;
	line-height:1.3em;

	font-weight: normal;
	font-size: 36px;
	line-height: 48px;
	text-align:left;
}

h1 .stout { 
	font-size: 54px;
	line-height: 84px;
	position: relative; left: -2px;
}
h1 .stin { color: #999; }

h2 {
	font-style: italic;
	font-size:20px;
	line-height: 36px;
	font-weight: normal;
	padding-bottom:8px;
}

/* layout */

.c-box {
	margin:0 auto;
	width:750px;
}

.header {
	padding-top: 32px;
	font-size: 24pt;
	color: gray;
	text-align: right;
}

.header-heading {
	float:left;
}

.header-sub-heading {
	font-size: 10pt;
	color: #555;
}

#bpbp {
	width:140px;
	height: 100px;
	text-align: center;
	float:right;
}
#bpbp-text {
	display:none;
}
#bpbp-logo {
	position:fixed;
	top:56px;
	width:140px;
	height: 75px;
	float:right;
	background: url('img/bpbp-web-je-jako-zahrada-1.png') no-repeat 60% 100%;
	cursor:pointer;
}

#bpbp-logo:hover {
	background: url('img/bpbp-web-je-jako-zahrada-g1.png') no-repeat 60% 100%;
}
#small-print {
	text-align:right;
}

.footer {
	padding: 8px;
	text-align: center;
	color: gray;
	font-size:1.2em;
}

.main {
	background-color: #AFEFF1;
	background-color: #C8EF95;
	text-align: center;
	padding: 16px;
	
}

.cont {
	font-size:2em;
	color: #888;
}

.col-left {
	text-align: left; 
	float: left;
	width: 48%; 
	padding-left: 8px;
}

.col-right {
	text-align: left; 
	float: right;
	width: 48%; 
	padding-left: 8px;
}

#tweet {
	border-top:1px solid #ddd;
	padding-top:30px;
	text-align: center;
	font-size:1.3em;
	color: #aaa;
	
}

#tweet a { color:#208AAF; }


