/*myKeyMedia 2005*/

/*BASIC STUFF*/
/*Link styling*/
a:link, a:visited{
	color: black;
	text-decoration: none;
}
a:hover, a:active{
	color: #6B6247;
}
/*Image*/
img{
	border: none;
}
/*This is used for hidden stuff, stuff that you don't want people to see with CSS enabled*/
/*Try disabling CSS and you'll see some messages that you don't see with CSS enabled*/
.hidden{
	display: none;
}
/*Use this to centerize any image/text*/
.centerize{
	text-align: center;
}
/*MAIN STRUCTURE*/
/*Don't edit if you know what's good for you*/
body{
	color: #4C4C4C;
	font-size: 11px;
	font-family: Trebuchet MS, "Lucida Sans Unicode", Arial, Lucida Sans, Tahoma, Sans-Serif;
background: #E6A201 url(images/bg-header.gif) top repeat-x;
	padding: 0px 0 0px 0;
	text-align: center;
margin: 0 0 0 0;
}
#wrapper{
	width: 724px;
	margin: auto;
	background: white url(images/bg-page.gif) repeat-y;
	text-align: left;
}
/*The header image*/
#header{
	position: relative;
	width: 724px;
	height: 316px;
	margin: auto;
	background: url(images/header2.jpg) no-repeat;
}
#footer{
	width: 724px;
	margin: auto;
	padding: 22px 0 8px 0;
	background: url(images/footer.gif) top no-repeat;
}
/*hvezdy v rozich pres menu*/

#parex{
	width: 640px;
	height: 120px;
	margin: auto;
text-align: center;

}
.mensi{
	font-size: 90%;
}
.vetsi{
	font-size: 120%;
}
.vpravo{
	text-align: right;
}
.ramecek{
	border: 1px solid #ccc;
}
.okraje{
	margin: 0 10px 0 10px;
	}
.okrajdole{
	margin: 0 0px 10px 0;
	}

/*The container - edit "230" to your desired width for the sidebar (lines 55, 58, 62)*/
#container{
	width: 100%;
	float: left;
	margin-right: -230px;
}
#content{
margin: 30px 230px 10px 0px;
	padding: 5px 0 10px 0;
}
#sidebar{
	width: 220px;
	float: right;
	padding: 10px 0 10px 0;
margin: 30px 0px 0px 0px;
	text-align: left;
 
}
.panorama
{
margin: 0px 40px 0px 40px;
padding: 0;
}

/*Credits part is where the copyrights/xhtml/css validation stuff will be*/
#credits{
	font-size: 10px;
	text-align: center;
	color: #999999;
margin: 0px 0px 0 0;
}
#credits a:link, #credits a:visited{
	color: #AAAAAA;
}
#credits a:hover, #credits a:active{
	color: #CCCCCC;
}
/*Ignore this*/
.clearing{
	height: 0;
	clear: both;
}
/*THE MAIN TITLE - YOUR BLOG NAME ON TOP OF THE HEADER*/
#header h1{
	position: absolute;
	top: 16px;
	left: 24px;
	font-size: 20px;
	line-height: 20px;
	margin: 0;
}
/*THE NAVIGATION - More detailed stuff in 01_navigation.css*/
#navigation{
	font-size: 11px;
	width: 724px;
	height: 222px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#navigation ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
#navigation li{
	background: none;
}

/*THE HEADERS (h2: Main titles, h3: Blog and Sidebar titles, h4: Comment names/userlinks)*/
h2{
	color: #9C2624;
	margin: 0 0 3px 0;
	font-size: 16px;
font-variant: small-caps; font-weight: bold; letter-spacing: 1px;text-transform:lowercase;
}
h3{
	color: #9C2624;
	margin: 0 0 8px 0;
	font-size: 14px;
 font-weight: bold; letter-spacing: 1px;
}


h4{
	font-size: 11px;
font-variant: small-caps; font-weight: bold; letter-spacing: 1px;text-transform:lowercase;
}

.poznamkabold{
	font-size: 11px;
font-variant: small-caps; font-weight: bold; letter-spacing: 1px;text-transform:lowercase;
}
.datumbold{
	margin: 0 0 8px 0;
font-variant: small-caps; font-weight: bold; letter-spacing: 1px;text-transform:lowercase;
border-bottom: 1px solid #ccc;
}
.datumboldprogram{
	margin: 0 0 2px 0;
font-variant: small-caps; font-weight: bold; letter-spacing: 1px;text-transform:lowercase;
border-bottom: 1px solid #ccc;
}
.podcarou{
margin:  5px 0 0 0;
	padding:  0 0 5px 0;
	/*background: url(images/01_hdot.gif) top repeat-x;*/

font-variant: small-caps; font-weight: bold; letter-spacing: 1px;text-transform:lowercase;
border-top: 1px solid #ccc;
}


/*okraje blogu-sloupcu */
/*Sub structure - To create the margins of the body (where text will be placed)*/
.contentdiv{
	margin: 0 0px 0 40px;
}
.sidebardiv{
	margin: 0 0px 0 0px;
}

