
body {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #000;
	color: silver;
}

.container {
	width: 750px;
	font-size: 16px;
	color: silver;
	margin-left: auto;
	margin-right: auto;
	line-height: 24px;
}

a:link, a:visited {
	text-decoration: none;
	color: white;
}

a:hover {
	color: silver;
}

table#outside {
}

h1 {
	margin: 0;
	padding: 0 10px;
	line-height: 60px;
	font-size: 125%;
}

h1 a:link, h1 a:hover {
	color: silver;
	text-decoration: none;
	background: none;
}

table#banner {
}

table#banner td.nav a:link, td.nav a:visited {
	padding: 0 15px;
	border-right: 1px solid #252525;
	color: #fff;
	line-height: 75px;
	display: block;
	font-size: 90%;
}

table#banner td.nav a:hover {
	background-color: #444;
	color: #FFF;
}

#hphoto, #vphoto {
	display: none;
}

.photocell {
	background-color: #000;
	background-image: url(../images/loadingB.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.photo {
	display: none;
}

.sidecol {
	width: 375px;
}

.details {
	padding: 20px;
	line-height: 200%;
}

.about {
	font-size: medium;
	font-style: normal;
	line-height: 24px;
	text-align: center;
	padding-top: 24px;
	padding-bottom: 48px;
}


h2 {
	margin: 0;
	padding: 0;
	font-size: 110%;
}

h3 {
	font-size: 80%;
}

.comment ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comment ul li {
	display: none;
}

.viewAll {
	display: none;
}

#footer {
	font-size: small;
	color: silver;
	width: 750px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}

/* COMMENT TEMPLATE */

#commentTop {
	padding: 8px 20px;
	background-color: #252525;
}

#commentMid {
	
}

#commentMid ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#commentMid ul li {
	padding: 6px 20px;
}

.odd {
	background-color: #222;
}

.even {
	background-color: #333;
}

#commentBottom {
	padding: 8px 20px;
}

#commentBottom input.input, #commentBottom textarea {
	background-color: #111;
	color: #FFF;
	padding: 4px;
	border: 1px solid #666;
}

/* ARCHIVE */

table td#thumbs {
	/*padding-right: 25px;
	padding-left: 25px;*/
		margin-left: auto; 
	margin-right: auto;
	width: 100em;

	width: 750px;
}

table td#thumbs a:link, table td#thumbs a:visited {
	display: block;
	float: left;
	margin: 20px;
}

table td#thumbs a:hover {
	opacity: 0.5;
}

table td#thumbs a img {
	border: none;
}

td.sidecol ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

td.sidecol ul li {
	margin-bottom: 4px;
}

/* GALLERY INDEX */

.albumWrapper {
	height: 200px;
	text-align: center;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}

.albumWrapper2 {
	margin: 15px;
	width: 200px;
	font-size: small;
}

.albumWrapper a:link, .albumWrapper a:visited {
	border: 0px solid;
	display: block;
}

.albumWrapper2 a:hover {
	opacity: 0.5;
}


.albumWrapper img {
}

.albumTitle {
	padding: 10px 0;
	font-size: small;
}

.albumTitle a:link, .albumTitle a:visited {
	border: none;
	color: silver;

}

.albumTitle a:hover {
	text-decoration: none;
	border: none;
	color: silver;

}

.albumall {
	display:none; 

}

.contactform {
	text-align: left;
}
.home {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	line-height: 24px;
	color: white;
	text-align: center;
	font-weight: normal;
}
/*
Breadcrumbs
*/

#breadcrumb {
    font: 11px Arial, Helvetica, sans-serif;
    background-image:url('../images/bc_bg.gif'); 
    background-repeat:repeat-x;
	height:30px;
    line-height:30px;
    color:#888;
    border:solid 1px #cacaca;
    width:100%;
    overflow:hidden;
    margin:0px;
    padding:0px;
}

#breadcrumb li {
    list-style-type:none;
    padding-left:10px;
	display:inline-block;
	float:left;
}

#breadcrumb a {
	display:inline-block;
    background-image:url('../images/bc_separator.gif'); 
    background-repeat:no-repeat; 
    background-position:right;
    padding-right: 15px;
    text-decoration: none;
    color:#333333;
	outline:none;
}

.home {
    border:none;
    margin: 7px 0px;
}

#breadcrumb a:hover {
	color:#35acc5;
}

