@import url(COHEN_style.css);


/* Make HTML 5 elements display block-level for consistent styling */
header, nav, article, footer, address {  
	display: block;
} 

body, input, select, textarea, th, td {
	font-family: Arial, sans-serif;
	/*font-family: Corbel, Verdana, 'Geneva CE', lucida, sans-serif;*/
}
input, select, textarea {
	font-size: 100%;
}
body, th, td {
	font-size: 1.3em;
	line-height: 1.7em;
}
th, td {
	font-\size: 100%;
}
h1 { font-size: 150%;}
h2 { font-size: 130%;}
h3 { font-size: 115%;}
h1, h2, h3, h4 {
	line-height: 1.3em;
	margin: 1em 0 0;
	text-shadow: 0 1px 0 #EDEEDF;
	color: #333;
}
h1 {
	margin: 0;
	text-align: justify;
}
hr {
	color: #3B7CD0;
	background-color: #3B7CD0;
	border: 0;
	height: 1px;
}
i, em { margin-right: 0.1em; }
ul, ol {
	margin: 0 0 0 20px;
	padding: 0;
}
p, blockquote, dl, table, ul, ol, pre {
	margin-top: .15em;
	margin-bottom: .85em;	
}
ul ul, ul ol, ol ol, ol ul {
	margin-top: 0;
	margin-bottom: 0;
}
ul li, ol li {
	margin-left: 20px;
}
table {
	background-color: #ffffff;
	border-spacing: 0px;
	border-collapse: collapse;
}
th {
	border: 1px solid #8cacbb;
	background-color: #dee7ec;
	padding: 3px;
}
td {
	border: 1px solid #8cacbb;
	padding: 3px;
}

html, body {
	background: #DADDC0;
	color: #777;
	padding: 0;
	margin: 0;
	text-align: center;
}
a {
	color: #6C961C;
}
a:visited {
	color: #ff4b33;
}
header, article, footer {
	min-width: 768px;
	width: 80%;
	max-width: 980px;
	margin: 0 auto;
	text-align: center;
}
header hgroup {
	font-family: 'Segoe Print', sans-serif;
	font-variant: small-caps;
	text-align: right;
}
hgroup h1 {
	font-size: 3em;
	color: #6386B1;
	font-weight: normal;
	text-shadow: 0 2px 3px #999999;
	line-height: 90%;
	margin: 0;
	padding: .2em 0 0 0;
	text-align: right;
}
hgroup h1 a, hgroup h1 a:visited {
	color: #000;
	text-decoration: none;
}
hgroup h2 {
	font-size: 1.5em;
	color: #444;
	font-weight: normal;
	margin: 0;
	padding: 0 0 .2em 0;
	line-height: 90%;
}
ul#menu {
	text-align: left;
	clear:both;
	display: block;
	margin: 0;
	padding: 0 0 0 1em;
	font-size: 140%;
	border-bottom:1px solid #777;
	border-top:1px solid #777;
}
ul#menu li {
	display: inline;
	list-style-type: none;
	margin: 0 1em 0 0;
	padding: 0;
}
#menu li a:link, #menu a:visited {
	display: inline;
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
}
ul#menu li#active a:link, ul#menu li#active a:visited {
	color: #6C961C;
}
ul#menu a:hover {
	color: #ff4b33;
}
article {
	padding: .5em 0;
	text-align: justify;
}
footer {
	text-align: left;
	margin-top: 0;
	padding: .3em 0;
	font-size: .9em;
	border-top:1px solid #777;
}

/* instalacni tlacitka vypujcene moz. add-on */
/* vsechna prava na tuhle cast patri jejich tvurci */
a.install-button {
	-moz-border-radius-bottomleft:16px;
	-moz-border-radius-bottomright:16px;
	-moz-border-radius-topleft:16px;
	-moz-border-radius-topright:16px;
	background: #8CC553 url(img/button-green.jpg) center center repeat-x;
	border: 1px solid #488F03;
	color: #FFFFFF;
	cursor: pointer;
	font-family: helvetica,arial,sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 2em;
	margin: 0.3em 0;
	padding: 0.4em 0.8em 0.3em 0.5em;
	text-decoration:none;
	text-shadow:-1px -1px 1px #7BAB29;
	white-space:nowrap;
}
a.install-button img {
	margin: 0 0.6em 0.4em 0;
	padding: 0.4em 0.6em 0.2em 0.2em;
	vertical-align: middle;
	border: 0;
	border-right: 1px solid #55AA00;
}

img.screenshot {
	border: 5px solid #DDD;
}

img.left {
	float: left;
	margin: 0 .5em .5em 0;
}

img.right {
	float: right;
	margin: 0 0 .5em .5em;
}

.cleaner {
  clear: both;
}
.invisible, .invisible:visited {
	color: #DADDC0;
	text-decoration: none;
}
.invisible:hover {
	color: #D0D0D0;
	font-style: normal;
}
.photo {
	border:5px solid #999;
	margin: 0 0 .5em .5em;
}
.twitter {
	list-style-type: none;
}
.twitter li {
	list-style-type: none;
	margin: 0 0 1em 80px;
}
.date {
	margin-left: -80px;
	text-decoration: none;
}
.day  {
	margin-right: 4px;
	text-align: right;
	width: 1.2em;
}
.date, .day, .month {
	display: block;
	float: left;
}
.month  {
	font-size: 50%;
	line-height: 1.2em;
	padding-top: 0.4em;
	width: 1.2em;
}
article h2 {
  margin-top: 0;
}
article h2 a, article h2 a:visited {
  text-decoration: none;
  color: #333;
}

