/*
 * steppingstones.css
 * Author: Jason Butler
 * Copyright (c) 2007
 *
 */

  body {
		font-family:Georgia, "Times New Roman", Times, serif;
	font-size: small;
	margin: 0px;
	padding: 0px;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
	color: #000000;
	background-color: #d5d4d4;
	}
p, ul, li, td, ol, tr, th, td, table, blockquote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
	color: #000000;
	margin-top: 0px;
	padding: 0px;
	line-height: 1.3em;
	
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #f05c22;
}
a:active {
	color: #000000;
}
#content-main ul {
margin-left: 15px;
}
#content-main li {
	padding-bottom: 0.3em; 
	list-style-image: url(../images/dash.png);
}
h2 {
	color: #f05c22;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
h1 {
	color: #f05c22;
	margin-top: 0px;
	font-size: 100%;
	font-weight: normal;

}
	#Xwrapper {
	width:827px;
	margin:0px auto;
	padding:0px 0px;
	background-image: url(../images/stepping-dropshadow.png);
	background-repeat: repeat-y;
	border:0px solid #bbb;
	}
	#shadowbottom {
	margin:0px auto;
	padding:0px 0px;
	width: 827px;
	}
  #wrapper {
	background: #FFF;
	width:761px;
	margin:0px auto;
	padding:10px;
	}
	#sideright {
	margin:0px;
	padding:0px;
	width: 24px;
	background-image: url(../images/sidebar-right.png);
	background-repeat: repeat-y;
	float:left;
	height: 250px;
	}
	#main {
	background-image: url(../images/bgs/bg_photo_0.jpg);
	background-repeat: no-repeat;
	margin:0px;
	width:761px;
	}
  #header {
		height:117px;
		padding:0px;
	}
	#content {
	margin-top:0px;
	padding-bottom:0px;
	}
	/* applies to all divs within the content div */
  #content div {
    float:left;
	}
  #content-left {
  	width:214px;
	}
  #content-main {
	width:362px;
	background-image: url(../images/contentbox.png);
	background-repeat: repeat-y;
	overflow: auto;
	height: 544px;
	padding-top: 5px;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	}
  #content-right {
	margin-left:0px;
	width:145px;
	
	}
  #footer {
		float:left;
		margin-top:10px;
		margin-bottom:10px;
    padding:10px;
    border:1px solid #bbb;
    width:361px;
	}
  #bottom {
	clear:both;
	text-align:right;
	}
#bottom a img {height: 31px; width: 43px; border-width: 0;}
#bottom a#credits img {background: url(../images/credits-off.png) top left no-repeat;}
#bottom a#credits:hover img {background: url(../images/credits-on.png) top left no-repeat;}

#printheader {
	display: none;
}

.gallerythumb{
padding-top: 3px;
padding-right: 10px;
float: left;
}

hr {
	clear:both;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
	border-bottom-width: 1px;
	border-top-width: 0px;
	height: 0px;
}

.hidden	{
	display:none;
}