/*
Theme Name: Golf6 New
Description: The WordPress theme for Golf6 Club Website.
Version: 1.0
Author: Sergey Yalanskiy
Author URI: http://www.yalanskiy.com/
*/
BODY {
    margin: 0px;
    text-align: center;
}

IMG {
    border: 0px;
}

DIV#container {
    margin: 0 auto;
    width: 1000px;
    text-align: left;
}

DIV#header {
    margin-bottom: 36px;
    height: 354px;
    background: url(img/header_bg.jpg) center no-repeat;
}

DIV#header DIV#logo {
    float: left;
    margin-top: 173px;
    width: 318px;
    height: 72px;
    background: url(img/logo.jpg) no-repeat;
}

DIV#header DIV#logo H1 {
    margin: 0px;
    margin-top: 2px;
    margin-left: 42px;
    font: 28px 'Arial Narrow';
    color: #FFF;
}

DIV#header DIV#logo H1 A {
    font: 28px 'Arial Narrow';
    color: #FFF;
    text-decoration: none;
}

DIV#header DIV#logo H2 {
    margin: 0px;
    margin-left: 42px;
    font: 24px 'Arial Narrow';
    color: #FFF;
}

DIV#header #menu1 {
    margin-left: 330px;
    padding-top: 12px;
}

DIV#header #menu2 {
    margin-left: 720px;
    margin-top: 4px;
}

DIV#header #menu3 {
    margin-left: 760px;
    margin-top: 136px;
}

DIV#header #menu1 A, DIV#header #menu2 A, DIV#header #menu3 A {
    font: 14px 'Arial Narrow';
    font-weight: bold;
    color: #134781;
    text-decoration: underline;
}

DIV#header #menu1 A:hover, DIV#header #menu2 A:hover, DIV#header #menu3 A:hover {
    color: #ef6717;
    text-decoration: none;
}

DIV#content {
    width: 1000px;
}

DIV#right_sidebar, DIV#left_sidebar {
    margin-left: 34px;
    margin-right: 34px;
    width: 146px;
    display: inline;
}

DIV#right_sidebar {
    float: right;
}

DIV#left_sidebar {
    float: left;
}

DIV#main {
width: 542px;
float: left;
}

.content UL {
    margin: 0px;
    padding: 0px;
}

.content UL LI {
    margin-left: 18px;
    list-style-image: url(img/bullet.gif);
}

UL.menu {
    margin: 0px;
    padding: 0px;
}

UL.menu LI {
    display: block;
    position: relative;
    z-index: 1;
    margin: 0px 0px 5px -34px;
    width: 180px;
    height: 34px;
    list-style: none;
    list-style-image: none;
    background: url(img/menu_item_bg.jpg);
}

UL.menu LI A {
    line-height: 34px;
    margin-left: 45px;
    color: #FFF;
}

UL.menu LI A:hover {
    color: #FFF;
    text-decoration: none;
}

.content, .content TD, .content TH {
    font: 12px Arial;
    color: #252525;
}

.content #right_sidebar, .content #left_sidebar {
    font-size: 11px;
}

.content A {
    font: 12px Arial;
    color: #134781;
    text-decoration: underline;
}

.content A:hover {
    color: #EF6717;
}

.content .more_link {
    text-align: right;
}

.content .more_link {
    float: right;
    width: 70px;
    background: url(img/more_link_bullet.gif) left no-repeat;
}

.content .more_link A {
    font-size: 11px;
}

.content H1 {
    margin-top: 22px;
    margin-bottom: 18px;
    font: 24px 'Arial Narrow';
    color: #EF6717;
}

.content H1.top {
    margin-top: 0px;
}

.content H2 {
    margin-top: 22px;
    margin-bottom: 18px;
    font: 24px 'Arial Narrow';
    color: #EF6717;
}

.content H2 A {
    font: 18px 'Arial';
    text-decoration: none;
}

.content H2 A:hover {
    text-decoration: underline;
}

#s {
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 4px;
    width: 146px;
    height: 25px;
    border: 0px;
    background: url(img/search_bg.gif) no-repeat;
}

.post_content {
    padding-left: 14px;
}

.post .tip {
    height: 50px;
    font: 12px Arial;
    background: url(img/tip_bg.gif) repeat-x;
}

.post .tip_left {
    float: left;
    width: 9px;
    height: 50px;
    background: url(img/tip_left.gif) no-repeat;
}

.post .tip_inner {
    padding-right: 10px;
    padding-top: 15px;
    height: 50px;
    vertical-align: top;;
    background: url(img/tip_right.gif) no-repeat;
    background-position: top right;
}

.post .date1 {
    color: #FFF;
    font-size: 11px;
    font-weight: bold;
    background-color: #708b84;
}

.post .date2 {
    font-size: 11px;
    font-weight: bold;
    background-color: #a1a9bc;
}

.post .date3 {
    font-size: 11px;
    font-weight: bold;
    background-color: #c8c8c8;
}


.clear {
    clear: both;
    font-size: 1px;
}

DIV#footer {
    margin-top: 60px;
    width: 100%;
    height: 167px;
    background: url(img/footer_bg.jpg) no-repeat;
}

DIV#footer P {
    padding-top: 80px;
    font: 10px Arial;
    text-align: center;
}

#wp-calendar {
    width: 145px;
}

#wp-calendar TD A {
    font-weight: bold;
    text-decoration: none;
}

#wp-calendar TD#next {
    text-align: right;
}

caption {
    margin-top: 22px;
    font: 18px 'Arial Narrow';
    color: #EF6717;
}
