html {
	background-image:url(bg.jpg);
}

:focus { outline: 0; }

body { 
	background-image:url(content.jpg);
	position: relative;
	margin: auto;
	width: 828px;
	border: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

a {
	text-decoration: none;
	color: #3399FF;
}

a:hover {
	text-decoration: none;
	color: #3F73A3;
}

a#white {
	color: #FFFFFF;
	text-decoration: none;
}

.gray {
	color: #999999;
}

/* hlavička */
.header {
	height: 328px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	color: #66ccff;
}

/* navigace */
.navigace {
	background-image:url(navigace.jpg);
	width: 828px;
	height: 36px;
}	

/* hledání */
.hledani {
	float:right;
	margin-right: 15px;
	border: 0px;
	height: 30px;
	padding-top: 6px;
}

/* odkazy pod hlavičkou */
.links {
	float: left;
	margin-left: 25px;
	font-size: 13px;
	height: 30px;
	padding-top: 6px;
}

/* barva odkazů v podhlavičce */
.links a {
	color: #66ccff;
	font-weight: bold;
}

.links a:hover {
	color: #000000;
}	

.description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.4em;
}

.container {
	margin: 25px;
	font-family: Verdana;
	font-size: 0.75em;	
}

.postInfo {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #EEEEEE;
	padding-top: 15px;
	padding-bottom: 5px;
	text-align: right;
	color: #999999;
	font-family: Verdana;
	font-size: 0.6em;
}

/* prostor pro produkty */
.containerPost {
	margin: 10px 40px 25px 35px;
}

/* nadpis článku */
.postTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	float: right;
}

/* barva textu nadpisu */
.postTitle a {
	text-decoration: none;
	color: #eeeeee;
}

/* Prostor pro vlastní text */
.postText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}

.containerComments {
	margin: 15px 232px 0px 15px;
	font-family: Verdana;
	font-size: 0.75em;
}

.commentInfo {
	text-align: right;
	color: #fff;
	font-family: Verdana;
	font-size: 0.75em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #EEEEEE;
	margin-top: -5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

/* patička */
.footer {
	background-image:url(footer.jpg);
	clear: both;
	color: #FFFFFF;
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	width: 828px;
	height: 68px;
}

/* text v patičce */
.footertable {
	width: 800px;
	color: #66ccff;
	position: relative;
	top: 13px;
	font-weight: bold;
}	

/* barva odkazů v patičce */
.footertable a {
	color: #66ccff;
	font-weight: bold;
}	

.footertable a:hover {
	color: #000000;
}

.logo {
	position: absolute;
	right: 15px;
	top: 0px;
	font-size: 1.5em;
}

.two {
	font-size: 0.2em;
}

.inputTitle {
	width: 700px;
}

/* administrace */
textarea {
	width: 780px;
	height: 1000px;
	font-family: Verdana;
	font-size: 11px;
}

.commentTextarea {
	width: 500px;
	height: 200px;
	font-family: Verdana;
	font-size: 11px;
}

.code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

.num_posts {
	color: #777777;
}
