/*   
Theme Name: TLC
Theme URI: http://www.thelearningcontinuum.biz/
Description: A search engine optimized website framework for WordPress.
Author: Sam Mooney
Author URI: http://www.fortheloveofwork.com/
Version: 1.0
Tags: Comma-separated tags that describe your theme
.
Your theme can be your copyrighted work.
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/
@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Lucida Sans Unicode", Lucida, sans-serif;
	font-size: 85%;
	background-color: #D9D992;
	background-attachment: scroll;
	background-image: url(images/blue-gradient.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.style  #wrapper {
	width: 750px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
.style #header {
	height: 130px;
	background-color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #5C9896;
} 
.style #wrapper #header #headbox {
	color: #96765A;
	float: right;
	padding-right: 30px;
	font-size: 130%;
	margin-top: 35px;
	display: block;
}
.style #header h1 {
	font-size: 130%;
	font-weight: bold;
	font-family: "Lucida Sans Unicode", Lucida, sans-serif;
	text-decoration: none;
	color: #96765A;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 20px;
}


.style #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 5px;
	padding-bottom: 15px;
	background-color: #FFFFFF;
	clear: both;
	padding-left: 30px;
}
.style #mainContent {
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 230px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 20px;
} 
.style #footer {
	background-color: #FFFFFF;
	font-size: 90%;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	height: 50px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #589492;
} 
.style #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.style #wrapper #mainContent h1 {
	padding-top: 15px;
	font-size: 150%;
	color: #96765A;
}
.style #wrapper #mainContent h2 {
	font-size: 120%;
	color: #96765A;
	font-weight: bold;
}
.style #wrapper #mainContent h3 {
	font-size: 110%;
	font-weight: bold;
	color: #96765A;
	margin-bottom: 0px;
}


.style #wrapper #sidebar1 h3 {
	padding-top: 10px;
	font-size: 100px;
}
.style #wrapper #sidebar1 ul {
	list-style-type: none;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -40px;
}
.style #wrapper #sidebar1 li {
	padding-bottom: 5px;
}
.style #wrapper #sidebar1 #leftinset {
	font-size: 140%;
	font-weight: bold;
}

.style #wrapper #insetbox {
	background-color: #FFFFFF;
	padding: 10px;
	float: right;
	width: 250px;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #333333;
	font-size: 120%;
	border: medium solid #BC4954;
}

.style #wrapper #wideinsetbox {
	background-color: #FFFFFF;
	padding: 10px;
	width: 450px;
	margin-top: 5px;
	border: medium double #84B2AF;
	margin-bottom: 10px;
	float: left;
	font-weight: bold;
	color: #D75155;
}
.style #wrapper #mainContent #wideinsetbox h2 {
	color: #D35853;
	font-size: 60%;
}

a.body:link, a.body:visited {
	color: #37379B;
	font-weight: bold;
	text-decoration: underline;
}
a.body:hover {
	font-weight: bold;
	color: #9B3737;
	text-decoration: underline;
}
.style #wrapper #sidebar1 a.menu:link, a.menu:visited {
	text-decoration: none;
	font-family: "Lucida Sans Unicode", Lucida, sans-serif;
	color: #96765A;
	font-size: 140%;
	font-weight: bold;
	text-transform: lowercase;
}
.style #wrapper #sidebar1 a.menu:hover {
	text-decoration: none;
	font-family: "Lucida Sans Unicode", Lucida, sans-serif;
	color: #D35853;
	font-size: 140%;
	font-weight: bold;
}
.style #wrapper #sidebar1 #ul1 {
	margin-left: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-image: url(images/square-bulltet.gif);
	list-style-position: outside;
}
.style #wrapper #sidebar1 #ul2 {
	list-style-type: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -40px;
}

.style #wrapper #sidebar1 a.menusmall:link, a.menusmall:visited {
	text-decoration: none;
	font-family: "Lucida Sans Unicode", Lucida, sans-serif;
	color: #96765A;
	font-size: 120%;
	font-weight: bold;
	text-transform: lowercase;
}
.style #wrapper #sidebar1 a.menusmall:hover {
	text-decoration: none;
	font-family: "Lucida Sans Unicode", Lucida, sans-serif;
	color: #D35853;
	font-size: 120%;
	font-weight: bold;
}
hr {
	background-image: url(images/hr.png);
	height: 15px;
	width: 750px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.style #wrapper #footer #copy {
	float: left;
	padding-left: 30px;
}
.style #wrapper #footer #footmenu {
	float: left;
	margin-left: 40px;
}
.style #wrapper #footer #design {
	float: right;
	padding-right: 30px;
}
.boldcontent {
	font-weight: bold;
}
.blockquote {
	font-size: 100%;
	color: #659D9C;
	float: none;
	font-style: italic;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 30px;
	font-weight: bold;
}
.cite
    {
	font-size: 80%;
	float: right;
	color: #666666;
	font-style: italic;
}
.testimonial {
	float: right;
	width: 200px;
	font-size: 100%;
	color: #659D9C;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #5A9694;
	margin-left: 20px;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-right: 20px;
	font-style: italic;
	font-weight: bold;
}
.style #wrapper #mainContent .testimonial ul {
	padding: 0px;
	margin-left: 10px;
}

.style #wrapper #mainContent .testimonial .referee {
	font-style: normal;
	font-weight: bolder;
}

.style #wrapper #mainContent img {
	float: right;
	padding-bottom: 5px;
	padding-left: 10px;
}
.imgbox    {
	font-style: italic;
	font-weight: 500;
	float: right;
	width: 215px;
	padding-bottom: 5px;
	font-size: 90%;
	padding-left: 15px;
	text-align: center;
}
.style #wrapper #mainContent .imgbox img {
	padding: 0px;
	float: none;
}
.style #wrapper #mainContent table {
	width: 480px;
}


.padtable         {
	padding-right: 2px;
}
.ulmain         {
	list-style-image: url(images/sm-bl-bullet.gif);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -20px;
}
.style #wrapper #header #tlclink {
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 128px;
	width: 390px;
	text-indent:-9999px;
}
.style #wrapper #header img {
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#referencelink  {
	color: #659D9C;
	text-decoration: none;
}
.feedburnerFeedBlock {
	border: thin solid #679F9E;
	padding-left: 5px;
	margin-top: 10px;
}
