* { outline:none; }
img { border:none; }

body {
	margin:0;
	padding:0;
	background-color:#000;
	background-image:url('../images/oqlogo-bg2.jpg');
	color:#EEE;
	font-family:'lucida sans unicode', 'lucida grande', Arial, Helvetica, Sans-Serif;
}
#container {
	font-size:small;
	position:relative;
	width:100%;
	
}
#container2 {
	font-size:small;
	position:relative;
	width:800px;
	margin:0 auto;
}

#menu {
  position: relative;
  right: 5px;
  padding: 0px;
  margin-left: 460px;
  top: 20px;
}

#emptiness {

  position: absolute;
  margin-left: 0px;
  padding: 0px;
  margin-right: 200px;
  width: 450px;
}

/* BANNER */

#banner {
	height:40px;
	margin:0 auto;
}
#banner h1 {
	margin:0;
	padding:0;
	font-size:70%;
	line-height:40px;
	text-align:right;
	
	}
#banner h1 a:link, #banner h1 a:visited {
	color:#888;
	text-decoration:none;
}

/* SLIDERS */


#details {
	left:-400px;
	top:80px;
	z-index:30;
	position:absolute;
	width:450px;
}
a#info {
	background-image:url(../images/info.gif);
	background-position:top right;
	height:40px;
	display:block;
	text-indent:-9999px;
	
}
#notes {
	background-color:#252525;
	width:350px;
	margin:0 50px;
}

a#toggleCats {
	display:block;
	background-image:url(../images/browse.gif);
	background-repeat:no-repeat;
	background-position:top right;
	height:40px;
	text-indent:-9999px;
	
}
#catmenu {
	position:absolute;
	width:420px;
	left:0px;
	z-index:20;
	
	
}
#catmenu #catlist {
	margin:0 50px;
	background-color:#252525;
	padding:0;
	font-size:100%;
	overflow:auto;
}
#catmenu ul, #catmenu h3 {
	margin:0;
	padding:5px 15px;
}
#catmenu ul li {
	display:inline;
	}
#catmenu ul li a:link, #catmenu ul li a:visited {
	display:block;
	padding:2px 0px;
	color:#999;
	text-decoration:none;
}
#catmenu ul li a:hover {
	background-color:#444;
	color:#FFF;
}
#comments {
	position:absolute;
	z-index:40;
	top:120px;
	left:-400px;
	width:450px;
}
a#toggleComments {
	display:block;
	height:40px;
	background-image:url(../images/comments.gif);
	background-repeat:no-repeat;
	background-position:top right;
	text-align:right;
	line-height:35px;
	font-size:90%;
	text-decoration:none;
	color:#333;
	padding-right:20px;
}
#commentList {
	width:350px;
	margin:0 50px;
	background-color:#252525;
	overflow:auto;
}
#commentList ul {
	list-style:none;
	margin:0;
	padding:0;
}
#commentList ul li {
	padding:5px 15px;
	border-bottom:1px solid #666;
	}
	
#about {
	position:absolute;
	z-index:50;
	top:160px;
	left:-400px;
	width:450px;
}	
a#aboutLink {
	display:block;
	background-image:url(../images/about.gif);
	background-repeat:no-repeat;
	background-position:top right;
	height:40px;
	text-indent:-9999px;	
}	
#aboutWrapper {
	margin:0 50px;
	width:350px;
	background-color:#333;
	overflow:auto;
}	
.content {
	line-height:160%;
}	
	
.controls {
	position:relative;
	height:40px;
}
a.close:link, a.close:visited {
	display:block;
	width:40px;
	height:40px;
	background-image:url(../images/close.gif);
	position:absolute;
	z-index:100;
	top:0px;
	left:0px;
	text-indent:-9999px;
}
/* COMMENT FORM */

input.formfield, textarea {
	width:250px;
	padding:3px;
	background-color:#333;
	color:#DDD;
	border:1px solid #666;
	}
input.formfield:focus, textarea:focus {
	color:#FFF;
	background-color:#494949;
}

/* PHOTO */

#photoWrapper {
	position:relative;
	margin:0 auto;
}
#previous, #next {
	width:49.9%;
	display:block;
	z-index:10;
	position:absolute;
	top:0px;
	background-image:url(../images/clear.gif);
	background-repeat:no-repeat;
	background-position:center center;
	text-indent:-9999px;
}
#previous:link, #previous:visited {
	left:0px;
}
#previous:hover {
	background-image:url(../images/previous.gif);
	}
#next:link, #next:visited {
	right:0px;
}
#next:hover {
	background-image:url(../images/next.gif);
	}

/* BROWSE */

	
#browseWrapper {
	width:800px;
	margin::0 auto;
}

/* PAGES */

#pages a:link, #pages a:visited {
	display:block;
	padding:2px;
	background-color:#333;
	border:1px solid #222;
	margin:0 2px 2px 0;
	color:#999;
	text-decoration:none;
	float:left;
}

/* THUMBNAILS */

#thumbs {
	clear:both;
	}
#browseWrapper #thumbs a:link, #browseWrapper #thumbs a:visited {
	display:block;
	float:left;
	margin:0 5px 5px 0;
}
#thumbrow {
	margin:20px auto;
	text-align:center;
}
#thumbrow a:link, #thumbrow a:visited {
	padding:0 3px;
}

/* LINKS */ 

.content a:link, .content a:visited {
	color:#EEE;
	text-decoration:none;
	border-bottom:1px solid #999;
}
.content a:hover {
	color:#FFF;
	border-bottom:1px solid #BBB;
}
/* FOOTER */
#footer {
	font-size:10px;
	text-align:center;
	position: relative;
	bottom: -70px;
}
/* TEXT FORMATTING */

p, h2, h3 {
	margin:1em 0;
	}

#menu_browse{
        position: absolute;
        margin: 0px;
        margin-right:-10px;
        padding: 0px;
        top: 0px;
        left: 0px;
        z-index:10;
}
#menu_browse a{
        outline: none;
}

#menu_browse_prev, #menu_browse_next{
        width: 49.9%;
        height: 100%;
        background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
        display: block;
}

#menu_browse_prev {
        top: 0px;
        left:0px;
        float: left;
}
#menu_browse_next {
        top: 0px;
        right:0px;
        float: right;
}

#menu_browse_prev:hover, #menu_browse_prev:visited:hover {
        background: url('../images/prevImage.png') no-repeat center center;
        cursor: pointer;
}
#menu_browse_next:hover, #menu_browse_next:visited:hover {
        background: url('../images/nextImage.png') no-repeat center center;
        cursor: pointer;
}

