/*********
 * RESET *
 *********/

body
{
	margin: 0;
	background-image: url("../images/layout/body-background.jpg");
	background-color: #18b;
	font-family: arial, sans-serif;
	letter-spacing: -1px;
	font-size: 11pt;
}

/***************
 * MAIN BLOCKS *
 ***************/

div#wrapper
{
	background-image: url("../images/layout/wrapper-background.jpg");
	background-repeat: repeat-x;
}
div#container
{
	width: 947px;
	height: 710px;
	margin: auto;
	background-image: url("../images/layout/template.jpg");
	background-repeat: no-repeat;
	background-color: #fff;
}

/*****************
 * HEADER/FOOTER *
 *****************/

div#header
{
	width: 947px;
	height: 155px;
}
div#header h1
{
	position: relative;
	display: block;
	background-image: url("../images/layout/title.png");
	background-repeat: no-repeat;
	width: 330px;
	height: 60px;
	top: 75px;
	left: 100px;
	overflow: hidden;
	font-size: inherit;
	margin: 0;
}
div#header h1 a#title
{
	display: block;
	margin-top: -50px;
	height: 110px;
}
div#footer
{
	text-align: center;
	font-size: 8pt;
	margin-top: 10px;
	color: #13A0CE;
}
div#footer a
{
	color: inherit;
	text-decoration: none;
}

/***********
 * CONTENT *
 ***********/

table#content
{
	width: 100%;
	height: 522px;
	border-collapse: collapse;
}
table#content col#column-left
{
	width: 250px;
}
table#content col#column-middle
{
	width: 232px;
}
table#content col#column-right
{
	width: 465px;
}
table#content td
{
	padding: 0;
	vertical-align: top;
}

/***********
 * COLUMNS *
 ***********/

table#content img#picture
{
	position: relative;
	top: 14px;
	left: 16px;
	width: 226px;
	height: 496px;
	float: left;
	background: #ccc url("../images/layout/loading.gif") center center no-repeat;
}
table#content td#menu
{
	height: 280px;
}
table#content td#menu ul
{
	color: #fff;
	width: 170px;
	height: 180px;
	margin: 20px 0 0 20px;
	list-style-type: none;
	padding: 0;
	position: relative;
	top: 22px;
	left: 10px;
}
table#content td#menu ul li
{
	height: 36px;
}
table#content td#menu ul li a
{
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 5px;
}
table#content td#menu ul li a:hover
{
	color: #ff0;
	background-image: url("../images/layout/menu-hover.png");
	background-position: 151px 7px;
	background-repeat: no-repeat;
}
table#content td#calendar
{
	height: 242px;
	padding: 0 10px;
}
table#content td#page
{
	text-align: justify;
	padding: 15px 0 5px 5px;
	font-size: 10pt;
}
table#content td#page div#overflow
{
	height: 482px;
	width: 432px;
	overflow: auto;
	padding: 0 8px 10px 5px;
}

/************
 * CALENDAR *
 ************/

