body {
	background-color: #fff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg-strip-cf.gif);
	background-repeat: repeat-x;
}



.navigation > ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-family: "texgyreadventorbold";
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	text-transform: uppercase;
}

.navigation > ul > li {
	margin-bottom: 15px;
}

.navigation > ul > li > a {
	display: block;
	color: #7d7d7d;
}

.navigation > ul > li > a:hover {
	color: #2d7bc7;
}

.last {
	margin-bottom: 6px !important;
}

a.activelink {
	color: #2d7bc7 !important;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.paget {
	margin-top: 40px;
}

h2 {
	margin-top: 0px;
	font-family: texgyreadventorbold;
	-webkit-font-smoothing: antialiased;
	font-size: 22px;
	text-transform: uppercase;
	font-style: normal;
	font-weight: normal;
	color: #333;
}

h2 a {
	color: #333;
	text-decoration: none;
}

h2 a:hover {
	color: #333;
	text-decoration: none;
}


.writings {
	margin-bottom: 60px;
}

.writings img {
	margin-bottom: 20px;
}

.bio img {
  width: 226px;
  float: right;
  margin-left: 20px;
  margin-top: 7px;
  margin-bottom: 20px;
  }

.writings, .bio p {
	line-height: 175%%;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif; 
	-webkit-font-smoothing: antialiased;
	color: #333;
	}

.readmore {
	text-transform: uppercase;
	font-family: texgyreadventorbold;
	-webkit-font-smoothing: antialiased;
	font-size: 14px;
}

.readmore a {
	color: #2d7bc7;
}

.readmore a:hover {
	color: #9795bd;
	text-decoration: none;
}

.blank {
	min-height: 550px;
}


@font-face {
    font-family: 'texgyreadventorbold';
    src: url('../fonts/texgyreadventor-bold-webfont.eot');
    src: url('../fonts/texgyreadventor-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/texgyreadventor-bold-webfont.woff') format('woff'),
         url('../fonts/texgyreadventor-bold-webfont.ttf') format('truetype'),
         url('../fonts/texgyreadventor-bold-webfont.svg#texgyreadventorbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'texgyreadventorregular';
    src: url('../fonts/texgyreadventor-regular-webfont.eot');
    src: url('../fonts/texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/texgyreadventor-regular-webfont.woff') format('woff'),
         url('../fonts/texgyreadventor-regular-webfont.ttf') format('truetype'),
         url('../fonts/texgyreadventor-regular-webfont.svg#texgyreadventorregular') format('svg');
    font-weight: normal;
    font-style: normal;

}