/*
Theme Name: GTA
Theme URI: http://www.grayrock.ca/
Description: GTA Theme by The Studio at Grayrock.
Version: 1.0
Designer: Nick Aitken
Tags:
*/

/* 0. Global Styles/Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 62.5%;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    color: #666;
    background: #387c2b url("images/header-back.gif") repeat-x top left;
}

img {
    border: 0px;
}

/* 1. Globar Classes */
.clear {
    clear: both;
}

.clearfix {
    display: block;
}

.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow:hidden;
}

.first {
    margin-left: 0px;
    padding-left: 0px;
}

.last {
    margin-right: 0px;
    padding-right: 0px;
}

.top {
    margin-top: 0px;
    padding-top: 0px;
}

.bottom {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

/* 2. Container/Header/Navigation */
div#container {
    text-align: left;
}

div#container h6 {
    position: absolute;
    top: 0px;
    left: 0px;
}

/* 2.1 Header */
div#header {
    height: 427px;
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

div#header h1 {
    position: absolute;
    top: 40px;
    left: 40px;
    z-index: 9999;
}

div#header .sub1 {
    background: url("images/top-img2.jpg") no-repeat top left;
}

div#top-img {
    position: absolute;
    background: url("images/top-img.jpg") no-repeat top left;
    width: 1000px;
    height: 184px;
    top: 116px;
    left: 0px;
}

div#top-img h2 {
    color: #fff;
    font-size: 2.4em;
    position: absolute;
    top: 130px;
    right: 20px;
    text-transform: uppercase;
}

div#top-img h3 {
    color: #fff;
    font-weight: normal;
    font-size: 1.4em;
    position: absolute;
    top: 160px;
    right: 20px;
}

div#top-img p.quote {
    color: #ccc;
    width: 200px;
    top: 60px;
    left: 20px;
    position: absolute;
    font-size: 1.1em;
    line-height: 1.4em;
}

ul#top-nav {
    position: absolute;
    color: #fff;
    top: 50px;
    right: 0px;
}

ul#top-nav li {
    float: left;
    margin-left: 7px;
    font-size: 1.1em;
}

ul#top-nav li.lgf {
    font-size: 1.4em;
}

ul#top-nav a {
    color: #fff;
    text-decoration: none;
}

ul#top-nav a.grn {
    display: block;
    width: 65px;
    height: 25px;
    padding-top: 8px;
    background: url("images/green-btn.png") no-repeat top left;
    text-align: center;
    top: -10px;
    position: relative;
}

ul#top-nav a:hover {
    text-decoration: underline;
}

div#header fieldset {
    position: absolute;
    top: 317px;
    right: 120px;
}

div#header fieldset .fs {
    border: 1px solid #ddd;
    color: #666;
    width: 220px;
    font-size: 1.1em;
}

/* 2.2 Navigation */
ul#main-nav {
    position: absolute;
    background: url("images/nav-back.gif") no-repeat top left;
    height: 42px;
    top: 300px;
    left: 0px;
    padding-left: 115px;
}

ul#main-nav li {
    float: left;
    font-size: 1.3em;
    font-weight: bold;
}

ul#main-nav a {
    color: #666;
    text-decoration: none;
    margin-top: 2px;
    height: 25px;
    padding: 15px 10px 0px 11px;
    display: block;
}

ul#main-nav a:hover {
    color: #498929;
    border-top: 3px solid #498929;
    padding: 12px 10px 0px 11px;
}

ul#main-nav a.active {
    color: #498929;
    border-top: 3px solid #498929;
    padding: 12px 10px 0px 11px;
}

/* 3. Body/Content/Sidebar */
div#body {
    background: #fff;
}

div#body-inner {
    width: 950px;
    margin: 0 auto;
}

div#body-inner-index {
    width: 750px;
    margin: 0 auto;
}

div#body h1 {
    color: #498929;
    font-size: 1.4em;
    margin-bottom: 10px;
}

div#body h2 {
    color: #498929;
    font-size: 1.1em;
    margin-bottom: 10px;
}

div#body p {
    
    line-height: 1.4em;
    padding-bottom: 10px;
}

div#body a {
    color: #387C2B;
    text-decoration: none;
}

div#body a:hover {
    text-decoration: underline;
}

div#body hr {
    height: 0; 
    border-style: dotted; 
    border-width: 1px 0 0 0; 
    border-color: #387C2B;
    margin-top: 15px;
    margin-bottom: 15px; 
}

/* 3.1 Content */
div#content {
    width: 613px;
    float: left;
    padding-right: 20px;
}

div#content-index {
    width: 413px;
    float: left;
    padding-right: 20px;
}

div#content-2 {
    width: 863px;
    float: left;
    padding-right: 20px;
    /* background-color: pink; */
}

div#content .cleft {
    width: 153px;
    float: left;
    padding-left: 0px;
    /* background-color: orange; */
}

div#content .cright {
    width: 525px;
    float: right;
    /* background-color: yellow; */
}