/*The image styling of your blog*/
.contentbody img{
	border: 1px solid black;
float: left;
margin: 1px 6px 1px 0px;
}

/*COMMENTS STYLING*/
.c_commentbody{
	padding: 0 0 5px 0;
	background: url(images/01_hdot.gif) bottom repeat-x;
}
/*User links on comments made (eg. Ivan wrote:)*/
.c_userlink{
	margin: 0 0 5px 0;
}
/*Time stamp info in comments made*/
.c_commentinfo{
	font-size: 10px;
	margin: 3px 0 0 0;
	padding: 0 0 0 13px;
	background: url(images/01_item1.gif) 0 1px no-repeat;
}

/*------------------------------------------------*/
/*THE STYLING OF THE BODY OF CONTENTS AND SIDEBAR*/
/*okraje clankuuu*/
.contentbody{
	margin: 0 10px 30px 10px;
	padding: 0 15px 0px 15px;
	text-align: justify;
	clear: both;

}
.sidebarbody{
	margin: 0 40px 0 10px;
	padding: 0;
}

/*THIS PART IS THE SIDEBAR'S INDIVIDUAL DIVS*/
/*Note that it doesn't have any styling, but it's here in case you want to add some styles*/
.sidebarin{
	padding: 0;
	margin: 0 0 0 5px;
}
/*THIS PART IS TO STYLE THE BACKGROUND IMAGES (THE QUOTE ON THE LEFT)*/
/*You can create different image on your on, but only if you know what you're doing should you edit this part*/
.divweblog .contentbody, .divarchives .contentbody, .divarchivelist .contentbody, .diverror .contentbody, .divmemberinfo .contentbody,
.divsendmessage .contentbody, .divcommentitem .contentbody, .divsearch .contentbody{
	/*background: url(partnerimages/star-normal.gif) 0 3px no-repeat;*/
}
/*A different background for comments made*/
.divcommentsmade .contentbody{
	background: url(partnerimages/star-normal.gif) 0 3px no-repeat;
}
/*A different background for the admin (in the comments made area)*/
.divcommentsmade .id1{
	background: url(partnerimages/star-normal.gif) 0 3px no-repeat;
}
/*Add comment form's background*/
.divaddcomment .contentbody{
	background: url(images/01_quote3.gif) 0 3px no-repeat;
}


/*MORE DETAILED STUFF - Item details of your blog items*/
.itemdetails{
	text-align: right;
	padding: 5px 0 0 0;
	background: url(images/01_hdot.gif) top repeat-x;
}
/*Posted by*/
.item1{
	padding: 0 0 0 13px;
	margin: 0 0 0 12px;
	background: url(images/01_item1.gif) 0 1px no-repeat;
}
/*Category*/
.item2{
	padding: 0 0 0 13px;
	margin: 0 0 0 12px;
	background: url(images/01_item2.gif) 0 3px no-repeat;
}
/*Comments*/
.item3{
	padding: 0 0 0 15px;
	margin: 0 0 0 12px;
	background: url(images/01_item3.gif) 0 3px no-repeat;
}


/*STYLING OF SIDE TITLES*/
/*You can remove all parts here if you do not wish to use images as your side titles*/

.links h3, .categories h3, .search h3, .about h3{
	height: 20px;
	text-indent: 30px;
	margin: 18px 0 5px 0;
	background: #EEEEEE;
background-position: 0px 0px;
padding: 6px 0px 6px 0px;
border-top: 1px dashed #ccc;
font-variant: small-caps; font-weight: bold; letter-spacing: 1px
}

.login h3{
	height: 10px;
font-size: 11px;
	text-indent: 10px;
	margin: 0px 0 0px 0;
padding: 14px 0px 0px 0px;
}


/*-------------------------------------------------------*/
/*MAIN TITLES*/
/*You can remove all parts here if you do not wish to use images as your main titles*/
h2.weblog, h2.comments, h2.commentsmade, h2.addcomment, h2.archives, h2.error, h2.member, h2.sendmessage, h2.searchpage{
	height: 30px;
	text-indent: 20px;
	margin: 0 0 15px 0;
}
h2.weblog{
	/*background: url(images/parex-1.jpg) no-repeat;*/
background-position: 6px 0px;
padding: 0px 0px 0px 0px;

}
h2.comments{
	background: url(images/parex-1.jpg) no-repeat;
background-position: 6px 0px;
padding: 0px 0px 0px 0px;
}
h2.commentsmade{
	background: url(images/01_m_commentsmade.gif) no-repeat;
}
h2.addcomment{
	background: url(images/01_m_addcomment.gif) no-repeat;
}
h2.archives{
background: url(images/parex-1.jpg) no-repeat;
background-position: 6px 0px;
padding: 0px 0px 0px 0px;
}

h2.error{
background: url(images/parex-1.jpg) no-repeat;
background-position: 6px 0px;
padding: 134px 0px 0px 0px;
}
h2.member{
	background: url(images/parex-1.jpg) no-repeat;
background-position: 6px 0px;
padding: 0px 0px 0px 0px;
}

h2.sendmessage{
	
}

