body, html {
	background: #FFF;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font: normal 12px Verdana;
	color: #444A50;
}
.ten_pixel_radius, .show_layer, #journals li a, #feeds li, .item, #map, .show_layer {
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

div.close_button a {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

a:link, a:visited {
    text-decoration: none;
    color: #444A50;
}

a img {
	border: 0;
}

.italics {
	font-style: italic;
}

#header {
	margin: 50px 0 0 0;
	min-width: 800px;
	height: 424px;
	padding: 20px 0;
	border: 1px solid #444A50;
}

#header h1 {
	margin: 12px 0 0 17px;
	padding: 0;
}

#header h1 span {
	display: none;
}

#header #description {
	font-size: 12px;
	font-weight: normal;
	float: right;
	margin: -184px 19px 0 0;
	color: #FFF;
}

#header #navigation {
	position: absolute;
	padding: 0;
	margin: 15px 0;
	top: 0;
	left: 0;
	width: 100%;
	text-align: right;
	background: url('/graphics/aperture.logo.jpg') center left no-repeat;
}

#header #navigation li {
	list-style: none;
	display: inline;
	padding: 0 20px 0 0;
}

#feeds, #journals {
	position: absolute;
	top: 56px;
	left: 577px;
 	padding: 0;
}

#feeds li {
	list-style: none;
	margin: 45px 0;
	padding: 20px;
	width: 355px;
	height: 100px;
	background: rgb(255, 255, 255) transparent;
	background: rgba(255, 255, 255, 0.7);
}

#feeds li img.user_icon {
	float: left;
	margin-right: 25px;
}

#feeds li span.blog_title {
	font-size: 15pt;
}

#feeds li a.rss_link {
	display: block;
	margin: 43px 0 0 300px;
}

#feeds li a:HOVER, #footer a:HOVER {
	color: #145DA5;
}

#body {
	float: left;
	font-size: 11pt;
	width: 525px;
	min-height: 220px;
	padding: 0 20px 0 25px;
	margin: 30px 0;
	border-right: 1px solid #444A50;
}

#body p {
	margin-top: 0;
}

.country_list {
	padding: 0;
}

.country_list li {
  	list-style: none;
	width: 170px;
  	margin: 5px 0;
	padding: 3px 5px;
	border: 1px solid #DDD;
	font: bold 10pt Verdana;
	color: #AAA;
	vertical-align: middle;
}

.country_list img {
  	margin: 3px 3px 0 0;
	float: left;

}

#big_map {
	float: left;
	width: 425px;
	margin: 14px 0 20px 29px;
}

#big_map iframe {
	width: 425px;
	height: 350px;
	margin: 0;
	border: 0;
	overflow: hidden;
}

#google_map iframe {
	width: 640px;
	height: 480px;
	margin: 0;
	border: 0;
	overflow: hidden;
}

.youtube {
	width: 420px;
	height: 315px;
	border: 0;
}

#footer {
	clear: both;
	min-width: 910px;
	min-height: 60px;
	padding: 0 0 0 90px;
	font-size: 7pt;
	margin: 0 25px;
	border-top: 1px solid #CCC;
	background: url('/graphics/small.logo.jpg') center left no-repeat;
}

#footer #links {
	max-width: 511px;
	margin-top: 2px;
	float: left;
}

#footer #legal {
	float: right;
}

#footer ul {
	float: left;
	padding: 0;
	margin: 8px 20px 0 0;
}

#footer ul li {
	padding: 2px 0 7px 0;
	margin: 0;
	list-style: none;
}

#footer p {
	float: left;
	width: 190px;
	padding: 0 0 20px 20px;
	margin: 10px 0 0 0;
	border-left: 1px solid #b2c1d1;
}

#CopyRight {
	width: 118px !important;
	padding-bottom: 20px !important;
}

#footer p a {
	color: #145DA5;
}

/** Index Styles */

#aperture #header {
	background: #444A50 url('/graphics/aperture_bg_1.jpg') center left no-repeat;
}

#aperture #header h1, #about #header h1, #info #header h1 {
	width: 497px;
	height: 153px;
	background: url('/graphics/aperture_logo.png') top left no-repeat;
}

#aperture #header #description, #about #header #description, #info #header #description {
	display: none !important;
}

#aperture #journals {
	margin: 81px 0 0 93px !important;
}

#aperture #journals li {
	list-style: none;
	margin: 10px 0;
}

#aperture #journals li a {
	display: block;
	padding: 10px 20px;
	width: 210px;
	background: rgb(255, 255, 255) transparent;
	background: rgba(255, 255, 255, 0.9);
}

#aperture #journals li a:HOVER {
	background: #d8edf8;
}

#aperture #journals li a img {
	border: 0;
	margin-right: 15px;
}

#aperture #journals li a span.country_name {
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
}

#aperture #journals li a span.trip_dates {
	display: block;
	margin: 2px 0 0 30px;
	color: #B2C1D1;
	font-weight: bold;
	font-size: 8pt;
}