table#content td#calendar table
{
	width: 182px;
	margin: 10px auto;
	border-collapse: collapse;
	text-align: center;
	color: #4F5786;
	font-size: 10pt;
}
table#content td#calendar table td
{
	padding: 1px;
	width: 26px;
	height: 26px;
	vertical-align: middle;
	border: 0 solid #fff;
}
table#content td#calendar table tr.calendar-month td
{
	letter-spacing: 1px;
	border: 0 none;
	color: #004979;
	font-variant: small-caps;
}
table#content td#calendar table tr.calendar-month span
{
	font-size: 9pt;
}
table#content td#calendar table tr.calendar-week td
{
	border-top: 0 none;
	font-weight: bold;
}
table#content td#calendar table tr.calendar-bottom td
{
	border-bottom: 0 none;
}
table#content td#calendar table td.calendar-left
{
	border-left: 0 none;
}
table#content td#calendar table td.calendar-right
{
	border-right: 0 none;
}
table#content td#calendar table td.calendar-first
{
	border-left: 1px dashed #666;
}
table#content td#calendar table td.calendar-last
{
	border-right: 1px dashed #666;
}
table#content td#calendar table td.calendar-ignore
{
	color: #aaa;
}
table#content td#calendar table td.calendar-special
{
	color: #f40;
}
table#content td#calendar table tr.calendar-days a
{
	color: inherit;
	text-decoration: none;
	display: block;
	width: 25px;
	height: 20px;
	padding-top: 5px;
	background-image: url("../images/layout/calendar-day.png");
}
table#content td#calendar table tr.calendar-days a:hover
{
	color: #fff;
	background-image: url("../images/layout/calendar-day-hover.png");
	font-weight: bold;
}
table#content td#calendar table tr.calendar-days td.calendar-ignore a
{
	background-image: url("../images/layout/calendar-ignore.png");
}
table#content td#calendar table tr.calendar-days td.calendar-ignore a:hover
{
	background-image: url("../images/layout/calendar-ignore-hover.png");
	font-weight: normal;
	cursor: default;
}
table#content td#calendar table tr.calendar-days td.calendar-special a
{
	background-image: url("../images/layout/calendar-special.png");
}
table#content td#calendar table tr.calendar-days td.calendar-special a:hover
{
	background-image: url("../images/layout/calendar-special-hover.png");
}
table#content td#calendar table tr.calendar-days td.calendar-active a
{
	color: #fff;
	background-image: url("../images/layout/calendar-active.png");
	font-weight: bold;
}
/***************
 * MESSAGE BOX *
 ***************/

div#messagebox div.message ul
{
	padding-left: 20px;
}
div#messagebox div.message span.message_count
{
	display: block;
	font-weight: bold;
	background-repeat: no-repeat;
	height: 16px;
	padding: 7px 10px;
	margin: 5px 0;
	overflow: hidden;
}
div#messagebox div.error span.message_count
{
	color: #fff;
	background-image: url("../images/layout/header-error.png");
}
div#messagebox div.warning span.message_count
{
	color: #550;
	background-image: url("../images/layout/header-warning.png");
}
div#messagebox div.neutral span.message_count
{
	color: #444;
	background-image: url("../images/layout/header-neutral.png");
}
div#messagebox div.info span.message_count
{
	color: #050;
	background-image: url("../images/layout/header-info.png");
}

/**********
 * RANDOM *
 **********/

