body
{
/*
	background: red url(img/bg.gif);
*/
	background-color: #333;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	/*
	border-left: 12px solid #666666;
	border-right: 12px solid #666666;
	*/
}

#nav
{
	width: 680px;
	height: 25px;
	border-bottom: 1px solid white;
	color: white;
	background-color: #202020;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);

	position: fixed;
	top: 0px;
	margin-bottom: 0;
	margin-left: -340px;
	left: 50%;
	/*
	margin-top: 0px;
	*/
	padding: 0px;
	z-index: 99;

	_position: absolute;
	_top: expression((dummy = document.documentElement.scrollTop) + "px");
}

#nav li
{
	display: block;
	float: left;
	height: 25px;
	width: auto;
	text-align: center;
	line-height: 25px;
}

#nav li a
{
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 25px;
	color: white;
	text-decoration: none;
	font-weight: normal;
	font-variant: small-caps;
}

#nav li a:hover
{
	background-color: #666666;
}

#layout_box
{
	width: 680px;
	margin-left: auto;
	margin-right: auto;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}

#head_pic
{
	margin: 0px;
	border-bottom: 1px solid white;
	width: 680px;
	height: 180px;
	background-image: url(../img/praha.jpg);
}

#header
{
	background-image: url(img/head_bg.png);
	height: 80px;
	padding-top: 0px;
	position: relative;
}

.logo
{
	width: 89px;
	height: 80px;
	margin-top: 0px;
	margin-left: 10px;
	background-image: url(img/granex-logo.png);
	_background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/img/granex-logo.png');
}

#header h1
{
	position: absolute;
	left: 115px;
	top: 36px;
	color: #6699cc;
	font-size: 30px;
	font-weight: bold;
	margin: 0px;
	font-variant: small-caps;
}

#header h1.shade
{
	left: 117px;
	top: 38px;
	color: #666;
	font-variant: small-caps;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

#header em
{
	font-style: normal;
	text-decoration: underline;
}

#content_box
{
	padding-top: 1px;
	background-color: white;
	position: relative;

	border-left: 200px solid #eeeeee;
}

#sidebar
{
	width: 180px;

	position: absolute;
	/*
	right: -200px;
	_right: 0px;
	*/
	left: -200px;

	top: 0px;
	padding: 10px;

}

#sidebar h1
{
	font-size: 14px;
	font-variant: small-caps;
	border-bottom: black 1px solid;
	margin-bottom: 4px;
	margin-top: 16px;
	clear: both;
}

#sidebar ul
{
	margin-left: 1em;
	padding-left: 0px;
	list-style-type: none;
	line-height: 170%;
	text-align: right;
}
#sidebar ul li a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	font-variant: small-caps;
}
#sidebar ul li a:hover {
	color: blue;
	/*
	letter-spacing: 0.1em;
	*/
}
#sidebar p
{
	margin-bottom: 8px;
}

#main_content
{
	padding: 20px;
	border-left: 1px solid #666;
	color: #333333;
}

#main_content h1 {
	font-size: 18px;
	font-variant: small-caps;
	/* 18px is the default minimum font size for which anti-aliasing will occur. */
	margin: 0px;
	border-bottom: 1px solid black;
}
#main_content h2 {
	font-size: 14px;
	font-variant: small-caps;
	/* 18px is the default minimum font size for which anti-aliasing will occur. */
	margin: 0px;
	border-bottom: 1px solid black;
}
#main_content ul {
	list-style-type: square;
	line-height: 150%;
}
#main_content .date{
	float: right;
}

#main_content .postedBy
{
	float: left;
}

#main_content .meta
{
	height: 1em;
}

#main_content p
{
	text-align: justify;
	/*
	text-indent: 3em;
	*/
	line-height: 1.3em;
}

.lang
{
	border-top: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
	padding: 4px;
	text-align: right;
	margin-bottom: 2em;
	font-variant: small-caps;
}
a
{
	color: #666666;
}

#footer
{
	width: 678px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #333;
	background-color: #999999;
	color: #eee;
	font-variant: small-caps;
}

.left
{
	float: left;
}

.right
{
	float: right;
}


p.caption
{
	text-align: center;
}

small.super
{
	vertical-align: top;
	font-size: 0.75em;
	line-height: 1.3em;
}

.nodisplay
{
	display: none;
}
