*,html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h5, h5, h6, p {
	margin: 0;
	padding: 0;
}

body {
	background: #19181f;
	color: #CFDCE6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	width: 100%;
	text-align: center;
	position: relative;
	border-top: solid 3px #FF0F48;
}

table {
border-collapse:collapse;
border-spacing:0;

}

fieldset, img {
border:0 none;
}

#wraper_en {
	text-align: left;
	margin: 0 auto;
	width: 800px;
	background: url(../images/logo_bg.jpg) no-repeat top center;
}

#wraper_cz {
	text-align: left;
	margin: 0 auto;
	width: 800px;
	background: url(../images/logo_bg_cz.jpg) no-repeat top center;
}

#logo {
	position: absolute;
	
}

h1, h2, h3, h5, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-shadow: #19181F 2px 2px 2px;
}

#logo a {
	text-indent: -9999px;
	height: 50px;
	width: 400px;
	margin: 15px 0 0 0;
	position: absolute;
}

#nav {
	float: right;
	margin: 43px 0 0 20px;
}

#nav li {
	float: left;
	display: inline;
	text-decoration: none;
	display: block;
}
#nav a {
	display: block;
	padding: 5px;
	margin-left: 15px;
	font-weight: bold;
	border-bottom: 3px solid #19181f;
	text-decoration: none;
	color: #009dff;
	text-transform: uppercase;
}
#nav a:hover {
	border-bottom: 3px solid;
}
#nav .here {
	border-bottom: 1px solid #009dff;
}

#header_home {
	width: 800px;
	height: 240px;
	background: #19181f url(../images/home_header.jpg) no-repeat scroll 0 0;
	margin: 20px 0 0 0;
	-moz-border-radius: 10px;    /* rounding the element */
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

/* Header_others should be used in ther future.. */
#header_others {
	width: 800px;
	height: 80px;
	background-color: #292733;
	margin: 20px 0 0 0;
	-moz-border-radius: 10px;    /* rounding the element */
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#header_others h2 {
	font-size: 30px;
	color: #FF0F48;
	font-weight: bold;
	text-align: center;
}
/* End of Header_others */

h3 {
	font-size: 25px;
	color: #009dff;
	font-weight: bold;
}

a {
	text-decoration: underline;
	color: #009dff;
}

a img {
border: none; /*remove border for linked images*/
}

p {
	line-height: 20px;
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 20px 0;
}

.clear {
	clear: both;
}
.red {
	color: #009dff;
}
.small{
	font-size: 12px;
}
.line_through {
	text-decoration: line-through;;
}

.clearfix {
	display: inline-block;
}

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


/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* End hide from IE-mac */.clearfix {height: 1%;}

.clearfix {display: block;}
/* End hide from IE-mac */

/* Contents */
#content_home,
#content_about,
#content_portfolio,
#content_contact,
#content_blog,
#content_favorite,
#content_skills {
	width: 760px;
	padding: 20px;
	margin: 20px 0 0 0;
	background-color: #292733;
	-moz-border-radius: 10px;    /* rounding the element */
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

