/* standard elements */
html {min-height: 100%;}

* {
    margin: 0;
    padding: 0;
}

a {color: #048;}
a:hover {color: #06C;}
a img {border: none;}

body {
    background-color: #E7E7E2;
    color: #444;
    font: normal 80% Tahoma,sans-serif;
    padding-top: 40px;
}

p,code,ul {padding-bottom: 1.1em;}

li {list-style: none;}

h1 {font: normal 2em sans-serif;}
h2 {font: normal 1.4em sans-serif;}
h3 {font: bold 1em Tahoma,sans-serif;}

h1,h2,h3 {padding-top: 6px; color: #553; margin-bottom: 4px;}

code {
    background: #FFF;
    border: 1px solid #EEE;
    border-left: 6px solid #CCC;
    color: #666;
    display: block;
    font: normal 1em Tahoma,sans-serif;
    line-height: 1.6em;
    margin-bottom: 12px;
    padding: 8px 10px;
    white-space: pre;
}

#content blockquote {
    background: url('../images/quote.gif') no-repeat;
    display: block;
    font-weight: bold;
    padding-left: 28px;
}

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

/* structure */
.inner-container {
    border: 2px solid #D7D7D2;
    background: #FFF;
    font-size: 1.2em;
    margin: 0 40px 40px 40px;
    padding: 10px;
    width: 780px;
}

.outer-container {
    padding-bottom: 64px;
}

/* header & title */
.header {
    background: #222 url('../images/header.png') no-repeat;
    height: 230px;
    margin-bottom: 5px;
    text-align: right;
}
.header .title {
    color: #FFF;
    padding-top: 10px;
		padding-right: 30px;
}

.header .title h1.sitename a {
    color: #FFF;
    padding-bottom: 2px;
    text-decoration: none;
}
.header .title a:hover {border-color: #F60;}
.header .title .slogan {
    font: normal 1.1em Verdana,sans-serif;
}

/* path */
.path {
    background: #006699;
    color: #FFF;
    font: normal 1.1em Verdana,sans-serif;
    padding: 8px 12px;
}
.path li,.path ul {display: inline;}
.path a {
    color: #FAFAFA;
    text-decoration: none;
    margin-right: 16px;
}
.path a:hover {
    color: #FFE;
    text-decoration: underline;
}

/* main */
.main {
    background: url('../images/main.gif') repeat-y;
    border-top: 4px solid #FFF;
    padding: 8px 12px 0 0;
}

/* content */
#content {
    float: right;
    width: 533px;
}
#content .author {
    color: #664;
    font-size: 0.9em;
    margin-bottom: 6px;
}
#content li {
    line-height: 1.4em;
    list-style: url('../images/li.gif');
    margin-left: 18px;
}
#content p {font: normal 1em "Lucida Sans Unicode",sans-serif;}

/* navigation */
#sidebar {
   /* float: left; */
    width: 210px;
}
#sidebar h3 {
    color: #5A5A43;
    font: bold 1.1em Tahoma,sans-serif;
    line-height: 30px;
    margin: 0;
    padding-left: 12px;
}
#sidebar ul {
    padding: 0;
    border-top: 1px solid #EAEADA;
}
#sidebar li {border-bottom: 1px solid #EAEADA;}
#sidebar li a {
    font-size: 1.1em;
    color: #554;
    display: block;
    padding: 8px 0 8px 5%;
    text-decoration: none;
    width: 95%;
}
#sidebar li a:hover {
    background: #F0F0EB;
    color: #654;
}

/* footer */
#footer {
    background: #006699;
    color: #F7F7F2;
    font: bold 1em sans-serif;
    margin-top: 5px;
    padding: 10px 12px;
}
#footer a {
    color: #F7F7F2;
    text-decoration: none;
}
#footer a:hover {color: #FFC;}

legend {font: normal 1.6em sans-serif;}
fieldset {padding: 10px;}
fieldset div {margin-bottom: 5px;}
#content p.note {margin-top: 0px;font-style:italic;font-size:0.8em;}
#content p.date {margin-top: 0px;font-style:italic;font-size:0.8em;}

#cms_post_comments_wrapper ol {
	margin-bottom: 10px;
}

#cms_post_comments_wrapper ol li {
	list-style: none;
	margin-left: 0px;
	border-top: 3px solid #006699;
	border-bottom: 2px solid #006699;
	padding: 5px;
	border-left: 1px solid #006699;
	border-right: 1px solid #006699;
	background-color: #eee;
	margin-bottom: 10px;
	padding: 10px;
}

.cms_post_comment_date {
	font-size: 0.8em;
}

.cms_post_comment_author {
	font-size: 1em;
}

.cms_post_comment_body {
	font-size: 1em;
}

.fieldWithErrors {
	color: red;
}

.fieldWithErrors input {
	border-color: red;
	color: red;
}

label {
	display: block;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 100%;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding-top: 15px;
}

#errorExplanation ul li {
  list-style: square;
}

#Testimonial {
  left:820px;
  position:absolute;
  top:225px;
  width:250px;
}

.QuoteStart, .QuoteEnd {
  font-family: Arial;
  font-size: 500%;
  color:#FEFF78;
}

.QuoteStart  {
  float:left;
  height:45px;
  margin-bottom:-50px;
  margin-top:-20px;
  padding-top:45px;
}
.QuoteEnd {
  float:right;
  font-size:500%;
  margin-top:0;
  padding-top:25px;
}
blockquote {
  background-color:#006699;
  color:white;
  font-size:110%;
  font-style:normal;
  line-height:130%;
  padding: 20px 20px 40px 20px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;
  width: 250px;
}

*:first-child+html blockquote {	padding-bottom: 0; }
* html blockquote { padding-bottom: 0; }

blockquote p {
  padding: 5px 30px 0px 30px;
}

blockquote p.Quote {
  clear: left;
}
blockquote p.Author {
  font-size:70%;
  line-height: 110%;
}