form {
	margin: 0;
	padding: 0;
	margin-bottom: 1em;
}

body{
	margin: 30px 0 0 0;
	padding: 30px 60px 2em 60px;
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	background: #e0ddc4 url(/images/bricks_tan.jpg);
	color: #000;
	font-size: .9em;
}

html{
	height: 100%;
	margin-bottom: 1px;
}

#writing {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

#content {
	/*background: #f4f2e4 url(/images/bricks_tan_light.jpg);*/
	color: #5c0f35;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: .5em;
	padding-top: .2em;
	/* width: 30em; */
	/* float: left; */
}

h1 {
	font-size: 1.4em;
}

#logo a {
	color: black;
	text-decoration: none;
}

#logo a:hover, #logo a:active {
	text-decoration: underline;
	color: #444;
}

#logo {
	text-align: right;
	text-indent: -999em;
	height: 30px;
	background: url(/images/header_tab.gif) bottom right no-repeat;
	margin-bottom: 3px;
}

#logo h1 {
	display: none;
	margin-bottom: 0px;
}

#content h1 {
	color: #a90404;
	margin-top: .2em;
	margin-bottom: .5em;
}

h2 {
	margin-top: .2em;
	margin-bottom: .5em;
	font-size: 1.2em;
}

#content h2, #sidebar h2 {
	color: #990404;
}

#sidebar h2 {
	margin-bottom: 5px;
}

#content dl {
	margin-top: 0;
	font-size: .8em;
}

#content dt {
	font-weight: bold;
}

#content dd {
	padding-bottom: .5em;
}

#manila_folder {
	background: #f4f2e4 url(/images/bricks_tan_light.jpg);
	border: solid 1px #ffffe6;
}

#sidebar {
	/* background: #f4f2e4 url(/images/bricks_tan_light.jpg); */
	padding-left: 1em;
	padding-top: .5em;
	padding-bottom: 1em;
	padding-right: 1em;
	color: #444;
}

#sidebar ul {
	margin-left: 1em;
	padding-left: 0;
}

#sidebar ol {
	font-size: 1.1em;
	font-weight: bold;
}

#sidebar li {
	font-size: .9em;
}

#sidebar a {
	text-decoration: none;
	color: #a90404;
}

#sidebar a:hover, #sidebar a:active {
	background: white;
	color: black;
	text-decoration: underline;
}

#usermenu, .menu {
	background: #ffffe6;
	color: black;
}

.menu {
	background: #fffff0;
	color: #a90404;
}

#usermenu ul, .menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-bottom: 3px;
	padding-top: .25em;
	padding-bottom: 3px;
	padding-left: 1em;
	font-size: .8em;
	font-weight: bold;
}

#usermenu li, .menu li {
	display: inline;
	padding-right: 2em;
}

#usermenu a {
	text-decoration: underline;
	color: black;
}

.menu a {
	text-decoration: none; color: #773;
}

#usermenu a:hover, #usermenu a:active, .menu a:hover, .menu a:active {
	text-decoration: underline; color: red;
}

.admin {
	background: white;
	color: #222;
}

.admin a {
	color: #666;
}

legend {
	font-weight: bold;
	color: #a90404;
}

label {
	font-weight: bold;
	clear: left;
	clear: right;
}

label .note {
	font-size: .8em;
}

div.note {
	margin: 0 2em 2em 2em;
	font-size: .8em;
}

fieldset p {
	margin: 0 0 1ex 0;
}

fieldset input, fieldset select {
	float: right;
}

select {
	width: 20em;
}
div.pairedselect label {
	width: 10em;
	display: inline-block;
}

input.joined, input.radio {
	display: inline;
	float: none;
}

a img {
	border: 0;
}

fieldset {
	border: 2px black solid;
	margin-bottom: .5em;
	padding: .5em;
}

fieldset fieldset {
	border-color: gray;
	clear: both;
}

.submit, #submit {
	clear: left;
	clear: right;
	text-align: right;
	margin-top: .5em;
}

.inline_submit {
	display: inline;
}

#quickfind_loading {
	display: none;
}

.inline_submit input, .submit input, #submit input {
	float: none;
	background: #ffe;
	border: ridge 3px #ffe;
	font-weight: bold;
	color: #222;
}

.error li {
	color: red;
	background: yellow;
}

li.right {
	float: right;
}

li.header {
	font-weight: bold;
	list-style-type: none;
	margin-left: -1em;
	color: black;
}

#footer {
	color: #666;
	font-style: italic;
	padding-top: 5px;
}

#footer p {
	margin: 0; padding: 0;
}

#content a {
	color: black;
	text-decoration: underline;
	background: #ffe;
}

#content a:hover, #content a:active {
	color: red;
}

.bio {
	padding: .5em;
	border: dashed 1px #888;
	background: #ffe;
}

.message, #message {
	padding: 1em;
	background: #eef;
	border: dashed 1px #888;
	font-weight: bold;
	color: #444;
	margin-top: 1em;
	margin-bottom: 1em;
}

th {
	text-align: left;
}

td {
	vertical-align: top;
}

.blurb {
	font-size: .8em;
	font-style: italic;
	padding-bottom: .5em;
}

#google_ads {
	margin-bottom: -30px;
	margin-top: -33px;
}

#howto {
	font-size: .8em;
}

.subscribed td, #content .subscribed td a {
	background: #fff;
}

#quickfind_close {
	text-align: right;
	color: red;
	font-weight: bold;
}

