/*
Author: Kate Sugden
Date: 23.10.2014
CSS stylesheet for Mindful Alternatives
*/

/*html selectors*/

body {
	margin:0;
	padding:0;
	border:0;
	width:100%;
	min-width:600px;		
	font-size:90%;
	background-color: #f5edff;
}

h1 {
	font-family: garamond;
	font-size: 4em;
	/*text-shadow: 2px 1px 0px #e5d0ef, 4px 2px 0px rgba(0,0,0,0.4);*/
	background-color: #e5d0ef;
	
	margin-top: 0;
	padding: 15px;
}

h2 {
	font-family: garamond;
	font-size: 1.5em;
	/*color: #6C3E8E;*/
	background-color: #e5d0ef;
}

h3 {
	font-family: garamond;
	color: #6C3E8E;
}

p,ul, cite {
	color: #5B2D7D;
}

/*ids - positioning*/

#frame {
	position:relative;
	clear:both;
	float:left;
	width:100%;			
	overflow:hidden;		
}

#container {
	float:left;
	width:100%;
	position:relative;
	right:23%;
}

#content,
#sidebar{
	float:left;
	position:relative;
	padding:0;
	overflow:hidden;
}

#content {
	width:73%;			
	left:23%;		
}

#centre {
	margin-left: 220px;
	margin-right: 15px;
	margin-top: -17px;
}

#sidebar{
	width:23%;			
	left:23%;		
	background-color: #e5d0ef;	
	padding: 10px;
	border: 2px solid #6C3E8E;
}

/*classes*/

.event{
	font-weight: bold;
	font-size: 1.2em;
}

.poem{
	text-align: center;
}

/*ids*/

#bio_pic {
	border: 2px solid #6C3E8E;
}

#small {
	font-size: 0.5em;
}

#nav{
	width: 170px;
	overflow: hidden;
	padding: 0px;
	position: fixed;
	left: 10px;
	z-index: 1;
}

#nav li {
	border-top: 5px solid #6C3E8E;
	color: #6C3E8E;
	font-size: 1.2em;
	list-style: none;
	overflow: hidden;
}

#file_list {
	line-height: 150%;
	list-style: none;
	padding: 0;
}

#footer {
	clear:both;
	float:left;
	width:100%;
	margin-top: 10px;
	background-color: #e5d0ef;
}

#footer p {
	margin-left: 220px;
}

/*hyperlinks*/

a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #7900E7;
}

a:hover, a:active {
	text-decoration: none;
	font-weight: bold;
	color: #009797;
}

#nav a:link, #nav a:visited {
	font-weight: normal;
	color: #6C3E8E;
	display: block;
}

#nav a:active, #nav a:hover {
	font-weight: normal;
	background-color: #6C3E8E;
	color: #FFFFFF;
}
	