/* 
    Document   : layout
    Created on : Oct 7, 2009, 5:00:14 PM
    Author     : jack
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {
    margin: 0;
    border: 0;
    background: white;
    text-align: center;
    font-family: "Trebuchet MS", sans-serif;
}


.container {
    position: relative;
    margin: 0 auto;
    width: 100%;
}

.header {
    width: 100%;
    background: url('/irish/second/images/banner2.png') 50% 0% repeat-x;
    height: 265px;
}

.middle {
    width: 850px;
    margin: 0 auto;
}

.right {
    float: right;
    width: 300px;
    background: url('/irish/second/images/right.png') repeat-y;
}

.left {
    float: left;
    width: 550px;
    text-align: left;
}

.pageItem {
    text-align: left;
    margin-top: 40px;
    font-size: 12px;
    width: 530px;
    font-family: "Trebuchet MS", sans-serif;
}

.pageItem h1 {
    color: #7e9c21;
    font-size: 30px;
    font-family: "Trebuchet MS", sans-serif;
    font-weight: normal;
    text-align: left;
}

.pageItem footer {
    width: 300px;
    height: 2px;
    background: gray;
    margin: 0 auto;
}

.topBar {
    width: 100%;
    height: 58px;
}

.middleBar {
    width: 100%;
    height: 149px;
}

.bottomBar {
    margin: 0 auto;
    width: 850px;
    height: 58px;
    color: #32352b;
    line-height: 58px;
    font-size: 16px;
    font-family: "Trebuchet MS", sans-serif;
}

.link {
    text-align: left;
    float: left;
    padding-right: 30px;
}


.rightBox {
    margin-top: 0px;
}

.rightBoxHeader {
    background: url('/irish/second/images/rightbar.png') no-repeat;
    width: 300px;
    height: 80px;
    line-height: 75px;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 18px;
    color: white;
    text-align: left;
    padding-left: 70px;
}

.rightText {
    margin-right: 32px;
    width: 219px;
    float: right;
    height: 200px;
    text-align: justify;
    font-size: 14px;
}

.rightDateBack {
    width: 70px;
    height: 65px;
    float: left;
}

.rightDate {
    background-color: #add631;
    width: 60px;
    height: 60px;
    color: white;
    float: left;
}

.rightDate h1 {
    color: white;
    font-size: 26px;
    text-align: center;
    padding: 0;
    margin-top: 5px;
}

.rightDate h2 {
    font-size: 14px;
    color: white;
    text-align: center;
    padding: 0;
    margin-top: -15px;
}

.clear {
    clear: both;
}

.newsDiv {
    width: 300px;
    margin: 0 auto;
    height: 1px;
    border-top: solid 1px #add631;
}

* html .png {
  behavior: expres\sion(
  (this.runtimeStyle.behavior = "none") && (this.currentStyle.backgroundImage.toString().toLowerCase().indexOf('.png')>-1) && (
  this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.currentStyle.backgroundImage.toString().replace('url("','').replace('")','') + "', sizingMethod='crop')",
  this.runtimeStyle.zoom = 1,
  this.runtimeStyle.backgroundImage = "none"
  )
  );
}


* html img {
  behavior: expres\sion(
  (this.runtimeStyle.behavior="none") && (this.src.toLowerCase().indexOf('.png')>-1) && (
  this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='scale')",
  this.runtimeStyle.paddingTop = this.height,
  this.runtimeStyle.height = 0
  )
  );
  overflow:hidden;
}


.archiveEntry {

}

.archivesYear {
    font-size: 18px;
    float: left;
}

.archivesCount {
    float: left;
    margin-left: 5px;
    font-size: 10px;
    line-height: 22px;
}

.archivesYear a:link {
    text-decoration: none;
    color: black;
}

.archivesYear a:current, a:visited {
    text-decoration: none;
    color: black;
}

.archivesYear a:hover {
    text-decoration: none;
    color: gray;
}

a:link {
    text-decoration: none;
    color: black;
}

a:current {
    text-decoration: none;
    color: black;
}

a:visited {
    text-decoration: none;
    color: black;
}

a:hover {
    text-decoration: none;
    color: gray;
}

.contactUs {

}

.contactUs p {
    clear: both;
    margin-top: 10px;
}

.contactUs p label {
    width: 100px;
    float: left;
    line-height: 25px;
    margin-top: 5px;
}

.contactUs p input[type=text] {
    width: 200px;
    float: left;
    height: 25px;
    border: solid 1px black;
    margin-top: 5px;
}

.contactUs textarea {
    border: solid 1px black;
    margin-top: 10px;
    width: 200px;
    height: 200px;
}

.contactUs input:focus, textarea:focus {
    background-color: #d9d9d9;
}

.button {
    width: 80px;
    border: solid 1px gray;
    background-color: #add631;
    color: black;
    float: left; 
    margin-left: 100px;
}
