@charset "utf-8";
/*==============================================================================
SCREEN CSS Document
project: forwebdesigners.com
*/

/* IMPORT
==============================================================================*/
/*@import url("debug.css");*/
@import url("reset.css");
@import url("global.css");

/* TYPOGRAPHY AND COLORS
==============================================================================*/

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 12px;
	color: #6D6759;
	background-color: #FFF4DA;
	background-image: url(../images/page_bg.png);
	background-position: top;
	background-repeat: repeat-x;
/* 	text-align: center; */
}

p {
	line-height: 1.4em;
}

p, ul, ol {
	padding: 0 0 1.25em 0;
}
 
ul, ol {
	padding: 0 0 1.25em 2.5em;
}

small {
	font-size: 0.85em;
}

.highlight {
	color: #dbc38d;
}

.graphic a {
	color: #ecb040;
}

.coding a {
	color: #accc52;
}

.programming a {
	color: #77cfe4;
}

.other a {
	color: #196575;
}

/* FORMS
==============================================================================*/
form {
  width: 100%; 
}

form label, form .textbox, select, textarea, form .container {
  display: block;
  float: left;
  width: 200px;
  margin: 3px 0;
  padding: 2px 5px;
}

form .textbox, select, textarea, checkbox {
	border: 1px solid #cccccc;	
}

form select {
  width: 214px;
}

form textarea {
  height: 200px;
}

form label {
  width: 105px;
  padding-right: 15px;
  text-align: right;
}

form br {
  clear: left;
}

form input.submit {
  padding: 1em;
}

form fieldset {
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #cccccc;
}

form legend {
  padding: 0.5em;
  color: gray;
  font-weight: bold;
  background: #E8E8E8;
}

form input.radio {
  width: 15px;
  margin-left: 160px;
}

form .formbutton {
	float: right;
	padding: 0.5em;
	margin-bottom: 10px;
}

form .readonly {
	color: #6e6e6e;
	background: #f0f0f0;
}

form .instructions {
	padding: 0.5em;
	margin: 10px 0;
	border: 1px solid #ededb3;
	background: #ffffcc;
}

form .wide {
	width: 450px;
}

form select.wide {
	width: 460px;
}

form .widest {
	width: 610px;
}

form .narrow {
	width: 120px;
}

form .narrowest {
	width: 50px;
}

form textarea.short {
	height: 75px;
}

form textarea.long {
	height: 400px;
}

form .require {
	color: #ff0000;
}

form .container {
	padding: 0 0 10px 0;
	line-height: 2em;
}

form small {
	color: #aeaeae;
}

/* HEADERS
==============================================================================*/
 
h2 {
	padding: 0 0 0.4em 0;
	letter-spacing: -1px;
	font-size: 2.5em;
	color: #ecb040;
}
 
h3 {
	font-size: 1em;
	font-weight: bold;
}

/* LINKS
==============================================================================*/
a {
	text-decoration: underline;
	cursor: pointer;
	color: #fffaec;
}

a:hover {
	text-decoration: none;
}

a.website {
	padding-left: 20px;
	background: url(../graphics/linktype-website.gif) 0 50% no-repeat;
}

a.website:hover {
	background: url(../graphics/linktype-website-hover.gif) 0 50% no-repeat;
}

a.article {
	padding-left: 20px;
	background: url(../graphics/linktype-article.gif) 0 50% no-repeat;
}

a.article:hover {
	background: url(../graphics/linktype-article-hover.gif) 0 50% no-repeat;
}

/* TABLES
==============================================================================*/
table {
	width: 730px;
}

table a {
	text-decoration: none;
}

th, td {
	padding: 5px;
	text-align: center;
	
}

th {
	color: #ecb040;
	background: #483b0c;
}

th a.order-asc {
	padding-right: 15px;
	background: url(../graphics/order-asc.gif) right 2px no-repeat;
}

th a.order-desc {
	padding-right: 15px;
	background: url(../graphics/order-desc.gif) right 2px no-repeat;
}

td {
	border-bottom: 1px solid #6f5e2d;
}

.col1 {
	width: 320px;
	text-align: left;
}

.col2, .col3, .col4, .col5 {
	width: 100px;
}

table .link {
	text-align: left;
}

