@charset "UTF-8";
/* CSS Document */

body {
	background-color: #222968;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}

h1 {
	font: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #222968;
}

h2 {
	font: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #222968;
}

.bold {
	font-weight: bold;
}

.ital {
	font-style: italic;
}

.border {
	border: 2px solid #222968;
	margin-bottom: 15px;
}

a {
	color: #222968;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #079DD2;
}


#wrapper {
	width: 1000px;
	height: auto;
	margin: 20px auto;
	position: relative;
	background-color: #ffffff;
}

/*HEADER******************************************************/
#header {
	width: 1000px;
	height: 120px;
	margin: 25px auto;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

.nav {
	margin-left: 175px;
	margin-top: -22px;
}

ul.nav li {	
	display: inline;
}

/*BODY ******************************************************/
.body cushycms {
	position: relative;
}

	/*LEFT ******************************************************/
.left {
	width: 650px;
	position: relative;
	float: left;
	margin-left: 38px;
	height: auto; /*this makes it expand when more text is added*/
}

.cover {
	width: 200px;
	height: 300px;
	float: left;
}

.blurb {
	width: 420px;
	float: right;
}

	/*END LEFT***************************************************/
	
.sidebar {
	width: 190px;
	height: auto;
	float: right;
	padding: 0 50px 0 15px;
	margin-bottom: 15px;
	border-left: 2px solid #222968;
}

/*SHORT_BIO ******************************************************/
.short_bio {
	color: #222968;
	width: 800px;
	margin: 0 auto;
	clear: both;
	border-top: 1px solid #222968;
	border-bottom: 1px solid #222968;
	padding: 5px 0px 10px 5px;
}

/*BUY ******************************************************/
.buy {
	width: 800px;
	margin: 0 auto;
	text-align: center;
}

/*FOOTER ******************************************************/
.footer {
	font-size: 12px;
	color: #222968;
	clear: both;
	text-align: center;
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
}