/* Copyright © 2008, Eaudomainia. All rights reserved. ip@eaudomainia.com */
* {
	padding : 0 ;
	margin : 0 ;
	font-size : 14pt;

}

ul, li {
	list-style-type: none;
}
#main {
	font-size : 100%;
}
h1,h2 {
	font-size : 16pt;
}
h3 {
	font-size : 14pt;
}


#divebuzz-top-line ,
#site-wide-navigation ,
#user-wide-navigation ,
#divebuzz-footer,
#divebuzz-member {
	display : none;
}

#divebuzz-page {
	background-color : transparent !important;
	background-image : none !important;
}
#divebuzz-page ,
#diver-page ,
#shadow ,
#main {
	width : 100% !important;
}
#main {

}

/* layout page structure */
#user-content-header {
	border-bottom : 1pt solid #000;
	padding : 0.5em;
	background-image :  url('en/logo.png');
	background-position : 90% 80%;;
	background-repeat : no-repeat;
}
#user-content-a,
#user-content-expandable {

}
#user-content-a {
	padding-top : 1em;
	width : 28%;
	float : left;
	font-size : 80%;
	text-align : center;
}
#diver-photo img {
	width : 95%;
}

#user-content-expandable {
	width : 67.5% ;
	float : left;
	font-size : 90%;
	border-left : 1pt solid #000;
	padding : 0.5em;
}

#user-content-expandable h2 {
	padding-top : 1em;
}
#all-dives td,
#all-stories td,
#user-content-expandable td {
	padding : 0.5em;
}


body.story #user-content-expandable {
	width : 100%;
}
#user-footer {
	border-top : 1pt solid #000;
	width : 100%;
	clear : both;
	text-align : center;
	font-size : 80%;
	padding: 0.3em 0;
}


table#divebuzz-page div.picture {
	width : 300px;
}
table#divebuzz-page div.picture.small {
	width : 150px;
}
div.picture {
	clear: both;
	text-align : center;
	width : 90%;
	margin : 1em 0;
}
div.picture.small {
	width : 23.5%;
	margin : 0.5em 0;
}
div.picture img {
	width : 99%;
}