#TW-feed
{
	color: #8C0001;
	margin: 0 0 .5em;
	position: relative;
}

#TW-feed ul
{
	display: none;
	position: absolute;
	left: 0;
	z-index: 100;

	background: #FFE;
	border: 1px solid #CFC696;
	padding: 1em;
}

#TW-feed li
{
	margin: 0;
}

#TW-Pop a
{
	font-size: 1em;
}

.feed
{
	margin: 0 0 .3em;
}


/* - - - -
	:Form
    - - - - */
fieldset
{
	border: none;
}

input
{
	font-size: 1em;
}

textarea
{
	display: block;
	width: 450px;
}

input,
textarea
{
	border: 1px solid #CFC696;
	padding: .13em;
}

input:focus,
textarea:focus
{
	border: 1px solid #99926F;
}

input.text
{
	width: 9em;
}

input.submit
{
	background: #FFE;
	color: #A00000;
	font-weight: bold;
}

.contactform input,
#commentform input
{
	width: 15em;
}

#commentform input.submit
{
	width: 8em;
}


#commentform
{
	margin: 2em 0 0;
}

#commentform div
{
	margin: 0 0 1.5em;
}

#searchform
{
	margin: -.5em 0 2.2em;
}

#newsletter
{
	margin: 0 0 2.1em;
}

#newsletter .label
{
	margin: 0;
	padding: 0;
}


.contactform
{
	margin-top: 1.7em;
}

.contactform input[type=submit],
.contactform label
{
	font-weight: bold;
}

.contactform input[type=submit]:hover
{
	border: 1px solid #99926F;
	color: #8C0001;
}

.contacterror
{
	border: 1px solid #F00;
}