/*************** woven.css ***************

Shorthand Example
-----------------
padding: top, right, bottom, left
padding-top
padding-right
padding-bottom
padding-left

******************************************/

body {
   font:normal 76% "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
   background-color: #ccc;
   background-image: url(../images/logo-beta-rnd-shw.jpg);
   background-repeat: no-repeat;
   background-position: center top;
}

img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.dialog {
  width:539px;
  margin:0px auto;
  min-width:20em;
  color:#333;
}

.dialog .hd .c,
.dialog .ft .c {
 font-size:1px; /* ensure minimum height */
 height:13px;
}

.dialog .ft .c {
  height:17px;
}

.dialog .hd {
  background:transparent url(../images/diag/tl.gif) no-repeat 0px 0px;
  position:relative;
  top:3px;
  left:-2px;
}

.dialog .hd .c {
  background:transparent url(../images/diag/tr.gif) no-repeat right 0px;
}

.dialog .bd {
  background:transparent url(../images/diag/ml.gif) repeat-y 0px 0px;
  position:relative;
  left:-2px;
}


.dialog .bd .c {
  background:transparent url(../images/diag/mr.gif) repeat-y right 0px;
}

.dialog .bd .c .s {
  margin:0px 12px 0px 15px;
  background:#fff url(../images/diag/ms.jpg) repeat-x 0px 0px;
  padding: 2em 0px 30px 0px;
  position:relative;
  top:3px;
  left:2px;
  z-index:1;
}

.dialog .ft {
  background:transparent url(../images/diag/bl.gif) no-repeat 0px 0px;
  position:relative;
  left:-2px;
}

.dialog .ft .c {
  background:transparent url(../images/diag/br.gif) no-repeat right 0px;
}

/* content-specific margin-top: 220px;*/

.dialog h1 {
  /* header */
  font-size:1.5em;
  font-style: italic;
  margin:0px;
  padding:10px;
  margin-top:-0.6em;
}

.dialog p {
  margin:0.5em 0px 0px 0px;
  padding:0px;
  font:0.95em/1.5em "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

a {
  text-decoration: none;
  color: #663;
}

#subnav {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

#navcontainer {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-top: 110px;
}

/* Menu */
ul#navlist {
  margin-left: 0;
  padding-left: 0;
  white-space: nowrap;
}

#pager {
  color: #fff;
}

#navlist li {
  display: inline;
  list-style-type: none;
}

#navlist a {
  padding: 3px 10px;
}

#navlist a:link, #navlist a:visited {
  color: #666;
  background-color: #cc9;
  text-decoration: none;
}

#navlist a:hover {
  color: #fff;
  background-color: #cc9;
  text-decoration: none;
}

p.sectionTitle, h4 {
  font: bold 1.1em Georgia, "Times New Roman", serif;
  font-size:18px;
  color: #963;
  letter-spacing : 1px;
  text-transform : none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-decoration: none;
}

#pageHeader {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: normal;
  font-variant: small-caps;
}

#pageHeaderLinks {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
}

#pageTitle {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 22px;
  color: #333300;
  font-weight: normal;
}

#inner-content {
  clear: left;
}

#courseWork {
  font-size: 13pt;
  font-weight: normal;
}

#fig1 {
  border: none;
  float: right;
}

#strict {
  float: right;
}

#copyblock {
  text-align: center;
}

img.border {
  float: right;
  margin: 15px 0px 15px 0px;
  border: 1px solid #999;
  padding: 7px 7px 7px 7px;
  background: #fff;
}

img.noborder {
  border: none;
  padding: 0px 5px 0px 5px;
}

sup {
  font-size: 7px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-decoration: none;
}

#validator {
  width:176px;
  display: block;
  margin-right:auto;
  margin-left:auto;
}

img.w3c {
  padding:10px 0px 20px 0px;
  width:88px;
  height:31px;
  border:none;
  float:left;
}

code, pre {
  font-family: Courier New, monospace;
  font-size: 12px;
  font-weight: normal;
  color: #033;
}

dl {
  border: none;
  padding: 0.5em;
}

dt {
  float: left;
  clear: left;
  width: 135px;
  text-align: right;
  font-weight: bold;
  color: #333;
  padding-right: 10px;
}

