/*
Theme Name: teen boot camp
Author: ttrboy182
Description: tbc.
Version: 1.0
 */

/* Layout */
body {
        font-family: Arial,  Verdana, Tahoma, Helvetica, sans-serif;
        font-size: 12px;
        background-color: #fff;
	background-image: url(images/bg.gif);
        margin-bottom: 40px;
}
.Position {
        width: 720px;
        background-color: #C3C9B6;
        margin: 40px auto 40px auto;
        padding: 10px;
        padding-bottom: 4px;
}
.Position2 {
        width: 720px;
        background-color: #C3C9B6;
        padding: 1px;
}
.Header {
        height: 130px;
        width: 720px;
        background-image: url(images/header_background.gif);
}
.ContentArea {
        width: 720px;
        background-image: url(images/Content_Background.gif);
        margin-top: 1px;
}
.ContentLeft {
        float: left;
        padding: 15px;
        width: 476px;
}
ContentRight {
        float: right;
        width: 184px;
        padding: 15px;
        padding-top: 0px;
}
.widecolumn {
        width: 690px;
        padding: 15px;
        background-color: #fff;
        margin-top: 10px;
}
.Footer {
        width: 720px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        padding-top: 2px;
}

/*Header*/
        .Title a {
        position: relative;
        left: 50px;
        top: 85px;
        font-family: "Trebuchet MS", Arial,  Verdana, Tahoma, Helvetica, sans-serif;
        font-size: 24px;
        color: #000;
}
.SubTitle {
        position: relative;
        left: 10px;
        top: 75px;
        font-size: 16px;
        color: #000;
}
.Navigation {
        position: realtive;
        float: right;
        height: 24px;
        margin-top: 41px;
        padding-right: 15px;
}
.Navigation img {
        border: 0px;
}
.NavigationButton {
        display: block;
        width: 74px;
        height: 24px;
        background-color: #333300;
        color: #fff;
        text-align: center;
        line-height: 24px;
        margin-left, margin-right: 1px;
        filter:alpha(opacity=60);
        -moz-opacity:.60;
        opacity:.60;}
}
.NavigationButton:hover {
        color: #cccccc;
        text-decoration: none;
}

/* Left Content*/
small, nocomments {
        color: #000;
        font-size: 12px;
}
.entry {
        color: #000;
        margin-bottom: -5px;
}
.postmetadata {
        text-align: center;
        padding-top: 10px;
}
.navigation { /* For the archives and posts*/

        text-align: center;
        margin-top: 10px;
        margin-bottom: 50px;
}
.post {
        text-align: justify;
}

/* Right Content */
.TitleRight {
        font-size: 14px;
        color: #fff;
        font-weight: bold;
        padding-top: 10px;
        padding-bottom: 5px;
}
.SearchField {
        padding: 0px;
        height: 17px;
        width: 126px;
        border: 1px solid #336600;

        margin-left: -10px;
        padding-top: 3px;
}
.SearchSubmit {
        width: 50px;
        height: 22px;
        background-image: url(images/SearchSubmit.jpg);
        border: 0px;
}
.BulletImage {
        margin-right: 5px;
        padding-bottom: 2px;
        border: 0px;
}
.BulletImageIndented {
        margin-right: 5px;
        margin-left: 10px;
        padding-bottom: 2px;
        border: 0px;
}
.LinkRight {
         height: 18px;
	 color: #fff;
}


/*Styles*/
h1, h1 a{
        font-size: 16px;
        color: #000;
        margin: 0px;
}
h2 {
        font-size: 14px;
        color: #000;
        font-weight: bold;
        margin-bottom: 5px;
}
h3, h3 a {
        font-size: 16px;
        color: #000;
        margin: 0px;
}
a {
        color: #000;
        text-decoration: none;
}
a:hover {
        text-decoration: underline;
}
img {
        border: 0.5px solid #C3C9B6;
}
hr {
        height: 1px;
        border: 0px;
        color: #C3C9B6;
        background-color: #C3C9B6;
        margin-top: 15px;
        margin-bottom: 15px;
}
fieldset {
        border: 0px;
        padding: 0px;
        margin-left: 10px;
        margin-top: 5px;
        margin-bottom: 10px;
}
cite {
        text-decoration: none;
}
.pagetitle {
        text-align: center;
}
.alignright {
        float: right;
}

.alignleft {
        float: left
}
.center {
        text-align: center;
}
.ClearBoth {
        clear: both;
}
ul {
        padding-top: 10px;
        padding-bottom: 5px;
        margin: 0px;
        padding: 0px;
}
li {
        color: #fff;
        text-decoration: none;
        font-size: 12px;
        font-weight: normal;
        list-style-type: none;
        margin: 0px;
        padding: 0px;
}
.wp-smiley {
        border: 0px;
}

