/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}




/* STYLE */

body { font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif; background: #fcfcee /* url(../images/lightpaperfibers.png) repeat */; color: #402b21; }

input { border: 1px solid #d0d0d0; padding: 4px; border-radius: 4px; }

h1, h2, h3, h4, h5, h6 { margin: 6% 0 4%; line-height: 1.4em; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration: none; }

h1 a { color: #5a3f32; }

h1 { font-size: 2em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.3em; }

p, ul, ol { line-height: 1.6em; margin: 1% 0 3%; }

ul li ol,
ol li ol,
ul li ul,
ul li ol { padding-left: 20px; }

#container { max-width: 640px; margin: 0 auto; padding: 0 10px 5%; }

.flash { width: auto; margin: 2% 0 3%; padding: 1%; border: 1px solid #c0c0c0; background: #e0e0e0; text-align: center; border-radius: 4px; }
	.flash.info { width: auto; margin: 2% 0 3%; padding: 1%; border-color: #91a6ca; background: #c4d7f7; } 

a[target=_blank] { padding-right: 16px; background: transparent url(../images/external.png) no-repeat right center; }

a.singUp,
input[type=submit] { width: 240px; min-height: 24px; padding: 10px 20px; display: block; border-radius: 22px; margin: 0 auto; border: 1px solid #7fb690; background: #c0e6cc; text-align: center; text-decoration: none; font-weight: bold; color: #3e5044; text-shadow: 0px 1px 0px white; font-size: 14pt; }

table tr td { padding: 8px 0; }
	table tr td input[type=text],
	table tr td input[type=tel],
	table tr td input[type=email] { width: 100%; font-size: 12pt; font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial'; }

table tr td label { line-height: 1.4em; }

table#prihlaseni { width: 100%; margin: 4% 0 5%; }
	table#prihlaseni tr td label.confirm { font-size: 0.8em; }
	table#prihlaseni tr td.food label { margin: 0 0 5px 10px; line-height: 1.4em; }

table.datum { width: 100%; }
	table.datum tr td { width: 46%; padding: 2% 0; }