/* hacks */

/* commented backslash hack v2 \*/ 
html, body { height: 100% }
/* end hack */ 

/* global element styles */

html, body { margin: 0; padding: 0 }
body { font: 76% "Verdana", arial, sans-serif; text-align: center }
p { margin: 0 10px 10px }

div#contentwrapper {
	border-right: 1px solid #DDD;
}

#header {
	border-bottom:1px solid #000;
	background-color: white;
}

/* colour scheme */

/* 
	
	START HORIZ LIST

*/

.horizList, 
.horizList ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	z-index: 99;
}

.horizList a {
	text-align: center;
	display: block;
	width: auto; 
	padding: 2px;
} 

.horizList li {
	float: left;
	width: auto;
}

.horizList li ul { 
	position: absolute; 
	width: auto; 
	left: -999em; 
} 

.horizList li:hover ul {
	left: auto; 
}

.horizList li:hover ul,
.horizList li.sfhover ul {
	left: auto; 
}

/*

LOGIN /NAVIGATION LAYOUT

*/
#header .horizList li a {
	padding: 3px;
}

.horizList .contentBox {
	background: white;
	border: 1px solid black;
	width: 150px;
}
.horizList .contentBox {
	background: white;
/*
	opacity: .85;
	filter: alpha(opacity=95);
	-moz-opacity: .95;
*/
}

/*

	MAIN MENU LAYOUT

*/

#mainmenu {
	/*padding-top: 2px;*/
	padding-top: 0px;
	width: 100%;
	bottom: 0px;
}


div#mainmenu a {

	font-size: 80%;

}

div#mainmenu li {

	font-family: "Verdana";
	padding: 0 10px 0px 0; 
	margin: 0px;

}

/* 

MAIN MENU TABS

*/

#mainmenu ul {
	background: #333;
	height: 20px;
	padding-left: 10px;
	padding-top: 2px;

}
div#mainmenu li {
	margin-left: 2px;
}

div#mainmenu li a:link,
div#mainmenu li a:visited {
	font-size: 85%;
	text-transform:uppercase;
	color: #C6D5FD;
	padding: 5px 5px 3px 5px;
}

#home_index div#mainmenu #home a,
div#mainmenu li.current a,
div#mainmenu .current,
div#mainmenu li.current,
div#mainmenu li a:hover
{
	background: white;
	color: #333 !important;
} 

/* logos */

#bannerheader {
	border-bottom:1px solid #000;
	background-color: white;
}

#hxdx_banner {
	height: 125px;
	width: 715px;
	/* background: url(logo-unscene.jpg) no-repeat left top; */
	background: url(/images/hxdx_banner_1.jpg) no-repeat right top;	
	/* line-height: 10; */ /* units ? */
	z-index: 100;
	display: block;
	margin: 0;
}

#news_item #hxdx_banner {
	height: 125px;
	width: 715px;
	background: url(/images/hxdx_banner_5.jpg) no-repeat right top;	
	z-index: 100;
	display: block;
	margin: 0;
}

#hxdx_logo {
	float: right;
}

/*
#logofooter {
	border-bottom:1px solid #000;
	background-color: white;
}
*/

#hd_logo {
	height: 20px;
	width: 715px;
	background: url(/images/hd_logo.gif) no-repeat center top;	
	/* line-height: 10; */
	z-index: 100;
	display: block;
	margin: 0;
}

/* the rest... */

/*div#skinpicker,*/
div#navigation,
div#logoheader { position: relative }

div#logoheader a { position: absolute; right: 0; top: 23px }
div#container { text-align: left }
div#contentwrapper p { line-height: 1.4 }
div#rightcol {}
/*div#rightb {}*/

div#footer { background: #333; color: #FFF }
div#footer p { margin: 0; padding: 5px 10px }
div#footer a { display: inline; padding: 0; color: #C6D5FD }

div#shadowcontainer,
div#container { width: 715px; margin: 0 auto }
div#wrapper{ float: left; width: 100% }
div#contentwrapper { margin-right: 250px; padding: 10px; overflow:hidden; }
div#contentwrapper .content { overflow: hidden; }
div#rightcol { float:left; width: 230px; margin-left: -250px; padding: 10px; }