dt:after {
  content: ":";
}

dd {
  margin: 0 0 0 160px;
  padding: 0 0 0.5em 0;
}

fieldset {
  border: none;
}

#inner-content {
  width: 440px;
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
  background-image: url("http://www.woven-media.com/images/paper_light.png");
  background-repeat:repeat;
}

#download {
  text-decoration:underline;
  font-size: 22px;
  font-weight: bold;
  color: #000;
}



/*********** MENUBAR CSS ***********/

#menubar {
  width:490px;
  color:#fff;
  margin-right:auto;
  margin-left:auto;
}

#menubar ul { /* all lists */
  padding: 0;
  margin: 0;
  list-style: none;
}

#menubar li { /* all list items */
  float: left;
  position: relative;
  width: 150px;
  background-color: #cc9;
}

#menubar li ul { /* second-level lists */
  display: none;
  position: absolute;
  float: left;
  left: 0px;
  /* bottom: -10px; */
  text-align: left;
  top: -50px;
}

#menubar li.topLevel { /* top-level menu items */
  color: #666;
  width: 96px;
  text-decoration: none;
  border-right: 0px;
  top: -80px;
}

/**
*
* To override top and left in browsers other than IE,
* which will position to the top right of the
* containing li, rather than bottom left.
*

li>ul {
  top: auto;
  left: auto;
}

*/

/* lists nested under hovered list items */

#menubar li:hover ul, li.over ul, li.topLevel {
  display: block;
  text-decoration: none;
  border: #333 1px solid;
}

#menubar li:hover, #menubar a:hover {
  color: #fff;
  background-color: #b2cde0;
}

#menubar li:hover.topLevel {
   background: #b2cde0 url("http://www.woven-media.com/images/favicon_sm.jpg") no-repeat 0px 0px;
   border-bottom-color: #666;
   border-right-color: #666;
   border-left-color: #666;
}

#outer-wrapper {
 position: relative;
 top: -25px;
}

/********* Login CSS **********/

#login {
  width:540px;
  color:#fff;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.sm-input {
  font:normal 76% "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  width: 100px;
  margin-left: 10px;
  background-color: #ccc;
  border: 1px outset;
}

#login-inner {
  width:120px;
  /* border: 1px solid; */
  margin-right:15px;
  margin-left: auto;
}

#login-inner input {
  display: block;
  border: #000 1px solid;
  margin-bottom: .75em;
}

#login-inner label {
  margin-left: 10px;
}

#login-inner br {
  display: none;
}

label.labelBg {
  background: transparent url('../images/label_bg.jpg');
  padding: 0px 3px 0px 3px;
  border-left: #333 1px solid;
  border-right: #333 1px solid;
}

#auth-btn {
  font:normal 76% "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  background-color: #ccc;
  border: 1px outset;
  width: 50px;
  margin-left: 61px;
}

fieldset#loginFields {
  padding: 0px;
}

/***************************/

.topBottomPhotoPad {
   margin-top: 10px;
   margin-bottom: 10px;
}

#indexPhotos {
  padding:10px;
  float: right;
  text-align: center;
  width: 200px;
}

#features li {
  padding: 10px;
}

ul#features {
  list-style-image: url('../images/favicon_gray.jpg');
}

h3#seeAlsoText, h3#authorText, h3#awardsText {
  font-size: 16px;
  font-family: sans-serif;
  font-weight: bold;
}

ul#seeAlsoList li,  ul#authors li, ul#awards li {
  list-style-image: url('../images/favicon_gray.jpg');
  padding: 3px;
}

#seeAlso, #authors {
  display: block;
  margin-top: 20px;
  margin-left: 20px;
}

/*** Quotation ***/

blockquote {
  width: 380px;
  padding: 0;
  margin-top: 2em;
  text-align: left;
  margin-right: auto;
  margin-left: auto;
}

p.quotation {
  color: #004;
  font-size: 1.25em;
  padding-bottom: 1em;
  /* text-transform: lowercase; */
  font-family: Times, serif;
  margin: 0;
}

cite:before {
  content: "\2014";
}

cite {
  display: block;
  text-align: center;
}





























