﻿/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
  height:100%;
}
body {
  background-color: #fff;
  border-top: solid 10px #000;
  color: #333;
  font-size: .85em;
  font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
  margin: 0;
  padding: 0;
  height:100%;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #e2e2e2;
}

p
{
    white-space: pre-line;
    margin-left:10px;
    margin-right:10px;
}

.k-menu .k-i-arrow-e {
   display: none;
}
a, a:hover, a:active, a:visited {
    color: White;
    text-decoration:none;
}
.Rounded
{
  border-radius: 15px;
  overflow: hidden;
}
.t-grid tr:hover
{
  background-color:#0066cc;
  cursor: pointer;
}

/* Custom page CSS
-------------------------------------------------- */
/* Index */

.container {
  width: auto;
}
.map {
    position:absolute;
    width: 100%;
    height: 100%;
    min-height: 100%;
    display: block;
    top:0;
    right:0;
    padding:50px 30px 3px 3px;
}
.title
{
    width:360px;
    position:absolute;
    left:0;
    height:42px;
}
.limerickTitle {
    width: 600px;
    position: absolute;
    left: 0;
    height: 42px;
}
.site-title 
{
  color: #c8c8c8;
  font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
  font-size: 2.3em;
}
.limerick-site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 1.7em;
}
.limerickMapName {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 1.4em;
    padding-top: 24px;
}
.basicSearch
{
  margin:4px 34px 0 0;
  position:absolute;
  right:0;
  z-index: 1;
}
.slideOutMenu
{
  margin-top:42px;
  position:absolute;
  right:0;
  z-index: 1;
}
.slideOut
{
  float:right; 
  margin-bottom:2px;
}
.searchHeading
{
    line-height:2;
}
.searchResultsContainer
{
    width:254px;
}
.textPadding text
{
    padding:0 3px;
}