div#content .cright-2 {
    width: 700px;
    float: right;
}

div#content h2 {
    color: #498929;
    font-size: 1.4em;
    margin-bottom: 10px;
}

div#content h2 a {
    text-decoration: none;
}

div#content h3 {
    color: #498929;
    font-size: 1.2em;
    margin-bottom: 10px;
}

div#content h4 {
    color: #498929;
    font-size: 1.2em;
    margin-bottom: 2px;
}

div#content ul {
    margin-left: 40px;
    list-style-type: disc;
}

div#content ol {
    margin-left: 40px;
    list-style-type: disc;
}

div#content li {

}

div#content li.square {
font-size: 1.1em;
list-style-type: square;
}

div#content a {
    color: #498929;
    text-decoration: underline;
}

div#content a:hover {
    text-decoration: none
}

div#content .entry {
    padding-bottom: 20px;
}

div#courses-head {
    width: 538px;
    height: 24px;
    background: url("images/table-head-back.gif") no-repeat top left;
    padding: 10px 0px 0px 0px;
    margin-top: 50px;
}

div#courses-head li {
    float: left;
    font-size: 1.2em;
    color: #fff;
    margin-right: 40px;
}

div#courses-head li.mid {
    position: relative;
    left: -13px;
}

div#courses-legend {
}

div#courses-legend li {
    float: left;
    font-size: 1.1em;
    margin-right: 20px;
}

table#courses {
    font-size: 1.1em;
    margin-bottom: 20px;
}

table#courses td {
    padding: 5px 5px 5px 5px;
    height: 20px;
    vertical-align: middle;
    border-bottom: 1px solid #f4f4f4;
}

table#courses tr:hover {
    background: #feffe0;
}

/* 3.2 Sidebar */
div#sidebar {
    width: 250px;
    float: left;
    /*background: url("images/separator.gif") no-repeat center left;*/
    padding-left: 47px;
}

div#sidebar-index {
    width: 250px;
    float: left;
    /*background: url("images/separator.gif") no-repeat center left;*/
    padding-left: 47px;
}

div#sidebar.topp {
    margin-top: 50px;
}

div#sidebar h2 {
    margin-bottom: 20px;
    font-weight: normal;
}

div#sidebar h2.label {
    background: url("images/label.gif") no-repeat top left;
    width: 177px;
    padding-left: 70px;
    display: block;
    font-size: 1.1em;
    color: #666;
    text-decoration: none;
}

div#sidebar .crest {
    background: url("images/empty-badge.gif") no-repeat top left;
    width: 177px;
    padding-left: 70px;
    display: block;
    font-size: 1.1em;
    color: #666;
    text-decoration: none;
}

div#sidebar h2.signs {
    background: url("images/signs.gif") no-repeat top left;
    width: 177px;
    padding-left: 70px;
    display: block;
    font-size: 1.1em;
    color: #666;
    text-decoration: none;
}

div#sidebar h2.newsletter {
    background: url("images/newsltter.gif") no-repeat top left;
    width: 177px;
    padding-left: 70px;
    display: block;
    font-size: 1.0em;
    color: #666;
    text-decoration: none;
}

div#sidebar h2.ebird {
    background: url("images/sale.gif") no-repeat top left;
    width: 177px;
    padding-left: 70px;
    display: block;
    font-size: 1.0em;
    color: #666;
    text-decoration: none;
}

div#sidebar h2 a.newb {
    background: url("images/new-badge.gif") no-repeat top left;
    width: 177px;
    padding-left: 70px;
    display: block;
    font-size: 1.0em;
    color: #666;
    text-decoration: none;
}

div#sidebar h2 a.head-news {
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 10px;
    text-decoration: none;
}

div#sidebar h2 a.tlgc {
    background: url("images/round-back.gif") no-repeat top left;
    width: 247px;
    height: 60px;
    display: block;
}

div#sidebar h3 {
    color: #498929;
    font-size: 1.4em;
    margin-bottom: 15px;
}

div#sidebar ul {
}

div#sidebar li {
}

div#sidebar p {
}

div#sidebar a {
    color: #498929;
    text-decoration: underline;
}

div#sidebar a:hover {
    text-decoration: none
}

/* 4. Footer/Navigation */
div#footer {
    background: url("images/footer-back.gif") repeat-x top left;
}

div#footer-inner {
    background: url("images/footer-back2.gif") no-repeat top left;
    width: 1000px;
    height: 155px;
    margin: 0 auto;
}

div#footer-inner p {
    color: #fff;
    font-size: 1.1em;
    line-height: 1.4em;
    text-align: right;
    padding-top: 110px;
    padding-right: 100px;
}

div#footer-inner a {
    color: #fff;
}

div#footer-inner a:hover {
    text-decoration: none;
}

input[type="image"] {
    cursor: pointer;
}


.costco-table
{
    border-spacing: 25px;
    border-collapse: separate;
}
