/*
    Groundswell web site CSS
    table version
    by Bill Weinman
    developed for XHTML/HTML EssT at lynda.com
*/

/* ===== global styles ===== */

body {
    font-family: "Trebuchet MS", sans-serif;
    background: url("../images/background1.jpg") repeat-x scroll 0 0 #000000;
    margin: 0;
    padding: 0;
}

p, h1, h2, h3, h4, h5, h6, li {
    margin: 1ex 1em;
}

table {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    text-align: left;
}

tr, td {
    margin: 0;
    padding: 0;
    vertical-align: top;
}

/* ===== outer table ===== */

#outerTable {
    margin: 0 auto;
    width: 770px;
    background: #fff url(../images/banner.jpg) no-repeat;
}

#outerTable a:link,
#outerTable a:visited {
    text-decoration: none;
    color: #f00;
}

#outerTable a:hover {
    color: #aa0;
    border-bottom: 1px none #000;
}

/* ===== contact button ===== */

td#contactButton {
    height: 55px;
}

#contactButton div {
    height: 30px;
    margin: 0 0 0 650px;
    padding: 0;
}

#contactButton img {
    margin: 0;
    border: none;
}

/* ===== main menu ===== */

td#mainMenu {
    height: 55px;
    vertical-align: bottom;
}

#mainMenu div {
    height: 30px;
    margin-left: 390px;
    padding: 0;
}

#mainMenu img {
    margin: 0 5px;
    border: none;
}

/* ===== main content (left column) ===== */

td#contentLeft {
    background-color: #fff;
    width: 505px;
}

div#mainContent {
    padding: 15px;
    margin: 0;
}

#mainContent p {
    font-family: tahoma, sans-serif;
    font-size: .95em;
    line-height: 1.4em;
    margin-left: 0;
}

#mainContent h1, #mainContent h2, #mainContent h3, #mainContent h4 {
    font-family: Helvetica, Arial, sans-serif;
}

#mainContent h1 {
    font-size: 1.6em;
    font-weight: bold;
    color: #222;
    margin: 0 0 .4em 0;
}

#mainContent h2 {
    font-size: 1.2em;
    color: #222;
    margin: 0 0 .4em 0;
}

#mainContent h4 {
    font-size: 1.1em;
    font-weight: bold;
    color: #666;
    margin: 0 0 -.2em 0;
}

#mainContent ul {
    font-family: Helvetica, Sans-serif;
    font-size: .8em;
    margin-bottom: 1.4em;
}

#mainContent li {
    margin-bottom: .6em;

}
	
#mainContent ol {
    margin-bottom: .6em;
	font-size:  0.7em;
    font-family: georgia, serif;
}

#mainContent p.leftMenu {
    font-family: "Trebuchet MS", sans-serif;
    margin-bottom: 1.5ex;
}

#mainContent p.leftMenu a {
    color: #566440;
}

#mainContent p.leftMenu a:hover {
    color: #b36b00;
    border: none;
}

/* ===== gearDesc ===== */

td#gearLeftImage {
    padding: 25px;
}

td#gearDesc {
    width: 290px;
}

td#gearDesc h3 {
    font-family: Georgia, serif;
    font-size: 1.2em;
    color: #c47500;
    border-bottom: 1px solid #344;
    padding-bottom: .2em;
    margin-left: 0;
}

td#gearDesc p {
    font-family: "Trebuchet MS", sans-serif;
    font-size: .8em;
}

td#gearDesc p.price {
    text-align: right;
    font-size: 1.2em;
}

/* ===== sidebar (right column) ===== */

td#contentRight {
    background-color: #fff;
    width: 265px;
}

div#sideBar {
    padding: 10px 10px 10px 10px;
    border-left: 1px solid #999;
	border-bottom-left-radius: 2em;
    border-bottom: 1px solid #999;
	margin: 0 0 5px 0;
	background: #ebebeb;
}

#contentRight p {
    font-family: "Trebuchet MS", sans-serif;
    font-size: .8em;
    line-height: 1.2em;
    color: #666;
    margin: 0 0 3ex 0;
}

#contentRight h3 {
    font-family: "Trebuchet MS", sans-serif;
    font-size: 1em;
    color: #333;
    margin: 1ex 0 .5ex 0;
}

#contentRight img {
    margin: 0 25px;
}

#contentRight img.photo {
    padding: 5px;
    border: 1px solid #e6e6e6;
	background: #fff;
}

#contentRight ol {
    margin: .5em 0 1.5em 1em;
}

#contentRight li {
    font-family: "Trebuchet MS", sans-serif;
    font-size: .8em;
    color: #666;
    margin: .2em .5em;
}

#sideBar .worksSide {
	font-size: 1.2em;
}

/* ===== footer ===== */

p#footer {
    font-family: "Trebuchet MS", sans-serif;
    font-size: .6em;
    color: #999;
    text-align: center;
}

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

/* ----- miscellaneous -----*/

div#youtubeVideo {
	margin: 20px 0 20px 30px;
}
