/* 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;
	font-size:14px;
}

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

}

h1
{
	font-size:16px;
}

a:hover
{
	color:#D6AA86;
}

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

ul#nav li
{
	float:left;
	font-size:16px;
}

#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;
	font-size:16px;
	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;
}

#site_content
{
	padding:10px;
}

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

#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;
	font-size:16px;
		

}

.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;
}

/* Form styles moved from module view.php because it was breaking validation */
.required {
	color: #FF0000;
}
.field_title {
	font-size: 12px;
	width: 100px;
	vertical-align: top;
	text-align:right;
}
.textfield {
	font-size: 12px;
	width: 200px;
}
.textarea {
	font-size: 12px;
	width: 90%;
	height: 100px;
}
.field_heading {
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 10px;
	color: #666666;
}
.select {
	font-size: 12px;
}
.checkbox_label {
	font-size: 11px;
	cursor: pointer;
}
.radio_label {
	font-size: 11px;
	cursor: pointer;
}
.email {
	font-size: 12px;
	width: 200px;
}



/* blog styles moved from module view.php because it was breaking validation */
.post_title, .post_date { border-bottom: 1px solid #DDDDDD; }
.post_title { font-weight: bold; font-size: 12px; color: #D6AA86; }
.post_title a { font-weight: bold; font-size: 12px; color: #D6AA86; }
.post_date { text-align: right; font-weight: bold; }
.post_short { text-align: justify; padding-bottom: 5px; }

