/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #787878;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #181818;
}

h1 {
	font-size: 2em;
	text-align: center;
	font-weight: bold;
}

h2 {
	font-size: 1.8em;
	border-bottom-width: thin;
	border-bottom-style: inset;
	border-bottom-color: #C9D9E8;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 120%;
	color: #333;
	font-size: 12px;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #1757AB;
}

a:hover {
}


/* Page */

#page {
	width: 560px;
	margin: 0 auto;
	padding: 0;
	background-image: url(../images/style_images/img02.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}


.image {
	padding: 5px;
}


/* Content */

#content {
	width: 580px;
	padding: 2px;
	background-color:#FFFFFF;
	overflow: visible;
	text-align: left;
}

.post {
}

.post .title {
	height: 38px;
	letter-spacing: -.5px;
	color: #1757AB;
}

.post .title a {
	color: #1757AB;
	border: none;
}

.post .meta {
	margin-top: 0px;
	padding-bottom: 5px;
	border-bottom: 1px solid #C9D9E8;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: 1px;
}

.post .meta a {
}

.post .entry {
	text-align: justify;
	margin-bottom: 25px;
	color: #333;
	line-height: 120%;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.links {
	display: block;
	width: 96px;
	height: 30px;
	padding: 3px;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	color: #FFFFFF;
	background-image: url(../images/style_images/img04.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#content p strong {
	font-size: 14px;
}
.links-books {
	display: block;
	text-align: left;
	text-transform: none;
	font-size: 14px;
	color: #AA1F00;
	background-image: url(../images/style_images/book-link.png);
	background-repeat: no-repeat;
	text-indent: 40px;
	height: 25px;
	width: 200px;
	font-weight: bold;
}
.links-videos {
	display: block;
	text-align: left;
	text-transform: none;
	font-size: 14px;
	color: #AA1F00;
	background-image: url(../images/style_images/book-video.png);
	background-repeat: no-repeat;
	text-indent: 40px;
	height: 25px;
	width: 200px;
	font-weight: bold;
}
.links-links {
	display: block;
	text-align: left;
	text-transform: none;
	font-size: 14px;
	color: #AA1F00;
	background-image: url(../images/style_images/link-link.png);
	background-repeat: no-repeat;
	text-indent: 40px;
	height: 25px;
	width: 200px;
	font-weight: bold;
}
