/* layout and page styles */

#aa_header {
	float: left;
	width: 100%;
	border-bottom: solid 1px #000;
	margin-bottom: 50px;
}
#aa_header .site_title {
	float: left;
	padding: 10px 10px 10px 70px;
	font-size: 1.5em;
	color: #91accb;
	background: url(aa_hs.png) no-repeat 10px center;
}
.aa_menu {
	float: right;
	margin-top: 10px;
	line-height: 2em;
}
.aa_menu li {
	float: left;
	margin: 0 1em;
}
.aa_menu a {
	text-decoration: none;
}
.aa_menu a:hover {
	text-decoration: underline;
}




#wrap {
	position: relative;
	clear: both;
	width: 70em;
	max-width: 100%;
	margin: 0 auto;
}

#menu {
	position: absolute;
	top: 0;
	left: 0;
	width: 10em;
	padding-left: 10px;
}
#content {
	margin-left: 10em;
	padding-left: 10px;
}
#main, #sidebar {
	float: left;
	min-width: 20em;
	margin-bottom: 2em;
}
#main {
	width: 52%;
	margin-right: 2%;
}
#sidebar {
	width: 44%;
}




/* general styles */

* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 10pt;
	font-family: Verdana, sans-serif;
}

#content h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, serif;
}
h2 {
	font-size: 1.2em; /* should be1.2 em */
	line-height: 1.26em;
	margin: 1em 0 .5em 0;
}
#main h2:first-child {
	margin-top: -.2em;
}
#sidebar h2:first-child {
	margin-top: -.1em;
}

h3 {
	font-size: 1em;
}

p {
	padding-left: 1em;
}

a {
	color: #06c;
}
a:hover {
	color: #c60;
}

ul {
	list-style: none;
}



/* general classes */




/* particular styles */


/* menu styles */

#menu ul {
	font-weight: bold;
}
#menu ul ul {
	font-weight: normal;
	padding-left: 1em;
	margin: 0 0 .5em 0;
}




/* sidebar styles */

#sidebar {
	font-size: .9em;
}
#sidebar ul {
	padding-left: 1em;
}

.title {
	font-style: italic;
}

.aside {
	margin-right: 1em;
	color: #666;
}

.list .item {
	margin-left: 4.5em;
	display: block;
}
.list .aside {
	position: absolute;
	width: 4em;
}
