/*#############################################################
Name: Shades of Gray
Date: 2006-11-05
Description: Monochrome, lightweight and totally liquid. Comes with three different layouts.
Author: Viktor Persson
URL: http://arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {text-decoration: none;}

body {
	background: #111 url(img/bg.jpg) repeat-y center top;
	color: #BBB;
	font: normal 75% serif;
  margin: 0 12%;
}

p,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}

blockquote {font: bold 1.2em serif;}

code {
	background: #444;
	display: block;
	font-size: 12px;
	margin: 0 10px 12px;
	overflow: auto;
	padding: 8px 10px;
	white-space: pre;
}

img {border: none;}

ul {margin-left: 2em;}
h1 {font: normal 2.4em serif;}
h2 {
	font: bold 1.7em serif;
	padding-bottom: 4px;
  color: orange;
}

/* misc */
.clearer {clear: both;}
.stripes {
	background: #333 url(img/stripe.gif);
	height: 6px;
}
.left {float: left;}
.right {float: right;}

/* header */
.header {
	background: url(img/slunce-upravene.png) right no-repeat #111;
	border-bottom: 1px solid #333;
	font: normal 4em serif;
	height: 150px;
}
.header a {
	/*color: #888;*/
  color: orange;
	display: block;
	line-height: 150px;
	text-decoration: none;
 /* padding-left: 150px;*/
	width: 100%;
}
.header span {padding-left: 32px;}
.header a:hover {
	background: url(img/slunce-upravene.png) right no-repeat #191919;
	/*color: #BBB;*/
  color: orange;
}

/* structure */
.container {
	border: 3px solid #444;
	border-top: none;
}

.main {
	background: #303030;
	border-bottom: 1px solid #2A2A2A;
	border-left: 1px solid #2A2A2A;
}
.main .left {width: 64%;}
.main .right {width: 36%;}

.content .left, .content .right {width: auto;}

.content {
	border-left: 1px solid #444;
	border-top: 1px solid #444;
	padding: 16px;
}

/* content elements */
.content h1 {
	background: url(img/bgh1.gif) repeat-x left bottom;
	/*color: #EEE;*/
  color: orange;
  /*margin-top: 30px;*/
	margin-bottom: 10px;
	padding: 6px 0 4px;
}
.content .left + h1 {margin-top: 30px;}
.content h1 a {
  color: orange;
  text-decoration: none;
}
.content h1 a:hover {
  text-decoration: underline;
  color: orange;
}
.content a {
	color: #999;
	text-decoration: underline;
}
.content img {
  margin: 5px;
}
.content a:hover {color: #CCC;}
.content .descr {margin-bottom: 5px;}
.descr span {border-bottom: 1px dotted grey;}

/* navigation */
.nav {background: #191919 url(img/nav.gif);}
.nav a {
	background: #191919 url(img/nav.gif);
	border-right: 1px solid #161616;
	/*color: #CCC;*/
  color: orange;
	float: left;
	font: bold 1.2em serif;
	line-height: 51px;
	padding: 0 20px;
}
.nav a:hover {
	background: #191919 url(img/nav_hover.gif);
}

/* sub-navigation */
.subnav {
	background: #2A2A2A;
	border: 1px solid #1E1E1E;
	border-top-color: #444;	
	padding: 12px;
}
.subnav h1 {
  padding-top: 8px;
  color: orange;
}
.subnav ul {margin: 0;}
.subnav li {
	background: url(img/li.gif) no-repeat left bottom;
	list-style: none;
	margin: 0;
}
.subnav li a {
	color: #777;
	line-height: 2.4em;
	padding-left: 18px;
	text-decoration: none;
}
.subnav li a:hover {color: #BBB;}

/* footer */
.footer {
	background: #191919;
	border-top: 1px solid #444;
	color: #999;
	padding: 3% 3% 1%;
}
.footer h2 a { color: orange;}
.footer ul {
	border-top: 1px solid #262626;
	margin: 0;
}
.footer li {
	border-bottom: 1px solid #262626;
	list-style: none;
}
.footer li a {
	display: block;
	line-height: 2em;
	padding-left: 4%;
	width: 96%;
}
.footer a {color: #666;}
.footer a:hover {
	color: #BBB;
	background: #222;
}

.col3,.col3center {
	float: left;
	width: 45%;
}
.col3center {margin: 0 3%;}

/* bottom */
.bottom {
	color: #666;
	clear: both;
	font-size: 1.1em;
}
.bottom a {color: #888;}
.required, .error {
  color: darkorange;
  font-weight: bold
}
table {
  width: 100%;
  margin-bottom: 5px;
  border: 1px solid #262626;
}
table tr.alt{
  background-color: #262626;
}
table th {
  font-size: larger;
}
table td {
  padding: 3px;
}
.comment {
  width: 100%;
  border: 1px solid #1E1E1E;
  background: #2A2A2A;
  margin-bottom: 5px;
  font-size: larger;
  padding: 3px;
}
.comment .descr {
  font-size: medium;
  color: grey;
}
.registered {
  border-color: orange;
}
.comment .counter {
  float: right;
  color: orange;
  font-size: xx-large;
}
.flash {
  font-size: x-large;
  color: orange;
  margin: 5px;
}
.articlenav span {
  font-size: larger;
}
.comment a.ref {
  text-decoration: none;
  /*font-weight: bold;*/
  color: orange;
}
fieldset {
  border: none;
}
hr.cleaner {
  visibility: hidden;
  clear: both;
}
.paginator {clear: both;}