table .highlight, table .highlight a {
	color: #dbc38d;
}

/* NAVIGATION
==============================================================================*/

/* hidden menu */
#hmenu a { 
	position: absolute;
	left: -9999px;
}

/* main menu */
#menu {
	padding: 10px 0 0 10px;
	list-style-type: none;
	text-align: justify;
  	float: left;
  	width: 940px;
	height: 150px
}

#menu2 {
	padding: 20px 10px 0 0;
	list-style-type: none;
	text-align: justify;
  	float: left;
  	width: 200px;
	height: 200px
}

#menu li {
	list-style-type: none;
	display: inline;
}

#menu a {
	color: #dbc38d;
	padding: 0 27px 0 0;
	line-height: 1.3em;
}

#menu a:hover {

}

#menu a.selected {

}

#menu a.size1 {
	font-size: small;
	color: #b39f71;
}

#menu a.size2 {
	font-size: small;
}

#menu a.size3 {
	font-size: medium;
}

#menu a.size4 {
	font-size: large;
}

#menu a.size5 {
	font-size: x-large;
}

#menu a.new {
	margin-right: 20px;
	background: url(../graphics/new-ico.gif) top right no-repeat;
}

.listbox {
	float: left;
	margin: 0 20px 30px 0;
	overflow: hidden;
	width: 230px;
}

.listbox a {
	text-decoration: none;
}

.listbox ul {
	padding: 0;
}

.listbox li {
	border-bottom: 1px solid #6f5e2d;
}

.listbox li a {
	display: block;
	margin: 1px 0;
	padding: 0.5em 0 0.5em 20px;
	color: #fffaec;
	background-position: 2px 50%;
}

.listbox li a:hover {
	background-color: #645627;
	background-position: 2px 50%;
}

.listbox .last {
	text-align: center;
	border: none;
}

.listbox .last a {
	color: #000000;
  	background: #ffffd5 url('../images/gradient-white-grey.gif') repeat-x;
  	border: 1px solid #990000; /* fc8 */
}

.listbox .last a:hover {
	background: #CECDCD;
}

.last {
	margin-right: 0;
}

/* STRUCTURE
==============================================================================*/
#header_d, .content {
	width: 980px;
}

#header_d {
	margin: 0 auto;
	height: 164px;
	color: #fff;
}

#middle{
	text-align: left;
	background: url(../graphics/page-bg.gif);
	margin: 14px 0 0 0;
}

.content {
	margin: 0 auto;
	padding-bottom: 20px;
}

#header_d h1 { /* logo */
	float: left;
	position: relative;
	overflow: hidden;
	font-size: large;
}

#header_d h1, #header_d h1 span, #header_d h1 a {
	display: block;
	width: 270px;
	height: 164px;
}

#header_d h1 span { /* logo - image replacement*/
	position: absolute;
	left: 0;
	top: 0;
	background: url("../graphics/logo.gif") no-repeat 0 0;
}

#header_d p {
	overflow: hidden;
	float: right;
	display: block;
	padding: 20px 0 0 0;
	width: 600px;
	height: 140px;
	text-align: right;
	font-size: x-large;
}

#header_d #addlink {
	overflow: hidden;
	display: block;
	margin-top: 16px;
	width: 180px;
	height: 56px;
	float: right;
	padding-top: 25px;
	background: url("../graphics/add-link.gif") no-repeat;
}

#header_d #addlink span {
	display: none;
}

#header_d #rssiko {
	overflow: hidden;
	display: block;
	margin-top: 16px;
	width: 70px;
	height: 56px;
	float: right;
	padding-top: 25px;
	background: url("../graphics/rss-iko.gif") no-repeat;
}

#header_d #rssiko span {
	display: none;
}

#sidebar {
	float: right;
	width: 220px;
}

/* OTHERS
==============================================================================*/
/* hodnoceni */
.rating_container {
	clear: both;
	margin: 0 auto;
	width: 80px;
}

.rating_container a {
	float: left;
	display: block;
	width: 16px;
	height: 15px;
	border: 0;
	background-image: url(../graphics/rating.gif);
}

.rating_container a.rating_off {
	background-position: 0 0px;
}

.rating_container a.rating_half {
	background-position: 0 -15px;
}

.rating_container a.rating_on {
	background-position: 0 -30px;
}

