body
{
	text-align: center;
	background-color: #e7e0e0;
	margin: 0;
	padding: 0;
	font-family: Georgia, serif;
}

/* column infrastructure */

div#header
{
	text-align: left;
	border-bottom: solid 1px black;
	padding: .2rem 0;
	background-color: #383838;
	text-shadow: 0 0 2px black;
}

div#header-inside
{
	margin: 0 auto;
	width: 90%;
}

div#container
{
	width: 90%;
	margin: auto;
	text-align: left;
	display: flex;
	align-items: stretch;
}

div#menu-container
{
	text-align: left;
	background-color: pink;
	margin-bottom: .5rem;
	background-color: #BBB0B0;
}

div#menu
{
	width: 90%;
	margin: 0 auto;
	padding: .3rem 0;
}

@media (min-width: 720px)
{
	div#content
	{
		flex-grow: 6;
	}

	div#right
	{
		display: block;
		margin-left: 1rem;
		min-width: 10rem;
		flex-grow: 1;
	}
}

@media (min-width: 0px) and (max-width: 719px)
{
	div#content
	{
		flex-grow: 5;
	}

	div#right
	{
		display: none;
	}
}

div#footer
{
	width: 90%;
	margin-top: 1rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	margin: 0 auto;
}

/* Standard styles */

h1
{
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-weight: normal;
	font-size: 1.8em;
	color: #333333;
	border-bottom: solid 1px #aaaaaa;
	letter-spacing: -0.04em;
	line-height: 110%;
	padding-bottom: 2px;
}

h3
{
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-weight: normal;
	font-size: 1.2em;
	color: #333333;
	letter-spacing: -0.04em;
	line-height: 110%;
}

/* class overrides */

p.dateline
{
	text-align: right;
	font-family: arial, sans-serif;
	font-style: italic;
	font-size: .9em;
	margin-top: -8px;
	padding-top: 0;
	color: #333333;
}

p.divider
{
	text-align: center;
	color: #666666;
	letter-spacing: 1em;
	font-size: 1.2em;
}

p.filed-under
{
	font-size: .9em;
	font-style: italic;
	color: #666666;
	text-align: right;
	margin-left: 150px;
}

ul
{
	list-style-type: circle;
}

