/* GLOBALS */
body {
    background: #40484e;
    font-family: Arial;
    margin: 0;
    top: 0;
}

a {
    color: #00adef;
    text-decoration: none;
}

* {
    margin: 0;
    padding: 0;
}

a:hover {
    color: #fff;
}


ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clear {
    clear: both;
}

.left { float: left; }
.right { float: right; }

/* GLOBALS END */

/* HEADER START */

#headerBackground {
    width: 100%;
    background: #535d65;
    height: 73px;
    padding: 8px 0 0;
}

#header {
    width: 940px;
    margin: 0px auto;
    position: relative;
}

/* LOGO */

#header #logo {
    background: url('../images/header/logo.gif');
    width: 400px;
    height: 63px;
    position: relative;
}

#header #logo a {
    position: absolute;
    top: 0;
    left: 0;
    width: 190px;
    display: block;
    height: 63px;
}

#header #logo span {
    display: none;
}

/* LOGO END */

/* NEWSLETTER FORM */

#header #newsletter {
    position: absolute;
    right: 0;
    top: 9px;
    width: 172px;
    height: 17px;
    background: url('../images/header/newsletterInput.gif') no-repeat;
}

#header #newsletter form {
    margin: 0;
    padding: 0;
}

#header #newsletter form:hover .tooltip {
    display: block;
}

#header #newsletter form .tooltip {
    position: absolute;
    top: 23px;
    z-index: 500;
    left: 5px;
    display: none;
    height: 33px;
    width: 144px;
    background: url('/images/toolTip.png');
}

#header #newsletter input {
    width: 120px;
    margin: 1px 3px;
    font-family: Arial;
    font-size: 10px;
    color: #777f86;
    border: 0;
    background: none;
    padding: 1px;
}

#header #newsletter INPUT[TYPE="submit"] {
    position: absolute;
    top: 0;
    height: 17px;
    width: 43px;
    background: none;
    border: none;
}

#header #newsletter INPUT[TYPE="submit"]:hover {
    cursor: pointer;
}

#header #newsletter span {
    position: absolute;
    top: 21px;
    right: 0;
    color: #00adef;
    font-size: 8px;
    text-transform: uppercase;
}


/* NEWSLETTER END */

/* NAVIGATION */

#header #navigation {
    float: right;
    text-transform: uppercase;
    font-size: 10px;
    color: #fff;
    margin: -10px 0 0;
}

#header #navigation ul li {
    float: left;
}

#header #navigation ul li a {
    color: #fff;
    padding: 0px 10px 0px 16px;
}

#header #navigation ul li a:hover {
    color: #00adef;
}

#header #navigation ul li a.current {
    color: #00adef;
}

#header #navigation ul li a.current:hover {
    color: #fff;
}

/* NAVIGATION END */

/* HEADER END */

/* SEPERATOR LINE TOP */

#topLine {
    border-top: 1px solid #e0e0e0;
    height: 1px;
    width: 100%;
    margin: 0 0 0;
    background: #535d65;
}

/* SEPERATOR LINE TOP END */

/* MIDDLE */
#middle {
    margin: -1px 0px;
    padding: 27px 0px 8px 0px;
    width: 100%;
    background: url('../images/mid/background.jpg') repeat-x #dfdfdf;
}

/* CONTENT HOLDER */

#middle #content {
    margin: 0 auto;
    width: 940px;
}

/* LEFT SIDE */
#middle #content #left {
    float: left;
}

/* RIGHT SIDE */
#middle #content #right {
    float: right;
}

#bottomLine {
    border-bottom: 1px solid #74838E;
    height: 10px;
    width: 100%;
    margin: 0 0 0;
    background: #535d65;
}

/* Footer */
#footer {
    background: #40484e;
    height: 100%;
    bottom: 0;
    width: 100%;
    margin: 0 0 0;
    padding: 8px 0;
}

#footer #footerContent {
    width: 940px;
    margin: 0 auto;
}

#footer #footerContent ul {
    width: 450px;
    padding: 10px 0 0;
    margin: 0 auto;
}

#footer #footerContent ul li {
    font-size: 9px;
    color: #fff;
    float: left;
    text-transform: uppercase;
}

#footer #footerContent ul li a {
    color: #fff;
    padding: 0px 4px 0px 8px;
}

#footer #footerContent ul li a:hover {
    color: #00adef;
}

#footer #footerContent p {
    font-size: 9px;
    color: #fff;
    margin: 10px auto;
    font-family: Arial;
    text-transform: uppercase;
}



/* LEFT SIDE */
#middle #content #left {
    width: 537px;
}

/* RIGHT SIDE */
#middle #content #right {
    width: 320px;
}

.blogEntry {
    color: #535d65;
    font-size: 12px;
    margin: 0px 0px 40px 0;
}

.blogEntry p.date {
    color: #808080;
    margin: 0;
    font-size: 14px;
}

.blogEntry h2 {
    margin: 6px 0px 0px;
    font-size: 32px;
    font-weight: bold;
}

.blogEntry p.text {
    margin: 10px 0 25px 0px;
    font-size: 12px;
}

.blogEntry span.author {
    float: left;
    font-weight: bold;
}

.blogEntry span.more {
    float: right;
    font-weight: bold;
    text-transform: uppercase;
}

.blogEntry span.more a {
    color: #535d65;
}

.blogEntry span.more a:hover {
    color: #fff;
}

.blogEntry .cat {
    width: 100%;
    margin: 7px 0 0;
    height: 20px;
    background: #535d65;
    color: #b2d234;
    clear: both !important;
    clear: none;
}

.blogEntry .cat p {
    float: right;
    margin: 3px 8px 0;
}

.rightBlock {
    background: url('../images/blog/bg.png') no-repeat top;
    width: 319px;
    color: #535d65;
    margin: 7px 0 50px;
}

.rightBlock .content {
    padding: 17px 16px 0px 16px;
}

.rightBlock h2 {
    font-size: 18px;
    font-weight: bold;
    margin: 0px 0px 10px;
    text-transform: uppercase;
}

.rightBlock p {
    font-size: 10px;
}

.rightBlock ul {
    list-style: none;
}

.rightBlock ul li {
    line-height: 1.5em;
    font-size: 12px;
}
.twitter {
    width: 64px;
    height: 54px;
    background: url('../images/blog/twitter.png');
    float: right;
    margin: -75px 0 0;
}

.twitter a {
    display: block;
    width: 64px;
    border: none;
    height: 54px;
}
.twitter span {
    display: none;
}

