/*
 * The fonts included are copyrighted by the vendor listed below.
 * @vendor:     Steve Deffeyes
 * @vendorurl:  http://www.deffeyes.com
 * @licenseurl: http://www.fontsquirrel.com/license/Roman-Caps
 * @licenseurl: http://www.fontsquirrel.com/license/Gondola-SD
 */

@font-face {
	font-family: 'RomanCapsRegular';
	src: url('../type/Roman_SD.eot');
	src: local('Roman Caps Regular'), local('RomanSD'), url('../type/Roman_SD.ttf') format('truetype');
}

@font-face {
	font-family: 'GondolaSDRegular';
	src: url('../type/Gondola_SD.eot');
	src: local('Gondola SD Regular'), local('GondolaSD'), url('../type/Gondola_SD.ttf') format('truetype');
}

/*
 * The fonts included are copyrighted by the vendor listed below.
 * @vendor:     Casady & Greene
 * @vendorurl:  http://www.moorstation.org/typoasis/designers/casady_greene/
 * @licenseurl: http://www.fontsquirrel.com/license/CalligraphyFLF
 */

@font-face {
	font-family: 'CalligraphyFLFRegular';
	src: url('CalligraphyFLF.eot');
	src: local('CalligraphyFLF Regular'), local('CalligraphyFLF'), url('CalligraphyFLF.ttf') format('truetype');
}


/********************
******Structure******
*********************/

body {
	margin: 0;
	padding: 0;
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #222;
	background-color: #fcfbf9;
}

#accessibility {
	position: absolute;
	top: -10000px;
}

#container {
	margin: 0px auto;
	padding: 12px 0;
	border-top: 10px solid #174f2c;
	width: 1000px;
}

#banner {
	height: 85px;
	width: 970px;
	padding: 190px 30px 0 0;
	text-align: right;
	background: transparent url("/images/header.jpg") top left;
}

#content {
	float: left;
	width: 620px;
	margin: 0 0 0 100px;
	padding: 0 10px 25px 10px;
}

#content-full {
	width: 750px;
	margin: auto 100px;
	padding: 10px 10px 25px 10px;	
}

#sidebar {
	padding: 5px 20px 15px;
	margin-bottom: 20px;
	width: 200px;
	float: right;
}

#nav {
	float: left;
	margin: 12px 0;
	padding: 0;
	width: 1000px;
	background: #294d2e;
}

#foot {
	font-size: 80%;
	float: left;
	display: inline;
	border-bottom: 10px solid #333;
	padding: 35px 30px 12px 0;
	text-align: right;
	color: #fff;
	height: 95px;
	width: 970px;
	background: transparent url("/images/footer.jpg") top left no-repeat;
}


#mobile-nav, #mobile-nav form {
  display: none;
}



/********************
*****Navigation******
*********************/

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

.navlist li {
	float: left;
	margin: 0;
	padding: 0;
}


/********************
********Links********
*********************/

a, a:visited {
	text-decoration: underline;
	color: #1d74ac;
	padding: 0 1px;
}

a:hover {
  color: #fff;
  background: #1d74ac;
}

#content img {
  text-decoration: none;
}

#nav a {
  text-decoration: none;
}

.navlist li a {
	padding: 5px 20px;
	margin: 0;
	color: #f4fff9;
	float: left;
	border-right: 1px solid #ccc;
	background: #294d2e;
}

.navlist li a.active, .navlist li a:hover {
	background: #1d74ac;
	color: #fff;
}

#site-name a {
	color: #fff;
}

#sidebar a, #sidebar a:visited {
  text-decoration: none;
  color: #294d2e;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #ff4d00;
	background: #fff;
}

a.img {
  background: #fff;
	border: none;
	text-decoration: none;
}

#foot a {
	text-decoration: none;
	color: #EAEAAE;
}

#foot a:hover {
  background: transparent;
}

#site-name a:link, #site-name a:visited, #site-name a:active {
  text-decoration: none;
  background: transparent;
  color: #fff;
}

#site-name a:hover {
  text-decoration: none;
  background: transparent;
  color: #EAEAAE;
}

/********************
*********Text********
*********************/

/* reset padding and margins */
#sidebar ul, #sidebar li, .hint {margin: 0; padding: 0;}

p, #foot p {
	margin: 10px 0;
	padding: 0;
}

#foot p {
  margin: 0;
}

.announce {
  font-weight: bold;
}

#content p, #content-full p {
  padding-bottom: 15px;
}

ul {
	margin: 7px 0;
	padding: 0 30px;
}

p, li {
	padding-right: 10px;
	font-size: 95%;
	line-height: 185%;
}

h2 {
	color: #fff;
}

h1, h2 {
	margin: 0 -10px 0;
	padding: 0 10px;
	font-weight: normal;
}

#banner h2, #banner h1 {
	padding-right: 0px;
}

h3 {
	font-family: 'RomanCapsRegular';
	font-size: 120%;
	margin-top: 0;
	padding-top: 0;
	font-weight: normal;
}

h4 {
 	font-family: 'CalligraphyFLFRegular';
 	font-size: 150%;
 	font-weight: normal;
 	margin-top: 0;
 	margin-bottom: 0;
}

#site-slogan {
	font-family: 'GondolaSDRegular';
	font-style: italic;
	font-size: 100%;
}

#site-name {
	font-size: 200%;
}

ul, li {
  list-style: circle;
}

/*
#content ul li, #content-full ul li {
  font-weight: bold;
}
*/

#content ul li ul li, #content-full ul li ul li {
  font-weight: normal;
  list-style-type: none;
}

#content ul li ul.bullets li {
	list-style-type: circle;
}

#content ul li ul li ul li, #content-full ul li ul li ul li {
  list-style-type: disc;
}

#content ul li ul li.nolist {list-style-type: none;}

#nav ul, #nav li {
	list-style-type: none;
}

#sidebar ul li ul {
	margin-left: 10px;
}

.hint {
  font-size: 75%;
  line-height: 100%;
  text-align: right;
  clear: both;
}

.quotes p {
  margin: 0 0 0 25px;
  padding: 0;
}

.quotes h4 {
  margin-bottom: 10px;
  margin-top: 20px;
}

span.normal {font-family: Georgia, Times, "Times New Roman", serif; font-size: 60%; font-weight: normal;}

.cv h4 {margin-bottom: 0; margin-top: 15px; line-height: 1.2em;}
.cv h5 {margin: 10px 0 0 10px; font-size: 90%;}
.cv ul, .cv li {list-style-type: none; font-size: 95%; line-height: 1.25em;}
.cv p {margin-left: 15px; font-size: 90%; line-height: 1.25em;}
#content div.cv ul li {margin-bottom: 10px; font-weight: normal;}
dl {margin-top: 5px; line-height: 1.2em;}
dt {margin-left: 20px; font-weight: bold; font-size: 90%;}
dd {margin-left: 30px; font-size: 90%; margin-bottom: 5px;}
.cv span {padding-left: 10px; padding-right: 10px;}
