/*
$Id: style.css,v 1.2 2004/06/11 09:20:09 tarique Exp $
*/

/* Begin Legacy Styles */

.button {
	font-family: "Trebuchet MS", verdana, sans-serif;
	font-size: 85%;
	background-color: #f8f8f8;
	border: 1px solid #666;
	margin-top: 10px;
	padding-top: 2px;
}

a img {
	border: 1px solid #fff;
}

a:hover img {
	border: 1px solid #ff0;
}

table {
	font-size: 100%;
}

.tableb {
	font-size: 90%;
	padding: 5px;
}

.tableh2 {
	background: #d4cfaf;
	color : #333;
	padding: 6px 0;
	font-size: 110%;
}

.textinput {
	font-family: "Trebuchet MS", verdana, sans-serif;
	font-size: 100%;
	border: 1px solid black;
}

.listbox {
	font-family: "Trebuchet MS", verdana, sans-serif;
	font-size: 100%;
	border: 1px solid black;
}

.maintable {
	background: #d4cfaf;
	color : #333;
	padding: 0px;
}

.thumb_title {
	padding: 2px;
	display : block;
	font-size: 85%;
}

.thumb_caption {
	padding-bottom: 10px;
	display : block;
	font-size: 85%;
}

.thumb_num_comments {
	padding: 2px;
	display : block;
}

.user_thumb_infobox {
	margin-top: 1px;
	margin-bottom: 1px;
}

.user_thumb_infobox th {
	font-weight : bold;
	margin-top: 1px;
	margin-bottom: 1px;
	text-align : center;
}

.user_thumb_infobox td {
        margin-top: 1px;
        margin-bottom: 1px;
        text-align : center;
}

.sortorder_cell {
	background : #d4cfaf ;
	color : #333;
	padding: 2px;
	margin: 0px;
}

.admin_menu_thumb {
	border: 1px solid #005D8C;
	background-color : #5D6674;
	color:#ccc;
	font-weight: bold;
	width: 85px;
}

.admin_menu_thumb a {
	color: #ccc;
	text-decoration: none;
	display: block;
	position: relative;
	padding: 0px;
}


.admin_menu_thumb a:hover {
	color: #ccc;
	text-decoration: underline;
}

.admin_menu {
	font-size: 90%;
	font-weight: bold;
	color: #333;
	margin-right: 6px;
}

.catlink {
	display: block;
	width: 300px;
	padding: 3px;
	background-color: #f8f8f8;
	border: 1px solid #666;
}

.catlink a {
	color: #444;
}

/* End Legacy Styles */
	
/* Begin Various Tags & Classes */

acronym, abbr, span.caps {
	cursor: help;
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

hr {
	color: gray;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

/* End Various Tags & Classes*/

/* Begin Sidebar */

#sidebar {
	margin: 0px;
	padding: 10px 0 10px 15px;
}

#sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#sidebar ul a {
	color: #fff;
}

/* End Sidebar */	

/* Begin Headers */

.h2_nomargin{
	margin: 0px;
}

h2.pagetitle {
	margin-top: 20px;
	text-align: center;
	color: red;
	background: blue;
}

#sidebar h2 {
	margin: 15 0 10 0;
	padding: 0;
}

h3.comments {
	color: red;
	background: green;
}

h3 {
	margin: 5px;
}

/* End Headers */

/* Begin Typography & Colors */

body {
/*	font-family: "Trebuchet MS", verdana, sans-serif;*/
	background-color: #d5d6d7;
	color: #333;
	text-align: center;
}

#page {
	background-color: #f8f8f8;
	border: 1px solid #666;
	text-align: left;
}

#header {
	background-color: #73a0c5;
}

.graybox {
	background-color: #f8f8f8;
	border: 1px solid #666;
	font-size: 85%;
	padding: 3px;
	margin-top: 20px;
}


	
.sortorder_cell	{
	background-color: #f8f8f8;
	border: 1px solid #666;
	padding: 3px;
}
	
.sortorder_options {
	font-size: 70%;
	padding: 0px;
	margin: 0px;
}

