/* CSS Document */
body{
	font-family:"Trebuchet MS","Century Gothic", Tahoma, Verdana, Arial;
	color:#333333;
	line-height:160%;
	font-size:0.9em;
	margin: 0;
	background-image: url(../images/bear.png);
	background-position: top right;
	background-repeat: no-repeat;
}
input{
	border:solid 1px #000000;
}
textarea{
	border:solid 1px #000000;
}
#centerMe{
	position:absolute;
	top:50%;
	left:50%;
}
#login{
	position:relative;
	left:-50%;
	top:-50%;
	background-color:#CCCCCC;
	border:solid 1px #000000;
	padding:10px;
}
#logo{
	position:relative;
	width:285px;
	height:75px;
	background-image:url(../images/logo-leftJustified.png);
	cursor: pointer;
}
#logo h1{
	display:none;
}
#logo h2{
	display:none;
}
#errors{
	position:relative;
	left: -50%;
	color:#FF0000;
}
#menu{
	position:relative;
	float:left;
	width:200px;
}
#content{
	position:relative;
	margin-left: 300px;
	margin-right: 50px;
	;
}
#column1{
	width:285px;
	padding-left:0px;
	position:absolute;
	top: 75px;
	left: 0px;
	z-index: 50;
	border-right: solid 1px #000000;
	background-image: url(../images/menuBG.png);
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	line-height: normal;
}
#column1 h2{
	font-size:1.1em;
}
#column2{
	padding-left: 300px;
	margin-right: 201px;
	position: relative;

}
#column2 h2{
	font-size:1.2em;
}
#column3{
	width:150px;
	position: absolute;
	padding: 5px;
	right: 0px;
	top: 75px;
}
#adminPreamble h3{
	display:inline;
	padding-right:15px;
}
#adminPreamble a{
	font-size:.8em;
}
#tableHeader{
	background-image:url(../images/transparentDarkGrey.png);
	color:#FFFFFF;
	font-weight:bold;
}
#photoSearch{
	position:absolute;
	right:50px;
	top:20px;
}
#p{
	width:250px;
	padding-right:10px;
	margin-right:10px;
}
#footer{
	color:#333333;
	font-size:0.7em;
	padding-top: 15px;
	line-height: normal;
}
#journal{
	padding-top: 25px;
	position: relative;
	clear: left;
}
.even{
	background-image:url(../images/transparentWhite.png);
}
.odd{
	background-image:url(../images/transparentBlue.png);
}
.summary{
	font-size:.8em;
}
.thumb{
	position: relative;
	width: 150px;
	float:left;
}
.thumblink{
	font-size:.8em;
	font-weight:bold;
	text-indent:15px;
}
.slide{
	width:150px;
	height:150px;
	background-image:url(../images/slideMount.png);
	position:relative;
	line-height:1em;
}
.centerMe{
	width:150px;
	text-align: center;
	vertical-align: middle;
	position: relative;
	height: 150px;
}
.thumbImage{
	border-top: solid 1px #000000;
	border-left: solid 1px #000000;
	border-right: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	padding: 0px;
	margin: 0px;
}

.entry{
	margin-left:5px;
	padding-right: 15px;
	;
}
.journalDate{
	font-size:.7em;
	font-weight:normal;
}
#journal h3{
	font-size:1em;
	padding-left: 5px;
	background-image: url(../images/transparentGrey.png);
}
#results{
	padding:5px;
	font-size:0.8em;
	background-image: url(../images/transparentYellow.png);
	margin-right: 25px;
}
#paging{
	font-weight:bold;
	position:relative;
	float:right;
	padding-right: 20px;
	;
}
#photoFilter{
	background-color:#DFEFFF;
	border: solid 2px #000066;
	padding:10px;
	margin-left: 10px;
	font-size: .8em;
}
.fliter{
	margin-left:150px;
	position:relative;
}
.dontShow{
	text-decoration:line-through;
	display:inline;
	color:#999999;
}

.noBoarder{
	border:none;
}
#archiveMenu{
	float:right;
	width:200px;
	background-image:url(../images/transparentBlue.png);
	border:solid 1px #003366;
	padding:10px;
	margin-left: 15px;
	line-height:normal;
}

.menu{
	list-style:none;
	margin: 0px;
	padding:0px;
}

.menu ul{
	padding:0px;
	margin:0px;
	position:relative;
	display:inline;
}

.menu li{
	margin-left:0px;
	padding:0px;
}
.menu a{
	color:#666666;
	text-transform:uppercase;
	font-weight:bold;
	font-size:.7em;
	display:block;
	border-bottom:solid 1px #666666;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:15px;
	text-decoration:none;
	line-height:normal;
}
.menu a:hover{
	color:#FFFFFF;
	background-color:#999999;
}
#column1 h2{
	color:#FFFFFF;
	background-color:#666666;
	padding:3px;
}
#column1 p{
	padding-left:15px;
	padding-right:15px;
}
#header{
	/*border-bottom:4px double #000000;*/
}
.selectedMenuItem{
	color:#666666;
	text-transform:uppercase;
	font-weight:bold;
	font-size:.7em;
	display:block;
	border-bottom:solid 1px #666666;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:15px;
	text-decoration:none;
	line-height:normal;
	background-image:url(../images/menuBGreverse.png);
	position:relative;
	right:-1px;
}
.updated{
	font-size:.8em;
	padding-left:25px;
}
.fullPic{
	border:1px solid #000000;
	padding:15px;
}
