body {
	padding: 0;
	background-color: #B75AA1;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color:#151515;
}


#header {
	height: 150px;
	margin:auto;
	width:85%;
}


/* Bio Page */
.bio {
	margin-right:5%;
}
 .post img {
	margin:2% 2% 2% 2%;;
}

.post input {
	margin:1%;
}

/* Book Page */
.bookImg {
	vertical-align:top;
}
/*
.content{
width:95%;
}
*/
/* Menu */

#menu {
	width:8%;
	font-size: medium;
	margin-left:5px;
}

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

#menu a, #menu h2 {
	display: block;
	margin-bottom: 10%;
}

#menu h2 {
	color: #553399;

}

#menu a {
	color: #553399;
	text-decoration: none;
}

#menu a:hover {
	color: #553399;
	background: #ECBFFE;
}

#menu li {
	position: relative;
}

#menu ul ul ul {
	left:30%;
	position:relative;
	top:0;
	width:100%;
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}





/* Page */

#page {
	width:85%;
	height:100%;
	margin: 0 auto;
	background: #ffffff;
	padding-top:2%;
}

/* Wrapper for main content */

#content {
	float: right;
	width: 85%;
}


/* Post - the text that is dynamically added through PHP */
.post {
	line-height: 170%;
}
.post p {
	padding: 0 1%;
}

.post i {
	border-bottom: 1px #BBBBBB dashed;
}

.post h1 {
	font-weight: normal;
	border-bottom: 1px dashed #BBBBBB;
	color: #553399;

}
.post h2 {
	margin: 0;
}

.post h3 {
	margin: 0;
}

.post a {
	border-bottom: none;
	color: #553399;
}

.post a:hover {
	border-bottom: 1px dotted #000000;
}




/* Footer */

#footer {
	width:80%;
	height: 70px;
	margin: 0 auto;
	padding: 0 2%;
}

#footer p {
	margin: 0;
	padding: 2% 0 0 0;
	text-align: center;
	font-size: smaller;
}

#footer .link {
	float: right;
}

#footer .copyright {
	float: left;
}



h1, h2, h3 {
	margin-top: 0;
	color: #770011;
}

h1 {
	font-size: 1.6em;
	font-weight: normal;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}


a {
	text-decoration: none;
	color: #670093;
}

a:hover {
	border-bottom: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 2% 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 2%;
}

/*
#670093 - dark purple
#ECBFFE	- very light purple
#D980FE	-  light purple
#775187	- greyish dark purple
#D4D4D4	- gray
#2B2B2B - blackish
9400D3 - violet purple

#770011 - deep red
 #3300bb - d blue
 #0000cc - l blue
 #cc2233 - l red
 #ffbbbb - pink

#553333 - brownish
 #553388 - d purple
 #553399 - purple
 #ccaaaa - beige-ish
 #995566 - rose red ish
*/


/* Sidebars */
/*
#sidebar1 {
	float: left;
}

#sidebar2 {
	float: right;
}

.sidebar {
	float: left;
	width: 18%;
	padding: 0;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding: 0 0 2% 0;
}

.sidebar li  {
	margin: 0 2% 0 1%;
	padding: 3% 0;
	border-bottom: 1px #BBBBBB dashed;
}
.sidebar h2 {
	height: 3%;
	margin: 0 0 0 0;
	padding: 1% 2% 0px 2%;
	letter-spacing: -1px;
	font-size: 16px;
	color: #ccaaaa;
	background-color:#553399;
}
.sidebar a {
	color:#553388;
}
*/