/*  
Theme Name: Armorstone
Theme URI: http://www.schalfin.com
Description: Professional Theme 3.
Version: 1.0
Author: schalfin
Author URI: http://www.schalfin.com/

*/

/* Defaults */

* {
  margin: 0;
  padding: 0;
  }

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 10px 0;
  }

h1, h2, h3, h4, h5, h6 {
  font-family: trebuchet ms, arial, helvetica, sans-serif;
  color: #000;
  text-transform: uppercase;
  }

hr {
  color: #333;
  border: 1px solid #121212;
  }

pre {
  height: auto; 
  overflow-x:scroll;
  }

fieldset {
  margin: 0;
  padding: 0; 
  border: 0;
  }

dd {
  padding-left: 15px;
  }


p {
  font-size: 10pt;
  }

a {
  color: #6699ff;
  text-decoration: underline;
  }

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

a img {
  border: none;  
  }
  
blockquote {
  background: #070707;
  border: 1px solid #060606;
  padding: 5px 15px;
  margin: 10px 10px 5px 15px;
  font-style: italic;
  color: #fff;
  }

code {
  color: #3366cc;
  font-style: italic;
  }

strong {
  font-size: 110%;
  }

body {
  text-align: center;
  margin: 0;
  padding: 0 0 15px 0;
  font-family: trebuchet ms, arial, helvetica, sans-serif;
  background: #263135;
  }


/* Header and wrapper */
#wrapper {
  margin: 10px auto;
  width: 900px;
  border: 1px solid #000;
  text-align: left;
  padding: 0;
  background: #fff;
  }

#header {
  padding: 0;
  width: 100%;
  height: 120px;
  background: #ffffff;
  }

#header #logo {
  float: left;
  width: 900px;
  margin: 0;
  padding: 0;
}
#header span {
  padding: 0;
  color: #111;
  font-size: 11pt;
  }


/* Menu */

#catnav {
  margin: 0 0 0 0;
  padding: 0;
  clear: both;
  height: 50px;
  width: 900px;
  float: left;
  background: #62757c;
  border-top: none;
  border-bottom: none;
  text-transform: uppercase;
  }

#nav {
  list-style: none;
  margin: 0 29px;
  padding: 0;
  float: right;
  }
	
#nav ul {
  margin: 0;
  padding: 0;
  background: #ffffff;
  }

#nav li {
  float: left;
  margin: 0px;
  padding: 0;
  width: 160px;
  text-align: center;
  }

#nav a {
  display: block;
  line-height: 50px;
  margin: 0;
  padding: 0 20px 0 15px;
  font-size: 13px;
  color: #fff;
  }

#nav li a:hover {
  color: #ffffff;
  text-decoration: none;
  display: block;
  background: #6699cc;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  }

#nav li ul {
  list-style: none;
  position: absolute;
  width: 160px;
  left: -999em;
  }

#nav li:hover ul, #nav li.sfhover ul {
  left: auto;
  }
	
#nav li li {
  float: left;
  margin: 0;
  padding: 0;
  width: 160px;
  }
	
#nav li li a {
  width: 160px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  border-top: 1px solid #131f27;
  background: #040404;
  margin: 0;
  padding: 5px 20px 5px 15px;
  }
	
#nav li li a:hover {
  border-top: 1px solid #131f27;
  background: #000;
  padding: 5px 20px 5px 15px;
  }

#nav li:hover, #nav li.sfhover { /* prevents IE7 drop-down menu bug (focus on a page element prevents nested menus from disappearing) */
  position: static;
  }

#toprss {
  float: right;
  margin: 10px 15px 0 0;
  display: inline;
  width: 65px;
  line-height: 41px;
  }



/* Top Content */

#main {
  margin: 0;
  clear: both;
  width: 900px;
  padding: 0;
  background: #62757c;
  }
#contentwrapper {
  float:left;
  width: 830px;
  margin: 0;
  padding: 20px;
  background: #fff;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  }
#contentwrapper2 {
  float:left;
  width: 820px;
  margin: 0 0 15px 0;
  padding: 0;
  }
  
#contentwrapper .pageTitle, #contentwrapper2 .pageTitle {
  margin: 15px 0 10px 0;
  font-size: 14pt;
  letter-spacing: -1px;
  color: #000;
  font-weight: normal;
  background: url(images/bg-trans.png) repeat;
  padding: 5px;
  }

