﻿/**
 * Author: Abel Corver
 * Author's Website: www.AbelCorver.com
 * Author's Email: contact@AbelCorver.com
 * 
 * This is the stylesheet for the site for 
 * the Atoms of Law congres.
 *
 * Copyright (c) Abel Corver.
 *
 * ==> Glossary:
 * 
 * Menubar Base Color: RGB(26,69,234) = #1A45EA
 * Page Background Color: RGB(40,100,255) = #3264FF
 * 
 * 
 * 
 * 
 */
 
* {
	margin: 0px;
	padding: 0px;
	border-width: 0px;	
}
body {
	text-align: center;
	font-size: 10px;
	background: #0033AA;
}
#container {
	width: 80%; 
	margin: 30px auto;
	padding: 0px;
	max-width: 80em; /* = 800px */
	padding-bottom: 100px;
}

/* --------------------- menu bar ----------------------------------- */
#menubar {
	height: 32px;
}
#menubar div{ height: 32px; /* same height as menu bar */ }
#menubar div.edge-left {
	position: absolute;
	width: 8px; /* same width as menu bar */
	background-image: url('../images/menubar-left.gif');
}
#menubar div.center {
	padding: 0px 8px 0px 8px;
}
#menubar div.center div 
{
	background: #1A45EA url('../images/menubar-bg.png') repeat-x;
	margin: auto;
	padding-left: 5em;
}
#menubar div.edge-right {
	float: right;
	width: 8px; /* same width as menu bar */
	background-image: url('../images/menubar-right.gif'); 
	margin-top: -32px;
}
#menubar div.center ul 
{
	margin-left: 8em;
	margin-top: -3.2em;
	list-style: none;
}
#menubar div.center ul li {
	float: left;
	padding: 0.5em 1em 0.5em 1em;
	text-align: center;
	font-family: Tahoma Arial;
	font-size: 14px;
}
#menubar div.center ul li:hover {
	padding: 0.35em 0.85em 0.35em 0.85em;
	background: #5A85FA;
	border: solid 0.15em #0030A0;
	cursor: pointer;
}
#menubar div.center ul li a {
	color: White;
	font-weight: bold;
	text-decoration: none;
}

/* ---------------------- content ----------------------------------- */

#content
{
	background-position: #0066CC;
	width: 90%;
	margin: 0px auto;
	background: #0066CC;
	max-width: 90%;
	text-align: left; /* set text alignment back to 'left' 
						 to get correct results in IE */
	border-left: solid 2px #4284AF;
	border-right: solid 2px #4284AF;
	padding-bottom: 0.2em;
}
#text-area {
	padding: 50px;
	padding-top: 0px;
	font-size: 1.6em;
	clear: both; /* clear floats used by borders */
	text-align: justify;
	font-family: Arial;
}
li {
	padding-left: 2em;
	padding-top: 1em;
}
h3,h4,h5 {
	color: #FF9922;
	font-family: Arial Black;
	font-size: larger;	
	font-weight: bold;
	margin: 1.2em;
}
h4 {
	color: #FF7700;
	font-size: medium;
	padding-left: 2.5em;
}
h5 {
	color: #CC4400;
	font-size: small;
	padding-left: 5em;
}
p {
	margin: 1em;
}
a {
	color: #FF9922;
	text-decoration: none;
}
h5 a {
	color: #CC4400;
	text-decoration: none;
}
ul.nobullets {
	list-style: none;
}
#content #logos {
	background: #4284AF;
	text-align: center;
	margin: 3em;
}
#content #logos #logos-header {
	background: #888888 url('../images/logos-header.png') repeat-x;
	margin: 0 auto;
	padding-top: 2px;
	height: 22px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	color: #111111;
}
#content #logos img {
	vertical-align: middle;
	margin: 1em;
}
div.floatfix {
	clear: both;
}

td
{
	padding: 0.5em;
	border: dotted 1px #000;
}
td p {margin: 0px;}

/* ---------------------- footer ------------------------------------ */

#footer {
	margin: 0px auto;
	height: 24px;
	background: #1A45EA url('../images/footer-bg.png') repeat-x;
}

/* ---------------------- registration form ------------------------- */

form {
	font-size: 10px;
	background-color: #1A45EA;
	padding: 3em;
}
label 
{
	font-size: 1.2em;
	vertical-align: middle;
}
input 
{
	width: 20em;
	margin: 0.6em;
	margin-left: 1em;
	padding: 0.20em;
	border: solid 1px #5A85FF;
}
input.radio
{
	border: solid 0px #1A45EA;
	width: 20px;
	vertical-align: middle;
	margin: 0;
}
select {
	width: 20em;
	margin: 0.6em;
	margin-left: 1em;
	padding: 0.20em;
}
form h4 {
	color: #FF9922;
	font-size: small;
	margin: 1em;
}
form ul {
	list-style: none;
	margin-left: 4em;
}
form .sendbtn {
	margin: 1em;
	padding: 0.3em 2em 0.3em 2em;
	width: auto;
	margin-left: 4em;
}