/** /END: Index Styles */

/** Info pages and blog Styles */

.page_container #header {
	height: 179px !important;
}

.page_container #header h1 {
	width: 580px;
	height: 153px;
}

.page_container #footer {
	border-top: 0 !important;
}


#info #header {
	background: #444A50 url('/graphics/info_bg_1.jpg') center left no-repeat;

}

#about #header {
	background: #444A50 url('/graphics/about_bg_1.jpg') center left no-repeat;
}

#news_block {
	padding: 17px;
	min-height: 300px;
	background: #E4E4E4;
}

.item {
	width: 580px;
	padding: 25px;
	margin: 0 303px 30px 0;
	background: #FFF;
}

.author_icon {
	float: left;
 	margin: 0 10px 10px 0;
}

.item h3.info_title {
	margin: 0;
	height: 37px;
	padding: 15px 0 0 75px;
	background: url('/graphics/small.logo.jpg') top left no-repeat;
}

.item h3.title {
	font: normal 13pt Verdana;
	text-transform: uppercase;
	margin: -4px 0 10px 95px;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #8F9AA5;
}

.post_details {
	margin: 0 0 15px 95px;
	padding: 0;
	font-size: 10pt;
	color: #8F9AA5
}

.post_details li {
	list-style: none;
}

.post_details li.channel {
	display: block;
}

.description {
	clear: both;
	margin: 20px 0;
    font: normal 10pt Verdana;
}

.description a:link, .description a:visited {
	color: #2b79aa;
}

.social_butterflies {
        margin: 0 0 17px 5px;
}

.social_butterflies li {
        float: left;
        list-style: none;
        width: 16px;
        height: 16px;
        padding: 5px;
        margin: 5px;
        overflow: hidden;
}

.social_butterflies span {
        visibility: hidden;
}

.social_butterflies img {
        border: 0;
        padding-bottom: 5px;
        width: 16px;
        height: 16px;
        opacity: 0.4;
        -moz-opacity: 0.4;
        filter: alpha(opacity=40);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=40)";
}

.social_butterflies a:HOVER img {
        opacity: 1.0;
        -moz-opacity: 1.0;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
}

#view_archive a:link, #view_archive a:visited {
	margin: 10px 0;
	padding: 5px;
	background: #EEE;
	border: 1px solid #CCC;
}

#map {
	/*position: fixed;*/
	position: absolute;
	padding: 25px;
	left: 672px;
	top: 290px;
	min-height: 200px;
	background: #FFF;
	text-align: center;
}

.map_image {
	margin-bottom: 20px;
}

.em {
	font-weight:  bold;
}

.clearer {
	clear: both;
}

.show_layer {
	border: 1px solid #444A50;
	background: #FFF;
	padding: 55px 20px 20px 20px;
}

div.close_button {
	position: absolute;
	top: 20px;
	right: 20px;
}

div.close_button a {
	font-family: Verdana;
	font-size: 14pt;
	font-weight: normal;
	color: #444A50;
	border: 1px solid #444A50;
	line-height: 1px;
	padding: 0 5px;
}

div.close_button a:HOVER {
	color: #8F9AA5;
}

.a_unit {
	text-align: center;
	padding: 10px 0;
	margin-bottom: 20px;
	background: #EEE;
}

/** /END: Info pages and blog Styles */

/** Eastern Europe Blog Styles */

#eastern_europe #header {
	background: #444A50 url('/graphics/eastern_europe_bg_1.jpg') center left no-repeat;
}

#eastern_europe #header h1 {
	width: 530px;
	height: 153px;
	background: url('/graphics/eastern_europe_logo.png') top left no-repeat;
}

/** /END: Eastern Europe Blog Styles */

/** Iceland Blog Styles */

#iceland #header {
	background: #444A50 url('/graphics/iceland_bg_1.jpg') center left no-repeat;
}

#iceland #header h1 {
	width: 357px;
	height: 153px;
	background: url('/graphics/iceland_logo.png') top left no-repeat;
}

/** /END: Iceland Blog Styles */

/** Sweden Blog Styles */

#sweden #header {
	background: #444A50 url('/graphics/sweden_bg_1.jpg') center left no-repeat;
}

#sweden #header h1 {
	width: 357px;
	height: 153px;
	background: url('/graphics/sweden_logo.png') top left no-repeat;
}

/** /END: Sweden Blog Styles */

/** Czech Blog Styles */

#czech #header {
	background: #444A50 url('/graphics/czech_bg_1.jpg') center left no-repeat;
}

#czech #header h1 {
	width: 527px;
	height: 153px;
	background: url('/graphics/czech_logo.png') top left no-repeat;
}

/** /END: Czech Blog Styles */

/** Sitemap Styles */

#sitemap {
	margin-left: 75px;
}

#sitemap ul {
	padding: 0;
	margin: 0;
}

#sitemap li {
	list-style: none;
}

/** /END: Sitemap Styles */