* {
	padding: 0px;
	font-size: 100%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
	background-color: #dad5d1;
	background-image: url(../images/body.png);
	background-repeat: repeat;
}

h2,h4,p {
	margin: 0px;
}

h1 {
	position: absolute;
	left: 15px;
	top: 29px;
	width: 139px;
	height: 408px;
	background-image: url(../images/question.png);
	background-repeat: no-repeat;
	border-bottom: 5px solid #3a200a;
}

h1 span {
	visibility: hidden;
	display: none;
}

h2 {
	text-transform: uppercase;
	font-size: 1.2em;
	padding: 0.5em;
	background-color: #dbcec3;
	border-left: 1px dotted white;
}



a, a:link {
	text-decoration: none;
	color: #9e3800;
}

a:visited {

}

a:hover {

}

a:active {

}

#container {
	position: absolute;
	left: 154px;
	top: 40px;
	width: 50em !important;
	max-width: 80%;
	/* border: 1px solid red; */
}

#container div#content {
	min-height: 413px;
	background-color: white;
	border-right: 5px solid #3a200a;
	padding: 0px;
	line-height: 135%;
	font-size: 0.9em;
	/* border-left: 1px solid white; */
}

div#content p {
	margin: 0.5em;
}

#footer {
	margin: 10px 5px 10px 139px;
}

#container #title {
	position: absolute;
	z-index: 1001;
	width: 431px;
	height: 31px;
	top: -25px;
	right: -16px;
	background-image: url(../images/title.png);
	background-repeat: no-repeat;
	/* outline: 1px solid red; */
}

p#queue {
	text-align: center;
	font-size: 2em;
}

#container #navigation {
	width: 8.5em;
	min-width: 139px;
	z-index: 1000;
	background-color: #dbcec3;
	float: left;
}

div.question_holder {
	border-bottom: 2px dotted #d7aa84;
	margin-bottom: 10px;
	padding: 10px;
}

div.last {
	border-bottom: none;
}

div.question_holder h4 {
	padding-left: 45px;
	padding-bottom: 0.5em;
	text-transform: uppercase;
}

div.question_holder h4:after {
	content: ' :';
}

div.question_holder .question {
	background-image: url(../images/q.png);
	background-repeat: no-repeat;
	min-height: 37px;
	padding: 0px 0px 0px 45px;
	margin-bottom: 1em;
}

div.question_holder * p {
	padding: 0px 0px 0.5em 0px;
}

div.question_holder .answer {
	background-image: url(../images/a.png);
	background-repeat: no-repeat;
	min-height: 37px;
	padding: 0px 0px 0px 45px;
}

div.question_holder p.meta {
	font-size: 85%;
	color: #777;
	text-align: right;
}

div.question_holder .controls {
	font-size: 85%;
	text-align: right;
}

h3 {
	font-size: 85%;
	text-transform: uppercase;
	text-align: center;
	margin: 0.5em 0px;
	padding: 0px;
}

div#navigation ul {
	list-style-type: none;
	margin-right: 19px;
	position: relative;
	left: 8px;
	font-size: 85%;
	text-align: center;
}

ul#incoming_search {
	text-align: left;
}

ul#pagenav li {
	position: absolute;
	width: 25%;
	padding: 0px;
}

ul#pagenav li.c1 {
	left: 0px;
}

ul#pagenav li.c2 {
	left: 25%;
}

ul#pagenav li.c3 {
	left: 50%;
}

ul#pagenav li.c4 {
	left: 75%;
}

ul#search_results {
	list-style-type: none;
}

#container #content {
	border-left: 139px solid #dbcec3;
	padding: 10px;
}

form, form p {
	margin: 0px;
	padding: 0px;
	position: relative;
}

form#searchform {
	background: transparent url(../images/search.png) no-repeat;
	width: 124px;
	height: 22px;
	margin-left: 7px;
	padding: 0px;
}
form#searchform p input#search {
	border: none;
	position: absolute;
	top: 3px;
	left: 5px;
	background: transparent;
	width: 90px;
	color: #757269;
	font-size: 0.85em;
}

form#searchform input#search_button {
	border: none;
	background: transparent;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 20px;
	height: 21px;
	padding-left: 0px;
}

form#addq {
	padding-top: 1em;
	font-size: inherit;
}

form#addq p label {
	display: block;
	float: left;
	width: 7em;
	text-align: right;
	padding-right: 1em;
}

form#addq p input,form#addq p textarea {
	width: 18em;
	border: 1px solid black;
	margin-bottom: 0.4em;
	padding: 3px;
}

form#addq p input#submit {
	margin-left: 8em;
	width: 8em;
	background-color: #ebe6e2;
}

form#addq p input.missing,form#addq p textarea.missing {
	background-color: #fbe2dd;
	border: 1px dotted #ea1b05;
}

form p.required label {
	font-weight: bold;
}
form p label:first-letter {
	text-decoration: underline;
}
form p label.nokey:first-letter {
	text-decoration: none;
}


