*{
	/* Universal reset: */
	margin:0;
	padding:0;
}

body{
	/* Setting the default text color, size, page background and a font stack: */
	font-size:0.825em;
	color:#fcfcfc;
	background-color:#355664;
	font-family:Arial, Helvetica, sans-serif;
}

/* Hyperlink Styles: */

a, a:visited {
	color:#0196e3;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

a img{
	border:none;
}

/* Headings: */

h1,h2,h3{
	font-family:"Myriad Pro","Helvetica Neue",Helvetica,Arial,Sans-Serif;
	text-shadow:0 5px 5px black;
}

h1{
	/* The logo text */
	font-size:3.5em;
	padding:0.5em 0 0;
	text-transform:uppercase;
}

h3{
	/* The slogan text */

	font-family:"Brush Script MT", cursive;
	font-size:2.5em;
	font-weight:normal;
	margin:0 0 1em;
}


h2{
	font-size:2.2em;
	font-weight:normal;
	letter-spacing:0.01em;
	text-transform:uppercase;
}



p{
	line-height:1.2em;
	padding-bottom:0.5em;
	
	text-shadow:0 0px 0px black;
	font-size:1.2em;

}

.line{
	/* The dividing line: */
	height:1px;
	background-color:#24404c;
	border-bottom:1px solid #416371;
	margin:1em 0;
	overflow:hidden;
}

.linefot{
	/* mezera mezi fotkama*/
	margin:1em 0;
	overflow:hidden;
}

div.article .line{
	/* The dividing line inside of the article is darker: */
	background-color:#15242a;
	border-bottom-color:#204656;
	margin:1.3em 0;
}

div.footer .line{
	margin:2em 0;
}

div.nav{
	background:url(img/gradient_light.jpg) repeat-x 50% 50% #f8f8f8;
	padding:0 5px;
	position:absolute;
	right:0;
	top:4em;
	
	border:1px solid #FCFCFC;

	-moz-box-shadow:0 1px 1px #333333;
	-webkit-box-shadow:0 1px 1px #333333;
	box-shadow:0 1px 1px #333333;
}
/* baner na fotky jinak vše stejne */

div.navfot{
	background:url(img/gradient_light.jpg) repeat-x 50% 50% #f8f8f8;
	padding:0 5px;
	position:absolute;
	right:2em;
	top:15.7em;
	
	border:1px solid #FCFCFC;

	-moz-box-shadow:0 1px 1px #333333;
	-webkit-box-shadow:0 1px 1px #333333;
	box-shadow:0 1px 1px #333333;
}



/* The clearfix hack to clear the floats: */

.clear:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* The navigation styling: */

div.nav ul li, div.navfot ul li{
	display:inline;
}

div.nav ul li a, div.navfot ul li a, div.nav ul li a:visited{
	color:#565656;
	display:block;
	float:left;
	font-size:1.25em;
	font-weight:bold;
	margin:5px 2px;
	padding:7px 10px 4px;
	text-shadow:0 1px 1px white;
	text-transform:uppercase;
}

div.nav ul li a:hover, div.navfot ul li a:hover{
	text-decoration:none;
	background-color:#f9f9f9;
}


div.nav, div.navfot, div.article, div.nav ul li a,div.navfot ul li a,div.figure,div.myfigure, div.languagefigure, div.blogfigure,div.pfigure{
	/* Applying CSS3 rounded corners: */
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
} 

/* Article styles: */

#page{
	width:960px;
	margin:0 auto;
	position:relative;
}

div.article{
	background-color:#213E4A;
	margin:3em 0;
	padding:20px;
	
	text-shadow:0 2px 0 black;
}

div.figure{
	border:3px solid #142830;
	float:right;
	height:300px;
	margin-left:20px;
	overflow:hidden;
	width:400px;
}

div.figure:hover{
	-moz-box-shadow:0 0 2px #4D7788;
	-webkit-box-shadow:0 0 2px #4D7788;
	box-shadow:0 0 2px #4D7788;
}

div.figure img{
	margin-left:0px;
}

div.myfigure{
	border:2px solid #142830;
	float:left;
	height:40px;
	margin-left:8px;
	overflow:hidden;
	width:40px;
}

div.myfigure:hover{
	-moz-box-shadow:0 0 30px #4D7788;
	-webkit-box-shadow:0 0 30px #4D7788;
	box-shadow:0 0 30px #4D7788;
}

div.languagefigure{
	border:2px solid #142830;
	float:right;
	height:30px;
	margin-left:8px;
	overflow:hidden;
	width:50px;
}
div.languagefigure:hover{
	-moz-box-shadow:0 0 30px #4D7788;
	-webkit-box-shadow:0 0 30px #4D7788;
	box-shadow:0 0 30px #4D7788;
}

/* blog picture:*/
div.blogfigure:hover{
	-moz-box-shadow:0 0 30px #4D7788;
	-webkit-box-shadow:0 0 30px #4D7788;
	box-shadow:0 0 30px #4D7788;
}

div.blogfigure img{
	margin-left:0px;
}

div.blogfigure{
	border:2px solid #142830;
	float:left;
	height:675px;
	margin-left:8px;
	overflow:hidden;
	width:900px;
}

div.blogfigure:hover{
	-moz-box-shadow:0 0 30px #4D7788;
	-webkit-box-shadow:0 0 30px #4D7788;
	box-shadow:0 0 30px #4D7788;
}

div.blogfigure img{
	margin-left:0px;
}

div.pfigure{
	border:3px solid #142830;
	float:right;
	height:300px;
	margin-left:20px;
	overflow:hidden;
	width:300px;
}
div.pfigure:hover{
	-moz-box-shadow:0 0 30px #4D7788;
	-webkit-box-shadow:0 0 30px #4D7788;
	box-shadow:0 0 30px #4D7788;
}
/* Footer styling: */

div.footer{
	margin-bottom:30px;
	text-align:center;
	font-size:0.825em;
}


div.footer p{
	margin-bottom:-2.5em;
	position:relative;
}

div.footer a,div.footer a:visited{
	color:#cccccc;
	background-color:#213e4a;
	display:block;
	padding:2px 4px;
	z-index:100;
	position:relative;
}

div.footer a:hover{
	text-decoration:none;
	background-color:#142830;
}

div.footer a.by{
	float:left;

}

div.footer a.up{
	float:right;
}
/* Centre the form within the page */
form {
    margin:0 auto;
    width:459px;
}

/* Style the text boxes */
input, textarea {
	width:439px;
	height:27px;
	background:#efefef;
	border:1px solid #dedede;
	padding:10px;
	margin-top:3px;
	font-size:0.9em;
	color:#3a3a3a;
}



input {
    width:439px;
    height:15px;
    background:#efefef;
    border:3px solid #dedede;
    padding:10px;
    margin-top:3px;
    font-size:0.9em;
    color:#3a3a3a;
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
}

textarea {
    width:439px;
    height:120px;
    background:#efefef;
    border:3px solid #dedede;
    padding:10px;
    margin-top:3px;
    font-size:0.9em;
    color:#3a3a3a;
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    background:url(img/mesage.gif) right no-repeat #efefef;
}

input:focus, textarea:focus {
    border:3px solid #97d6eb;
}
#submit {
    width:100px;
    height:20px;
    background:url(img/odeslat.gif);
    text-indent:-9999px;
    border:none;
    margin-top:20px;
    cursor:pointer;
	float: right; 
}

	#submit:hover {
	    opacity:0.9;
	}
