body {
margin: 0;
padding: 0;
font-family: georgia, verdana, sans-serif;
font-size: 12px;
}
h1, h2, h3, h4, h5, h6, p {
margin: 0;
}

#container {
width: 804px;
margin: 0 auto;
background: transparent url(imgs/body_background.jpg) repeat-y;
border: 1px solid #cacaca;
border-style: none solid none solid;
}

#header {
background: transparent url(imgs/header_background.jpg) no-repeat;
height: 297px;
position: relative;
}

#title {
background: transparent url(imgs/title_background.png) no-repeat;
width: 152px;
height: 153px;
position: absolute;
left: 20px;
top: 0;
margin: 0;
}
#title a {
display: block;
width: 100%;
height: 100%;
}
#title span {
display: none;
}

#page_navigation {
position: absolute;
left: 210px;
top: 90px;
}
#page_navigation ul {
margin: 0;
padding: 0;
}
#page_navigation li {
display: block;
width: 112px;
height: 98px;
float: left;
margin-right: 60px;
}
#page_navigation a {
display: block;
width: 100%;
height: 100%;
}
#page_navigation span {
display: none;
}
#link_albumi {
background: transparent url(imgs/albumi.png) no-repeat 100% 0%;
}
#link_albumi:hover {
background-position: 0% 0%;
}
#link_tyypit {
background: transparent url(imgs/tyypit.png) no-repeat 100% 0%;
}
#link_tyypit:hover {
background-position: 0% 0%;
}
#link_kartta {
background: transparent url(imgs/kartta.png) no-repeat 100% 0%;
clear: right;
}
#link_kartta:hover {
background-position: 0% 0%;
}
#sidebar {
width: 186px;
padding-left: 20px;
float: left;
}
#navigation ul {
margin: 0;
padding: 0;
}
#navigation li {
display: block;
width: 165px;
height: 47px;
}
#navigation a {
display: block;
width: 100%;
height: 100%;
}
#navigation span {
display: none;
}
#link_arkisto {
background: transparent url(imgs/arkisto.png) no-repeat 100% 0%;
}
#link_arkisto:hover {
background-position: 0% 0%;
}
#link_majapaikat {
background: transparent url(imgs/majapaikat.png) no-repeat 100% 0%;
}
#link_majapaikat:hover {
background-position: 0% 0%;
}
#link_nahtavyydet {
background: transparent url(imgs/nahtavyydet.png) no-repeat 100% 0%;
}
#link_nahtavyydet:hover {
background-position: 0% 0%;
}
#last_location {
margin-top: 1em;
padding-bottom: 60px;
background: transparent url(imgs/last_location.png) no-repeat 60px 100%;
}
#lastLocationMap {
overflow: hidden;
border: 1px solid #cacaca;
}
#search {
margin-top: 1em;
}
#search fieldset {
border: 0;
text-align: center;
margin-right: 25px;
}
#search button {
margin-top: 0.5em;
}
#content {
background: transparent url(imgs/content_background.jpg) repeat-y;
padding: 20px 130px 0px 226px;
min-height: 300px;
}
#footer {
background: transparent url(imgs/footer_background.jpg) no-repeat;
width: 804px;
height: 240px;
margin: 0 auto;
}

/**
 * Entry List Content
 */
