/* CSS Document */
body
{
	background-image:url(images/bg_strip.png);
	margin:0;
	background-color:black;
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#container
{
	position:relative;
	margin:0 auto;
	width:950px;
	height:650px;

}

ul#nav
{
	position:absolute;
	top:20px;
	right:60px;
	margin:0;
	list-style:none;
	
}

/* Picture Gallery styles moved from module view.php because it was breaking validation */
hr {
	border-style: none;
 	height: 1px;
	background-color: silver;
	color: silver;
}
#pagenumbers {
	text-align: center;
	margin-top:5px;
margin-bottom:5px;
}
#pagenumbers a:link, #pagenumbers a:visited, #pagenumbers a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
#pictures {
	text-align: center;
margin:0 auto;
width:520px;
}
#pictures img {
	border: none;
}
#pictures a:link, #pictures a:visited,#pictures a:hover {
	
	text-decoration: none;
}

.picturelink {

	margin-left: 20px;        
margin-left: 20px; margin-top:5px;
	float: left;
}
.picturelink img {
	border: none;
}
#filename {
	text-align: center;
}
#directories { }

/* end gallery styles */

ul#nav li
{
	float:left;
	
}

#header
{
	padding-top:10px;
	padding-left:10px;
}


ul#nav li a
{
	text-decoration:none;
	width:100%;
	height:100%;
	padding-left:20px;
	padding-right:20px;
	color:white;
}

ul#nav li a:hover
{
	color:#D6AA86;
}

.gallery_cat
{
	/*border-bottom:1px solid white;*/
	padding-top:5px;
	padding-bottom:5px;
	
}

#galleries_hdr
{
	padding-left:25px;
	padding-bottom:5px;
	padding-top:5px;
	border-bottom:1px solid black;
	font-weight:bold;
	letter-spacing:1px;
	font-size:18px;
	color:white;
	background-color:#333333;
}

#leftbox_cat_name
{
	
	padding-bottom:5px;
	font-size:18px;
	
	color:white;
	text-align:center;
	text-transform:uppercase;
	/*border-bottom:1px solid #CCCCCC;*/
}

.gallery_cat a
{
	font-family:Arial, Helvetica, sans-serif;
	
	color:#CCCCCC;	
	font-weight:bold;
	padding-bottom:5px;
	text-decoration:none;

}

.gallery_cat a:hover
{
	color:#D6AA86;
	
}



#box_left
{
	position:absolute;
	left:10px;
	top:100px;
	width:600px;
	border-right:5px solid black;
	border-left:5px solid black;
	height:440px;
	background-color:#000000;
}


#content
{
	position:absolute;
	top:25px;	
	color:white;
	background-color:#333333;
	width:590px;
	height:400px;
	overflow:auto;
	padding:5px;
	padding-top:0;
}

#content a
{
	color:white;
}


#box_right
{
	position:absolute;
	right:70px;
	top:135px;
	/*background-image:url(images/right_box_bg.png);*/
	/*background-image:url(images/white_5px_box.png);*/
	/*background-color:#565464;*/
	width:180px;
	border:2px solid black;
	height:200px;

		

}

.bobphoto_link:hover
{
	cursor: hand;
}

#right_content
{
	position:absolute;
	
	color:white;
	/*background-color:black;	*/
	width:200px;
	height:240px;
	overflow:auto;
	padding-left:25px;
	padding-top:5px;	

}

#landscape_btm .bobimg
{
	position:absolute;
	right:0;
	display:block;
	bottom:0;
}

#landscape_btm .landscapeimg
{
	position:absolute;
	left:0;
	bottom:0;
}

#box_left_top
{
	background-image:url(images/film_edge_top.png);
	width:100%;
	height:26px;
}

#box_left_btm
{
	background-image:url(images/film_edge_btm.png);
	width:100%;
	position:absolute;
	bottom:0;
	height:26px;
}