#quickfind_results.open {
	margin-top: .5em;
	border: dashed 1px #888;
	background: #ffe;
	padding: .5em;
	font-size: .8em;
	margin-bottom: 1em;
}

.nowrap {
	white-space: nowrap;
}

.odd td {
	background: white;
}
.even td {
	padding-top: 5px;
	padding-bottom: 5px;
}

.listing dt { float: left; clear: left; padding-right: 5px; }

/* COMMUNITY FROM COPINION */
#communitysearch {
  float: right;
  margin: 0;
}
#member-search span {
  color:#012e7f;
  font-weight:bold;
}
#member-search input.text {
  height:16px;
  width:100px;
  border-width: 2px;
}
#member-search dt, #member-search dd {
  display: inline;
}
#communitylisting {
  margin: 0;
}
#communitylisting dt, #communitylisting dd { padding: 0; margin: 0; }

.exhibits { margin-top: 5px; }
.exhibits a, #communitylisting a {
  text-decoration: none;
  color: #424242;
}
.exhibits a:hover, .exhibits a:active, #communitylisting a:hover, #communitylisting a:active {
  color: #012e7f;
}
#communitylisting dl {
  float: left;
  height: 95px;
  overflow: hide;
  padding-right: 9px;
}

#communitylisting dt img {
  border: solid 1px #012e7f;
}

#communitylisting dd, #communitylisting dt {
  width: 72px;
  text-align: center;
}

.community-pagination, .case-pagination {
  float:right;
  margin: 0 0 -2px 0;
}
.community-pagination *, .case-pagination * {
  vertical-align: middle;
}
.community-pagination ul li.first, .case-pagination ul li.first {
  margin:3px 0 0 0; padding:0 9px 0 0;
  border-right: thin solid #012e7f;
}
.community-pagination ul li.last, .case-pagination ul li.last {
  margin:3px 0 0 9px; padding:0 0 0 9px;
  border-left: thin solid #012e7f;
}
.community-pagination ul li.first p, .community-pagination ul li.last p, .case-pagination ul li.first p, .case-pagination ul li.last p, .community-pagination ul li.first a, .community-pagination ul li.last a, .case-pagination ul li.first a, .case-pagination ul li.last a {
  vertical-align: 2px;
  line-height:10px;
}
.community-pagination ul li, .case-pagination ul li {
  float:left;
  color:#012e7f;
  list-style:none;
  margin:0 0 0 9px;
  font:1.0em/1.2em Verdana, Arial, Helvetica, sans-serif;
}
.community-pagination ul li p, .case-pagination ul li p {
  margin: 0;
  display:inline;
  font-weight:bold;
}
.community-pagination form, .case-pagination form {
  display:inline;
}
.community-pagination #pagination li a, .case-pagination #pagination li a {
  color:#012e7f;
  text-decoration:none;
}
/*.community-pagination ul li p, .community-pagination ul li form, .community-pagination ul li a {
  vertical-align: 2px;
}*/
#pagination input {
  width: 11px;
  height: 13px;
  text-align: center;
  font:7pt Verdana, Arial, Helvetica, sans-serif;
  font-weight:bold;
  border-width: 3px;
  margin:0 8px 0 8px;
  vertical-align:-3px;
}

.avatar {
  display: block;
  width: 70px;
  height: 70px;
  text-indent: -9999em;
  border: solid 1px #00c;
  padding: 0;
  margin: 0;
}

#communitylisting dd a { font-size: .8em; }
#communitylisting dd { overflow: hidden; }
#communitylisting p { clear: both;}

/* END COMMUNITY FROM COPINION */

.starthidden { display: none; }
#content a.toggle { text-decoration: none; }

.subsout, #content .subsout a:visited, #content .subsout a:link { color: #33c; font-style:italic; }
.markets { list-style-type: none; padding-left: 0; margin-left: 15px;}
.markets li { padding: 0; margin: 0; }
.markets li { padding-bottom: 5px;}
#content .markets li a:visited, #content .markets li a:link { text-decoration: none; background: transparent; }
#content .subsout a:hover, #content .subsout a:active { color: red; }

#content form {
	min-width: 25em;
	max-width: 35em;
	margin-left: auto;
	margin-right: auto;
}

blockquote.body {
	width: 30em;
}

/*
.jstooltip {
	display: none;
	background:url(http://static.flowplayer.org/tools/img/tooltip/black_arrow_big.png);
	height:163px;
	padding:40px 30px 10px 30px;
	width:310px;
	font-size:11px;
	color:#fff;
}

.jstooltip a {
	color: #ad4;
	font-size: 11px;
	font-weight: bold;
}
*/

.duotrope {
	display: none;
	position: relative;
	top: -100px;
	left: -33px;
	width: 200px;
	height: 1.2em;
	text-align: center;
	background: #eec
	border: solid 1px #ccc;
}
td, tr {
	overflow: clip;
}

label.dategroup {
	float: left;
	clear: left;
	padding: 2px 0 10px 0;
}

div.dategroup {
	float: right;
	clear: right;
	padding: 0 0 5px 0;
}
input.day, input.month {
	width: 2.5ex;
}

input.year {
	width: 4.5ex;
}

textarea {
	margin-left: auto;
	margin-right: auto;
	width: 97%;
	outline: none;
	overflow: auto;
	padding: 5px;
}

table.works tr:hover, #content table.works tr:hover a {
	background: rgba(255,255,200,50);
}