#contact {
  width: 100%;
  font-size: 10pt;
  }

.topPost {
  margin: 0;
  padding: 0;
  font-size: 10pt;
  }
.topPost h2.topTitle a {
  font-size: 15pt;
  font-weight: bold;
  color: #000;
  text-transform: none;
  }
.topPost h2.topTitle a:hover {
  text-decoration: none;
  color: #abd1ea;
  }
.topPost p.topMeta {
  padding: 0;
  margin: -10px 0 0 0;
  font-size: 10pt;
  color: #cdcdcd;  
  }
.topPost p.topMeta a {
  text-decoration: underline;
  color: #ff9933;
  }
.topPost p.topMeta a:hover {
  color: #6699cc;
  }
.topPost div.topContent {
  font-size: 10pt;
  color: #000;
  margin: 8px 0;
  }
.topPost div.topContent a {
  text-decoration: underline;
  color: #ff7700;
  }
.topPost div.topContent a:hover {
  text-decoration: underline;
  color: #6699ff;
  }

.topPost div.topContent ul, .topPost div.topContent ol {
  padding: 0 0 0 30px;
  }
.topPost div.topContent ul li, .topPost div.topContent ol li {
  color: #000;
  }
.topPost span.topComments, .topPost span.topMore, .topPost span.topTags {
  font-size: 10pt;
  font-style: italic;
  background: url(images/bg-trans.png) repeat;
  padding: 8px 10px;
  margin-right: 5px;
  line-height: 27pt;
  color: #fff;
  border: 1px solid #111;
  }
.topPost span.linkpages {
  font-size: 10pt;
  font-style: italic;
  color: #fff;
  margin-bottom: 10px; display:block;
  }
.topPost span.linkpages a:hover {
  color: #ddd;
  }
.topPost span.topComments:hover, .topPost span.topMore:hover, .topPost span.topTags:hover {
  background: #040404;
  }
.topPost span.topComments a {
  color: #fff;
  background: url(images/comments.gif) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  }
.topPost span.topMore a {
  color: #fff;
  background: url(images/more.gif) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  }
.topPost span.topTags em {
  background: url(images/tags.gif) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  color: #0a0a0a;
  }
.topPost span.topTags a {
  color: #fff;
  line-height: 27pt;
  vertical-align: middle;
  }
.topPost span.topComments a:hover, .topPost span.topMore a:hover, .topPost span.topTags a:hover {
  color: #fff;
  text-decoration: underline;
  }

#nextprevious {
  margin: 10px 0 5px 0;
  }
#nextprevious a {
  color: #83adc8;
  text-transform: lowercase;
  text-decoration: underline;
  }
#nextprevious a:hover {
  color: #fff;
  }



/* Welcome section */

#main #welcome {
  margin: 0 0 20px 0;
  padding: 0 0 5px 0;
  }
#main #welcome h2 {
  font-size: 12pt;
  font-weight: normal;
  color: #d67fff;
  letter-spacing: -1px;
  margin: 0 10px;
  padding: 10px 0 3px 0;
  }
#main #welcome p {
  font-size: 10pt;
  color: #eee;  
  margin: 0 10px;
  padding: 6px 0;
  }
#main #welcome a {
  text-decoration: underline;
  color: #ff9933;
  }
#main #welcome a:hover {
  color: #6598b8;
  }
#main #welcome form {
  margin: -5px 0 0 0;
  background: transparent; /* required for IE */
  }
#main #welcome #feedbox {
  border: 1px solid #ccc;
  padding: 2px 1px;
  width: 180px;
  }
.submitbutton {
  margin: -5px 0 0 5px;
  background: #010101;
  color: #fff;
  font-size: 8pt;
  padding: 3px 6px;
  vertical-align: middle;
  border: 1px solid #111;
  }
.submitbutton:hover {
  cursor: pointer;
  background: #050505;
  }


/* Sidebars */
#sidebars {
  margin: 15px 0 0 0;
  float: right;
  width: 180px;
  color: #eee;
  }
#sidebars .sidebarbox {
  padding: 8px 15px;
  border: none;
  }

#sidebar_full {
  padding: 0;
  margin: 0;
  }

#sidebar_left {
  float: left;
  width: 160px;
  }

#sidebar_right {
  float: right;
  width: 160px;
  }

#sidebars h2 {
  margin: 0;
  padding: 0 0 8px 0;
  font-weight: normal;
  font-size: 11pt;
  color: #d67fff;
  letter-spacing: -1px;
  }