a
{
	color: #004979;
	text-decoration: none;
}
a.external, a[rel=external]
{
	background: transparent url("../images/layout/external-link.gif") right center no-repeat;
	padding-right: 14px;
}
a.picture
{
	background: transparent url("../images/icons/picture_view.png") right bottom no-repeat;
	padding-right: 17px;
}
a:hover
{
	text-decoration: underline;
}
div#block
{
	width: 415px;
	height: 199px;
	background-image: url("../images/layout/block.jpg");
	background-repeat: no-repeat;
	padding: 10px;
	overflow: hidden;
}
table#content td#page h2
{
	color: #fff;
	font-size: 10pt;
	background-image: url("../images/layout/header.png");
	background-repeat: no-repeat;
	height: 16px;
	padding: 7px;
	margin: 5px 0;
	overflow: hidden;
}
table#content td#page h2.link
{
	color: #000;
	background-image: url("../images/layout/header-neutral.png");
}
table#content td#page h2.link a.location-name
{
	background: transparent url("../images/layout/redirect.gif") left center no-repeat;
	padding-left: 13px;
}
table#content td#page h2 a
{
	color: inherit;
	text-decoration: inherit;
}
table#content td#page h2 span
{
	display: block;
	float: right;
	margin-right: 60px;
	font-weight: normal;
}
table#content td#page h2.short span
{
	margin-right: 50px;
}
table#content td#page h2 img.interest
{
	margin-left: -7px;
}
table#content td#page div.location h2
{
	margin-bottom: 0;
}
p.buttons, h3
{
	font-size: 10pt;
	background: url("../images/layout/header-neutral.png");
	background-repeat: no-repeat;
	margin: 5px 0;
	padding: 3px;
}
p.goto
{
	margin: 0;
	text-align: center;
	font-weight: bold;
	background-image: url("../images/layout/header-faded.png");
	background-repeat: no-repeat;
	height: 30px;
	line-height: 30px;
	padding: 0 5px;
}
p.goto a
{
	color: #006999;
}
p.goto a.goto-next
{
	float: right;
	background: transparent url("../images/icons/resultset_next.png") right center no-repeat;
	padding-right: 20px;
}
p.goto a.goto-previous
{
	float: left;
	background: transparent url("../images/icons/resultset_previous.png") left center no-repeat;
	padding-left: 20px;
}
h3
{
	padding: 5px 8px;
}
div.location div.header
{
	background-image: url("../images/layout/paper-note.png");
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 5px 40px 55px 35px;
	margin: 0 0 -25px 0;
	font-family: monospace;
	font-size: 9pt;
}
div.location div.header table
{
	border-collapse: collapse;
}
table#content td div.location div.header table td
{
	padding-right: 20px;
}
div.location div.header img
{
	vertical-align: top;
}
div.location div.description
{
	margin: 0 5px;
}
div.location div.photos
{
	margin: 0 5px 10px 5px;
}
div.location div.photos img
{
	margin: 0 3px 1px 0;
	height: 50px;
	border: 1px solid #aaa;
}
p.buttons input
{
	height: 24px;
}
a img
{
	border: 0 none;
}
table.listing
{
	width: 100%;
	font-size: 9pt;
}
form.edit p
{
	margin: 5px 0;
}
form.edit label
{
	display: block;
}
form.edit input[type=text], form.edit select, form.edit textarea
{
	width: 100%;
}
form.edit input.datepicker
{
	width: 408px;
}
form.edit textarea.mceEditor
{
	width: 412px;
}
div.block-top
{
	background: transparent url("../images/layout/block-top.png") 0 0 no-repeat;
	height: 6px;
	width: 415px;
	margin-top: 5px;
}
div.block-middle
{
	background: transparent url("../images/layout/block-middle.png") 0 6px repeat-y;
	padding: 5px 12px 5px 10px;
	width: 393px;
}
div.block-bottom
{
	background: transparent url("../images/layout/block-bottom.png") left bottom no-repeat;
	height: 6px;
	width: 415px;
	margin-bottom: 10px;
}
table#content td#page div.block-middle h2
{
	margin-top: 0;
	font-size: 10pt;
}
div.block-middle p
{
	margin: 0;
}
div.day
{
	font-size: 11pt;
}
div.day p
{
	margin: 0;
	height: 50px;
}
div.day p span
{
	vertical-align: top;
}
div.day p span.line-title
{
	font-weight: bold;
}
div.day p span.line-distance
{
	font-size: 10pt;
}
div.day div.day-image
{
	float: left;
	margin-right: 10px;
	width: 50px;
	height: 50px;
}
div.day img.day-weather
{
	float: right;
	margin-left: 10px;
	height: 50px;
}
ul.tags
{
	padding-left: 30px;
}
ul.tags a
{
	color: #069;
	text-decoration: none;
}
ul.tags a:hover
{
	text-decoration: underline;
}
img#icelandic-flag
{
	float: left;
	height: 130px;
	margin-right: 10px;
}
img.icon
{
	vertical-align: bottom;
}
img.icon-sad
{
	vertical-align: bottom;
	opacity: 0.85;
}
hr
{
	display: none;
}
p#legend
{
	margin-top: -5px;
	margin-left: 20px;
}
div#validation
{
	margin-top: 37px;
}
img.full-width
{
	width: 415px;
	border: 0 none;
}
object.video-player
{
	width: 410px;
	height: 255px;
}
object.audio-player
{
	float: right;
	height: 20px;
	width: 20px;
	margin: -2px 0 0 -20px;
}
div.photo
{
    width: 130px;
    height: 101px;
    background-color: #000;
    float: left;
    margin: 0 6px 6px 0;
    padding: 1px;
    text-align: center;
    overflow: hidden;
    font-size: 90%;
}
div.photo a.photo-title
{
    display: block;
    width: 130px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    color: #888;
	clear: both;
}
div.photo img
{
    width: 130px;
    height: 81px;
}

