/*
Protože nejsem designer, použil jsem následující théma, které jsem modifikoval
theme name: pink glasstheme
uri: http://www.reblog.sk/description:version:

Edit: Tak jsem ho musel modifikovat docela hodně. Když se nenačtou obrázky, je bílé písmo na bílém pozadí. To jě tak těžké napsat background-color:???
Ten, kdo tvořil toto shéma vůbec nezná přístupnost?
/*/
@charset "utf-8";
/*tables*/

body {
	margin: 0 auto 0 auto;
	font-family: "Verdana CE", "Helvetica CE", Verdana, sans-serif;
	font-size: 14px;
	/* background-color: #FBFBFB; */
	background-color: #CDCDD0;

	margin-top: 0;
	padding-top: 0;
}

#wrap {
	width: 800px;
	margin: 0 auto 0 auto;
	background-color: #FFFFFF;
}

#header {
	height: 100px;
	background-image: url(header.jpg);
	background-color: #252525;
	background-repeat: repeat-x;
	padding-left: 10px;
}

#container {
	padding-top: 20px;
	padding-left: 10px;
}

#content {
	float: left;
	width: 540px;
	text-align: justify;
}

#content p {
	text-indent: 10pt;
}

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

#footer {
	clear: both;
	border-top: #CCCCCC solid 1px;
	text-align: right;
	padding: 3px;
	width: 730px;
	margin: 12px auto 0 auto;
}

.post {
	padding-bottom: 10px;
}

#sidebar ul {
	list-style: none;
	margin-left: 6px;
	padding-left: 6px;
}

blockquote {
	margin-top: 6px;
	margin-left: 10px;
	padding: 6px;
	border: #DBDBDB solid 1px;
	background-color: #FBFBFB;
}

.com-write {
	width: 520px;
}

.side-center {
	text-align: center;
}

/*forms*/
.search {
	width: 130px;
}

/*thypography*/
#header h1 {
	font-size: 30px;
	color: #FFA900;
	padding-top: 18px;
	padding-bottom: 12px;
	margin-bottom: 0;
}

#header p {
	color: #FFFFFF;
	font-size: 15px;
	margin: 0;
	padding: 0;
}

.page h2 {
	font-size: 20px;
	font-weight: normal;
	color: #000000;
}

h1 {
	font-size: 20px;
	font-weight: normal;
}

h2 {
	font-size: 16px;
	font-weight: normal;
	color: #FFA900;
}

h3 {
	font-size: 14px;
	font-weight: bold;
}

#sidebar h3 {
	background-image: url(sidebar_h.jpg);
	background-repeat: no-repeat;
	height: 23px;
	color: #FFFFFF;
	background-color: #333333;
	font-size: 17px;
	font-weight: normal;
	padding-left: 6px;
	padding-top: 2px;
	margin-bottom: 6px;
}

#sidebar h4 {
	color: #FFA900;
	font-size: 15px;
	font-weight: normal;
	padding-left: 6px;
	padding-top: 2px;
	margin-bottom: 6px;
}

.trackback {
	font-size: 11px;
}

.com-name {
	font-size: 13px;
	font-weight: bold;
}

/*links*/
#header h1 a:link, #header h1 a:visited {
	text-decoration: none;
	color: #FFA900;
}

#header h1 a:hover {
	color: #FFA900;
	text-decoration: none;
}

h2 a:link, h2 a:visited {
	text-decoration: none;
	color: #FFA900;
}

h2 a:hover {
	color: #333333;
	text-decoration: underline;
}

a:link, a:visited {
	text-decoration: underline;
	color: #333333;
}

a:hover {
	color: #FFA900;
	text-decoration: none;
}

#sidebar a:link, #sidebar a:visited {
	text-decoration: none;
	color: #000000;
}

#sidebar a:hover {
	color: #FFA900;
	text-decoration: underline;
}

/*menu*/
#menu {
	background-image: url(bg_menu.jpg);
	background-repeat: repeat-x;
	background-color: #FF8601;
	height: 14px;
	padding-top: 8px;
	padding-bottom: 8px;
}

#menu li {
	display: inline;
	list-style: none;
	margin: 0;
	margin-left: 10px;
	text-align: center;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu li a {
	color: #FFFFFF;
	padding: 8px;
}

#menu li a:hover {
	background-color: #FFA900;
}

#menu li:hover {
	background-color: #FFA900;
}

#menu {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}

#menu a:link {
	text-decoration: none;
}

#menu a:visited {
	text-decoration: none;
}

.aktive {
	background-color: #252525;
}

.lhoty {
	border: 1px solid black;
	padding: 8px;

}

.napravo {
	text-align: right;
}

img {
	/* border-color: white; */
	vertical-align: middle;
	padding: 2px 2px 2px 2px;
}

#img {
	text-align: center;
}

#img img {
	border: 2px solid black;
}
