/* AQUA CSS Document */
/* Martin Misur */

html, body, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, #screen {
	margin: 0;
	padding: 0;
	border: 0;
}

/* --- MAIN ELEMENTS --- */

html {
	height: 100%;
}
body {
	height: 100%;
	background-color: #F3F2DB;
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
#screen {
	margin: 0 auto;
	min-height: 100%;
	width: 990px;
	text-align: left;
	background-image: url(../page_graphics/bk_grd.jpg);
	background-repeat: repeat-y;
}
@media screen and (max-device-width: 480px){ /* To make sure all fonts render the correct size on the iPhone */
	body {
		-webkit-text-size-adjust: none;
	}
} 

/* --- PAGE GENERAL --- */

a:link, a:visited, a:active {
	color: #4C4C4C;
	text-decoration: none;
	border-bottom: 1px #00BEEE solid;
}
a:hover {
	text-decoration: none;
	border-bottom: none;
}
a img {
	border: none;
}
h3 {
	margin: -8px 0 20px 0;
	padding: 4px 0 0 0;
	color: #000080;
	font-size: 150%;
	border-top: 1px #00BEEE solid;
}
h4 {
	color: #4C4C4C;
	font-size: 125%;
	padding-top: 10px;
}

/* --- HEADER --- */

#header {
	height: 210px;
}
#header_content {
	width: 990px;
	height: 210px;
	margin: 0 auto;
	background-image: none;
}
#logo {
	position: absolute;
	z-index: 20;
	width: 347px;
	height: 196px;
	overflow: hidden;
	margin: 10px 0 0 20px;
	background-image: url(../page_graphics/aqua_logo_small_grad.jpg);
	background-repeat: no-repeat;
	border-top: solid 2px #035CAD;
	border-bottom: solid 2px #035CAD;
	background-color: #ABB6D6;
}
#logotext {
	position: absolute;
	z-index: 10;
	width: 600px;
	height: 210px;
	overflow: hidden;
	margin: 10px 0 0 370px;
	background-image: url(../page_graphics/header_small.jpg);
	background-repeat: no-repeat;
}
#title {
	margin: 30px 0 10px 0;
}
#logo span, #logotext span, #title span {
	display: none;
}

/* --- MAIN PAGE --- */

#main_page {
	width: 990px;
	margin: 0 auto;
	min-height: 100%;
	text-align: left;
}
#non_footer {
	position: relative;
	min-height: 100%;
}
#bottom_padding {
	padding-bottom: 200px;
}
.clearer {
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}
.clearerL {
	clear: left;
}

/* --- CONTENT --- */

#content {
	display: inline;
	float: right;
	margin-top: 0;
	margin-right: 20px;
	width: 770px;
}
#content p {
	margin: 0;
	padding: 6px 0 12px 0;
	color: #4C4C4C;
	font-size: 100%;
	text-align: justify;
}
#content ul {
/* padding and margin to get cross-browser compatibility */
	color: #4C4C4C;
	list-style: square;
	margin: 6px 0 12px 0;
	padding: 0 0 0 40px;
}
#content ol {
	margin: 12px 0 0 30px;
	list-style-type: decimal;
}
#content li {
	text-align: justify;
	padding: 2px 0 2px 0;
}

/* --- CONTENT LAYOUT --- */

.pic_left {
	float: left;
	padding: 0 20px 10px 0;
}
.pic_right {
	float: right;
	padding: 0 0 10px 20px;
}
.box_right {
	float: right;
	border: 2px solid #903;
	padding: 10px;
	margin: 0 0 10px 10px;
}
#content .box_right p {
	text-align: center;
	padding: 0px;
	font-size: 95%;
}
#content .box_right a {
	text-decoration: none;
	border-bottom: none;
}
.speakers {
	width: 700px;
	margin: 24px auto 0 auto;
	background-color: #EBEBEB;
	padding: 8px 10px 5px 10px;
	overflow: visible;
}
#content .speakers p {
	text-align: left;
}
.speakersphoto {
	float: left;
	margin: 2px 10px 5px 0px;
	height: 200px;
}
.speakersname {
	font-size: 120%;
	margin: 0;
	color: #4C4C4C;
	text-decoration: underline;
	font-weight: bold;
}

/* --- SIDE COLUMN --- */

#side_column {
	display: inline;
	float: left;
	width: 160px;
	margin-left: 10px;
}

/* --- MENU --- */

#menu {
	margin: 20px 0 0 10px;
	width: 145px;
}
#menu_top {
	position: relative;
	margin: 2px 0 5px 0;
	background-image: url(../page_graphics/menu_border_top.jpg);
	background-repeat: repeat-x;
	height: 6px;
	display: block;
	overflow: hidden;
}
#menu_bottom {
	position: relative;
	margin: -30px 0 -10px 0;
	background-image: url(../page_graphics/menu_border_bottom.jpg);
	background-repeat: repeat-x;
	height: 6px;
	display: block;
	overflow: hidden;
}

/* --- FOOTER --- */

#footer {
	position: relative;
	margin: -166px auto 0 auto;
	width: 990px;
	padding-bottom: .5em;
	font-size: 10px;
	line-height: 1em;
}
#footer_text {
	background-image: url(../page_graphics/footer.jpg);
	background-repeat: no-repeat;
	float: right;
	padding: 124px 0px 0px 0px;
	margin: 0;
	width: 990px;
	border-bottom: solid 2px #035CAD;
}
#credits {
	clear: right;
	color: #555;
	margin: 2px 20px 0px 0px;
	padding-bottom: 6px;
	width: 970px;
	text-align: right;
	line-height: 14px;
}
#credits a:link, #credits a:visited, #credits a:active {
	color: #555;
	text-decoration: underline;
	border-bottom: none;
}
#credits a:hover {
	text-decoration: none;
}

