/*
Theme Name: Perceptionist Theme 
Theme URI: not publicly available
Version: 1.0
Author: Joseph C Dolson
Author URI: http://www.joedolson.com
Description: Custom theme for Perceptionist, Inc.
*/
* {
margin: 0;
padding: 0;
}
body {
text-align: center;
}
#wrap {
text-align: left;
margin: 0 auto;
width: 775px;
background: #f1f9ee url(/wp-content/themes/perceptionist/images/perc.jpg) top right repeat-y;
border-left: 8px solid #2e2f2a;
}
#outer {
width: 775px;
}
#content {
float: left;
width: 545px;
padding: 5px;
background: #F1F9EE;
font-family: Arial, Verdana, sans-serif;
font-size: 12px;
color: #333333;
line-height: 1.4;
}
#content h1, #content h2, #content h3, #content h4 {
font-family: Arial, Verdana, sans-serif;
font-size: 14px;
color: #333333;
margin: .5em 0;
}
#nav {
background: #6aa500;
padding: 1em;
color: #fff;
border-right: 5px solid #2e2f2a;
float: right;
width: 180px;
}
#nav img {
margin-top: 10px;
margin-left: -15px;
}
p { 
margin: 1em;
}
#content ul, #content ol, #content dl {
margin: .5em 3em;
}
#content li {
padding: 2px;
}

#nav ul {
list-style-type: none;
}
#footer {
clear: both;
}
.thedate {
float: right;
color: #666;
font-style: italic;
}
#content h2 {
padding-top: 1em;
margin-left: 12px;
}
.comments {
background: #e3eae7;
padding: .25em;
border: 1px solid #ddd;
}
#searchform {
background: #7ab510;
border: 1px solid #5a9500;
}
#searchform p {
margin: 5px;
}
#nav table, #nav caption {
color: #eee;
margin: 0 auto;
font-family: Arial, Verdana, sans-serif;
font-size: 12px;
}
#nav tr {
color: #fff;
background: #5a9500;
padding: 1px;
}
#nav td {
padding: 1px;
text-align: center;
}
#nav td a {
display: block;
background: #6aa600;
font-size: 12px;
}
#today {
border: 1px solid #9ac540;
background: #6aa510;
}
caption {
font-weight: 700;
}
#content .breadcrumb {
margin: -5px;
padding: 3px;
margin-right: -13px;
font-style: italic;
background: #fff;
border-bottom: 1px solid #ddd;
}
/* Original Styles */
#nav a, .LinkTop {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#nav li, .TextBosy {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}
#nav li {
color: #eee;
}
#nav h3, .TextBodyHeader {
	font-family: Arial;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
#nav h3 {
color: #fff;
border-bottom: 1px solid #aba;
margin: 10px 0 0;
}
#nav ul {
margin-bottom: .5em;
}
.TextFooter {
	font-family: Arial;
	font-size: 11px;
	color: #7A9F2D;
	font-weight: bold;

}
#nav a:hover, a.LinkTop:hover {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #99CC00;
	text-decoration: underline;
}
#nav a:hover {
color: #bbee22;
}
.TextTOP {

	font-family: Impact;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: normal;
}
.LinkTop1 {

	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #447814;
	text-decoration: none;
}
a.LinkTop1:hover {


	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
#content a, a.TextBosy:link {
	font-family: Arial;
	font-size: 12px;
	color: #7BA400;
	text-decoration: underline;

}
#content a:hover, a.TextBosy:hover {
	font-family: Arial;
	font-size: 12px;
	color: #7BA400;
	text-decoration: underline;

}
#content a:visited, a.TextBosy:visited {
	font-family: Arial;
	font-size: 12px;
	color: #7BA400;
	text-decoration: underline;

}
blockquote {
margin: 1em 2em;
border-left: 4px solid #7ba400;
}