/*div#rightb { float: left; width: 150px; margin-left: -300px }*/
div#footer { clear: left; width: 100% }

div#navigation { clear: left; width: 100% }

* { margin: 0; padding: 0; }

a img {	border: 1px solid black; }

.searchbox input,
.searchbox select { margin-left: 5px; }

/* ... modified from global.css */

#rightcol form,
#rightcol fieldset
{
	margin:0;
	padding:0;
	position: relative;
	width: auto;
	display: inline;
	border:0;
}
#rightcol input.journalsearch,
#rightcol input.gallerysearch,
#rightcol input.profilesearch
{
	width: 90px;
}

div#footer { background: #333; color: #fff }
div#footer p { margin: 0; padding: 5px 10px }
div#footer a { display: inline; padding: 0; color: #c6d5fd }
div#footer { clear: left; width: 100% }

.horizList, 
.horizList ul {
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 99;
}
.horizList a {
	text-align: center;
	display: block;
	width: auto;
	padding: 2px;
}
.horizList li {
	float: left;
	width: auto;
}
.horizList li ul {
	position: absolute;
	width: auto;
	left: -999em;
}
.horizList li:hover ul {
	left: auto;
}
.horizList li:hover ul,
.horizList li.sfhover ul {
	left: auto;
}

/*

SEARCH BOX

*/

#search #searchform label,
#search #searchform input
{
	padding:0;
	margin: 6px 0 6px 6px;
	vertical-align: middle;
}

#search #searchform input {
	width: 100px;
}

#search #searchform br 
{
	display: none;
	/* visibility: none; */
	visibility: hidden;
	height: 0;
}

#search #searchform input.submit
{
	width: auto;
}

/*

SHADOWS AND BORDERS

*/

#container {
/*	background: url(cold-bg.jpg) !important;*/
background : white;
}

* html .leftShadow
{
	float: left;
	padding-right: 16px;
	background: url(/images/cold-outershadow_right2.jpg) right top repeat-y; 
}
  
* html .rightShadow {
	float: right;
	padding-left: 16px;
	background: url(/images/cold-outershadow_left2.jpg) left top repeat-y; 
} 

* > .leftShadow {
	position: static;
	margin-right: -15px;
  	background: url(/images/cold-outershadow_right2.jpg) right top repeat-y; 
 }
  
* > .rightShadow {
	position: static;
	margin-left: -15px;
	background: url(/images/cold-outershadow_left2.jpg) left top repeat-y; 
 }

/*

	STANDARD BOX

*/

/*.standardbox*/
.contentitem {
	margin-bottom: 2px;
	width: 99%;
	display: block;
	overflow: hidden;
}

/*.standardbox table {*/
.contentitem table {
	width: 100%;
}

td.image {
	width: 125px;
}

/*

	STANDARDBOX LAYOUT

*/ 

/*div#content {*/
div#contentwrapper {
	/* background: url(../images/coldskin/box_background.gif) repeat-y right top; */
	background: url(/images/box_background.gif) repeat-y right top;
}

center,
/*.standardbox .content {*/
.contentitem .content {
	border-top: 1px solid #9AB5BC;
	border-top: 1px solid black;
	/* background: url(../images/coldskin/box_background.gif) repeat-y right top; */
	background: url(/images/box_background.gif) repeat-y right top;
	/* background: url(../images/coldskin/cold-bg.jpg) no-repeat right top; */
	/* background: url(cold-bg.jpg) no-repeat right top;*/
	background: white;
	padding: 5px;
	border: 1px solid #DDD;
}

h1,
/*.standardbox span.title {*/
.contentitem span.title {
	color: #333;
	font-size: 1.6em;
	font-weight: normal;
}

/*.standardbox .posted {*/
.contentitem .posted {
	font-size: 0.8em;
	color: #888;
}

/*.standardbox {*/
.contentitem {
	padding: 10px 0 9px 0 !important;
}

/*

	HOME LAYOUT


*/

#home_index .newsitem img {
	width: 100px;
}

