/*CSS stylesheet for abrazo.org*/
html
{
	margin: 0;
	padding: 0;
}

body
{
	background: #C6C8DF url(alb.png);
	color: #004;
	margin: 0;
	padding: 0;
}

div#header
{
	position: relative;
	top: 0em;
	left: 0em;
}

div#navbar
{
	position: absolute;
	top: 128px;
	left: 15px;
	width: 8.5em;
	padding: 0;
	margin: 0;
	border: none;
	border-width: 0;
}

div#navbar a
{
	display: block;
	margin: 0.5em;
	padding: 0.2em;
	text-align: right;
	text-decoration: none;
	font: bold 80% "Lucida Grande", arial, verdana, helvetica, sans-serif;
}

div#navbar a:link
{
	color: white;
	border: 4px solid #521DC1;
	background: #521DC1;
}

div#navbar a:visited
{
	color: white;
	border: 4px solid #521DC1;
	background: #521DC1;
}

div#navbar a:hover
{
	color: white;
	border: 4px solid #1D92C1;
	background: #521DC1;
}

div#navbar div.here
{
	display: block;
	margin: 0.5em;
	padding: 0.2em;
	text-align: right;
	font: bold 80% "Lucida Grande", arial, verdana, helvetica, sans-serif;
	color: white;
	border: 4px solid #1D92C1;
	border-right: 4px solid #521DC1;
	border-bottom: 4px solid #521DC1;
	background: #1D92C1;
}

div#content
{
	position: absolute;
	top: 140px;
	left: 12em;
	right: 3em;
	min-width: 36em;
	border: 2px solid #69C;
	background: #FFF3C6 url(forumbackdrop.jpg);
	color: #004;
	padding: 0;
	margin: 0;
}

div.lpull
{
	width: 30%;
	float: left;
	clear: both;
	display: inline;
	position: relative;
	padding: 0em;
	margin: 1em;
	background-color: #FF9;
	border: 3px #FC9 solid;
}

p, td
{
	font: normal 100%/1.25 "Trebuchet MS", arial, verdana, helvetica, sans-serif;
	color: #004;
	background: transparent;
	text-decoration: none;
	padding: 0 2em;
}

h1
{
	font: normal bold 175% "Lucida Grande", arial, verdana, helvetica, sans-serif;
	color: #369;
	background: transparent;
	text-decoration: none;
	padding: 0em 1.66em;
}

h2
{
	font: normal bold 140% "Lucida Grande", arial, verdana, helvetica, sans-serif;
	color: white;
	background: #369;
	_height: 0;
	text-decoration: none;
	text-transform: lowercase;
	position: relative;
	padding: 3px 0px 3px 6px;
	margin: 0.2em 1em 0.2em -1em;
}

h2#first { margin: -10px 1em 0.2em -1em; }

h3
{
	font: normal bold 125% arial, verdana, helvetica, sans-serif;
	color: #369;
	background: transparent;
	text-decoration: none;
	padding: 0 1.5em;
}

h4
{
	font: normal bold 110% arial, verdana, helvetica, sans-serif;
	color: #369;
	background: transparent;
	text-decoration: none;
	padding: 0em 2em;
}

a
{
	color: #369;
	background: transparent;
	text-decoration: none;
}

a:visited
{
	color: #369;
	background: transparent;
	text-decoration: none;
}

a:active, a:hover
{
	color: #39C;
	/*#FCE6B9*/
	background: transparent;
	text-decoration: underline;
}

li
{
	display: list-item;
	list-style-type: square;
	list-style-position: inside;
	font-family: arial, verdana, helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #004;
	background: transparent;
	text-decoration: none;
	padding: .25em 2em .25em .25em;
}

.left
{
	float: left;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
}

.right
{
	float: right;
	margin-bottom: 0.5em;
	margin-left: 0.5em;
}

.center
{
	display: block;
	text-align: center;
	float: none;
	margin-right: auto;
	margin-left: auto;
}

input:focus { background: #58FFE4; }

div#pedals
{
	text-align: center;
	font: normal bold 65%/1.5 verdana, arial, helvetica, sans-serif;
	color: #004;
	text-decoration: none;
	background: transparent;
}

p.copy
{
	font: normal 90%/200% verdana, arial, helvetica, sans-serif;
	background: transparent;
	text-decoration: none;
}

div#updated
{
	background: #9AB5D0;
	color: #69D;
	font: oblique 65%/1.5 verdana, arial, helvetica, sans-serif;
	text-align: left;
	text-indent: 1em;
	margin: 0;
	padding: 0;
}

div#updated a
{
	color: #9AB5D0;
	text-align: right;
}

div#updated a:hover { color: #39C; }

.question
{
	font: italic bold 100%/1.1 arial, verdana, helvetica, sans-serif;
	color: #004;
	background: transparent;
	text-decoration: none;
}

#carpet
{
	padding-bottom: 25px;
	margin-bottom: -25px;
	line-height: 0;
	/* only margin and padding shall influence the height*/
	height: 0;
	font-size: 0;
}
