/*-- fonts --*/

@font-face {
	font-family: 'Conv_Futura Medium';
	src: url('/fonts/futura-medium.eot');
	src: local('¢'), url('/fonts/futura-medium.woff') format('woff'), url('/fonts/futura-medium.ttf') format('truetype'), url('/fonts/futura-medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_Futura Extra Bold';
	src: url('/fonts/futura-extra-bold.eot');
	src: local('¢'), url('/fonts/futura-extra-bold.woff') format('woff'), url('/fonts/futura-extra-bold.ttf') format('truetype'), url('/fonts/futura-extra-bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*-- base --*/

body {
    font-family: 'Conv_Futura Medium', Sans-Serif;
	font-size: 1em;
	color: #000000;
	text-align: center;
	background: #ffffff url('/img/bg_body.gif') repeat-y left top;
}

/*-- document defaults --*/

.hide,
hr,
#tinymce hr,
#mceTemplatePreview hr
{
	display: none;
}

.print {
	position: absolute;
	left: -999em;
}

ul, ol,
#tinymce ul, #tinymce ol,
#mceTemplatePreview ul, #mceTemplatePreview ol
{
	list-style-type: none;
}

body, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, select, textarea, p,
#tinymce body, #tinymce ul, #tinymce ol, #tinymce li, #tinymce h1, #tinymce h2, #tinymce h3, #tinymce h4, #tinymce h5, #tinymce h6, #tinymce p,
#mceTemplatePreview body, #mceTemplatePreview ul, #mceTemplatePreview ol, #mceTemplatePreview li, #mceTemplatePreview h1, #mceTemplatePreview h2, #mceTemplatePreview h3, #mceTemplatePreview h4, #mceTemplatePreview h5, #mceTemplatePreview h6, #mceTemplatePreview p
{
	margin: 0;
	padding: 0;
}

form, input, select, textarea, table, tr, td, th,
#tinymce form, #tinymce input, #tinymce select, #tinymce textarea, #tinymce table, #tinymce tr, #tinymce td, #tinymce th,
#mceTemplatePreview form, #mceTemplatePreview input, #mceTemplatePreview select, #mceTemplatePreview textarea, #mceTemplatePreview table, #mceTemplatePreview tr, #mceTemplatePreview td, #mceTemplatePreview th
{
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 100%;
}

a,
#tinymce a,
#mceTemplatePreview a
{
	color: #5fa841;
	text-decoration: underline;
}

a:hover,
#tinymce a:hover,
#mceTemplatePreview a:hover
{
	text-decoration: none;
}

:focus,
object:focus,
a:active
{
	outline: none;
}

#content a:hover,
#tinymce a:hover,
#mceTemplatePreview a:hover,
body .photo-desc a /* description in .photos */
{
	color: #5fa841 !important;
}

a.editor-photogallery,
#tinymce a.editor-photogallery,
#mceTemplatePreview a.editor-photogallery
{
	padding: 0 !important;
	background-image: none !important;
}

a[href*="vadim.cz"] {
	padding-right: 0 !important;
	background: none !important;
}

a img,
#tinymce a img,
#mceTemplatePreview a img
{
	border: none;
}

.clr {
	clear: both;
	display: block;
	width: 100%;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}

.no-right-indent,
#tinymce .no-right-indent,
#mceTemplatePreview .no-right-indent
{
	margin-right: 0 !important;
}

/*-- layout --*/

#backout {
	position: relative;
    width: 100%;
	margin: 0 auto 0 auto;
}

#backin {
	position: relative;
	margin: 15px auto 25px 80px;
	text-align: left;
}

#page {
    margin: 25px 0px 0px 4px;
}

#page h1 {
    font-family:'Conv_Futura Extra Bold', Sans-Serif;
    font-size: 160%;
    font-weight: bold;
}

#page br {
    line-height: 1em;
}