.rating_container a.rating_selected {
	background-position: 0 -45px;
}

.badlink {
	display: block;
	margin: 0 auto;
	width: 23px;
	height: 19px;
	background: url(../graphics/badlink.gif) 0 0 no-repeat;
}

.badlink:hover {
	background-position: 0 -19px;
}

/* zpravy po zpracovani skriptu */
.message-good, .message-bad, .message-info  {
	padding: 10px 10px 10px 35px;
	margin-bottom: 10px;
}

.message-good {
	border: 1px solid #cae49c;
	color: #516f1b;
	background: #f3ffd0 url(../graphics/icons/accept.png) 10px 10px no-repeat;
}

.message-good a {
	color: #516f1b;
}

.message-bad {
	border: 1px solid #ffdede;
	color: #ce0000;
	background: #fff1f1 url(../graphics/icons/exclamation.png) 10px 10px no-repeat;
}

.message-bad a {
	color: #ce0000;
}

.message-info {
	border: 1px solid #ededb3;
	background: #ffffcc url(../graphics/icons/information.png) 10px 10px no-repeat;
}

/* BANNERS
==============================================================================*/

#banner-leader-hp {
	margin: 0 auto 25px auto;
	width: 728px;
}

#banner-top {
	margin-bottom: 10px;
}

/* 

#banner-top a {
	display: block;
	float: left;
	margin-right: 10px;
}

#banner-top a.last {
	margin-right: 0;
}

*/

/* New Header */

#header {
	padding-top: 35px;
	margin: 0px auto;
	width: 835px;
	text-align: left;
	margin-bottom: 15px;
	margin-top: -164px;
}
#header .logo {
	float: left;
	padding-top: 18px;
}
#header .logo2 {
	float: left;
	padding-top: 25px;
}
#header .black {
	width: 590px;
	float: right;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
}
#header .black a {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}
#header .black a:hover {
	color: #FFF;
	text-decoration: underline;
}
#header .navigation {
	float: right;
	padding: 18px;
	padding-left: 18px;
	padding-right: 18px;
	width: 551px;
	font-size: 13px;
	color: #810000;
	text-align: right;
}
#header .navigation a {
	text-decoration: none;
	color: #810000;
	padding-left: 40px;
}
#header .navigation a:hover {
	text-decoration: underline;
}
#header .black .top {
	width: 587px;
	height: 6px;
	background-image: url(../images/header_black_top.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}
#header .black .bottom {
	width: 587px;
	height: 6px;
	background-image: url(../images/header_black_bottom.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	clear: both;
}
#header .black .body {
	padding: 9px;
	padding-left: 13px;
	padding-right: 0px;
	width: 574px;
	background-position: left top;
	background-repeat: repeat-x;
	background-image: url(../images/header_black_bg.gif);
	background-color: #000;
}
#header .black span {
	padding-top: 5px;
	display: block;
	font-size: 12px;
	font-weight: bold;
}
#header .black span a {
	margin-left: 18px;
}

#background_d {
	background-image: url(../images/fn_bg_swoosh_fill.png);
	background-position: top center;
	background-repeat: no-repeat;
	height: 164px;
}

#header h1 {
	text-decoration: none;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-bottom: 2px;
	float: right;
}

/* black2 */

#header .black2 {
	width: 509px;
	float: right;
	color: #777;
	font-size: 11px;
	font-weight: bold;
}
#header .black2 a {
	color: #999;
	text-decoration: none;
	font-weight: normal;
	margin-left: 2px;
}
#header .black2 a.spacing {
	margin-right: 30px;
}
#header .black2 a:hover {
	color: #999;
	text-decoration: underline;
}
#header .black2 .container {
	background-color: #000;
}
#header .black2 .top {
	width: 509px;
	height: 7px;
	background-image: url(../images/black2_top.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}
#header .black2 .bottom {
	width: 509px;
	height: 9px;
	background-image: url(../images/black2_bottom.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}
