
/**
 * TOP BAR
 */
#topbar {
	font-family: 'Trebuchet MS', Tahoma, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid darkblue;
	background-color: #C7D3E0;
}
#topbar a { 
	color: white; 
	text-decoration: none; 
}
#topbar a:hover { 
	color: #FF5959; 
}


/**
 * Title 
 */
#title { 
	margin-left: 20px; 
	font-family: 'Trebuchet MS', Tahoma, Verdana, sans-serif;
	font-weight: normal; 
	font-size: 24px; 
	color: black;
	letter-spacing: 2px;
	padding-top: 20px; 
	padding-bottom: 20px 
}


/**
 * Navigation bar 
 */
#subTitle {
	background: #6699CC;
	padding-left: 25px;
	text-align: left;
	font-size: 10pt;
	font-weight: bold;
	color: white;
	letter-spacing: 2px;
	border-top: 1px solid darkblue;
}

/**
 * Entry Section
 */
.entry {
	background: #FFFFFF;
	color: #333333;
	font-size: small;
	margin: 22px 2px;
}

.entry blockquote, .entry li { line-height: 150%; }

/**
 * Entry date & separator 
 */
.entry h2 {
	color: darkgrey;
	border-bottom: 1px dotted silver;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-style: italic;
	font-size: small;
	font-weight: normal;
	margin-bottom: 14px;
	margin-top: 14px;
	text-align: left;
}

/**
 * Entry Title
 */
.entry h3 {
	color: black;
	font-size: 100%;
	font-weight: bold;
	text-align: left;
}

/**
 * Entry P
 */
.entry p {
	color: #333333;
	font-size: small;
	font-weight: normal;
	line-height: 150%;
	margin-bottom: 4px;
	text-align: left;
}

/**
 * Entry Footer
 */
.entry p.footer {
	color: #999999;
	border-top: 1px dotted silver;
	font-size: x-small;
	font-weight: bold;
	line-height: normal;
	margin-bottom: 25px;
	padding: 3px;
	text-align: left;
}

/**
 * Container
 */
#mainFrame { 
	background: white; 
}

/**
 * Container -> CENTER
 */
#centerFrame {
	float: left;
	margin-left: 10px; 
	margin-right: 10px;
	width: 90%;
}



/**
 * Document general style
 */

/* fix the @$%@ IE6 scrolling bug */
h1, h2, h3, h4, h5, h6, p { position: relative;}

a { text-decoration: none; }

a:link, a:active { color: #0070AA; }
a:visited { color: #006699; }
a:hover { text-decoration: underline; }

body {
	margin-left:  auto;
	margin-right: auto;
	width: 80%;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0;
	border: 1px solid black;
	background: white;
	color: #353535;
	font: 84%/22px "Trebuchet MS", Tahoma, Arial, sans-serif;
}

code, kbd {font-size: small;}

h1, h2, h3 { font-weight: normal; margin: 0px; padding: 0px; }
