﻿/*
Purple RGB 130 - 667 - 143   #82438F
Green			#339933
Burgendy		#9C0030
Grey backgroud	#f1f1f1
*/

* {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	background-position: 0px 0px;
	margin: 0;
	padding: 0;
	background-repeat: repeat;
	background-attachment: scroll;
}

/* general */
a {
	color:#b484da;
	text-decoration:none;
}
a:hover {
	color:#666;
	text-decoration:underline;
}
blockquote {
	background:#f1f1f1;
	border-left:2px solid #339933;
	color:#444;
	display:block;
	font-style:oblique;
	line-height:25px;
	margin:0 0 0 10px;
	padding:0 0 0 10px;
	font-size:1.3em;
}
.left {
	float:left;
	margin:0 10px 0 0;
}
.right {
	float:right;
	margin:0 0 0 10px;
}

/* body */
body {
	background:#fff url('Images/headerVertStripPurple.jpg') repeat-x top;
	font:0.7em Verdana, "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
}

/* header */
#header {
	background:url('Images/headerPurple.jpg');
	height:320px;
	margin:0 auto;
	position:relative;
	width:800px;
}
#header:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}

#headerImageFrame
{
	background:url('Images/HeaderImageFrame.gif');
	z-index:200;
	width:550px;
	height:190px;
	position:absolute;
	top:30px;
	left:250px;
	text-align:center;
	vertical-align:middle;
}

#headerImageFrame img
{
	padding:5px;
	width: 535px;
	height:175px;
}

#header h1 {
	color:White;
	font-size:25px;
	font-weight:400;
	left:50;
	letter-spacing:-2px;
	position:absolute;
	top:145px;
	width:200px;
	text-align:center;
}
#header p {
	bottom:80px;
	color:White;
	font-size:13px;
	position:absolute;
	right:35px;
}

#header p a
{
	color:White;
}

#header ul {
	list-style:none;
	position:absolute;
	top:250px;
}
#header ul li {
	list-style:none;
	float:left;
	margin-left:5px;
	text-align:center;
}
#header ul li a {
	color:White;
	display:block;
	font-size:15px;
	font-weight:bold;
	height:20px;
	padding:5px;
	width:95px;
	border: solid 1px #82438F;
}
#header ul li a:hover {
	color:White;
	text-decoration:underline;
	border: solid 1px white;
}
/* content section */
#contentSection {
	height:auto;
	margin:0 auto;
	width:800px;
}
#contentSection:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
} 

/* sidebar */
#sidebar {
	float:left;
	width:210px;
}
#sidebar h1 {
	border-bottom:2px solid #339933;
	color:#9C0030;
	font-size:130%;
	font-weight:400;
	line-height:30px;
	padding:0 5px;
}

#sidebar p {
	background:#f1f1f1;
	color:#555;
	display:block;
	font-size:90%;
	line-height:20px;
	margin:5px 0;
	padding:5px;
}
#sidebar p a.more {
	display:block;
	text-align:right;
	color:#9C0030;
}

#sidebar p a
{
	color:#9C0030;
}



#sidebar p a:visited {
	color:#9C0030;
}

/* Main Content */
#mainContent {
	float:right;
	width:560px;
}
#mainContent p {
	color:#555;
	line-height:20px;
	padding:10px;
}
#mainContent h1 {
	border-bottom:2px solid  #339933;
	color:#9C0030;
	font-size:130%;
	font-weight:400;
	line-height:30px;
	padding::0 5px 0 5px;
}

#mainContent h2 {
	border-bottom:2px solid  #339933;
	color:#9C0030;
	font-size:100%;
	font-weight:300;
	line-height:20px;
	padding::0 10px 0 10px;
}


#mainContent a, a:visited
{
	color:#9C0030;
}

#footer
{
	height:auto;
	margin:0 auto;
	width:800px;
	background-color:#f1f1f1;
}

.inspiration
{
	font-style:italic;
	font-size:9px;
	font-weight:bold;
	
}

.attributedTo
{
	margin-left:10px;
	font-style:normal;
	font-size:8px;
}