a
{
	color: #dd4433;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

h2.article-list
{
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: -10px;
}

blockquote.address
{
	font-family: 'Andale Mono';
}

a.admin
{
	color: #cc9999;
	text-decoration: none;
}

span.minor-info
{
	color: #666666;
	font-size: .8em;
	text-transform: uppercase;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}

/* for the header */

div#header div.languages
{
	float: right;
	padding-top: .5rem;
	padding-left: 2rem;
	padding-bottom: .3rem;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-weight: bold;
	font-size: .8rem;
	color: #cccccc;
}

div#header div.sitename
{
	font-size: 2.3rem;
	padding-top: .5rem;
	padding-bottom: .5rem;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	letter-spacing: -0.04em;
	line-height: 90%;
}

div#header div.sitename a
{
	text-decoration: none;
	font-weight: normal;
}

div#header div.pagetitle
{
	font-size: 1rem;
	margin-bottom: .5rem;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	letter-spacing: -0.04em;
	line-height: 100%;
	color: #cccccc;
}

/* for the footer */

div#footer-within
{
	color: #444444;
	border-top: solid 1px #999999;
	padding-top: 1rem;
	font-size: .9rem;
}

div#footer b
{
	color: black;
}

/* menu */

div#menu .homelink
{
	/* text-transform: uppercase; */
	letter-spacing: -0.04em;
	display: inline-block;
	border-right: solid 1px #505050;
	padding: 0 .5em 0 .2rem;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: .9rem;
	text-shadow: 0 0 1px #fff;
}

div#menu .homelink a
{
	/* color: #FF755C; */
}

div#menu .homelink:first-child
{
	padding-left: 0;
}

div#menu .homelink:last-child
{
	border: none;
}

div#submenu
{
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	letter-spacing: -0.02em;
}

div.submenu-item
{
	padding: .3rem 0;
}

div#submenu div.fakelink label
{
	font-weight: bold;
	cursor: pointer;
	color: #dd4433;
}

div#submenu div.fakelink label:hover
{
	text-decoration: underline;
}

div#submenu span.close
{
	position: absolute;
	font-size: 100%;
	color: #dd4433;
	top: -0.1rem;
	left: 0;
	border: solid 1px #dd4433;
	border-radius: .5rem;
	padding: 0 .2rem;
}

div#submenu ul
{
	column-width: 8rem;
	column-fill: auto;
	list-style-type: none;
}

div#submenu ul li
{
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: .9rem;
	margin-bottom: .4rem;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid-column;
	line-height: 100%;
}

div#submenu input
{
	display: none;
}

div#sub_region,
div#sub_otherincountry,
div#sub_othercities
{
	position: relative;
	display: none;
}

input#show_region:checked ~ div#sub_region,
input#show_otherincountry:checked ~ div#sub_otherincountry,
input#show_othercities:checked ~ div#sub_othercities
{
	display: block;
}

input#hide_region:checked ~ div#sub_region,
input#hide_otherincountry:checked ~ div#sub_otherincountry,
input#hide_othercities:checked ~ div#sub_othercities
{
	display: none;
}

div#nosubmenu
{
}

/* home page */

@media (min-width: 720px)
{
	div.country-list
	{
		position: relative;
	}
}

@media (min-width: 0px) and (max-width: 719px)
{
	div.country-list
	{
		position: relative;
		text-align: center;
	}
}

div.home-country-box
{
	position: relative;
	overflow: hidden;
	display: inline-block;
	width: 13rem;
	height: 3rem;
	padding: .2rem .5rem;
	background-color: #d7d0d0;
	margin-right: .2rem;
}

div.home-country-name
{
	text-align: left;
	position: absolute;
	top: .5rem;
	left: 4rem;
	letter-spacing: -0.02em;
	padding-right: .5rem;
}

div.home-country-name a
{
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: .9em;
}

/* recent comments */

div#right
{
	background-color: #d7d0d0;
	padding: .3rem .5rem;
	margin-top: 1rem;
	border-top: solid 1px #BBB0B0;
}

div#right h2
{
	border: none;
	font-size: .8rem;
	font-family: arial, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	margin-top: .3rem;
}

div#right p
{
	font-size: .8rem;
	word-break: break-word;
}

div#right a
{
	font-family: arial, sans-serif;
	font-weight: bold;
}

div#right-empty
{
	background-color: none;
}

div#right p.comment-embassy
{
	margin-bottom: 0;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	border-top: solid 1px white;
	margin-top: .5rem;
	padding-top: .5rem;
	margin-bottom: .3rem;
}

div#right p.comment-title
{
	margin-bottom: 0;
	margin-top: .3rem;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}

div#right p.subsequent
{
	border-top: solid 1px white;
}

div#right p.comment-when
{
	text-align: right;
	font-style: italic;
	margin-top: 0;
}

div#right p.comment-poster
{
	text-align: right;
	margin-top: .3rem;
	margin-bottom: 0;
}

/* for the category list */

/*
div#left
{
	background-color: #d7d0d0;
	padding: 7px 9px 7px 9px;
}
*/

div#left h2
{
	border-top: solid 1px white;
	font-size: .8em;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 12px;
	padding-top: 12px;
	line-height: 130%;
}

div#left p
{
	font-size: .9em;
	text-indent: -10px;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 3px;
	line-height: 1em;
}

div#left p.homelink
{
	margin: .5rem 0;
	padding-bottom: .5rem;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	text-transform: uppercase;
	border-bottom: solid 1px #777;
}

/* Individual article content area */

div.content table.grid
{
	font-family: arial, sans-serif;
	border-collapse: collapse;
	border-bottom: solid 3px #666666;
	margin: 5px 30px 5px 30px;
}

div.content table.grid th
{
	font-size: 0.9em;
	padding: 0 13px 3px 0;
	vertical-align: top;
}

div.content table.grid td
{
	border: solid 1px #666666;
	padding: 3px;
}

div#content h3 a
{
	font-weight: normal;
}

div#content h3.divider
{
	border-top: solid 1px #999999;
	padding-top: 1rem;
	line-height: 100%;
}

div#content h2
{
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-weight: normal;
	color: #333333;
	font-size: 1.1em;
	border-bottom: solid 1px #aaaaaa;
	padding-bottom: 2px;
	letter-spacing: -0.03em;
}

div#content table.embassy-info
{
	margin: 0;
	border-collapse: collapse;
}

div#content table.embassy-info th
{
	text-transform: uppercase;
	font-size: 0.8em;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	padding: 2px 15px 10px 20px;
	font-weight: normal;
	color: #333333;
	vertical-align: top;
	border-right: solid 1px #d7d0d0;
	text-align: right;
}

div#content table.embassy-info td
{
	padding: 0 0 10px 15px;
}

div#content p.embassy-link
{
	font-size: .8em;
	margin-top: -14px;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}

div#content p.embassy-link a
{
	font-weight: normal;
}

div#content p.text-note
{
	font-style: italic;
	font-size: .9em;
	color: #333333;
}

div#content table.country-list
{
	width: 100%;
	border-collapse: collapse;
}

div#content table.country-list p
{
	margin: 2px 10px 2px 0;
}

div.country-embassy-list
{
    column-width: 10rem;
}

div.country-embassy-list ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div.country-embassy-list ul li
{
	padding: .25rem 0 .75rem 1.4rem;
	text-indent: -1.4rem;
	line-height: 100%;
	page-break-inside: avoid;
}

div.country-embassy-list ul li:before
{
	content: '◼︎︎';
	padding-right: .45rem;
	color: #BBB0B0;
}

div.country-embassy-list-footer
{
	margin: .4rem 0 .6rem 0;
}

div.multicolumn-list
{
    column-width: 15rem;
}

div.multicolumn-list ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div.multicolumn-list ul li
{
	position: relative;
	padding-bottom: .3rem;
	padding-left: 2.2rem;
	text-indent: -2.2rem;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid-column;
}

/* form for user comments */

table.comment-form
{
	width: 100%;
}

table.comment-form th
{
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	padding: .4rem .7rem .4rem .5rem;
	font-weight: normal;
	color: #333333;
	vertical-align: top;
	border-right: solid 1px #d7d0d0;
	text-align: right;
	width: 30%;
}

table.comment-form th.input-error
{
	color: red;
}

table.comment-form td
{
	padding: .3rem .5rem .3rem .7rem;
}

table.comment-form td.input-error
{
	font-size: 0.8em;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	color: red;
}

.input-short-text
{
	width: 100%;
}

.input-long-text
{
	width: 100%;
	height: 8rem;
}

/* displaying user comments */

div#comments
{
	background-color: #f7f0f0;
	margin-top: 1rem;
	padding: .5rem 1rem;
}

div.comment-username
{
	font-size: .9em;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-weight: bold;
	color: #555555;
	background-color: #e7e0e0;
	padding: 3px 10px 3px 10px;
	float: left;
	word-break: break-word;
}

div.comment-date
{
	font-size: .75em;
	padding: 3px 10px 0px 10px;
	font-variant: small-caps;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	float: right;
}

div.comment-content
{
	clear: both;
	font-size: .9em;
	padding: 6px 10px 6px 10px;
	background-color: #e7e0e0;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	margin-bottom: 10px;
	border-bottom: solid 1px #c0b7b7;
	word-break: break-word;
}

div.page-links
{
	text-align: center;
	font-size: 1.1rem;
}

div.page-links .numbers
{
	margin: .3rem 0 .6rem 0;
}

span.page-number
{
	margin: 0 .4rem;
	font-weight: bold;
}

a.page-number
{
	font-weight: normal;
	margin: 0 .4rem;
}

p.fine-print
{
	font-style: italic;
	font-size: .85em;
	color: #333333;
}

tr.email
{
	display: none;
}

/* which countries can i visit without a visa */

div.visa-country-list
{
	column-width: 15rem;
	column-count: 2;
	/* column-fill: auto; */
}

div.visa-country-list ul
{
	margin: 0 0 0 2rem;
	list-style-type: none;
	padding: 0;
}

div.visa-country-list ul li
{
	padding: .25rem 0 .25rem 32px;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid-column;
	position: relative;
	text-indent: -32px;
}

div.visa-country-list ul li img
{
	width: 24px; height: 24px;
	margin-right: 8px;
	vertical-align: baseline;
	position: relative;
	top: .4rem;
}