/*
	
	NEWS LAYOUT

*/

table,
tr,
td {
	vertical-align: top;
}
.newsitem img {
	padding: 5px;
	margin: 5px;
}

.newsitem .linkbuttons li {
	float:right !important;
	width: 32%;
}

.newsitem .story {
	padding: 5px;
}

.newsitem .story a,
.newsitem .story a:link,
.newsitem .story a:visited {
	padding: 5px;
}

/*

	PROFILE LIST FORMATING

*/

/*#commentlist img,*/
.newsitem img /*,
.journalitem img,
#gallerylist img,
#reviewlist img,
.profileitem img*/ {
	float: left;
	border: 1px solid black;
	margin-right: 3px;
	width: 100px;
	margin: 2px 2px 2px 0px;
}

/*

	INFO BOX

*/

div.infobox .post {
	position:relative;
}

div.infobox {

}

div.infobox .post {
	position:relative;
	margin:10px 0 20px 0;
	padding:3px 0 0 0;
	width: auto;
	background: url(/images/infobox-bg.gif) no-repeat top left;
}

/*
#photolist div.infobox .post {

	background:url(infobox-bg_small.gif) no-repeat top left;
}
*/

/*
#righta .content,
#righta .content a {
*/
#rightcol .content,
#rightcol .content a {
	text-decoration: none;
	font-size: 0.9em;
}
div.infobox .post .bottom {
	display: block;
	padding: 5px 8px 8px 8px;
	text-decoration: none;
	font-size: 0.9em;
	line-height: 1.8;
	background: url(/images/infobox-bg.gif) no-repeat bottom left;
}

/*
#photolist .bottom {

	background:url(infobox-bg_small.gif) no-repeat bottom left;
}
*/

div.infobox .post .title {
	position: absolute;
	top: -5px;
	left: 10px;
	color: #333;
	font-size: 0.8em;
	letter-spacing: 1px;
	padding: 0 2px 0 3px;
	background: #fff;
	color: #333;
}

div.infobox .post strong {
	color: #555;
	font-weight: bold;
	padding: 8px 0 2px 0px;
}

/*

	PAGINATION BASIC LAYOUT

*/

div.pagination, 
ol.pagination 
{
	font-family: Verdana !important;
	font-size: 10px;
	margin:0;
	padding:0;
	display: block;
	width: 99%;
	/*float: left;*/
	/*position: static;*/
	clear: both;

}

ol.pagination li a,
ol.pagination li a:visited,
ol.pagination li a:link {
	padding: 3px;
	display: block;

	margin: 1px;
}

ol.pagination li {
	width: auto;
	display: inline;

	height: auto;
	text-align: center;
	background-color: white;
	margin: 1px;

}

/*

	PAGINATION BASIC LAYOUT

*/

ol.pagination .selected,
ol.pagination li a:hover {
	background-color: #FFA500;
	color: black;
}

.pagination .linkbuttons li a,
.pagination .linkbuttons li a:visited,
.pagination .linkbuttons li a:link {
	text-align: left;
	font-weight: normal !important;
	font-size: 20px;

}

.pagination .linkbuttons li a,
.pagination .linkbuttons li a:visited,
.pagination .linkbuttons li a:link {
	border: 1px solid gray;
	font-size: 10px !important;
}

.pagination .linkbuttons li {
	background-color: white;
	border: 1px solid gray;
}

.pagination .linkbuttons li a:hover {
	background-color: white;

}

/*

	LINK BUTTON LAYOUT

*/

.linkbuttons
{
	font-family: Tahoma, Verdana  !important;
	font-size: 10px !important;
	margin:0;
	padding:0;
	display: block;
	width: 90%;
	float: left;
	position: relative;
}

.linkbuttons li a,
.linkbuttons li a:visited,
.linkbuttons li a:link {
	padding: 2px;
	display: block;
	border: 1px solid gray;
	margin: 1px;
	font-size: 10px !important;
}

.linkbuttons li {
	width: auto;
	display: inline;
	float: left;
	height: auto;
/*
	text-align: center;
*/
	background-color: white;
	margin: 1px;
	border: 1px solid gray;
}
