/* MOZILLA BOX FIX*/
   * {box-sizing: border-box;
   -moz-box-sizing: border-box;}

body {
	margin: 0;
	padding: 0;

	background-color:#000000;
	color: #EEEEEE;
	font-family: Tahoma;
}

.clear {
  clear: both;
  height: 1px;
  overflow: hidden;   /* prevent IE expanding the container */
  margin: 0;          /* keep flush with surrounding blocks */
}

html, body, #contents {
	min-height: 100%;
	width: 100%;
	height: 100%;
}
html>body, html>body #contents {
	height: auto;
}

.picscat img {
 border:2px solid #ccc;
}

.picscat {
 position:relative;
 float:left;
 text-align:center;
margin:35px;
font:larger;
}

.thumbnail {
 float:left;
 margin:4px;
 background-color:#36363b;
 padding:2px;

}

.thumbnail a {
 color:#000000;

}
.thumbnail a:link {
 color:#000000;
}

.thumbnail a:hover {
 color:#f7dd05;

}

div.transON {
width: 97%;
background-color: #000000;
border:1px solid black;
  }

div.transOFF  {
width: 97%;
background-color: #000000;
opacity:.60;filter: alpha(opacity=60);-moz-opacity: 0.6;
border:1px solid black;
 }

.leftimg {
	float: left;
	margin: 10px 10px 10px 0;
}

#contents {
	position: absolute;
	top: 0;
	left: 0;
}
#header {
	font: 30px Arial;
	margin-right:20px;
	margin-left:20px;
	margin-top: 10px;
	height: 150px;
}
#header .strapline {

	color: #778899;
	background-color: transparent;


}
#header .logo {
	float: left;
	margin-left: 1.5em;
	margin-top: 0.5em;
}


#nav {
position:absolute;
top:187px;
left:20px;
margin: 0;
padding: 0;
width: 133px;
float: left; /* Contain floated list items border-left: 2px solid #ff0000; */


}

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

#nav li {
margin: 0;
padding: 0;
float: left;
list-style:none;
list-style-type:none;
}

#nav a:hover {
background: #690000;
color:#fff9a0;
}

#nav a {
float: left;
width: 133px;
text-align: left;
color: #7d4632;
text-decoration: none;
font-size:12px;
padding-left:5px;
padding-top:2px;
padding-bottom:2px;
letter-spacing:1pt;
/*border-right: 1px solid #c2a200; old color: d55104*/
margin-left: 0;
/*border-top: 1px solid #f00;
border-bottom: 1px solid #f00;
border-right: 2px solid #f00;*/
}



#content {
	margin-left: 160px;
	margin-right: 0;
	margin-bottom: 5em;
	margin-top:20px;
	width:800px;
	background-color:transparent;
	color:#fff;
	min-height:450px;
	font-size: 12px;
	padding-left: 1.2em;
}

#contenttext {
	background-color:#593b2b;
	padding:10px;
	color:#fff;
	width:95%;
	opacity:0.7;
	-moz-opacity:0.7;
	filter: alpha(opacity=70);
	min-height:400px;
	}


h1 {
	font: 150% Arial;
}
h2 {
font-weight:normal;
font-size:18px;
margin-bottom:-5px;
margin-top:1px;
padding-top:20px;
clear:both;
}
#admin {
	position:absolute;
	width:200px;
	height:29px;
	z-index:4;
	left: 12px;
	top: 444px;
}
#contentold p {
	font-size: 12px;
	padding-left: 1.2em;
}

a:link, a:visited, #footer p a {

text-decoration:underline;
text-align:center;

color:#FFF;
}

a:hover {
color: #c64b07;
text-decoration: underline;
}

#content a:link, a:visited {
color:#FFF;
text-decoration:underline;
}

#content a:hover {
color: #11FFCC;
text-decoration: underline;
}

#footer333 {
	position: absolute;

	width: 100%;
	border-top: 1px dashed #AAAAAA;
	background-color: #CCCCCC;
	color: #626262;

}
#footer {
position: absolute;
	bottom: 0;
	height:35px;
	font-size:smaller;
    margin-left:447px;
	text-align:left;
	color:#fff;
	width:350px;
	opacity:0.5;
	-moz-opacity:0.5;
	filter: alpha(opacity=50);
}



#footer p {
text-align:center;
	margin: 0.5em 0 1em 2em;
	padding: 0;
}
.undo {
color:#0066FF;
}
.galpic {
float: left;
border: 1px solid #000000;
margin: 15px;
}
#albumlist {
 list-style-type: none;
}
#albumlist li {

 float: left;
 margin-right: 15px;
 margin-left: 15px;
 margin-bottom: 5px;
 margin-top:15px;
 font: bold 0.8em #333333;

 text-align:center;
}
#albumlist img {
 display: block;
 border: 1px solid #333300;
}

#pagetitle {
position:absolute;
top:142px;
left:322px;
width:300px;
text-align:center;
margin:5px;
letter-spacing:2pt;
font-size:19px;
font-weight:bolder;
color:#ddd;
font-family:Arial, Verdana;
}

.actions {
margin:15px;
background-color:#FF0000;
color:#FFFFFF;
font-weight:bold;
font-size:16px;
}
.picdescription{
}
.editlink {
font-size:10px;
color:#FF0000;
}
#editlink a {
font-size:10px;
color:#FF0000;
}
#nav .editlink a {
font-size:10px;
color:#FF0000;
}
.editlink a:link, .editlink a:visited, .editlink a:hover, editlink a {
font-size:10px;
color:#FF0000;
}

hr {
border:none;
background-color:#339900;
color:#339900;
height:1px;
margin: 0;
padding-top:1px;
}
p p {
	font-size: 100%;
	line-height:normal;
	padding-left: 0;
	margin:0;
	padding:0;
}

h6 {
margin: 20px 0px 4px 0px;
}

.thumbcontainer {
	width:500px;
}

