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,nav,main,header,footer,section,article {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 0 none;
	font-size: 100%;
	margin: 0;
	outline: 0 none;
	padding: 0;
	vertical-align: baseline;
}

body {
	background-color: white;
	font-family: Arial, sans-serif;
	margin: auto;
	max-width: 1355px;
}

/* Kapo */

header#supro {
	height: 183px;
	background-image: url("../img/apetito.jpg");
	background-repeat: no-repeat;
	margin-bottom: 12px;
}

a#titolligilo {
	display: block;
	height: 183px;
	width: 200px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	float: left;
	position: absolute;
}

nav#uzantkadro {
	text-align: right;
	position: relative;
}

nav#uzantkadro .enhavo {
	padding: 4px 12px;
	background-color: rgba(240, 240, 240, 0.9);
	border: solid #D0D0D0;
	border-width: 0 0 1px 1px;
	border-bottom-left-radius: 5px;
	display: inline-block;
	vertical-align: middle;
	font-size: 0.95em;
}

nav#uzantkadro .enhavo * {
	vertical-align: middle;
}

nav#uzantkadro a {
	text-decoration: none;
	display: inline-block;
}

nav#uzantkadro a:hover {
	text-decoration: underline;
}

nav#uzantkadro a.rando {
	border-left: 1px solid #D0D0D0;
	margin-left: 8px;
	padding-left: 8px;
}

form#cxefa_formularo {
	display: inline-block;
	margin-left: 1em;
}

input#cxefa_sercxilo {
	border-radius: 0;
	background-color: rgba(240, 240, 240, 1);
	border: 1px solid #A0A0A0;
	width: 160px;
}

input#cxefa_sercxilo:focus {
	background-color: #FFFFF0;
	border-color: rgba(41, 128, 185, 0.9);
}

form#cxefa_formularo input[type="submit"] {
	font-size: 0.8em;
	padding: 3px 5px;
}

/* Malsupro */
footer {
	text-align: center;
	color: #707070;
	border-top: 3px solid #D0D0D0;
	margin: 1.2em 1em 0.5em 1em;
	padding-top: 0.5em;
	font-size: 0.8em;
}

footer div {
	margin-top: 0.5em;
}

footer a:link, footer a:visited {
	color: #707070;
}

footer div.ligiloj a {
	padding: 0 4px;
}

/* Ĉapelilo */
#cxapelilo {
	background-color: rgba(240, 240, 240, 0.9);
	border: solid #D0D0D0;
	border-width: 0 1px 1px 0;
	border-bottom-right-radius: 5px;
	width: 54px;
	padding: 3px 6px;
	position: fixed;
	cursor: help;
	display: none;
	z-index: 100;
}

#cxapelilo_klarigo {
	border: 1px solid #D0D0D0;
	border-left: 0;
	width: 220px;
	padding: 4px 6px;
	margin-left: -6px;
	position: fixed;
	border-radius: 0 5px 5px 0;
	top: 26px;
	background-color: rgba(240, 240, 240, 0.9);
	display: none;
	font-size: 0.85em;
	line-height: 1.4em;
	z-index: 100;
}

/* Menuo */

nav#cxefa {
	clear: both;
	padding: 4px;
	padding-right: 20px;
	padding-left: 6px;
	float: left;
	font-size: 1.05em;
	width: 190px;
}

nav#cxefa li a {
	font-size: 0.95em;
	position: relative;
	text-decoration: none;
	display: block;
	border: 1px solid #E0E0E0;
	padding: 5px 6px;
	background-color: #F4F4F4;
	z-index: 1;
	transition-property: background-color, border-color, color;
	transition-duration: 300ms;
}

nav#cxefa li + li a {
	margin-top: -1px;
}

nav#cxefa li a:hover, nav#cxefa li.nuna a:hover {
	background-color: #DFF3C9;
	border-color: #D4E7BF;
	z-index: 10;
	
}

nav#cxefa a.nuna, nav#cxefa li.nuna > a {
	color: #20335A;
	font-weight: normal;
	border-color: #D6D6D6;
	background-color: #E8E8E8;
	z-index: 5;
}

nav#cxefa ul, nav#cxefa li {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

nav#cxefa ul {
	padding-left: 8px;
}