/* Image_right - 250px */
.image_right {
	float: right;
	padding: 7px;
	margin: 10px 0 10px 15px;
	position: relative;
	background-color: #19181f;
	-moz-border-radius: 5px;    /* rounding the element */
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.image_right a {
	text-decoration: none;
}

.image_right a .img {
	float: left;
	margin: 0;
}

.image_right a:hover .desc{
	display: block;
	background: #19181f;
	text-indent: 5px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	filter:alpha(opacity=80);
	opacity:.80;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*--IE 8 Transparency--*/
	color: #ffffff;
	position: absolute;
	bottom: 7px;
	left: 7px;
	padding: 10px 0 40px 0;
	margin: 0;
	width: 250px;
	visibility: visible;
}

.image_right a .desc {
	visibility: hidden;
	position: absolute;
}
/* End of Image_right */

/* Image_left - 250px */
.image_left {
	float: left;
	padding: 7px;
	margin: 10px 15px 10px 0;
	position: relative;
	background-color: #19181f;
	-moz-border-radius: 5px;    /* rounding the element */
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.image_left a {
	text-decoration: none;
}

.image_left a .img {
	float: left;
	margin: 0;
}

.image_left a:hover .desc{
	display: block;
	background: #19181f;
	text-indent: 5px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	filter:alpha(opacity=80);
	opacity:.80;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*--IE 8 Transparency--*/
	color: #ffffff;
	position: absolute;
	bottom: 7px;
	left: 7px;
	padding: 10px 0 40px 0;
	margin: 0;
	width: 250px;
	visibility: visible;
}

.image_left a .desc {
	visibility: hidden;
	position: absolute;
}
/* End of Image_left */

/* simple css-based tooltip */ 
#dynatip { 
    display: none;
	background:transparent url(../images//black_arrow.png);
	font-size:12px;
	height:70px;
	width:160px;
	padding:25px;
	color:#ffffff;	  
}

#content_home p {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2em;
	margin: 0;
	text-align: justify;
}


/* End of Contents */

/* ABOUT page content */
#skills li,
#favorites li {
	text-decoration: none;
	margin: 5px 0 0 25px;
	list-style-image: url(../images/check.png);
}

/* PORTFOLIO page content */
.portfolio {
	width: 760px;
	margin: 20px 0 0 0;
	background-color: #292733;
	-moz-border-radius: 10px;    /* rounding the element */
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 20px;
}

.portfolio a {
	text-decoration: none;
}

.portfolio ul {
	margin: 5px 0 5px 2px;
}

.portfolio li {
	float: left;
	list-style: none;
	margin: 5px 10px 10px 10px;
	border: 6px;
	padding: 6px;
	position: relative;
	background-color: #19181f;
	-moz-border-radius: 5px;    /* rounding the element */
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.portfolio a:hover .desc{
	display: block;
	background: #19181f;
	text-indent: 5px;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	filter:alpha(opacity=80);
	opacity:.80;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*--IE 8 Transparency--*/
	color: #ffffff;
	position: absolute;
	bottom: 6px;
	left: 6px;
	padding: 5px 0 20px 0;
	margin: 0;
	width: 220px;
	visibility: visible;
}

.portfolio a .desc {
	visibility: hidden;
	position: absolute;
}

#graphic_portfolio {
	
}

#logo_portfolio {
	
}

#photogalleries {
	
}

/* CONTACT page content */
#contact_left {
	float: left;
	width: 380px;
}

#contact_right {
	float: right;
	width: 380px;
}

#contact_mobile,
#contact_mail,
#contact_adress,
#contact_twitter,
#contact_facebook {
	font-size: 15px;
	margin: 5px 0 0 80px;
	text-indent: 20px;
}

#contact_twitter {
	list-style-image: url(../images/twitter_icon.png);
}

#contact_facebook {
	list-style-image: url(../images/facebook_icon.png);
}

#contact_mobile {
	list-style-image: url(../images/phone.png);
}

#contact_mail {
	list-style-image: url(../images/mail.png);
}

#contact_adress {
	list-style-image: url(../images/home.png);
}

#contact_form {
	margin: 20px 0 0 60px;
}

#contact_form .tag {
	font-size: 9px;
	margin: 0 0 0 5px;
}


/* FOOTER section */
#bottom_nav {
	margin:  20px 190px 0 190px;
	text-align: center;
}
#bottom_nav li {
	float: left;
	display: inline;
	text-decoration: none;
	display: block;
	margin: 0 0 0 15px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}
#bottom_nav a {
	display: block;
	font-weight: bold;
	font-size: 10px;
	padding: 3px;
	border-bottom: 3px solid #19181f;
	text-decoration: none;
	color: #009dff;
}
#bottom_nav a:hover {
	border-bottom: 2px solid;
}
#bottom_nav .here {
	border-bottom: 1px solid #009dff;
}

#footer {
	text-align: center;
	margin: 10px 0 10px 0;
	font-size: 10px;
	color: #292733;
}