/* Global */
body {
  background-color: #cccccc;
  font-family: Georgia, 'open sans', Ubuntu, Palatino, Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
  font-size: 14px;
  margin: 30px auto;
  width: 800px;
  color: 333333;	
}

h3 {
  /*color: #7A0019;*/
  color: #000000;
  border-bottom: thin solid #DDD;
  border-top: thin solid #DDD;
}

ul {
  margin-left: 0px;
  padding-left: 20px;
}

.pub {
  font-size: 13px;
}

#conf {
  font-size: 13px;
  padding-left: 10px;
  list-style-type: none;
  /*border-left: solid 6px #FFCC33; */
}

#journ {
  font-size: 13px;
  padding-left: 10px;
  list-style-type: none;
  /*border-left: solid 6px #7A0019; */
}

li {
  margin-top: 18px;
}

#narrow {
  margin-bottom: 0px;
  margin-top: 0px;
}

a {
  color: #7A0019;
  text-decoration: none;
}

a:visited {
  color: #7A0019;
}

a:hover{
  color: #FFCC33;
}

left {
  float: left;
  margin-right: 15px;
  margin-top: 4px
  margin-bottom: 1px;
  padding: 1px;
}

right {
  float: right;
  margin-left: 15px;
  margin-top: 4px;
  margin-bottom: 1px;
  padding: 1px;
}

#right {
	float: right;
}

img {
  -moz-border-radius-topleft: 15px;
  -webkit-border-top-left-radius: 15px;
  -moz-box-shadow: 5px 5px 5px #999
  -moz-border-radius-bottomleft: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-bottomright: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -webkit-box-shadow: 3px 3px 3px #999;
   box-shadow: 3px 3px 3px #999;
}

img.email {
  -moz-border-radius-topleft: 0px;
  -webkit-border-top-left-radius: 0px;
  -moz-box-shadow: 0px 0px 0px #999
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-box-shadow: 0px 0px 0px #999;
   box-shadow: 0px 0px 0px #999;
}

/* Big box */
#wrapper { 
  width: 100%;
  padding: 20px 40px;
  text-align: left;
  line-height: 1.75;
  background-color: #fff;	
  overflow: auto;
  -moz-border-radius-topleft: 30px;
  -webkit-border-top-left-radius: 30px;
  -moz-border-radius-topright: 30px;
  -webkit-border-top-right-radius: 30px;
  -moz-box-shadow: 5px 5px 5px #999
  -webkit-box-shadow: 5px 5px 5px #999;
   box-shadow: 5px 5px 5px #999;
}

/* Nav menu */
#header h1 {
  margin-bottom: 0px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

#headernav {
  font-size: 16px;
  margin: 5px 0px 30px 0px;
  border-bottom: solid #333;
  border-top: solid #333;
  font-weight: bold;
  text-align: center;
}

#headernav a {
  color: 000000;
  padding: 15px; 
}

#headernav a:hover {
  color: #7A0019;
}

/* Footer */
#footer {
  margin: 50px auto 0px auto;
  font-size: 12px;
  font-style: italic;
  text-align: center;
  color: #333333;
}

#disclaimer {
  color: #333333;
  text-align: center;
}

/* YouTube videos centered */
#youtube {
	text-align: center;
	display: block;
	margin: 0 auto;
}
