/* Default theme style. Modify to your taste. */
#yshout {
	font-size: 10px;
	width: 100%;
}
#yshout p {
	margin: 0 0 0; /* Top Bottom Linespacing */
}
.shout-invalid {
	background: #FFFDD1;
}
#yshout fieldset {
	border: none;
	xwidth: 200px;	
}
#yshout em {
	font-style: normal;
}
#yshout p {
	line-height: 1.2em;
	margin-top: 0;
    font-family: tahoma, sans-serif;
	font-size: 12px;	
	color: navy;
}
#yshout {
	overflow: hidden;
}
#yshout .shout-timestamp {
	font-weight: normal; 
	color: grey;
	font-size: x-small;
}
#yshout .adminlink {
	font-size: 6pt;
	color: #141414;
	letter-spacing: 2px;
}
#forum-name, #shout-text, #shout-button {
	font-size: 9px;
	margin: 0;
	padding: 0;
	color: red;
}

#shout-form {
	display: block;
	width: 370px;
	height: 25px;
	float: left;
	text-align: left;
	margin: 0;
	padding:0;
}

#yshout #forum-name {
	color: #666666;
	width: 70px;	
}

#yshout #shout-text {
	color: #000000;
	width: 200px;
	margin-right: 0px;
}

#yshout #shout-button {
	width: 55px;
	margin: 0;
	padding: 0;
}

#shouts {
	background: ;
	display: block;
	height: 115px;
	width: 100%;
	float : left;
}

#ylinks {
	float: left;
	width: 330px;
	/*height: 35px;*/	
	margin: 3px 0px 0px 2px;
}

#ystrip {
	clear: both;
	display: block;
	width: 100%;
	height: 25px;
	background: #eaeaea;
	margin-top: 10px;
}