/*
Theme Name: Golf Theme
Theme URI: http://www.wptown.com/
Description: Golf Theme is a unique Widget ready WordPress theme with 2 columns, right sidebar, rounded corners and fixed width. Tested on Firefox, Internet Explorer 6, 7 and Opera. Theme is XHTML/CSS valid and SEO friendly.
Version: 1.0
Author: WP Town
Author URI: http://www.wptown.com/
Tags: green, brown, 2 columns, widget ready, rounded corners, right sidebar, fixed width, seo friendly
*/



/* General */

body {
    margin: 0;
    background: #4b5c25;
}

h1, h2, h3, h4 {
    margin: 0;
}

img {
    border: 0;
}

.clear {
    clear: both;
    height: 0;
    overflow: hidden;
}


/* Page */

#page {
    margin: 0 auto;
    width: 1004px;
    background: url("images/pagesmaller.jpg") no-repeat;
}


/* Header */

#header {
    width: 1004px;
    height: 165px;
    position: relative;
    z-index: 1;
}

/* Header - Info */

#header #header-info {
    position: absolute;
    top: 15px;
    left: 25px;
    width: 954px;
    text-align: right;
}

#header #header-info h1 {
    color: #e8e1c7;
    font: normal 40px Verdana;
    padding-bottom: 5px;
}

#header #header-info h1 a {
    color: #e8e1c7;
    text-decoration: none;
}

#header #header-info .description {
    color: #e8e1c7;
    font: normal 19px Verdana;
}


/* Main */

#main {
    width: 1004px;
}

/* Main - Content */

#content {
    float: left;
    width: 670px;
    padding: 0 20px;
    margin-top: 10px;
}

/* Main - Content - Post */

#content .post {
    float: left;
    margin-bottom: 25px;
    width: 670px;
}

/* Post - Date */

#content .post .post-date {
    width: 150px;
    height: 30px;
    background: url("images/post_date.png") no-repeat;
    text-align: center;
    color: #e8e1c7;
    font: bold 12px/30px Verdana;
}

/* Post - Entry */

#content .post .post-entry {
    width: 652px;
    padding: 5px;
    border: 1px solid #ffc900;
    background: #3b561e;
    font: normal 12px/18px Verdana;
    color: #e8e1c7;
}

#content .post .post-not-found {
    margin-top: 30px;
}

#content .post .post-entry a {
    color: #ffc900;
    text-decoration: none;
}

#content .post .post-entry a:hover {
    text-decoration: underline;
}

#content .post .post-entry a.more-link {
    font-weight: bold;
}

#content .post .post-entry blockquote {
    border-left: 10px solid #415f21;
    margin: 0px 30px;
    padding-left: 15px;
}

/* Post - Entry - Title */

#content .post .post-entry .post-title {
    color: #7cd565;
}

#content .post .post-entry .post-title a {
    color: #7cd565;
    text-decoration: none;
}

#content .post .post-entry .post-title a:hover {
    text-decoration: underline;
}

#content .post .post-entry .post-title h2 {
    color: #7cd565;
    font: normal 20px Verdana;
    padding-bottom: 2px;
}

#content .post .post-entry .post-title h2 a {
    color: #7cd565;
    text-decoration: none;
}

#content .post .post-entry .post-title h2 a:hover {
    text-decoration: underline;
}

/* Post - Info */

#content .post .post-info {
    clear: both;
    width: 250px;
    height: 24px;
    margin-left: 414px;
    text-align: center;
    font: bold 12px/23px Verdana;
    color: #e8e1c7;
    background: url("images/post_info.gif") no-repeat left bottom;
}

#content .post .post-info a {
    color: #e8e1c7;
    text-decoration: none;
}

#content .post .post-info a:hover {
    text-decoration: underline;
}

/* Post - Subtitle */

#content .post h3 {
    padding-top: 20px;
    width: 718px;
    color: #7cd565;
    font: bold 16px Verdana;
}

/* Post - Comments */

#content .post .comments {
    font: normal 12px/18px Verdana;
    color: #e8e1c7;
    width: 718px;
}

#content .post .comments ol {
    margin: 10px 0;
    padding-left: 25px;
}

#content .post .comments ol li {
    padding: 5px;
}

#content .post .comments ol li a {
    color: #ffc900;
    text-decoration: none;
}

#content .post .comments ol li a:hover {
    text-decoration: underline;
}

#content .post .comments ol li.alt {
    background: #415f21;
}

#content .post .comments ol li cite {
    color: #ffc900;
    font-style: normal;
    font-weight: bold;
}

#content .post .comments ol li cite a {
    color: #ffc900;
    text-decoration: none;
}

