/*
**		Logo colors
**
**		SI		#cccccc
**		/		#999999
**		PH		#595959
*/
/*
**		Titles (h2?) -- the same as logo in reverse order
*/
#titlespan-a {
	color: #595959;
}
#titlespan-b {
	color: #999999;
}
#titlespan-c {
	color: #cccccc;
}

body {
	background: #6e6e6e none;
}
/*
**		navigation bar and (c) colors -- the same as in logo exept for the darkest one
*/
#navbar a, 			#navbar-i a, 			#navbar-b a,
#navbar a:visited, 	#navbar-i a:visited, 	#navbar-b a:visited,
#navbar td, 		#navbar-b td, 
#copyright,			table#photoinfo td {
	color: #999999;
	margin-top: 0px;
	padding-top: 0px;
}
#navbar a.navbar-a-hl {		/* Selected menu item */
	color: #bbbbbb;			/* color */
}
#navbar a:hover, #navbar-i a:hover {
	color: #cccccc;
}
/*
**		Articles and articles list colors
*/
div#article a:visited {
	color: #aaaaaa;
}
div#article, div#article p {
	color: #bbbbbb;
}
div#article a {
	color: #cccccc;
}
div#article a:hover {
	color: #dddddd;
}
/*
**		Border used anywhere
*/
div#article, #photographs, #photographs_index_div, #photograph, #navbar-b, #photoinfowrapper {
	border: 1px solid #787878;
}

div#photographs_index_div {
	background-color: #717171;
}
#photographs_index td {
	background-color: #717171;
}




div#photographs_index_div {		/* We need this div to work around a bug in IE */
	padding-top: 30px;
	padding-bottom: 20px;		/* padding-bottom: 10px; will be added */
	padding-left: 30px;
	padding-right: 20px;		/* somewhat less than left side -- moved to center w|o shadow
								see wrap3 background-position:  -15px; */
}

table#photographs_index {
	width: 100%;
}
		#photographs_index td {
			padding-top: 0px;
			padding-bottom: 10px;
			text-align: center;
		}

.wrap0{float:left; position:relative; left:50%;}
.wrap1{float:left; position:relative; left:-50%;}

.wrap1 {
	background: url(images/shadow.gif) no-repeat right bottom;
}
.wrap2 {
	background:	url(images/corner_bl.gif) no-repeat left bottom;  
	background-position: -15px 100%; 
}
.wrap3 {
	padding: 0 12px 12px 0;
	background: url(images/corner_tr.gif) no-repeat right top; 
	background-position: 100% -15px;
}
.wrap3 img {
	display: block; 
	vertical-align: middle; /* We need this to work around a bug in Opera -- check this again */
}


/* spacers used in top and bottom navigation */
.tdspacer {width: 500px}
.tdarrowspacer {width: 15px}


#navbar {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 3px;
}
#navbar-b {
	border-top: 0px;
	height: 40px;
	margin-top: 0px;
	padding-top: 20px;
}
		#navbar a, 
		#navbar-b a,
		#navbar td,
		#navbar-b td {	/* see <a> on the top also */
			font-size: 11px;		/* font-size */
	}
		#navbar td,
		#navbar-b td {
			cursor: default;
			padding: 0 0px; 		/* !!! the whole link-group width !!! */
		}

#navbar td, #navbar-i td, #navbar-b td {
	white-space: nowrap;
}

#navbar-i {
	height: 38px;
	margin-top: 0px;
	padding-top: 15px;
	padding-right: 3px;
}
	#navbar-i a {
		font-size: 11px;		/* font-size */
		padding: 0 0px;		/* !!! the whole link-group width !!! */
	}
	#navbar-i td {
		padding: 0;
	}
	#navbar-i table {
		width: 650px;
	}

#navbar table, #navbar-b table, #navbar-i table {
	margin-left: auto;
	margin-right: auto;
}


body {
	margin: 0;
	padding: 0;
	text-align: center;
	border: none;
}

img {
	border: none;
}

a,
#navbar td, #navbar-b td, 
#copyright, table#photoinfo td {
	background: #6e6e6e none;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
}

a:hover, #articleslist H2 {
	background: #6e6e6e none;
}

#wrapper{
	width: 800px;			
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	text-align: center;
}


/*
#wrapper_intro{
	width: 700px;			
	height: 85%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#wrapper2 {
	position: absolute;
	left: 50%;
	top: 50%;
}
#wrapper1[id] {
	display: table;
	position: static;
}
#wrapper2[id] {
    display: table-cell;
    vertical-align: middle;
    position: static;
    text-align: center;
}
*/

#photoinfowrapper{
	width: 100%;			
	text-align: center;
	border-top: 0;
	border-left: 0;
	border-right: 0;
}

#photoinfo {
	margin-left: auto;
	margin-right: auto;
}

div#top-logo {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border: none;
}

div#article {
	margin-top: 10px;
	margin: 0px;
	padding: 75px;
	padding-top: 15px;
	padding-bottom: 5px;
}
div#article, div#article td, div#article a, #photoinfo {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div#article, div#article td, #photoinfo {
	/* text-align: justify; */
}
		div#article a {
			text-decoration: underline;
			background: #6e6e6e none;
		}
		div#article a:hover {
			background: #6e6e6e none;
		}
		div#article a:visited {
			background: #6e6e6e none;
		}

		div#article h2, div#article h3, div#article h4, 
		#photographs h2, #photograph h2 {
			font-weight: normal;
			font-family: "Times New Roman", Times, serif;
		}
		div#article h2,
		#wrapper h2, 
		#photographs h2, #photograph h2 {
			text-align: center;
			font-size: 28px;
		}
		#photograph h2 {
			margin-top: 23px;
			margin-bottom: 23px;
		}
		#article h2 {
			padding: 20px 0px;;
			margin: 0px;
		}
		#article h3 {
			font-size: 22px;
			padding: 15px 0px;;
			margin: 0px;
		}
		#article h4 {
			font-size: 18px;
			padding: 10px 0px;;
			margin: 0px;
		}
		div#article li {
			padding-left: 15px;
		}
		div#article p {
			padding-top: 5px;
			text-align: left;
		}
		div#article td {
			padding-bottom: 25px;
		}
		div#article td p {
			padding-bottom: 5px;
			padding-left: 20px;
			padding-right: 20px;
		}


#titlespan-a, #titlespan-b, #titlespan-c {
	background: #6e6e6e none;
}


div#photograph {
	margin-top: 30px;
}

table#photographs, div#photographs, div#photograph {
	border-bottom: 0px;
	width: 100%;
}
		#photographs td {
			padding-top: 40px;
			padding-bottom: 0px;
			text-align: center;
		}

#photoinfo {
	border: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	/*width: 100%;*/
}
		#photoinfo td {
			padding-top: 0px;
			padding-bottom: 0px;
			text-align: left;
			/*width: 50%;*/
		}
		#photoinfo td#tdl {
			text-align: right;
		}



#copyright {
	font-size: 11px;				/* font-size */
	height: 20px;
	margin: 20px 0;
}

table#articletable {
	width: 400px;
}

table#articletable, table#articletable_w {
	border-spacing: 0px;
}
table#articletable td {
	text-align: right;
	border: 1px solid #787878;
	width: 25%;
	padding-bottom: 10px;
}
table#articletable_w td {
	vertical-align: top;
}
table#articletable th {
	text-align: left;
	border: 1px solid #787878;		
}
table#articletable tr {
	height: 10px;
}


