@import url('../style.css');

/* block-colour-layout variant 1 : nautical steel */

/*
dark blue #283E50
contrast : lighter grey #A69580

light blue #56697A
grey #928370

brown #884220
*/

#divebuzz-page,
#divebuzz-member-info {
	background :  #A1B9CF !important;
}
#shadow {
	background : url('shadow.png') repeat ;
}
/* dark header and footer */
#user-content-header  ,
#user-footer  {
	background : #283E50;
}
#user-content-header {
	border-bottom : 1px solid #a69580;
}
#user-content-header ,
#user-footer ,
#user-footer a ,
#user-footer a:hover ,
#user-footer a:visited {
	color :  #A69580;
}


/* frame white main */
#main {
	border-left : #56697A 1px solid;
	background : #fff;
	color : #283E50;
}

body#diver-index #main,
body.dive-log #main {
	background : url('faux-column.gif') repeat-y 34% 0 #fff ;
}

/* left panel */

#user-content-a a ,
#user-content-a a:visited {
 	color : #283E50;
}
#user-content-a a[href]:hover {
 	background : #283E50;
 	color : #56697A;
}


/* links */
#user-content-expandable a[href] ,
#user-content-main a[href] ,
#user-content-expandable a[href]:visited ,
#all-dives a ,
#all-stories a {
	color : #283E50;
	background : #fff;
}
#user-content-main a[href]:hover ,
#user-content-expandable a[href]:hover ,
#all-dives a[href]:hover ,
#all-stories a[href]:hover
{
	background : #56697A;
	color : #fff;
}


/* borders around the expandable contents */
#user-content-expandable div table  ,
#user-content-main div table  {
	border-color : #C7C1B9;
}
#all-dives ,
#all-stories {
	border : none;
}
#user-content-expandable div table ,
#user-content-expandable div.note ,
#user-content-expandable div.note h2 ,
#user-content-expandable div.note p ,
#user-content-expandable div.picture {
	border-color : #C7C1B9;
}
table.two-col td ,
table.three-col td {
	border-color : #C7C1B9  ;
}