/* Global Styles */

body {
	margin-top: 30px;
	padding: 0;
	background: url(images/img01.jpg) repeat-x left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
	
a {
	color: #000000;
	text-decoration:underline;
	}
	
a:hover {
	color: #000000;
	text-decoration:none;
	}
h2 {
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: lowercase;
}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	text-transform: lowercase;
	line-height: 80%;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
}	

img.left {
	float: left;
	margin-right: 15px;
}
img.right {
	float: right;
	margin-left: 15px;
}

/* Page */
#page { 
		width: 800px;
}

#page td {
	margin: 0px;
	padding: 15px 0px;
}

/* Menu */

#menu {
	float: left;
	width: 800px;
	height: 50px;
}

#menu ul {
	margin: 0;
	padding: 0px 0 0 20px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 12px 60px;
	letter-spacing: -.5px;
	text-decoration: none;
	text-transform: lowercase;
	font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#menu a:hover { 
	text-decoration: underline; 
	color: #FFFFFF;
}

/* Sidebar */

#sidebar {
	width: 200px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 40px;
	padding: 0 15px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding-left: 15px;
	
}

#sidebar h2 {
	height: 32px;
	padding: 8px 0 0 10px;
	margin-bottom: 10px;
	background: url(images/buttonlitle.jpg) no-repeat left top;
	font-size: 16px;
	color: #ffffff;
}

/* Entry */

.post {
	width: 550px;
	padding: 0px 10px;
	margin: 5px;
	line-height: normal;
	color: #333333;
	text-align: justify;
}

.post h1 {
	font: 14px bold "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.post h2 {
	font: 12px bold "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.post p {
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: justify;
	text-transform: none;
}

.post .red {
	color: #FF0000;
	
}

.post .cena {
	height: auto;
	padding: 15px;
	margin: 0px;
	background: url(images/backgraudn.jpg)  repeat left top;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	
}
.post ul {
	list-style: disc;

}
/* Img */
img.img {
		border:none; 
		height: 117px;
		width: 800px;
}

/* Footer */

#footer {
	margin: 0;
	height: 32px;
	padding: 10px 0 10px 0;
	color: #FFFFFF;
	font-size: 11px;
	
}

/* Svatba */
.content {
	float: left;
	width: 350px;
	margin-top: 10px;
}
.content h1 {
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif ;
	
}
.content p {
	margin-top: 10px;
	padding: 0 10px 0 10px;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif ;
}
.content .right {
	float: right; 
	padding: 30px 0 0 0;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif ;
}

.content .left {
	float: left;
	padding: 30px 0 0 0;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif ;
}

.content .cost {
	border-top: thin dotted #666666;
	border-bottom: thin dotted #666666;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif ;
}

.menuright {
	float: right;
	width: 170px;
	border-left: dotted #999999 thin;
	
}

.menuright p {
	padding-left: 7px;
	list-style: none;
	margin: 0 0 1em 0; 
	
}



.menuright a {
	font-weight: normal;
	font-size: 11px; 
	text-transform: none;
	color: #FF0000;
}