#sidebars img {
  border: none;
  float: right;
  margin: 0 0 30px 0;
  }

#sidebars table {
  width: 130px;
  }

#sidebars ul {
  margin: 0;
  padding: 0 0 5px 0;
  }

#sidebars li {
  margin-bottom: 20px;
  list-style: none;
  font-size: 10pt;
  }

#sidebars li ul {
  padding: 0;
  }

#sidebars ul ul li {
  margin: 0;
  padding: 2px 2px 2px 16px;
  color: #eee;
  background: url(images/bullet.gif) left 8px no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }

#sidebars a {
  display: inline;
  color: #cc99ff;
  text-decoration: underline;
  }
#sidebars a:hover {
  color: #abd1ea;
  text-decoration: none;
  }

#sidebars p {
  padding: 2px 0;
  font-size: 10pt;
  color: #eee;
  }

#tag_cloud a {
  display: inline;
  }

#sidebars ul.children li {border-bottom:none;}
#sidebars ul.children {margin-bottom:0;}



/* footer*/
#footer {
  clear: both;
  background: #fff;
  font-size: 9pt;
  border-top: 1px solid #000;
  padding: 10px 15px 5px 15px;
  }
#footer p {
  color: #000;
  padding: 0;
  }
#footer a {
  color: #ff7700;
  text-decoration: underline;
  }
#footer a:hover {
  color: #6699ff;
  }
#footerleft {
  float: left;
  width: 500px;
  }
#footerright {
  float: right;
  width: 300px;
  text-align: right;
  padding: 0;
  font-size: 8pt;
  margin: -7px 0;
  text-transform: uppercase;
  }
 

/* Misc */

.outline {
  padding-left: 20px;
  }

.publications {
  padding: 0 0 15px 0;
  }

.highlight {
  color: #222;
  font-weight: bold;
  }

.cleared {
  margin: 0;
  padding: 0;
  clear: both;
  }

.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  }
.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }
.aligncenter,
div.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

img.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  }
img.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  border: 1px solid #000;
  }
img.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }
  
  
/* Vitae Content */
table.vitaeTable1 {
  width: 750px;
  float: left;
  margin: 0 0 0 40px;
  border: 0px solid #000;
  }

table.vitaeTable2 {
  width: 750px;
  float: left;
  margin: 20px 0 20px 50px;
  border: 0px solid #000;
  }
  
#curriculumPage {
  width: 100px;
  float: right;
  margin: 0 30px 0 0;
  border: 0px solid #000;
  text-align: right;
  text-transform: uppercase;
  font-size: 8pt;
  }
  
/* Curriculum Navbar */
#catnav2 {
  margin: 0 auto;
  padding: 0;
  clear: both;
  height: 20px;
  width: 825px;
  float: center;
  text-transform: uppercase;
  border: 0px solid #eee;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #eee
  }

#nav2 {
  list-style: none;
  margin: 0 0 0 20px;
  padding: 0;
  float: left;
  }
	
#nav2 ul {
  margin: 0;
  padding: 0;
  }

#nav2 li {
  float: left;
  margin: 0px;
  padding: 0;
  width: 85px;
  text-align: center;
  border: 0px solid #000;
  }

#nav2 a {
  display: block;
  margin: 0;
  padding: 0 20px 0 15px;
  font-size: 13px;
  color: #ff7700;
  }

#nav2 li a:hover {
  color: #6699cc;
  text-decoration: none;
  display: block;
  }

td.vitaeColumn1 {
  width: 100px;
  vertical-align: top;
  padding: 7px 0 7px 0;
}

td.vitaeColumn2 {
  width: 650px;
  vertical-align: top;
  padding: 7px 0 7px 0;
}

td.vitaeColumn3 {
  width: 200px;
  vertical-align: top;
  padding: 7px 0 7px 0;
}

td.vitaeColumn4 {
  width: 550px;
  vertical-align: top;
  padding: 7px 0 7px 0;
}

td.vitaeColumn5 {
  width: 100%;
  padding: 7px 0 7px 0;
}

li.vitae {
  padding: 0 0 10px 0;
}

.vitaePageTitle {
  margin: 15px 0 10px 0;
  font-size: 14pt;
  letter-spacing: -1px;
  color: #000;
  font-weight: normal;
  padding: 5px;
  }