h2.searchpage{
background: url(images/parex-1.jpg) no-repeat;
background-position: 6px 0px;
padding: 0px 0px 0px 0px;
}
/*FORM STYLING*/
form{
	margin: 0;
	text-align: left;
}

/*Styling for all form fields*/
.formfield{
	width: 140px;
	font-size: 11px;
	font-family: Trebuchet MS, "Lucida Sans Unicode", Arial, Lucida Sans, Tahoma, Sans-Serif;
	margin: 0 0 2px 0;
	color: #494949;
	border-top: 1px solid #868686;
	border-left: 1px solid #868686;
	border-bottom: 1px solid #D4D2CF;
	border-right: 1px solid #D4D2CF;
}

.login .formfield{
	width: 70px;
	font-size: 10px;
	font-family: Trebuchet MS, "Lucida Sans Unicode", Arial, Lucida Sans, Tahoma, Sans-Serif;
	margin: 0 0 2px 0;
	color: #494949;
	border-top: 1px solid #868686;
	border-left: 1px solid #868686;
	border-bottom: 1px solid #D4D2CF;
	border-right: 1px solid #D4D2CF;
}

/*Form fields on focus effect (when user click on that input field)*/
.formfield:focus{
	border: 1px solid black;
}
/*Form's buttons*/
.formbutton{
	font-size: 11px;
	font-family: Trebuchet MS, "Lucida Sans Unicode", Arial, Lucida Sans, Tahoma, Sans-Serif;
	margin: 1px 0 0 0;
	padding: 1px 10px;
	color: #494949;
	background: white;
	border-top: 1px solid #D4D2CF;
	border-left: 1px solid #D4D2CF;
	border-bottom: 1px solid #868686;
	border-right: 1px solid #868686;
}
.login .formbutton{
	font-size: 10px;
	font-family: Trebuchet MS, "Lucida Sans Unicode", Arial, Lucida Sans, Tahoma, Sans-Serif;
	margin: 1px 0 0 0;
	padding: 1px 10px;
	color: #494949;
	background: white;
	border-top: 1px solid #D4D2CF;
	border-left: 1px solid #D4D2CF;
	border-bottom: 1px solid #868686;
	border-right: 1px solid #868686;
}

/*Don't show textarea scrollbar on IE*/
textarea{
	overflow: hidden;
}
/*Wider formfields for comment and mailform*/
.commentform .formfield, .mailform .formfield{
	width: 340px;
}
/*Add background to comment textarea*/
.commentform textarea{
	background: white url(images/01_txbg.gif) center center no-repeat;
}
/*STYLING OF THE FORMS BACKGROUND, AND THE LITTLE ROUNDED TOPS*/
/*Add comment form and mailform (same size)*/
.divaddcomment form, .divsendmessage form{
	width: 390px;
	background: #E2EDF0 url(images/01_mountaintop.gif) top no-repeat;
}
.commentform, .mailform{
	padding: 10px 20px;
}
/*Login form and search form*/
.search form{
	width: 174px;
	background: #DDDDDD;
margin: 0 0 6px 0;
text-align: right;
}
.login form{
	width: 174px;
	background: #DDDDDD;
margin: 0 0 6px 0;
text-align: right;
}

.loginform{
	padding: 0px;
font-size: 10px;
}
.searchform{
	padding: 10px;
}
/*THE LIST STYLES*/
ul{
	list-style: none;
	padding: 0 0 0px 0;
	margin: 0;
}
li{
	padding: 0 0 0 24px;
	margin: 0 0 2px -2px;
	background: #FAFAFA;
}
/*THE SEARCH HIGHLIGHT*/
.highlight{
	font-weight: bold;
	text-decoration: underline;
}
/*Comment error - For Nucleus v3.2*/
div.error{
	color: red;
	font-weight: bold;
}

/* Leftbox and Rightbox toolbar buttons */
.leftbox, .rightbox {
	margin: 3px;
	padding: 3px;
	font-size: larger;
	width: 20%;
}
.leftbox {
	float: left;
	border-right: 2px solid #ccc;
}
.rightbox {
	float: right;
	border-left: 2px solid #ccc;
}


/*=========================================*/
.sidebarintro{
/*  height: 85px;*/
	text-indent: 0px;
	margin: 0 0px 0px 0px;
padding: 0px 30px 0px 15px;
text-align: left;
line-height: 150%
}

.sidebarintrobold{
font-weight: bold;
font-size: 130%;
}


.sidebarsymbol{
height: 65px;
margin: 0 10px -5px 20px;
	background: url(images/symbol-sedma-3x.gif) no-repeat;
background-position: 0px 0px;
}



/*moje GALERIE*/

.fotoboxout{
float:left;
display: block;
border: 1px solid #ccc;
margin:3px;
text-align:center;
}

.fotobox{
padding:4px;
display: block;
float:left;
margin:auto;
background-color:white;
}

.fotoboxout img {
margin:auto;
border: 2px solid white;
}
.fotoboxout a:link img, .fotobox a:visited img {
border: 2px solid white;

}
.fotoboxout a:hover img, .fotobox a:active img {
border: 2px solid orange;
}
