/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

* Filename: common.css
* Website: http://www.cesky-statek.cz/
* Author: Vlada Kobetic
* Description: Common style declaration for cesky-statek.cz

== INDEX: ===================================
============================================
*/
* {
    margin:0;
    padding:0;
}
body {
	background: url('../img/common/bg.jpg') ;
	font-family:Arial;
}
a, a:visited {
	color:blue;
}
a:hover {
    text-decoration:none;
}
.clear {
    float:none;
    clear:both;
}
.center {
    text-align:center;
    margin:0 auto 0 auto;
}
.hide {
    display:none;
}


.content h3 {
	font-family:'Trebuchet MS',Arial;
    font-size:20px;
    color:#333b10;
    margin:25px 15px 15px 50px;
    font-weight:100;
}
.content p, .right p {
    margin:20px;
    color:#333;
    line-height:1.6em;
    text-indent:35px;
}
.content p.photo-paragraph {
    float:left;
    width:320px;
	text-align:justify;
}

/* _photos
==========================================*/
.photos {
    text-align:center;
    width:110px;
    float:right;
    margin:0 20px 0 10px;
}
.photos img {
    border-color:#fff;
    border-width:5px;
    margin-bottom:5px;
}


/* _title-bar
==========================================*/

#title-bar {
    padding:20px 35px;
    background-color:#444221;
}
h2#title {
    background:url('../img/index/title.gif') 0 0 no-repeat;
    font-size:1px;
    color:#444221;
    width:306px;
    height:41px;
    margin-left:15px;
}
#title-bar p {
    color:#ffffcc;
    margin:10px 0 5px 0;
}



/* _side-title
==========================================*/
.side-title {
    font-family:'Monotype Corsiva', Verdana;
    font-size:23px;
    font-weight:100;
    color:#444221;
    letter-spacing:0.1em;
    font-style:italic;
    margin:25px 15px 10px 25px;
    text-decoration: underline;
}

/* _side-menu
==========================================*/
.side-menu {
    margin:15px 0px 15px 0px;
    list-style-type: none;
}
.side-menu li {
    margin-top:1px;
}
.side-menu a {
    color:#333; 
    font-size:12px;
    display:block;
    padding:5px 0 5px 35px;
    border-left:5px solid #444221;
    border-bottom:1px solid #f6f6f6;
    font-variant:small-caps;
}
.side-menu a:hover {
    border-left:5px solid #f9fac6;
    border-bottom:1px solid #f9fac6;
}
/* _side-paragraph
==========================================*/
p.side-paragraph {
	text-align:center;
	color:#444221;
}

/* _pdf-link
==========================================*/
.pdf-link, .pdf-link:visited {
    display:block;
    background:50% 20px no-repeat;
    height:126px;
    width:120px;
    color:#444221;
    font-size:1.3em;
    font-weight:bold;
    float:left;
    text-align:center;
    margin:10px 0 10px 30px;
}

/* _address
==========================================*/
#address {
    margin:30px 15px 0 25px;
}
#address strong {
    line-height:2.5em;
}

/* _foto-galerie
==========================================*/
#flashcontent {
    height:380px;
    width:100%;
}

/* _foto-galerie
==========================================*/
#banner-online {
    text-align:center;
    margin-top:2em;
}
#banner-online a img {
    border:0;
}

/* _emphasize
==========================================*/
p.emphasize {
	font-weight:bold;
	font-size:1.2em;
}
