/*
Theme Name: therapy
Author: ttrboy182
Description: a therapy theme for wordpress.
Version: 1.0
 */

/* Layout */
body {
        font-family: Arial,  Verdana, Tahoma, Helvetica, sans-serif;
        font-size: 11px;
        background-color: #fff;
        margin-bottom: 40px;
}
.Position {
        width: 720px;
        background-color: #9FA9CD;
        margin: 40px auto 40px auto;
        padding: 0px;
        padding-bottom: 4px;
}
.Position2 {
        width: 720px;
        background-color: #ffffff;
        padding: 0px;
}
.Header {
        height: 130px;
        width: 720px;
        background-image: url(images/header_background.gif);
}
.ContentArea {
        width: 720px;
        background-image: url(images/Content_Background.gif) repeat-y;
        font-size: 11px;
}
.ContentArea ul  {
        line-height:150%;
	list-style-type: circle;
}
.ContentLeft {
        float: left;
        padding: 15px;
        width: 476px;
}
.ContentRight {
        float: right;
        width: 184px;
        padding: 15px;
        margin-top: 4px;
	background-color: #2F385E;
}
.ContentRight a {
	color: #D7DFEC;
}
.ContentRight ul {
	list-style-type: none;
	color: #D7DFEC;
}
.ContentRight li {
	list-style-type: none;
	color: #D7DFEC;
        margin-left: 2px;
}
.widecolumn {
	width: 690px;
        padding: 15px;
        margin-top: 10px;
}
.Footer {
        width: 720px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        padding-top: 2px;
}

/*Header*/
.Title a {
        position: relative;
        left: 170px;
        top: 40px;
        font-family: "Trebuchet MS", Arial,  Verdana, Tahoma, Helvetica, sans-serif;
        font-size: 24px;
        color: #6B2011;
}
.SubTitle {
        position: relative;
        left: 170px;
        top: 38px;
        font-size: 16px;
        color: #6B2011;
}
.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: #6B2011;
        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: 11px;
}
.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;
}


/*Styles*/
h1, h1 a {
        font-size: 16px;
        color: #6B2011;
        margin: 0px;
}
h2 {
        font-size: 14px;
        color: #fff;
        font-weight: bold;
        margin-bottom: 5px;
}
h3, h3 a {
        font-size: 16px;
        color: #fff;
        margin: 0px;
}
a {
        color: #000;
        text-decoration: none;
}
a:hover {
        text-decoration: underline;
}
img {
        border: 0.5px solid #336600;
	padding: 0px;
	margin: 0px 0px 10px 10px;
}
hr {
        height: 1px;
        border: 0px;
        color: #336600;
        background-color: #7D8AC9;
        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;
}
li {
        text-decoration: none;
        font-size: 11px;
        font-weight: normal;
}
.headerlist {
	text-decoration: none;
        font-size: 11px;
        font-weight: normal;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.wp-smiley {
        border: 0px;
}