#content_header {
position: relative;
}
#content_header h2 {
font-size: 1.5em;
text-align: center;
color: #a6ac24;
}
#content_header h2 a {
color: #a6ac24;
text-decoration: none;
}
#previous {
position: absolute;
top: 0px;
left: 50px;
width: 17px;
height: 22px;
background: transparent url(imgs/previous.png) no-repeat;
}
#next {
position: absolute;
top: 0px;
right: 50px;
width: 17px;
height: 22px;
background: transparent url(imgs/next.png) no-repeat;
}
#previous a, #next a {
display: block;
width: 100%;
height: 100%;
}
#previous span, #next span {
display: none;
}
#entry_list {
position: relative;
margin-top: 50px;
}
#entry_order {
position: absolute;
top: 0px;
right: 0px;
}
#order_desc, #order_desc_active {
width: 24px;
height: 20px;
background: transparent url(imgs/desc_inactive.png) no-repeat;
position: absolute;
right: 15px;
}
#order_desc_active {
background: transparent url(imgs/desc.png) no-repeat;
}
#order_asc, #order_asc_active {
width: 24px;
height: 20px;
background: transparent url(imgs/asc_inactive.png) no-repeat;
}
#order_asc_active {
background: transparent url(imgs/asc.png) no-repeat;
}
#order_desc a, #order_asc a, #order_desc_active a, #order_asc_active a {
display: block;
width: 100%;
height: 100%;
}
#order_desc span, #order_asc span, #order_desc_active span, #order_asc_active span {
display: none;
}
.entry {
line-height: 180%;
padding-bottom: 30px;
}
.entry h3 {
font-size: 1.3em;
color: #aa497e;
padding-bottom: 5px;
border-bottom: 2px dotted #a2a2a2;
margin-bottom: 5px;
}
.entry h3 a {
color: #aa497e;
text-decoration: none;
}
.entry h4 {
font-size: 1em;
font-weight: bold;
color: #aa497e;
margin-top: 1.5em;
margin-bottom: 0.5em;
}
.entry_meta {
position: relative;
line-height: 120%;
}
.entry_place, .entry_author, .local_time {
color: #9c9c9c;
font-size: 0.9em;
}
.entry_author {
margin-bottom: 40px;
}
.local_time {
position: absolute;
top: 0px;
right: 0px;
text-align: right;
}
.entry_content p {
color: #5f5f5f;
margin-bottom: 1em;
text-align: justify;
}
.entry_attachments {
text-align: right;
position: relative;
}
.entry_attachments a {
color: #a3be55;
font-size: 1.1em;
font-weight: bold;
text-decoration: none;
}
.entry_attachments img {
vertical-align: middle;
border: 0;
}
p.entry_comments {
position: absolute;
right: 100px;
}
#entryLocationMap {
border: 1px solid #cacaca;
}
div.entry_photos img {
padding: 5px;
background: white;
border: 1px solid black;
margin: 0 5px 5px 0;
}
.entry fieldset {
border: 0;
margin: 0 0 1.5em 0;
}
.entry label {
display: block;
}
.entry input, .entry textarea {
font-family: georgia, verdana, sans-serif;
font-size: 1em;
padding: 4px;
width: 200px;
}
.entry textarea {
width: 400px;
}
.error {
margin-bottom: 0.5em;
color: red;
}
.comment_meta {
color: #9c9c9c;
font-size: 0.9em;
border-top: 2px dotted #9c9c9c;
padding-top: 0.5em;
}
.comment_content, .comment_reply {
color: #5f5f5f;
margin-bottom: 1em;
text-align: justify;
}
.comment_reply {
font-weight: bold;
}

/**
 * Archive
 */
#entry_list table {
width: 100%;
}
#entry_list table td {
vertical-align: top;
}
#entry_list table table {
margin: 0 1em 2em 0;
border: 1px solid #aaa;
border-style: none none solid solid;
border-spacing: 0;
float: left;
}
#entry_list table table caption {
font-weight: bold;
font-variant: small-caps;
font-size: 1.2em;
margin-top: 2em;
}
#entry_list table table td, #entry_list table table th {
text-align: center;
font-size: 1em;
border: 1px solid #aaa;
border-style: solid solid none none;
width: 25px;
height: 25px;
font-size: 1em;
}
#entry_list td a {
display: block;
width: 100%;
height: 100%;
text-decoration: none;
}
#entry_list td a:hover {
background: #eee;
}
/**
 * Accommodation
 */
.accommodation_list h3, .accommodation h3, .sight_list h3, .sight h3, .authors h3 {
font-size: 1.3em;
color: #aa497e;
padding-bottom: 5px;
border-bottom: 2px dotted #a2a2a2;
margin-top: 15px;
margin-bottom: 10px;
}
.accommodation_list h3 a {
color: #aa497e;
text-decoration: none;
}
.accommodation_list a, .sight_list a {
text-decoration: none;
}
.accommodation, .sight {
line-height: 150%;
}
.accommodation p, .sight p, .authors p {
line-height: 150%;
margin-bottom: 0.5em;
text-align: justify;
}
.accommodation a, .sight a {
color: #888;
}
.accommodation_photos img, .sight_photos img {
padding: 5px;
background: #000;
margin: 5px;
border: 0;
}
.highlight {
background: #eee;
padding: 2px;
}
#feeds {
padding-right: 15px;
}
#feeds p {
text-align: center;
}
#feeds p a {
color: #888;
text-decoration: none;
}
.coordinates {
color: #5f5f5f;
margin-bottom: 1em;
}