#header .black2 .body {
	padding-top: 15px;
	padding-left: 18px;
	padding-right: 0px;
	padding-bottom: 2px;
	width: 491px;
	background-position: top;
	background-image: url(../images/black2_bg.gif);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 11px;
	color: #999;
}
#header .black2 .body2 {
	padding-top: 30px;
	padding-left: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	width: 491px;
	background-position: top;
	background-image: url(../images/black2_bg2.gif);
	background-repeat: no-repeat;
	font-size: 10px;
	color: #999;
	overflow: hidden;
}
#header .black2 ul {
	text-align: center;
	padding: 0px;
	padding-left: 40px;
	margin: 0px;
	list-style-type: none;
	font-weight: normal;
	font-size: 12px;
}
#header .black2 li {
	width: 142px;
	float: left;
	text-align: center;
	padding-bottom: 19px;
	margin-bottom: -8px;
}
#header .black2 li.selected {
	background-image: url(../images/black2_arrow.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	color: #222;
	font-weight: bold;
}
#header .black2 ul a {
	text-decoration: none;
	color: #731111;
}
#header .black2 li.selected a {
	color: #222;
	text-decoration: none;
	font-weight: bold;
}
#header .black2 .body .textbox {
	width: 350px;
	margin: 0px;
	padding: 6px;
	border: none;
	float: left;
	margin-right: 15px;
	font-size: 13px;
	margin-bottom: 13px;
}
#header .black2 .body .search {
	float: left;
}
#header .black2 .body2 .dropdown {
	width: 135px;
	margin-right: 3px;
	margin-left: 3px;
	padding: 2px;
	color: #000;
}
#header .black2 .body2 .go {
	margin-right: 10px;
}

/* container */

#container {
	width: 835px;
	margin: 0px auto;
	text-align: left;
	padding-top: 30px;
}
#container .left {
	float: left;
	width: 640px;
}
#container .right {
	float: right;
	width: 175px;
}

.end {
	clear: both;
	height: 0px;
	overflow: hidden;
}

/* search */
#header .black .textbox {
	padding: 5px;
	background-color: #FFF;
	width: 210px;
	margin: 0px;
	margin-right: 15px;
	font-size: 12px;
	font-weight: bold;
	color: #505050;
	border: none;
}
#header .black input {
	float: left;
}

/* footer */

#footer {
	padding: 40px;
	padding-top: 20px;
	width: 755px;
	text-align: center;
	margin: 0px auto;
	font-weight: normal;
	font-size: 11px;
}
#footer a {
	font-weight: bold;
	color: #1C1C1C;
	font-size: 12px;
	padding-top: 6px;
	text-decoration: none;
}
#footer a:hover {
	color: #810000;
	background: url(../images/footer_hover.gif) top center no-repeat;
	text-decoration: underline;
}

/* top home page banners */
#hp-banners {
	padding: 20px 0 0 0;
  	float: right;
  	width: 300px;
	height: 180px
}

#hp-banners img {
	float: right;
	margin-right: 15px;
	margin-top: 30px;
}

.podGlobal .podSectionTitle { font-size: 16px; }
.podGlobal .podSectionTitle { color: #ffffff; }
.podGlobal .podRelatedAdWord { color: #DBC38D; }
.podGlobal .podRelatedAdWord { font-size: 13px; padding: 6px; margin: 0px; }

/* ----------------------------- */
/* section divider */

.box-grey {
  padding: 2px;
  margin-bottom: 15px;
  margin-top: 10px;
  background: #ffffd5 url('../images/gradient-white-grey.gif') repeat-x;
  border: 1px solid #990000; /* fc8 */
}

.box-grey-top {
  padding: 2px;
  margin-bottom: 0px;
  margin-top: 10px;
  background: #ffffd5 url('../images/gradient-white-grey.gif') repeat-x;
  border: 1px solid #990000; /* fc8 */
}

h5 {font: bold 18px 'arial', arial, helvetica, verdana, sans-serif; letter-spacing: -1px; margin: 0 0 0 10px; color: #000000; text-align: left;}

.box-grey-i {
  padding: 8px;
  margin-bottom: 2px;
  margin-top: 10px;
  background: #ffffd5 url('../images/gradient-white-grey.gif') repeat-x;
  border: 1px solid #990000; /* fc8 */
	text-align: left;
	font-weight: bold;
	color: #202225;
	font-size: 1.5em;

}
.box-grey-i span {
	font-size: .75em;
	color: #6F8393;
	display: block;
}
.box-grey-i p {
	padding: 2px;
}