/*  
 
Theme Name: Peak Performance
Theme URI: http://www.peakperformancecamp.net
Description: Custom theme for Peak Performance camp.
Author: Chandler Blum
Author URI: www.chantron.com
Version: 0.1
	  
*/
body {
margin: 0px;
background-color: #000;
font-family: verdana;
font-size: 10pt;
}
a:link, a:visited {
color: #ff0000;
font-weight: bold;
}
a:link img, a:visited img{
border: 0px;
}
#container
{
width: 800px;
margin: 0px auto;
border: 2px solid #000;
background-color: #fff;
background-image: url('images/background.png');
background-repeat: repeat-y;
color: #333;
line-height: 130%;

}

#top
{
background-color: #000;
background-image: url('images/header.png');
background-repeat: no-repeat;
width: 800px;
height: 193px;
}

#top h1
{
padding: 0;
margin: 0;
}

#topsection {
border-bottom: 1.5px #e5e5e5 solid;
}

#topsection h2
{
font-size: 32px;
font-family: verdana;
color: red;
border-bottom: 2px #333 solid;
text-transform: uppercase;
padding-bottom: 15px;
letter-spacing: 2px;
}
#topsection h3 {
font-family: verdana; 
color: #282828;
font-size: 18px;
}
#blogtopsection h2
{
font-size: 32px;
font-family: verdana;
color: red;
border-bottom: 2px #333 solid;
text-transform: uppercase;
padding-bottom: 15px;
letter-spacing: 2px;
}
#blogtopsection h3 {
font-family: verdana; 
color: #5e5e5e;
font-size: 11px;
padding: 0;
margin: 0px;
line-height: 0px;
font-style:italic;
font-weight: normal;
}

#topsection .thepostbody {
font-family: verdana;
font-size: 12px;
}
#lowersection h2
{

}
#lowersection h3 {
font-family: verdana; 
color: #282828;
font-size: 18px;
}
#lowersection .thepostbody {
font-family: verdana;
font-size: 12px;
}

#bloglowersection {
background-color: #d8d8d8;
margin: 0px;
padding: 10px;
float: left;
width: 97%;
border: 1px solid #333;
border-bottom: 0;
}

#bloglowersection h3 {
font-family: verdana; 
color: #282828;
font-size: 18px;
}
#bloglowersection.thepostbody {
font-family: verdana;
font-size: 12px;
}
#lowerleft 
{
width: 48%;
float: left;
}
#lowerright
{
width: 48%;
float: right;
}
#leftnav
{
float: left;
width: 150px;
margin: 0;
padding: 0px;
}
#leftnav div.navbar {
margin: 0;
padding: 0;
float: left;
}
#leftnav div.menubottom {
background-image: url('images/menubottom.png');
background-repeat: no-repeat;
height: 100px;
width: 150px;
margin:0;
padding: 0;
float: left;
}
#content
{
margin-left: 150px;
border-left: 1px solid gray;
padding: 20px;
}

#footer
{
clear: both;
margin: 0;
padding: .5em;
color: #333;
background-color: #ddd;
border-top: 1px solid gray;
text-align: center;
}

#leftnav p { margin:0; }
#content h2 { margin: 0 0 .5em 0; }

/* list style */
#leftnav li {
list-style-type: none;
height: 23px;
width:125px;
background-image: url('images/listbg.png');
background-repeat: no-repeat;
text-transform: uppercase;
padding: 0 0 0 25px;
float: left;
}
#leftnav li:hover {
list-style-type: none;
height: 23px;
width:125px;
background-image: url('images/listbghover.png');
background-repeat: no-repeat;
text-transform: uppercase;
padding: 0 0 0 25px;
}
#leftnav li a:link, #leftnav li a:visited {
color: #282828;
font-size: 12px;
font-weight: lighter;
letter-spacing: -1px;
text-decoration: none;
}
p.edit a:link, p.edit a:visited {
color: red;
font-size: smaller;
text-decoration: underline;
font-weight: bold;
}

/*widget styling */
h2.widgettitle {
font-size: 19px;
font-family: verdana;
font-weight: boldl;
text-transform: uppercase;
}
#bloglowersection li{
list-style-type: none;
padding: 0;
margin: 0;
}
#bloglowersection ul {
list-style-type: none;
padding: 0 0 10px 0;
margin: 0;
}
#bloglowersection li a:link, #bloglowersection li a:visited {
color: red;
font-size: 12px;
text-decoration: underline;
font-weight: bold;
}

.jasonimagebox {
float: right;
width: 200px;
padding: 5px;
font-style: italic;
font-size: 12px;
}

hr {
color: #e5e5e5;
background-color: #e5e5e5;
height: 2px;
border: 0px;
}

/*styling for a form */
label {

	background:#E0E0E0 none repeat scroll 0%;
	color:#000000;
	font:12px verdana;
	margin:0 10px 5px 0;
	padding:5px 5px 5px;
	width:140px;
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	vertical-align:top;
}
input{ 
	width: 200px;
} 

