/* This is the overall style sheet for curville.com */
/*general*/
body {
  /*background-color: #000000;*/
  background-image: url(../images/wood140.jpg);
  color: #000000;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

a {
  color: #A52A2A;
  text-decoration: none;
}

img { border: none; }

h1, h2, h3, h4, h5, p {
	padding: 4px;
}

h1, h2, h3, h4, h5 {
  margin: .25em 0 0 0;
  line-height: 110%;
  }
  
h1  {
  font-size: 24px;
  }
  
h2 {
  font-size: 18px;
  }

h3 {
  font-size: 16px;
  font-weight: bold;
}

h4 {
  font-size: 14px;
}

h5 {
  font-size: 12px;
}

p {
  line-height: 120%;
  }
  
ul {
	margin: 2px 2px 4px 4px;
	padding: 2px 2px 4px 4px;
	/*list-style:circle;*/
	}
 
input {
	margin: 2px;
} 
/*li {
	margin: 2px;
	padding: 2px;
}*/

/* Basic page layout ids */
#bodyBox {
	width: 750px;
	background-color: #DEB887;
	margin: auto auto auto auto;
	padding: 4px 1px 4px 5px;
}

#headerBox  {
  width: 746px;
  margin: 2px 0 2px 0;
}

#leftColumn {
	float: left;
	width: 121px;
	margin: 2px 2px 2px 0;
}

#centerColumn {
  float: left;
  width: 386px;
  margin: 2px;
}

#rightColumn {
  float: left;
  width: 231px;
  margin: 2px 0 2px 2px;
}

#wideColumn {
  float: left;
  width: 621px;
  margin: 2px;
}

#picColumn {
	float: left;
	width: 500px;
	margin: 2px 2px 2px 0;
}

#footerBox {
	clear: left;
	width: 746px;
	margin: 2px 0 2px 0;
	text-align: center;
	font-size: 80%;
	border-top: 1px solid Black;
}

#email_input { width: 108px; }

/* Internal layout pieces */

#definitions {
	/*margin: 2px 0 2px 0;*/
	padding: 2px;
	font-size: 11px;
	border: medium double #8B4513;
	background-color: #FAEBD7;
}

.definition { margin: 2px; }

#navList {
	margin: 0;
	padding: 0;
	}
	
#navList li {
  list-style-type: none;
  margin: 0;
  padding: 0 0 1px 0;
}

#navList a, #navList a:hover {
	display: block;
    border-top: 1px solid #CD853F;
    border-left: 1px solid #CD853F;
	border-right: 2px solid #330000;
	border-bottom: 2px solid #330000;
}

#navList a {
	background-color: #F5DEB3;
	width: 96%; /* this allows the rollover of the whole block in IE - without making the bounding box bigger */
	font-weight: bold;
   padding: 1px;
}

#navList a:hover {
    background-color: #8B4513;
    color: #F5DEB3;
}

#navList .uberlink {
	background-color: #8B4513;
	color: white !important;
	cursor: default;
}

#pick {
	/*font-weight: bold;*/
	font-size: 85%;
}

.pickLink {
	font-style: italic;
}

#pickImage {
	text-align: center;
	padding: 4px;
}

.headStrip {
  background-color: #8B4513;
  color: #FFFFFF;
  margin: 0;
}

.item {
	border: 1px solid #663300;
	background-color: #F5DEB3;
	margin-bottom: 4px;
}

.subItem {
	border: 1px solid black;
	background-color: #FFFFCC;
	margin: 4px;
	font-size: 90%;
	float: right;
}

.subItem ul {
	list-style: none;
	}

.subItem li {
	margin: 2px;
	padding: 0 2px 0 2px;
}

.dateLine {
	font-size: 80%;
}	

.pic_caption_left {
	float: left;
	padding: 6px 8px 0px 4px;
	background-color: #F5DEB3;
}

.pic_caption_right {
	float: right;
	padding: 6px 4px 0px 8px;
}

.clearing {clear:both;}

.caption, .more {
	font-size: 80%;
	font-weight: bold;
}

a.smallLink {
	text-decoration: underline;
	font-weight: normal;
}

#bigCaption {
	white-space:nowrap;
	font-size: 12px;
	font-weight: bold;
}

img.thumbnailOld {
    border-top: 1px solid #CD853F;
    border-left: 1px solid #CD853F;
	border-right: 2px solid #330000;
	border-bottom: 2px solid #330000;
}

.thumbnailBoxOld {
	float: left;
	background-color: #F5DEB3;
	border: 1px solid #663300;
	margin: 8px 2px 8px 0;
	padding: 10px;
	text-align: center;
	height: 100px;
	width: 100px;
	}
	
#picBox {
	height: 510px;
}
	
.thumbnailBox {
	float: left;
	background-color: #F5DEB3;
	border: 1px solid #663300;
	margin: 0;
	padding: 1px 0;
	text-align: center;
	height: 72px;
	width: 74px;
	}	
	
.thumbCaption {
	position: absolute;
	bottom: 0;
	font-size: 80%;
	font-weight: bold;
}
	
.label {
	text-align: right;
	float:left;
	margin: 4px 2px 8px 4px;
	font-style:italic;
	width: 60px;
	}
	
.info {
	float:left;
	margin: 4px 4px 8px 2px;
	}
	
.headline_nest {
	text-align: center;
	padding-bottom: 8px;
	}
	
.sidebar {
	width: 200px;
	float: right;
	border: 1px solid #663300;
	margin: 4px;
}

.submit {
	font-size: 12px;
}

