
/*	Color Palette
#ffffff white
#eeeeee grey
#ccccdd purple
#99aaaa green
#1155aa blue
*/

body {
	margin:0;
	padding:0;
	font-family:arial, "lucida console", sans-serif;
	font-size:62.8%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #1155aa;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
	color: #1155aa;
}

/* Top Header */
#header {
	width: 790px;
	height: 50px;
	margin: 0px auto;
	background-color:#ffffff;
}
/* Logo / Site Title */
#logo {
	float: left;
	padding: 5px 0 5px 10px;
}
#logo h1{
	margin: 0;
	text-transform: lowercase;
	letter-spacing: 1px;
	font-size: 3.0em;
	font-weight: normal;
	color: #1155aa;
}
#logo h1 a {
	text-decoration: none;
	color: #1155aa;
}
/* Menu */
#menu {
	float: right;
}

#menu ul {
	margin: 0px;
	padding: 20px 10px 0px 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 20px;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1.5em;
	color: #1155aa;
}

#menu a:hover, .active a {
	border-bottom: 3px solid #1155aa;
}
/* Header 2 */
#header2bg {
	height:300px;
	background-color:#1155aa;
}
#header2 {
	width:790px;
	height:300px;
	margin:0px auto;
}
#header2 .tag {
	float: left;
	width:320px;
	padding:0px 10px 0px 10px;
}
#header2 .tag h2{
	letter-spacing: 1px;
	font-size: 2.5em;
	font-weight: normal;
	color: #ffffff;
}
#header2 .tag h4 {
	letter-spacing:1px;
	font-size:1.5em;
	font-weight:normal;
	color:#ffffff;
}
#himg {
	float:right;
	width:450px;
	height:300px;
	margin:0px;
	padding:0px;
	background-image:url("../images/header.jpg")
}
#lsimg {
	float:right;
	width:450px;
	height:300px;
	margin:0px;
	padding:0px;
	background-image:url("../images/header2.jpg")
}
#readingimg {
	float:right;
	width:450px;
	height:300px;
	margin:0px;
	padding:0px;
	background-image:url("../images/header3.jpg")
}
#startedimg{
	float:right;
	width:450px;
	height:300px;
	margin:0px;
	padding:0px;
	background-image:url("../images/header4.jpg")
}
#topic1img {
	float:right;
	width:450px;
	height:300px;
	margin:0px;
	padding:0px;
	background-image:url("../images/header5.jpg")
}
#topic2img {
	float:right;
	width:450px;
	height:300px;
	margin:0px;
	padding:0px;
	background-image:url("../images/header6.jpg")
}
#topic3img {
	float:right;
	width:450px;
	height:300px;
	margin:0px;
	padding:0px;
	background-image:url("../images/header7.jpg")
}
/* Page */
#page {
	width:790px;
	margin: 0px auto;
	padding:5px 0px 0px 0px;
	background-color:#ffffff;
}
/*Sidebar */
#sidebar {
	float:left;
	width:200px;
	padding:0px;
	margin:0px;
	background-color:#ffffff;
}
#sidebar h5 {
	margin:20px 0px 0px 0px;
	padding:10px 5px 5px 5px;
	text-align:center;
	font-size:1.5em;
	background-color:#eeeeee;
}
#sidebar ul {
	margin: 0;
	padding:5px;
	list-style: none;
	background-color:#eeeeee;
}
#sidebar li {
	font-size:1.25em;
	padding:2.5px 0px 2.5px 0px;
	list-style:none;
}
.tm3 {
	font-size:0.40em;
}
#sidebar a {
	text-decoration: none;
	color:#1155aa;
}
#sidebar a:hover {
	text-decoration: underline;
}
/*Content*/
#contentcenter {
	float:left;
	width:790px;
	padding:0px;
	margin:0px;
	background-color:#ffffff;
}
#contentright {
	float:right;
	width:590px;
	padding:0px;
	margin:0px;
	background-color:#ffffff;
}
.post {
	padding:5px;
}
.post h3 {
	margin: 0;
	padding:10px 0px 0px 0px;
	font-size:1.75em;
	border-bottom: 2px solid #eeeeee;
	color: #1155aa;
}
.tm1 {
	font-size:0.60em;
}
.post p{
	font-size:1.5em;
	line-height:1.1em;
}
.post ol {
	font-size:1.5em;
}
.post li {
	list-style:disc;
}
.tm2 {
	font-size:0.50em;
}
.post h4 {
		font-size:2em;
	text-align:center;
	letter-spacing:1px;
}
.post h4 a {
	text-decoration:none;
	color:#1155aa;
}
.post h4 a:hover, .active a {
	border-bottom: 3px solid #1155aa;
}
.post h5{
	font-size:1.75em;
	text-align:center;
	font-weight:normal;
}
/*Footer*/
#footer {
	clear: both;
	margin: 0px;
	height: 80px;
	background: #eeeeee;
}

#footer p {
	padding: 20px 0;
	text-align: center;
	font-size: 1em;
	color: #1155aa;
}