nav#cxefa h2, nav#cxefa h3 {
	color: #505050;
	font-size: 1.2em;
	margin-top: 0;
	margin-bottom: 5px;
	padding-bottom: 2px;

}

nav#cxefa h3 {
	margin-top: 10px;
}

nav#cxefa hr {
	border: 0;
	margin: 4px 0;
}

nav#cxefa h3 a {
	color: inherit;
	text-decoration: none;
}

nav#cxefa h3 a:hover {
	color: inherit;
	text-decoration: none;
}

nav#cxefa a.rss {
	background-image: url("../img/rss.png");
	background-repeat: no-repeat;
	background-position: 156px center;
}

nav#cxefa li ul {
	position: absolute;
	margin-left: 181px;
	padding: 0;
	display: none;
	z-index: 20;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

nav#cxefa li:hover ul {
	display: block;
}

#reklamo {
	text-align: center;
	margin-top: 1em;
}

#reklamo img {
	max-width: 180px;
	width: auto;
}

/* Enhavo */

div#enhavo {
	background: url("../img/sidebar.png") repeat-y 218px;
}

main {
	display: block;
	padding: 4px 16px;
	margin-left: 222px;
}

nav.fadeno {
	margin-bottom: .7em;
	font-size: 0.9em;
}

h1 {
	font-weight: bold;
	font-size: 1.8em;
	margin-bottom: .4em;
	color: #08438A;
}

main h2 {
	font-weight: bold;
	font-size: 1.2em;
	margin-top: 1em;
	margin-bottom: .4em;
	color: #08438A;
	max-width: 800px;
}

main h3 {
	font-weight: normal;
	font-size: 1.1em;
	margin-top: 0.5em;
	margin-bottom: .2em;
	color: #08438A;
	max-width: 800px;
}

h2 span.eta {
	font-size: 0.7em;
}

p {
	margin: .3em 0 .7em;
}

ul + p {
	margin-top: .7em;
}

code {
	font-size: 1.1em;
}

