p { margin-top: 0; margin-bottom: 7px; }

img { border: none; }

a {
    text-decoration: none;
    color: #176AA0;
}
a:hover {
    text-decoration: none;
    color: #5D99BE;
}

body {
    font-family: Georgia;
    text-align: center;
    margin: 0 auto;
    background: #333333 url('/static/img/bottom-template.jpg') no-repeat top left;
}

.headerTop {
    height: 206px;
    width: 1050px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.headerLogo {
    float: left;
    width: 445px;
    height: 49px;
}

.headerButton {
    float: right;
    border-right: 1px solid #5D99BE;
    height: 29px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
    text-transform: uppercase;
    color: white;
    font-size: 12px;
    font-weight: bold;
}
.headerButtonHover {
    background-color: #5D99BE;
    float: right;
    border-right: 1px solid #5D99BE;
    height: 29px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    text-transform: uppercase;
    color: white;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}

.buttonTop {
    margin-top: 71px; 
    margin-left: 250px;
    width: 100px;
    font-weight: bold;
    float: left;
    _margin-left: 125px;
    _margin-top: 68;
}
.buttonTopOther {
    float: left;
    width: 100px;
    margin-top: 71px; 
    _margin-top: 68;
    font-weight: bold;
}
.buttonTopA {
    text-decoration: none;
    color: white;
    font-size: 18px;
}
.buttonTopA:hover {
    font-size: 18px;
    text-decoration: none;
    color: white;
}

.searchBox {
    float: right;
    margin-top: 25px;
    _margin-top: 22px;
    margin-right: 7px;
    _margin-right: 6px;
    width: 230px;
    _width: 220px;
}

.shareButton {
    position: absolute;
    left: 62px;
    top: 167px;
    width: 125px;
    height: 15px;
}

.searchHighlight {
    font-weight: bold;
}

.coreContainer {
    background: url('/static/img/middle.jpg');
    width: 1050px;
    margin: 0 auto;
    text-align: center;
}

.coreInnerLeft {
    float: left;
    text-align: left;
    width: 250px;
    font-size: 12px;
}

.coreInnerMain {
    float: left;
    text-align: left;
    width: 550px;
    min-height: 500px;
}

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

.randomTags {
    padding: 20px 25px 20px 28px;
}

.footerContainer {
    background: url('/static/img/bottom.jpg') no-repeat top left;
    height: 90px;
    width: 1050px;
    margin: 0 auto;
    text-align: center;
    color: #FFFFFF;
    font-size: 12px;
}
.footerTopBtn {
    float: right;
    margin-right: 260px;
    _margin-right: 130px;
    margin-top: 12px;
}
.copyright {
    margin-top: 18px;
}

/* BLOG EDIT RELATED */
.section h1 {
    padding-left: 20px;
}
.form-line-input {
    float: left;
    margin-bottom: 10px;
}
.form-line-container label {
    float: left;
    width: 100px;
}
.form-line-input input {
    width: 400px;
}
.break {
    clear: both;
}

/* BLOG DISPLAYING */
.blog-bloc {
    font-size: 12px;
}
.blogOverview {
    padding: 0px 20px 20px 20px;
    font-size: 12px;
}
.blogTitle a {
    font-weight: bold;
    font-size: 14px;
}
.blogOverview .blogItem {
    border-bottom: 1px solid #ACACAC;
    margin-bottom: 18px;
    padding-bottom: 15px;
}

/* Left Column */
.leftCol {
    padding: 20px;
}
.leftCol h2{
    color: #666666;
    padding: 0;
    margin: 0;
    margin-bottom: 8px;
    font-size: 15px;
}
.leftCol h3 {
    padding: 0;
    margin: 0;
    margin-bottom: 6px;
}
.leftColBlogItem {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #AAAAAA;
}
.loginForm {
    position: absolute;
    left: 0;
    top: 0;
    width: 360px;
    height: 160px;
    z-index: 2;
    background-color: #FFFFFF;
    border: 8px solid #000000;
    display: none;
    text-align: left;
    font-size: 12px;
}

.loginForm .loginFormLogo {
    padding-top: 18px;
    padding-left: 18px;
    float: left;
}

.loginForm .loginFormFields {
   width: 182px;
   float: left;
   padding-top: 17px;
   padding-left: 14px;
   color: #000000;
   font-family: Georgia;
   font-weight: bold;
   _margin-right: 8px;
}

.loginForm .loginFormFields .loginFormFieldsLabel {
    font-size: 12px;
    margin-bottom: 4px;
    margin-top: 4px;
}

.loginForm .loginFormFields input {
    width: 180px;
}

.loginFormButton {
    float: left;
    background-color: #191919;
    color: #D7D7D7;
    margin-top: 8px;
    padding: 4px;
    cursor: pointer;
}
.loginFormButtonHover {
    float: left;
    background-color: #000000;
    color: #FFFFFF;
    margin-top: 8px;
    padding: 4px;
    cursor: pointer;
}

.leftBtnMargin {
    margin-left: 14px;
    margin-right: 8px;
    _margin-left: 8px;
}
