/* Vermont Daily default CSS */

BODY { 
  /*background: url(images/gradient2.jpg); */
  text-align: center;
  margin: 0;
  background-color: #ffffee;
  font-family: arial; 
  font-weight: bold; 
  font-size: 14px;  
  color: #003300;
  }

/* Link Handling */

a:link {
color:#009900;
background:transparent;
}

a:visited {
color:#336633;
background:transparent;
}

a:active {
color:#cc0000;
background:transparent;
}
  
  
div.container {
/* Creates the middle web column for content .       */
/* Keeps you in-bounds for 800 wide browsers.        */
/* Height needs to be as tall as your tallest page,  */
/* or else you need to create separate css/divs on   */
/* each page relative to their individual heights.   */

	position: relative;
	border: 0px solid #000000;  
	background-color: #ffffee;
	margin: 0 auto;
	width: 780px;
	height: 1350px;
	text-align: left;
	overflow: hidden;
}

 #BigRed {
 /* Big Red Font */
 
 font-size: 28px; 
 color: #CC0000; 
 line-height: 30px;
 }
 
 #Caption {
 /* Font for Captions */
 
  FONT-FAMILY: georgia; 
  font-style: italic; 
  font-size: 12px; 
  color: #B0AE98;
 }

.date  { 
 /* Date Font */
 
 FONT-FAMILY: verdana; 
 font-size: 18px; 
 color: #A8740B;  
 } 
 
.sub1 {  
font-size: 10px; 
}
 
.sub2 { 
 FONT-FAMILY: verdana; 
 font-size: 12px; 
 color: #990000; 
 }

#Header {
/* Basic header set-up */

 position: absolute; 
 border: 0px solid #000000;  
 width:700px; 
 height:260px; 
 z-index:45; 
 left: 40px; 
 top: 0px; 
 }
 
#HeadLeft {
/* Where VTDaily Image Goes */

 position: absolute;
 border: 0px solid #000000;
 width: 353px;
 height: 153px;
 z-index: 40;
 bottom: 90px;
 left: 30px;
 }
 
 #HeadRight {
 /* Where the Ad goes */
 
  position: absolute;
  border: 0px solid #000000;
  width: 237px;
  height: 101px;
  z-index: 35;
  bottom: 90px;
  right: 30px;
  } 
 
 #HeadSub {
 /* Where the sub-title goes */
 
  position: absolute;
  text-align: center;
  border: 0px solid #000000;
  width: 620px;
  height: 55px;
  z-index: 30;
  bottom: 10px;
  left: 35px;
  }
 
 #dropBoxLeft{
 /* the month/year dropbox */
 
 position: absolute;
 
 border: 0px solid #000000;
 width: 150 px;
 height: 50px;
 left: 200px;
 }
 
 #dropBoxRight {
  position: absolute;
 
 border: 0px solid #000000;
 width: 150 px;
 height: 50px;
 right: 100px;
 }
  
 #Central {
 /* Where the mid-body shows up */
 
  position: absolute;
  text-align: center;
  margin: 0px auto;
  
  border: 0px solid #000000;
  width: 700px;
  height: 1280px;
  z-index: 25;
  top: 290px;
  left: 40px;
  }
  
 #GadV {
 /* Where the Vertical Google Ad Goes */
 
 position: absolute;
 text-align: center;
 border: 0px solid #000000;
 width: 170px;
 height: 605px;
 z-index: 33;
 top: 0px;
 left: 5px;
 }
 
#Gallery {
 margin: auto;
 position: absolute;
 border: 0px solid #000000;
 width: 510px;
 height: 500px;
 right: 0px;
}

.thumbnail
{

float: left;
text-align: left;
width: 150px;
height: 180px;
border: 0px solid #999;
margin: 0 15px 15px 0;

}

.clearboth { clear: both; }


#Footer {
/* Footer area */


text-align: center;
border: 0px solid #000000;
width: 700px;
height: 150px;

}


 