html {
background-color: #fcf9cd;
}

:focus { outline: 0; }

body { 
	position: relative;
	margin: auto;
	width: 260px;
	height: 3000px;
	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 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	color: #66ccff;
}

.description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.4em;
}

.container {
	margin: 0px;
	font-family: Verdana;
	font-size: 0.75em;	
}

.postInfo {
	text-align: right;
	color: #999999;
	font-family: Verdana;
	font-size: 0.6em;
}

/* prostor pro produkty */
.containerPost {
	margin: 0px;
	border: 5px solid #e3d293;
}

/* nadpis článku */
.postTitle {
	width: 250px;
	height: 17px;
	text-align: left;
	font-size: 11px;
	padding-left: 3px;
	font-family: Verdana;
	font-weight: bold;
	background-color: #e3d293;
}

/* barva textu nadpisu */
.postTitle a {
	text-decoration: none;
	color: #990000;
}

/* Prostor pro vlastní text */
.postText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	padding-left: 3px;
	color: #666666;
	height: 250px;
}

.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;
}

/* administrace - nadpis*/
.inputTitle {
	width: 600px;
}

/* administrace */
textarea {
	width: 600px;
	height: 400px;
	font-family: Verdana;
	font-size: 11px;
}

.code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

blockquote {
	margin: 0px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

.num_posts {
	color: #777777;
}
