/* CSS Document */
/*html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td */
*{
	margin: 0;
	padding: 0;}
	/*border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: medium;
	font-family: inherit;
	vertical-align: baseline;
}*/
/* remember to define focus styles! */
/*:focus {
	outline:#3333CC;
}*/
body {
	font-family:"Trebuchet MS", Arial, sans-serif;
	line-height: 1;
	color: black;
	background:#cc120d no-repeat fixed left top;
	font-size: 62.5%;
    text-align: center;
    min-width:760px;
}

ol, ul {
	list-style: none;
}


/*This is to clear floats. Comes from http://positioniseverything.net/easyclearing.html  For the HTML, just add a class of .clearfix to any element containing a float needing to be cleared For the HTML, just add a class of .clearfix to any element containing a float needing to be cleared*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */





/*start of my stuff*/
/*this centers the wrapper div; size is for an 800x600 screen*/
h1 {
	font-size:3em;
	font-weight:bold;
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-align: center;
	white-space: normal;
	display: block;
	background-color: #FFFFFF;
	line-height: 1.75em;
	letter-spacing: .25em;
	}
h2{
	font-size:2.3em;
	font-weight:bold;
	font-family: "Trebuchet MS", Arial, sans-serif;
	background-color: #FFFFFF;
	letter-spacing: 0.2em;
	text-align: center;
	display: block;
	text-transform: lowercase;
	border-top: medium solid #cc120d;
	border-right: medium none #cc120d;
	border-bottom: medium none #cc120d;
	border-left: medium none #cc120d;
	line-height: 1.4em;
	}
h3{
	font-size:1.4em;
	font-weight:normal;
	font-family: "Trebuchet MS", Arial, sans-serif;
	background-color: #FFFFFF;
	letter-spacing: 0.06em;
	text-align: center;
	display: block;
	text-transform: lowercase;
	clear: none;
	float: none;
	margin-top: 4px;
	line-height: 1.4em;
	margin-bottom: 6px;
	}

#wrapper{
	width:740px;
	margin: 50px auto 0;
	text-align:left;
	border: 4px;
	padding-bottom: 4px;
	background-color: #FFF;
	}

#headerbox {
	width:740px;
	margin-top: -4px;
	clear: both;
	margin-bottom: 5px;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-bottom-style: solid;
	border-right-color: #CC0000;
	border-bottom-color: #CC0000;
	border-left-color: #CC0000;
	clear:both;
	float: none;
	}
#imagebox {
	width: 383px;
	height:255px;
	float:right;
	background-color:#FFFFFF;
	margin-bottom: 6px;
	margin-top: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right: 80px;
	border: thick solid #000000;
	}
	#slideshowbox {
	width: 540px;
	height:550px;
	/*float:right;*/
	background-color:#FFFFFF;
	margin-bottom: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 0px;
	float: left;
	padding: 0px;
/*	margin-right: 80px;
	border: thick solid #000000;*/
	}
#bookboxa {
	float:left;
	margin-bottom: 10px;
	margin-left: 20px;
	}
#bookboxb {
	width: 160px;
	float:right;
	text-align: left;
	padding: 10px;
	margin-right: 5px;
	margin-top: 28px;
	}
	
#navbox {
	width: 100px;
	height:245px;
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 30px 5px 0px;
	margin-top: 9px;
	margin-right: 10px;
	float: left;

	}
#navigation {
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display:inline;
	list-style:none;
	margin:0;
	}

#navigation ul {
	display:inline;
	list-style-type:none;
	margin:0;
	}

#navigation li {
	display:inline;
	background:#fff;
	list-style-type:none;
	margin:0;
	padding:0;
	font-size: 12px;
	margin-top: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #990033;
	line-height: 18px;
	margin-right: 1px;
	font-weight: bold;
	padding-left: 15px;
	}

#navigation a {
	color:#666;
	list-style-type:none;
	font-weight:bold;
	text-decoration:none;
	padding:0 10px 0 5px;
	}

#navigation a:hover {
color:#000;
background-color:#CCD6BA;
list-style-type:none;
border-top:none;
border-right:none;
border-bottom:none;
border-left:none;
}

.currentpage {
background:#E9D69A;
color:#804000;
}
#slidebox{
	margin-left:130px;
	margin-top: 10px;
	margin-bottom: 80px;
	float: left;
	}
	
#footerbox {
	width:740px;
	background-color:#FFF;
	float: none;
	clear: both;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	text-align: center;
	color: #000000;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #CC0000;
	border-right-color: #CC0000;
	border-left-color: #CC0000;
	margin: 5px 0px 0px;
	font-size: 1.2em;
	}

/*******NAVIGATION*******/
ul {list-style-type: none;} 

li {
	margin-left: 2px;
	margin-bottom: 8px;
	font-size: 12px;
	margin-top: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #990033;
	line-height: 18px;
	margin-right: 2px;
	font-weight: bold;
	padding-left: 20px;
}

.menu a {
     margin: 0 2px;
     width: 100px; 
     height: 20px;
     display: block;
     text-align: center;
     border: 1px solid gray;
     text-decoration: none;
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 12px;
     color: #000;
     background: #fff;
	 }
	 
.menu a:hover {
     background: #ccc;
     border: 1px solid gray; 
     }

.menu a:active {
	background: gray;
	border: 1px solid gray;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
     }


/*photos  ... from http://www.domedia.org/oveklykken/css-photo-gallery.php*/
#picturebox{
	background-color:#FFFFFF;
	width: 570px;
	float: none;
	border: medium solid #CC0000;
	margin-left: 60px;
	}
div.thumb {
	margin: auto 0 8px auto;
	border: 1px solid #A0ACC0;
	height: auto;
	text-align: center;
	padding-bottom: 8px;
	}	
.thumb img{
	display: inline;
	margin: 5px;
	border: 1px solid #A0ACC0;
	}
.thumb a:hover img {border: 1px solid black;}
.photocattitle {text-align: center; font-weight: bold;} 
.phototitle {
	text-align: center;
	font-weight: normal;
	margin: 0;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1.4em;
	line-height: 1.2em;
	padding-top: 20px;
	padding-bottom: 10px;
  }
 .phototitle h1{
 	font-size:1.4em;
	}
/*.photodescription {
	text-align: center;
	font-weight: normal;
	margin: 0;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	padding-top: 20px;
  }*/
 /* end photobox*/
 
label {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	text-align: left;
	text-transform: lowercase;
	padding-right: 8px;
	float: left;
	text-indent: 20px;
	display: block;
	width: 100px;
	vertical-align: middle;
	padding-bottom: 5px;
	}
#contactbox{
	background-color:#FFFFFF;
	width: 500px;
	float: none;
	margin-left: 190px;
	padding: 22px 12px 25px 10px;
		}
#resumebox{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.4em;
	background-color: #FFFFFF;

	width:500px;
	float: none;
	padding: 22px 12px 25px 10px;
	margin-left: 190px;
	line-height: 1.4em;
	}
#resumebox a {
	font-family:"Trebuchet MS", Arial, sans-serif;
	color:#0066CC;
	text-decoration:underline;
	font-size:1em;
	}
#resumebox img {
	border:thin solid #666666;
	margin-left: 80px;
	}
