﻿/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height: normal;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* SITE-SPECIFIC STYLES */
body {
	background-color: #172F46;
	text-align: center;
	padding: 0;
	margin: 0;
	font-family: Calibri, Helvetica, Arial, sans-serif;
}

img {
	border: 0;	
}

p {
	text-indent: 1.5em;
	padding: 4px 0 4px;
}

.vcard-link {
    padding-left: 20px;
    background-image: url('vcard.png');
    background-repeat: no-repeat;
}

body > * {
	background: white;
	margin: 0 auto;
	min-width: 500px;
	max-width: 608px;
	text-align: left;
	border-left: 2px solid #AAC1CF;
	border-right: 1px solid #AAC1CF;
	position: relative;
}

#langswitch {
	background-position: -1px 0;
	min-width: 480px;
	max-width: 588px;
	height: 50px;
	text-align: right;
	padding: 10px 10px 0px 10px;
	font-size: 90%;
	list-style: none;
}
#langswitch a {
    text-decoration: none;
    font-weight: bold;
}

header {
	background-image: url('header-red-wave.jpg');
	background-position: -1px 39px;
	background-repeat: no-repeat;
	height: 156px;
}
header > * {    
    top: -24px;
    margin-left: 250px;
    position: relative;   
}
header a {
    margin: 0;
    top: -44px;
    left: 86px;
    position: absolute;
}
header h1 {
	padding-top: 20px;
	color: #781D68;
	font-size: 190%;
}
header p {
    padding: 0;
    text-indent: 20px;
    line-height: 150%;
    margin-top: -1px;
}
header q {
    font-style: italic;
}
header strong  {	
	color: #888888;
}

#content {
    clear: both;
    padding-bottom: 30px;
}

#content > * {
    margin: 0 10px 0 10px;
}

#contacts {
    float: right;
    width: 155px;
    min-height: 270px;
    padding: 30px 30px 30px 40px;
	color: #B06A15;
	font-size: 80%;
	background: #FFFDF2 url('contacts-background.jpg') no-repeat;
	background-position: 0 -14px;
	position: relative;
}
#contacts h2 {
	font-size: 120%;
	padding-top: 12px;
	margin-bottom: 12px;
}
#contacts a {
    color: #7B4A0F;
    text-decoration: none;
}
#contacts a:hover {
    text-decoration: underline;
}
#contacts .vcard-link {
    font-style: italic;
    display: block;
    position: absolute;
    top: 43px;
    left: 128px;
}
#contacts .messenger {
    padding-left: 20px;
    background-image: url('http://messenger.services.live.com/users/3005888b920b04eb@apps.messenger.live.com/presenceimage?mkt=cs-CZ');
    background-repeat: no-repeat;
}
#contacts dl {
    clear: both;
    margin: 12px 0 12px;
}
#contacts dl dt {
	font-weight: bold;	
	margin-top: 10px;
}
#contacts dl dd {
	margin-left: 10px;
}
#contacts address {
    font-style: normal;
}

#about-me {
	color: #005A97;
	background-image: url('blue-line.jpg');
	background-repeat: no-repeat;
}
#about-me h2 {
	font-size: 150%;
	margin-left: 130px;
}
#about-me p {
	font-size: 90%;
	font-style: italic;
	margin-left: 45px;
	text-align: justify;
}

#cv {
	color: #774E20;
}
#cv h2 {
	font-size: 150%;
	color: #FF8B53;
	margin: 20px 0 10px 30px;	
}
#cv p {
	font-size: 90%;
	margin-left: 30px;
	text-align: justify;
}
#cv a {
	color: #563816;
}
#linkedin {
	margin: 20px 0 10px 110px;	
}
