﻿/* 

Guitar Jam Trax Style Sheet
Written by Kevin Chisholm
11/11/2009


/* ------------------------------------------------------------------- */


/* START HTML */

html { min-height: 100%; margin-bottom: 1px; }

/* END HTML */

/* ------------------------------------------------------------------- */

/* START BODY  */

body
{
    padding: 0px;
    margin: 0px;

}

/* END BODY */

/* START default classes */

h1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #800000;
    margin-left: 20px;
}


h2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #800000;
    margin-left: 20px;
    
}

h3
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    margin-left: 20px;
    font-style: italic;
}

h1.gjt_h1
{
    padding: 0px;
    margin: 0px;
    color: #ffffff /*~ company-name.color */;
    font-size: 24px /*~ company-name.size */;
    font-family: Verdana, Geneva, Kalimati, sans-serif /*~ company-name.font */;
    font-weight: bold /*~ company-name.bold */;
}

h2.gjt_h2
{
    padding: 0px;
    margin: 0px 0px 16px 0px;
    color: #ffffff /*~ slogan.color */;
    font-size: 13px /*~ slogan.size */;
    font-family: Verdana, Geneva, Kalimati, sans-serif /*~ slogan.font */;
    font-weight: bold /*~ slogan.bold */;
}



hr
{
    padding: 6px 0px 6px 20px;
    margin: 0px;
    width: 100px;
    border-style: none none dotted;
}

li.gjt_ArtileListItem
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    margin-bottom: 6px;
}

.gjt_BodyTextBulletList
{
    font-family: Verdana;
    font-size: 12px;
    text-align: Justify;
    line-height: 100%;
    color: #666666;
    margin-left: 80px;
    margin-right: 80px;
    margin-top: 12px;
    margin-bottom: 12px;
}

/* END default classes */


/* ------------------------------------------------------------------- */


/* START header */

.gjt_header-div
{

    background: url(../images/page-elements/gjt-header-bg-1.gif) repeat-x;
    overflow: hidden;
    background-color: #3D0000;
   width: 100%;

}

.gjt_header-table
{
    vertical-align: top;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 6px;
}

.gjt_header-BorderBottom
{
    background: url(../images/page-elements/gray_bar.gif) repeat-x;
    overflow: hidden;
    width: 100%;
    padding-bottom: 24px;
}

/* END header */

/* ------------------------------------------------------------------- */


/* START body text classes */

.gjt_BodyText
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    margin-left: 20px;
    margin-right: 20px;
    vertical-align: top;
}

.gjt_BodyTextBold
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    margin-left: 20px;
    margin-right: 20px;
    vertical-align: top;
}

.gjt_BodyTextInlineItalic
{
    font-family: Verdana;
    font-size: 12px;
    text-align: Left;
    line-height: 100%;
    font-style: italic;
    margin-left: 0;
    margin-right: 0;
    margin-top: 3;
    margin-bottom: 3;
}
               
/* END body text classes */

/* ------------------------------------------------------------------- */

/* START nav table */
.gjt_NavTop
{
    background: url(../images/page-elements/nav-top.jpg) no-repeat;
    overflow: hidden;
    width: 197px;
    height: 55px;
  
}
.gjt_NavMiddle
{
    background: url(../images/page-elements/nav-back.jpg) repeat-y;
    overflow: hidden;
    width: 197px;
    text-align: left;
    margin-left: 0px;
    padding-left: 20px;
    vertical-align: top;
}

.gjt_NavBottom
{

    background: url(../images/page-elements/nav-bottom.jpg) no-repeat;
    overflow: hidden;
    width: 197px;
    height: 45px;
}

.gjt_DottedLine
{
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #808080;
    width: 160px;
    padding-bottom: 6px;
    margin-top: 6px;
}


/* END nav table */

/* ------------------------------------------------------------------- */

/* START content frame */
.gjt_ContentTop
{
    background: url(../images/page-elements/content-top.jpg) no-repeat;
    overflow: hidden;
    width: 815px;
    height: 16px;
}
.gjt_ContentMiddle
{
    background: url(../images/page-elements/content-middle.jpg) repeat-y;
    overflow: hidden;
    width: 815px;
    text-align: left;

}

.gjt_ContentBottom
{

    background: url(../images/page-elements/content-bottom.jpg) no-repeat;
    overflow: hidden;
    width: 815px;
}

/* END content frame */

/* ------------------------------------------------------------------- */



/* START cotent table */

.gjt_Content-table
{
    padding-top: 1px;
}

/* END cotent table */


/* ------------------------------------------------------------------- */


/* START custom anchors */

a.gjt_NavLinks
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #666666;
    text-decoration: none;
}

a.gjt_NavLinks:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #800000;
}

a.gjt_ArticleLinks
{
    margin-left: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #666666;
}




/* END custom anchors  */


/* ------------------------------------------------------------------- */

/* START home page product images */

img.gjt_ProductImages
{
    padding: 3px;
    border: 1px dotted #666666;
}

/* END home page product images  */

/* ------------------------------------------------------------------- */

/* START FOOTERS */

.gjt_PageFooter
{
    color: #808080;
    font-weight: normal;
    font-family: Arial;
    font-size: 12px;
    text-align: center;
}

.gjt_PageFooter-Links
{
    color: #808080;
    font-weight: bold;
    font-family: Arial;
    font-size: 12px;
    text-align: center;
}


/* END FOOTERS */

/* ------------------------------------------------------------------- */




/* START Sandbox */



/* END Sandbox */