.description {
	text-align: center;
}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: white;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}

.entry p a:visited {
	color: #b85b5a;
}
	
.commentlist li {
	font-weight: bold;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
}

.commentlist p {
	font-weight: normal;
	text-transform: none;
}

.commentmetadata {
	font-weight: normal;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}
	
a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
}

a:hover {
	color: #147;
	text-decoration: underline;
}

/* End Typography & Colors */

/* SPIDERER */

body {
	min-width: 760px;
	font-family: "Trebuchet MS", verdana, sans-serif;
	font-size: 80%;
	text-align: center;
	background: #4b4b4b url("bcg-body.jpg") repeat;
	margin: 0 auto; padding: 10px 0;
}

div#center {
	width: 740px;
	text-align: left;
	background: #848892 url("bcg-center.jpg") repeat-y;
	margin: 0 auto; padding: 0px;
	border: 10px solid #fff;
}

div#head {
	width: 740px;
	height: 301px;
	margin: 0px; padding: 0px; border: 0px;
	color: #fff;
	text-align: center;
}

div#head-border {
	width: 700px;
	_width: 720px;
	height: 281px;
	_height: 301px;
	background: #177622 url("head.jpg");
	color: #fff;
	margin: 0 auto; padding: 0px; margin-top: 10px;
	text-align: right; font-size: 150%;
	border: 10px solid #fff;
}

div#head-border a {
	display: block;
	height: 281px;
	text-decoration: none;
	color: #fff;
}

div#content {
	width: 720px;
	height: 100%;
	margin: 10px; margin-bottom: 0px;
	text-align: center;
}

div#right {
	width: 480px;
	float: right;
	clear: right;
	background: #d4cfaf;
	text-align: left;
	padding: 15px 0px;
}

div#left {
	width: 230px;
	_width: 240px;
	float: right;
	clear: left;
	border-right: 10px solid #fff;
	background: #848892;
	text-align: left;
}

div#clear {
	clear: both;
	font-size: 0px;
	height: 10px;
}

div#bottom {
	width: 760px;
	margin: 0 auto; padding: 0px;
	color: #fff;
	text-align: right;
}

div#stats {
	text-align: center;
	padding-top: 40px;
}

/* MENU */

#menu {
	font-size: 100%;
	padding: 0; margin-right: 10px;
}

#menu ul {
	list-style: none;
	padding: 0; margin: 0;
}

#menu li {
	margin: 0;
	padding: 0px 0;
	border-bottom: 1px solid #666;
}

#menu li a {
	margin: 0;
	padding: 5px 0 5px 10px;
	border-left: 10px solid #fff;
	text-decoration: none;
	color: #fff;
	display: block;
}

#menu li a:hover {
	margin: 0;
	padding: 5px 0 5px 10px;
	border-left: 10px solid #444;
	color: #000;
	background-color: #95989e;
	display: block;
}

#menu li a.podmenu {
	text-decoration: none;
	color: #dddac9;
}

#menu li a.podmenu-actual {
	text-decoration: none;
	color: #dddac9;
	border-left: 10px solid #ddd;
}

#menu li a.actual {
	text-decoration: none;
	color: #000;
	border-left: 10px solid #fdc412;
	background-color: #95989e;
}

/* FORMÁTOVÁNÍ TEXTU */

p.head {
	padding: 25px 35px 0px 0px;
}

p.bottom {
	text-align: right;
	padding: 10px 10px 0 0;
}

p.bottom a {
	color: #fdc412;
	font-weight: bold;
	text-decoration: none;
}

p.bottom a:hover {
	text-decoration: none;
	color: #bbb;
	background: none;
}

h1 {
	font-size: 130%;
	text-align: left;
	padding: 0px;
}

h2 {
	font-size: 120%;
	text-align: left;
	padding: 10px 0px;
}

h3 {
	font-size: 110%;
	text-align: left;
	padding: 10px 0px;
}

h4 {
	font-size: 100%;
	text-align: left;
	padding: 0px;
	margin: 0px;
}
