﻿@import url(layout.css);
body {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	background-color: #000000;
}
#container {

	width: 761px;
	margin: 0;
	background-color: #000000;
	position: relative;
	border: 2px solid #808080;
	margin: 0 auto;   /* needed for center */
	text-align: left; /* needed for center */
}

img {
border: 0;
}

#masthead {
	text-align: right;
	width: 100%;
	background-color: #000000;
}
#navigation {
	background-color: #929292;
	overflow: hidden;
}
#page_content {
	position: relative;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #929292;
}
#column_l {
	position: relative;
	margin: 0 350px 0 0;
	padding: 0 2%;
	background-color: #000000;
	float: none;
}
#column_r {
	float: none;
	width: 330px;
	margin: 0;
	padding: 10px;
	background-color: #000000;
	position: absolute;
	right: 0px;
	top: 0px;
}
#footer {
	background-color: #6C6C6C;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img {
	float: left;
	margin: 0;
	padding: 0;
}
#masthead p {
	font-size: small;
	text-align: right;
	color: #FFFFFF;
	padding: 0;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #808080;
	background-color: #6C6C6C;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #6C6C6C;
	background-color: #6C6C6C;
}
/* Styles for Content */
h1 {
	font-size: 2em;
	color: #808080;
}
h2 {
	font-size: 1.75em;
	color: #808080;
}
h3 {
	font-size: 1.5em;
	color: #808080;
}

/* Styles for Footer */
#footer p {
	font-size: x-small;
	text-align: center;
	color: #ffffff;
	margin: 10px;
	padding: 1px;
}
#footer a {
	color: #ffffff;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Tag Cloud */
.bam_0 { font-size: 80%; }
.bam_1 { font-size: 90%; }
.bam_2 { font-size: 105%; }
.bam_3 { font-size: 110%; }
.bam_4 { font-size: 115%; }
.bam_5 { font-size: 120%; }
.bam_6 { font-size: 125%; }
.bam_7 { font-size: 130%; }
.bam_8 { font-size: 135%; }
.bam_9 { font-size: 140%; /*font-weight: bold;*/ }

#tags ul.cloud li {
display:inline;
line-height:1.2;
margin: 0 1px 0 0;
padding: 0;
}

}
#tags.bam_0 { font-size: .9em; }
#tags .bam_1 { font-size: .95em; }
#tags .bam_2 { font-size: 1em; }
#tags .bam_3 { font-size: 1.05em; }
#tags .bam_4 { font-size: 1.1em; }
#tags .bam_5 { font-size: 1.15em; }
#tags .bam_6 { font-size: 1.20em; }
#tags .bam_7 { font-size: 1.25em; }
#tags .bam_8 { font-size: 1.30em; }
#tags .bam_9 { font-size: 1.35em; /*font-weight: bold;*/ }




/* Styles for Links */
a {
	color: #ff6600;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.center {
	text-align: center;
}
.small {
	font-size: xx-small;
}