#content .post .comments ol li cite a:hover {
    text-decoration: underline;
}

#content .post .comments ol li .commentmetadata a {
    color: #ffc900;
    text-decoration: none;
}

#content .post .comments ol li .commentmetadata a:hover {
    text-decoration: underline;
}

/* Post - Comment Form */

#content .post #commentform {
    font: normal 12px/18px Verdana;
    color: #e8e1c7;
    width: 693px;
    padding-left: 25px;
    margin: 0;
}

#content .post #commentform a {
    color: #ffc900;
    text-decoration: none;
}

#content .post #commentform a:hover {
    text-decoration: underline;
}

/* Main - Content - Navigation */

#content .navigation {
    float: left;
    margin-bottom: 25px;
    font: bold 12px/30px Verdana;
    color: #e8e1c7;
    width: 730px;
}

#content .navigation a {
    color: #e8e1c7;
    text-decoration: none;
    width: 150px;
    height: 30px;
    text-align: center;
    background: url("images/navigation.gif");
    display: block;
}

#content .navigation a:hover {
    text-decoration: underline;
}

#content .navigation .navigation-previous {
    float: left;
}

#content .navigation .navigation-next {
    float: right;
}

/* Main - Sidebar */

#sidebar {
    float: left;
    width: 286px;
    font: normal 12px/18px Verdana;
    color: #e8e1c7;
    margin: 30px 0 5px 0;
}

#sidebar a {
    color: #ffc900;
    text-decoration: none;
}

#sidebar a:hover {
    text-decoration: underline;
}

/* Main - Sidebar - Boxes */

#sidebar .sidebar-box {
    width: 286px;
    margin-bottom: 20px;
    background: url("images/sidebar.gif") repeat-y;

}
#sidebar .adbanner {
    background: url("images/greygradient.gif");

}
#sidebar .sidebar-box-top {
    width: 286px;
    background: url("images/sidebar_top.gif") no-repeat;
}

#sidebar .sidebar-box-bottom {
    width: 286px;
    background: url("images/sidebar_bottom.gif") no-repeat left bottom;
    padding-bottom: 10px;
}
#sidebar .sidebar-box-bottom2 {
    width: 286px;
    background: url("images/sidebar_bottom2.gif") no-repeat left bottom;
    padding-bottom: 10px;
}
/* Sidebar - Titles */

#sidebar h3 {
    width: 256px;
    height: 30px;
    padding-left: 30px;
    font: bold 16px/30px Verdana;
    color: #ffc900;
    background: url("images/sidebar_title.gif") no-repeat;
}

/* Sidebar - Menus */

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

#sidebar ul li {
    color: #e8e1c7;
    font: bold 12px/24px Verdana;
}

#sidebar ul li a {
    padding: 0 0 3px 12px;
    text-decoration: none;
    background: url("images/sidebar_menu.gif") no-repeat left bottom;
    display: block;
    color: #e8e1c7;
    font: bold 12px/24px Verdana;
    height: 24px;
    width: 286px;
}

#sidebar ul li a:hover {
    text-decoration: underline;
}

/* Sidebar - Menus - Submenus */

#sidebar ul li ul {
    margin: 0;
}

#sidebar ul li ul li a {
    padding-left: 20px;
}

/* Sidebar - Forms */

#sidebar #searchform {
    margin: 0;
    padding: 20px 0 10px 0;
    width: 214px;
    text-align: center;
}

#sidebar #searchform #s {
    width: 174px;
}

/* Sidebar - Tables */

#sidebar #calendar_wrap {
    padding-top: 5px;
    margin: 0 auto;
    width: 144px;
}

#sidebar #calendar_wrap caption {
    font-weight: bold;
}

#sidebar #calendar_wrap tbody {
    text-align: right;
}

#sidebar #calendar_wrap tfoot #next {
    text-align: right;
}

#sidebar #calendar_wrap #today {
    font-weight: bold;
}

/* Sidebar - Texts */

#sidebar .textwidget {
    padding: 3px 5px 0 5px;
}


/* Footer */

#footer {
    width: 964px;
    height: 30px;
    margin: 0 auto 20px auto;
    color: #e8e1c7;
    font: normal 12px/30px Verdana;
    background: url("images/footer.gif") no-repeat;
    text-align: center;
}

#footer a {
    color: #ffc900;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}
#mynavbar {
    float: left;
    z-index: 99999999;
    margin-top: 136px;
}
#mynavbar li {
    width: 150px;
    height: 30px;
    background: url("images/post_date.png") no-repeat;
    text-align: center;
    color: #e8e1c7;
    font: bold 12px/30px Verdana;
}
