/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	font-size: 13px;
	color: #8A7F7F;
}

h1, h2, h3 {
	margin-bottom: 1em;
	font-weight: normal;
	color: #2E8B57;
}

h1 a, h2 a, h3 a {
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration: underline;
}

h1 {
	letter-spacing: -2px;
	font-size: 36px;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
	width: 162px;
}

p, ul, ol {
	margin-bottom: 1.5em;
	line-height: 180%;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	text-decoration: none;
	color: #2E8B57;
}

a:hover {
	background: #CEE7F5;
	text-decoration: underline;
	color: #2E8B57;
}

/* Logo */

#logo {
	width: 768px;
	height: 80px;
	margin: 0 auto;
	text-align: center;
}

#logo h1, #logo h2 {
	float: left;
	margin: 0;
	padding-top: 5px;
}

#logo h1 a {
	padding: 0px 0 0 310px;
	color: #004085;
}

#logo h1 a:hover {
	text-decoration: none;
	background: none;

}

#logo h2 {
	padding: 18px 0 40px 7px;
	letter-spacing: normal;
	font-size: 1.4em;
}

/* Page */

#page {
	width: 1010px;
	margin: 0 auto;
	border-top: solid 3px #2E8B57;
	border-left: solid 3px #2E8B57;
	border-right: solid 3px #2E8B57;
	padding: 3px 3px 0px 3px;
}

#page2 {
	width: 980px;
	margin: 0 auto;
		border-top: solid 1px #2E8B57;
	border-left: solid 1px #2E8B57;
	border-right: solid 1px #2E8B57;
	padding: 0px 13px 0px 13px;
			
		
}

#page3 {
	width: 1010px;
	margin: 0 auto;
	border-left: solid 3px #2E8B57 ;
	border-right: solid 3px #2E8B57 ;
	border-bottom: solid 3px #2E8B57 ;
	padding: 0px 3px 3px 3px;	
}
#page4 
{
	width: 980px;
	margin: 0 auto;
    border-left: solid 1px #2E8B57 ;
	border-right: solid 1px #2E8B57 ;
	border-bottom: solid 1px #2E8B57 ;
	padding: 0px 13px 0px 13px;		
}


/* Sidebars */

.sidebar {
	float: left;
	width: 185px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding-bottom: 10px;
}

.sidebar li ul {
}

.sidebar li li {
	padding: 0;
}

.sidebar h2 {
	height: 40px;
	margin: 0;
	letter-spacing: normal;
	font-size: 1.4em;
}

/* Sidebar1 */

#sidebar1 
{
	margin-top:18px;
}

#sidebar1 h2 {
	text-align: left;
	background: url(images/img06.jpg) no-repeat left top;
	padding: 5px 0 0 40px;
	font-size: 16px;
}

#sidebar1 a {
	text-decoration: none;
	color: #2E8B57;
}

#sidebar1 a:hover {
	background: #CEE7F5;
	text-decoration: underline;
	color: #2E8B57;
}

#sidebar1 li li {
	padding-left: 20px;
	text-align: left;
	font-size: 12px;
}

/* Sidebar2 */

#sidebar2 
{
	margin-top:18px;
}

#sidebar2 h2 {
}

/* Search */

#search {
}

#search form {
	text-align: center;
}

#search #s {
	width: 95%;
	margin-bottom: 10px;
}

#search h2 {
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 0 20px;
}

#calendar caption {
	padding-bottom: 5px;
	font-size: 1.2em;
	font-weight: bold;
}

#calendar table {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	border: 1px solid #CCCC99;
}

#calendar thead th {
	padding: 5px 0;
	background: #F9F3DF;
	border-bottom: 1px solid #CCCC99;
	color: #CCCC99;
}

#calendar tbody td {
	padding: 5px 0;
	border-right: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
}

#calendar tfoot td {
	padding: 5px;
	border-top: 1px solid #CCCC99;
}

#calendar tfoot a {
	border: none;
	font-weight: bold;
}

#calendar #next {
	text-align: right;
}

#calendar #prev {
	text-align: left;
}

/* Recent Posts */

#recent-posts {
}

#recent-posts h2 {
	background: url(images/img06.jpg) no-repeat left top;
	padding: 5px 0 0 40px;
	font-size: 16px;
}

.sidebar #recent-posts ul {
	padding-left: 20px;
	font-size: 12px;
}

.sidebar #recent-posts li {
	border-bottom: 1px dashed #D9EBFF;
	margin-top: 20px;
}

/* Content */

#content {
	float: left;
	width: 600px;

	/* background: url(images/img03.jpg) repeat-y left top; */
}

#content .bgtop {

}

#content .bgbtm {
	/*background: url(images/img04.jpg) no-repeat left bottom; */
}

#centerlogo 
{
		display:block; /*allows the element to take auto margins*/ 
		margin:0 auto; /*centers in compliant browsers*/ 
		text-align:center; /*centers in old versions of IE*/ 
		padding-bottom:2px;
		
		

}

.imageLink
{
	border-style: none;
}

.post {
	padding: 50px 10px 10px 25px;
}




.post .titlehome {
	margin: 0;
	padding: 0 20px;
	background-color:#EEFFEE; 
	border-left: solid 1px #2E8B57;
	border-right: solid 1px #2E8B57;
}

.post .title {
	margin: 0;
	padding: 0 20px;
	background-color:#EEFFEE; 
	border-top: solid 1px #2E8B57;
	border-left: solid 1px #2E8B57;
	border-right: solid 1px #2E8B57;
}

.test {
	margin: 0;
	padding: 0 20px;
	background-color:#EEFFEE; 
	border-left: solid 1px #2E8B57;
	border-right: solid 1px #2E8B57;
	font-size: large;
	
}

.post h2 {
}

.post .meta {
	margin: 0;
	padding: 0 20px 20px 20px;
	line-height: normal;

}

.post .entryhome {
	padding: 20px;
	background-color:#EEFFEE; 
	border: solid 1px #2E8B57;

		min-height:500px;
	
}

.post .entry {
	padding: 20px;
	background-color:#EEFFEE; 
		min-height:500px;
		border-left: solid 1px #2E8B57;
		border-right: solid 1px #2E8B57;
		border-bottom: solid 1px #2E8B57;
	
}

.post .tags, .post .links {
	margin: 0;
	line-height: normal;
	font-size: smaller;
	text-align: center;
}

.post .tags {
	padding-top: 10px;
	border-top: 1px dashed #D9EBFF;
}

/* Footer */

#footer {
	width: 562px;
	margin: 0 auto;
	text-align: center;
	
}

#footer p {
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: normal;
}

.buyBook 
{
	font-size:x-large;
}

.pricing 
{
	font-size:12px;
}
.pricingSmall
{
	font-size:10px;
}

.forwordTop
{
	font-size:20px;
	color:Black;
	font-family:Book Antiqua;
}

.forwordTopTitle
{
	font-family:Book Antiqua;
	font-size:xx-large;
}