/* CSS by Richard Waters, substantially modified from CSS by Dieter Schneider 2006 */

* {margin: 0;
   padding: 0;
}

html {
	height: 100%;
	font-size:100.01%;
}

body {
	height: 100%;
	font-size:1em;
	background-color: #f6eacf;
	font-family: "Trebuchet MS",Georgia, "Tahoma", Verdana, Arial;
}

#container {
	width: 900px;
	margin: 0px auto;
	background-color: #FFF;
	font-size:.9em;
	background-repeat: repeat-y;
}

#main {
	min-height: 300px;
	padding: 20px;
}

#header {
	height: 200px;
	background-image: url(images/headersml.jpg);
	background-repeat: no-repeat;
}

#subheader {
	height: 24px;
	clear: both;
	font-size: 1.5em;
}

#content {
}

#right {
	width: 168px;
	float: right;
	clear: both;
	background-color: #9DA125;
	padding: 10px;
	font-size: 0.8em;
}

#footer {
	clear: both;
	height: 21px;
	font-size: smaller;
	font-family: Tahoma,Verdana;
	padding-top: 10px;
	background-color: #99CC00;
	background-image: url(images/footer_bg.gif);
	background-repeat: repeat-x;
	height: 21px;
}

.footer-left {
	padding-left: 20px;
    float:left;
}

.footer-right {
	padding-right: 20px;
    float:right;
}


/*********************************************  linkbar start **************************************/
 #navcontainer ul
{
	font-size: small;
	font-weight: bold;
	background-image: url(images/linkbar_bg.gif);
	background-repeat: repeat-x;
	height: 37px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	margin-left: 20px;
	padding-top: 8px;
}

#navcontainer ul li a:hover
{
	color: #2a4d73;
	background-image: url(images/hover.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 8px;
}
/********************************************   linkbar end ***********************************/


h1 {
	font-size: 2em;
	color: #999999;
	font-style: italic;
}

h2 {
	font-size: 1.3em;
	color: #333333;
} 

h3 {
	font-size: 1.1em;
	color: #999900;
}

p {
   margin: 7px 7px 7px 0px;
} 

ul.normal {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	font-size: 0.9em;
	/* list-style-image: url(images/arrow.png); */
}

li {
    padding-bottom: 4px;
}

a,a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

TH.list {
    border: 1px solid #999;
	background: #CACB7B;
	color: black;
	padding: 4px;
} 
TD.list {
    border: 1px solid #999999;
	padding: 4px;
} 
TABLE.list {
	border-collapse: collapse;
    border: 2px solid #000;
	margin-left: 10px;
}
input,select,textarea  {
    font-weight : normal; 
    font-size : 13px; 
    font-family : Trebuchet MS, Verdana,Tahoma,Arial, Helvetica; 
    color : #000000;
	line-height: 1em;
}
TD.light {
    border: 1px solid #999999;
	padding: 4px;
    background-color: #FFF;
} 
TD.dark {
    border: 1px solid #999999;
	padding: 4px;
    background-color: #CCCCCC;
} 


/************************shadows for site photos*******************************/
.img-shadow {
  float:left;
  background: url(images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }   
/************************shadows for site photos*******************************/
.img-caption {
	text-align: center;
	float: right;
	font-weight: bold;
	font-size: 90%;
	color: #000000;
}
img.thumbnail {
   margin-right: 5px;
}

/************************thumbnail area on projects page************************/
#thumbnail-box {
	background-color: #E0E0B4;
	margin: 0;
	padding: 0;
}
#thumbnail-box h1 {
	background-color: #CACB7B;
    font-size: 15px;
	font-style: normal;
	color: #6A6E06;
	margin: 0;
	padding: 0 0 0 10px;
	line-height: 28px;
}
#thumbnail-box-content {
	padding: 10px 10px 6px 10px;
}
/*********************end thumbnail area on projects page***********************/


/***** richards sidebar *******/
#sidebar {
	margin: 0 auto; /* center for now */
	width: 23em; /* ems so it will grow */
	font-size: 100%;
	float:right;
	border-left: 2px dotted #6A6E06;
	margin-left: 15px;
}

#sidebar h2 {
	margin: 0;
	padding: 2px 14px 5px;
	color: #6A6E06; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
}

a.sidebar, a:link.sidebar {
	display: block;
	padding: 4px 0 4px 0px;
}
ul.sidebar {
	padding-left: 6px;
	margin-left: 28px;
	font-size: 0.9em;
	padding-bottom: 0px;
	margin-bottom: 0;
	line-height: 0.9em;
	/* list-style-image: url(images/arrow.png); */
}