.supra_mesagxo {
	margin: 10px 10%;
	padding: 8px 12px;
	border-radius: 10px;
	font-size: 0.95em;
	font-weight: bold;
	color: white;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.supra_mesagxo a {
	text-shadow: none;
}

.supra_mesagxo.eraro {
	background-color: #BF5051;
}

.supra_mesagxo.averto {
	background-color: #DFCA41;
}

.supra_mesagxo.informo {
	background-color: #8EBF61;
}

nav.breto {
	margin: 10px 10%;
	padding: 8px;
	background-color: #C4CEF9;
	text-align: center;
	font-weight: bold;
	font-size: .95em;
	border-radius: 10px;
	background-image: -webkit-linear-gradient(top, #C4D3FF, #A8C0F0);
	background-image: -moz-linear-gradient(top, #C4D3FF, #A8C0F0);
	background-image: -ms-linear-gradient(top, #C4D3FF, #A8C0F0);
	background-image: -o-linear-gradient(top, #C4D3FF, #A8C0F0);
	background-image: linear-gradient(top, #C4D3FF, #A8C0F0);

}

nav.breto a {
	text-decoration: none;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.2);
}

nav.breto a + a {
	border-left: 1px solid #4C4C4C;
	margin-left: 0.4ex;
	padding-left: 1ex;
}

.form_eraro {
	color: #CC0000;
}

main li {
	margin-left: 1em;
	list-style-image: url("../img/listo_bulo.png");
	margin-bottom: 1px;
}

ul.listo {
	font-size: 0.9em;
}

ul.listo a {
	text-decoration: none;
}

ul.listo a:hover {
	text-decoration: underline;
}

.nowrap {
	white-space: nowrap;
}

.columns_wrap {
	border: solid #A0A0A0;
	border-width: 1px 0;
	margin: 1.2em 0;
}

.columns_wrap hr {
	border: solid #A0A0A0;
	border-width: 1px 0 0 0;
	margin: 1em 0;
}

/* Ligiloj */

a img {
	border: 0;
}

a:link, a:visited {
	color: #3A5898;
	text-decoration: underline;
}

a:hover {
	color: #30436A;
	text-decoration: none;
}

a.admin, a.nelegita {
	color: #BC000F;
}

a.nuna {
	color: #30436A;
	font-weight: bold;
	text-decoration: none;
}

img.simbolo {
	vertical-align: middle;
	cursor: help;
}

/* Formularoj */
input[type="text"], input[type="search"], input[type="email"], input[type="url"], input[type="password"], input[type="number"], textarea {
	background-color: #F3F3F3;
	border: 1px solid #777777;
	padding: 1px;
	font-family: inherit;
	font-size: 1em;
	border-radius: 3px;
	width: 250px;
	height: 1.4em;
	transition-property: border-color, box-shadow;
	transition-duration: 250ms;
}

input[type="text"]:focus, input[type="search"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="number"]:focus, textarea:focus {
	box-shadow: 0 0 3px rgba(41, 128, 185, 0.8);
	border-color: rgba(41, 128, 185, 0.9);
}

input[type="number"] {
	width: 4em;
}

input[type="button"], input[type="submit"], input[type="reset"], a.butono {
	background: #3498DB;
	background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
	background-image: -moz-linear-gradient(top, #3498db, #2980b9);
	background-image: -ms-linear-gradient(top, #3498db, #2980b9);
	background-image: -o-linear-gradient(top, #3498db, #2980b9);
	background-image: linear-gradient(to bottom, #3498db, #2980b9);
	border-radius: 5px;
	font-weight: bold;
	color: white;
	padding: 5px 10px 5px 10px;
	border: solid #3586b8 1px;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-size: 0.9em;
	vertical-align: middle;
}

input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, a.butono:hover {
	background: #3cb0fd;
	background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
	background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
	text-decoration: none;
}

body input[type="button"]:disabled, body input[type="button"]:disabled:hover {
	border: solid #A0B3BE 1px;
	background: #A3C3D9;
	background-image: -webkit-linear-gradient(to bottom, #A3C3D9, #97B7CC);
	background-image: -moz-linear-gradient(to bottom, #A3C3D9, #97B7CC);
	background-image: -ms-linear-gradient(to bottom, #A3C3D9, #97B7CC);
	background-image: -o-linear-gradient(to bottom, #A3C3D9, #97B7CC);
	background-image: linear-gradient(to bottom, #A3C3D9, #97B7CC);
	color: white;
}

textarea {
	width: 450px;
	height: 10em;
}

textarea:disabled, textarea[readonly], input:disabled {
	background-color: #EAEAE0;
	border-color: #999999;
	color: #B1A598;
}

table.formularo {
	margin: 1em;
}

table.formularo td {
	padding: 4px 6px;
	vertical-align: top;
}

table.formularo td.label label {
	display: block;
	min-width: 100px;
	white-space: nowrap;
}

table.formularo input, table.formularo select {
	margin-top: -.2em;
	margin-bottom: .2em;
}

div.plus_minus input {
	margin-top: 0;
	margin-bottom: 0;
}

label[for] {
	cursor: pointer;
}

table.formularo td.input {
	text-align: right;
}

table.formularo p {
	margin-top: 0;
}

img.plus, img.minus {
	cursor: pointer;
	vertical-align: middle;
}

td.malfacileco img {
	cursor: pointer;
}

img.plus:hover, img.minus:hover {
	opacity: 0.8;
}

td.sercxi_ingrediencojn input {
	width: 130px;
}

div.kategorioj {
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
	max-width: 600px;
}

table.pasxoj td {
	vertical-align: middle;
	padding: 0 5px;
}

table.pasxoj textarea {
	height: 8em;
}

table.pasxoj #pasxoj_butono {
	text-align: center;
}

#detala_sercxilo {
	border: 1px solid #E0E0E0;
	background-color: #F4F4F4;
	display: inline-block;
	margin: -1px;
	border-radius: 5px;
}

#detala_sercxilo .malfermi {
	margin: 4px 1em;
	font-size: 0.85em;
	font-weight: bold;
	cursor: pointer;
}

#detala_sercxilo .malfermi img {
	margin-bottom: -3px;
	transform: rotate(90deg);
}

/* Profilo */
table.profilo {
	border-spacing: 5px;
	border-collapse: separate;
}

table.profilo th {
	text-align: left;
}

.profilbildo {
	display: block;
	float: right;
	margin-right: 5%;
}

/* Listoj */
nav.pagination {
	margin: 1em 5% 1em;
}

nav.pagination a, nav.pagination strong {
	white-space: nowrap;
	background-color: #F0F0F0;
	border: 1px solid #D0D0D0;
	border-radius: 5px;
	font-size: 0.85em;
	font-weight: bold;
	padding: 4px 5px;
	min-width: 1em;
	display: inline-block;
	text-align: center;
	text-decoration: none;
}

nav.pagination a:hover, nav.pagination strong {
	border-color: #B0B0B0;
	background-color: #E0E0E0;
	text-decoration: none;
	box-shadow: 0 0 2px #999;
}

nav.pagination a:active {
	border-color: #A0A0A0;
	background-color: #D0D0D0;
}

table.listo {
	border-collapse: collapse;
	margin: auto;
	font-size: 0.9em;
}

table.listo.largxa {
	min-width: 50%;
}

table.listo th, table.listo td {
	border: solid #E0E0E0;
	border-width: 1px 0;
	padding: 4px 6px;
	vertical-align: middle;
}

table.listo th {
	background-color: #8EBF61;
	color: white;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

table.listo td {
	background-color: #FBFBFB;
	transition-property: background-color, border-color, color;
	transition-duration: 200ms;
}

table.listo tr:hover td {
	background-color: #DFF3C9;
	border-color: #D4E7BF;
}

table.listo tr.nelegita a {
	font-weight: bold;
}

table.listo a, table.recepto_listo a {
	text-decoration: none;
}

table.listo a.img, table.listo a.img img {
	display: block;
}

table.listo a:hover, table.recepto_listo a:hover {
	text-decoration: underline;
}

table.recepto_listo {
	margin-top: 1em;
	border-collapse: collapse;
}

table.recepto_listo td {
	border: solid #D8D8D8;
	border-width: 1px 0;
	vertical-align: top;
	padding: 5px 3px;
	height: 80px;
}

table.recepto_listo td.img * {
	display: block;
	padding: 0;
	margin: 0;
}

table.recepto_listo p.nomo {
	font-weight: bold;
	margin: 3px 0 0;
}

table.recepto_listo p.kategorioj {
	font-size: 0.9em;
	margin: 4px 0 0;
}

table.recepto_listo td.notoj {
	padding-left: 1em;
}

table.recepto_listo div.noto {
	margin-bottom: 4px;
	white-space: nowrap;
}

.tabela_listo {
	margin: auto;
}

.tabela_listo.kategorioj td, .tabela_listo.landoj td, .tabela_listo.ingrediencoj td {
	width: 33.3%;
}

.tabela_listo.ingrediencoj.unu td {
	width: 100%;
}

.tabela_listo.ingrediencoj.du td {
	width: 50%;
}

.tabela_listo td {
	vertical-align: middle;
	padding: 2px;
}

.tabela_listo a {
	display: block;
	background-color: #FBFBFB;
	border: 1px solid #E0E0E0;
	text-decoration: none;
	padding: 7px;
}

.tabela_listo.kategorioj a {
	font-size: 1.1em;
}

.tabela_listo.landoj a {
	font-size: .9em;
	font-weight: bold;
}

.tabela_listo.ingrediencoj a img {
	float: left;
	margin-right: 5px;
}

.tabela_listo.ingrediencoj a {
	height: 50px;
}

.tabela_listo.ingrediencoj a.img {
	padding-left: 92px;
	background-repeat: no-repeat;
	background-position: 7px center;
}

.tabela_listo.ingrediencoj .nomo {
	font-size: 1.1em;
}

.tabela_listo.ingrediencoj .nombroj {
	font-size: 0.75em;
}

.tabela_listo a:hover {
	background-color: #DFF3C9;
	border-color: #D4E7BF;
}

.tabela_listo a span {
	font-weight: normal;
	white-space: nowrap;
}

.tabela_listo.kategorioj a span {
	font-size: 0.7em;
}

.tabela_listo.landoj a span {
	font-size: 0.8em;
}


table.kolumnoj {
	margin: 1.2em 0;
	width: 100%;
	border-collapse: collapse;
}

table.kolumnoj.du td.kolumno {
	width: 50%;
}

table.kolumnoj td.kolumno {
	vertical-align: top;
	border: solid #D8D8D8;
	border-width: 0 1px;
	padding: 0 10px;
}

table.kolumnoj h2 {
	margin-top: 0;
}

table.kolumnoj td.kolumno:first-child {
	padding-left: 0;
	border-left: 0;
}

table.kolumnoj td.kolumno:last-child {
	padding-right: 0;
	border-right: 0;
}

table.kolumnoj .legi {
	margin-top: 1em;
}

/* Mesaĝoj */
.mesagxo {
	margin: 1em 10%;
	border: 1px solid #D0D0D0;
	padding: 5px;
	border-radius: 5px;
	background-color: #F0F0F0;
}

.mesagxo header {
	font-weight: normal;
	font-size: .9em;
	border-bottom: 1px solid #D0D0D0;
	margin-bottom: 5px;
}

.mesagxo.privata header {
	min-height: 80px;
}

.mesagxo.komento header {
	min-height: 60px;
}

.mesagxo header a.img {
	float: left;
	margin-right: 5px;
}

.mesagxo header p {
	margin: 0;

}

.mesagxo:target {
	background-color: #FFFFD8;
}

.mesagxo.komento table {
	border-collapse: collapse;
}

.mesagxo.komento td {
	vertical-align: top;
}

.mesagxo.komento td.foto * {
	display: block;
}

.mesagxo.komento td.foto {
	padding-right: 5px;
}

/* Recepto */
.recepto aside.kadro {
	float: right;
	width: 250px;
	border-radius: 4px;
	background-color: #F0F0F0;
	border: 1px solid #D0D0D0;
	padding: 5px;
	font-size: 0.9em;
	margin-left: 20px;
	margin-top: -2.5em;
}

.recepto aside.kadro hr {
	border: 0;
	border-top: 1px solid #D0D0D0;
}

.recepto aside.kadro p {
	margin-bottom: 0;
}

.recepto aside.supre {
	margin: 0 2em .8em;
	font-size: 0.9em;
	color: #666;
}

.recepto a.img, .recepto div.img {
	display: block;
	text-align: center;
}

.recepto table.pasxoj {
	border-collapse: collapse;
	margin-bottom: 1em;
}

.recepto table.pasxoj td {
	border-bottom: 1px solid #D8D8D8;
	padding: 8px 0;
	vertical-align: top;
}

.recepto table.pasxoj tr:last-child td {
	border-bottom: 0;
}

.recepto table.pasxoj .numero {
	background-color: #D0D0D0;
	font-size: 0.85em;
	font-weight: bold;
	padding: 2px;
}

.recepto table.pasxoj .teksto {
	padding-left: 10px;
}

.recepto table.pasxoj .teksto p:first-child {
	margin-top: 0;
}

.recepto table.pasxoj .teksto p:last-child {
	margin-bottom: 0;
}

.recepto table.pasxoj .teksto ul {
	margin: 0;
}

.recepto table.pasxoj .bildo a, table.pasxoj .bildo img {
	display: block;
}

#sxati a, #vocxdoni a {
	text-decoration: none;
}

.recepto .noto {
	margin-top: 5px;
}

.recepto .vocxoj {
	font-size: 0.85em;
	position: relative;
	bottom: -1px;
}

.recepto .ingrediencoj p {
	margin: 0.7em 0;
}

.recepto_granda {
	margin: 0 0 1em;
	width: 100%;
	border-collapse: collapse;
}

table.recepto_granda {
	margin: 1em 0;
}

.recepto_granda.unu {
	max-width: 700px;
}

.recepto_granda h2 {
	margin-top: 0;
}

table.recepto_granda td {
	vertical-align: top;
	border: solid #D8D8D8;
	border-width: 0 1px;
	padding: 0 10px;
}

table.recepto_granda td:first-child {
	padding-left: 0;
	border-left: 0;
}

table.recepto_granda td:last-child {
	padding-right: 0;
	border-right: 0;
}

.recepto_granda .simboloj * {
	vertical-align: middle;
}

.recepto_granda .noto {
	display: inline-block;
	margin-right: 5px;
}

.recepto_granda a.img {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	display: block;
}

.recepto_granda a.img img {
	display: block;
}

.recepto_granda p.nomo {
	font-weight: bold;
	margin: 3px 0 5px;
}

.recepto_granda p.kategorioj {
	font-size: 0.9em;
	margin: 4px 0 0;
}

.recepto_granda a {
	text-decoration: none;
}

.recepto_granda a:hover {
	text-decoration: underline;
}

.recepto_granda iframe {
	display: block;
	margin: 0 auto 1em;
}

div.legi {
	text-align: right;
	padding-right: 1em;
}

div.legi a {
	text-decoration: none;
	font-weight: bold;
	font-size: 0.85em;
	background-color: #F0F0F0;
	border-radius: 5px;
	border: 1px solid #D0D0D0;
	padding: 4px 18px 4px 5px;
	background-image: url("../img/dekstra_sago.png");
	background-repeat: no-repeat;
	background-position: right center;
}

div.legi a:hover {
	border-color: #B0B0B0;
	background-color: #E0E0E0;
	text-decoration: none;
	box-shadow: 0 0 2px #999;
}

div.legi a:active {
	border-color: #A0A0A0;
	background-color: #D0D0D0;
}

.recepto_granda p.priskribo {
	margin-top: 8px;
}

.recepto div.aldoni_komenton {
	margin: 1em 0;
	text-align: center;
}

.recepto div.socia_reto {
	margin-top: 6px;
}

.novajxo .dato {
	font-size: 0.85em;
	margin-bottom: 5px;
}

.novajxo .teksto {
	margin-left: 1em;
}

.ingrediencbildo {
	display: block;
	float: right;
	margin-right: 1em;
	margin-top: -6px;
	font-size: 0.85em;
	color: #505050;
	background-color: white;
	padding: 5px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}

.ingrediencbildo span, .ingrediencbildo img {
	display: block;
	text-align: center;
}

.ingrediencbildo span {
	margin-top: 2px;
}

.sendata {
	display: none;
}

.noto .steloj {
	cursor: help;
	background: url("../img/steloj.png") left 0;
	display: inline-block;
	text-indent: -10000%;
}

.noto .grizaj_steloj {
	cursor: help;
	background: url("../img/steloj.png") right 20px;
	display: inline-block;
	text-indent: -10000%;
}

.stelaro .grizaj_steloj, .stelaro .steloj {
	cursor: pointer;
}


/* Artikoloj */
.artikollisto {
	max-width: 700px;
	border-top: 1px solid #D8D8D8;
	padding-top: 8px;
	padding-bottom: 10px;
}

.artikollisto:last-child {
	border-bottom: 1px solid #D8D8D8;
}

.artikollisto .dato {
	font-size: 0.85em;
	margin-bottom: 0.4em;
}

.artikollisto h2, .artikollisto h3 {
	margin-top: 0;
}

.artikollisto h2 a, .artikollisto h3 a {
	text-decoration: none;
	color: inherit;
}

.artikollisto h2 a:hover, .artikollisto h3 a:hover {
	text-decoration: underline;
}

.artikolo aside {
	float: right;
	width: 200px;
	border-radius: 4px;
	background-color: #F0F0F0;
	border: 1px solid #D0D0D0;
	padding: 5px;
	font-size: 0.9em;
	margin-left: 20px;
	margin-top: -2.5em;
}

.artikolo aside p {
	margin-bottom: 0;
}

.artikolo aside a.img , .artikolo aside a.img img, .artikolo .uzantimg, .artikolo .uzantimg img {
	display: block;
	margin: auto;
}

.formularo td.artikolbildoj table * {
	vertical-align: middle;
} 

.formularo td.artikolbildoj td {
	padding: 5px 5px 5px 0;
}

.video {
	margin-top: 1em;
}

@media screen and (max-width: 600px) {
	header#supro {
		margin: 0;
	}

	nav#cxefa {
		float: none;
		width: 100%;
	}
	
	nav#cxefa h2, nav#cxefa h3 {
		margin: 4px 0;
		font-size: 1.1em;
	}
	
	nav#cxefa li {
		width: 150px;
		display: inline-block;
		font-size: 0.9em;
	}
	
	nav#cxefa li a {
		padding: 2px 3px;
	}
	
	nav#cxefa li ul {
		margin-left: 149px;
	}
	
	main {
		float: none;
		width: 100%;
		margin: 0;
		padding: 2px;
	}
	
	div#enhavo {
		background: none;
	}
	
	h1 {
		font-size: 1.2em;
	}
	
	h2 {
		font-size: 1.1em;
	}
	
	table.kolumnoj.du td.kolumno {
		width: 100%;
		display: block;
		padding: 0;
		border: 0;
	}	
}
