/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your - custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

body{
	color: #000000;
	background-color: #FF9900;
	font-family: "Times New Roman",Times,Georgia,Palatino,serif,Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
}
a{
	color: #0000FF;
	text-decoration: underline;
}
a:hover{
        color: #FF0000;
	text-decoration: underline;
}
.entry p{
	text-align:left;
	font-size:13px;
	line-height:18px;
	}
li.similarposts{
	list-style: disc;
	margin-left: 30px;
	padding: 2px;
}
li.disc{
	list-style: disc;
}
input {
 background-color: #EEE8AA;
 border: 1px solid #000000;
 padding: 3px;
}
textarea {
 background-color: #EEE8AA;
 border: 1px solid #000000;
 padding: 3px;
}
select {
 background-color: #EEE8AA;
 border: 1px solid #000000;
 padding: 3px;
}
input.btn {
 background-color: #C0C0C0;
 padding: 3px;
}
input[type="submit"] {
 background-color: #C0C0C0;
 padding: 3px;
}
pre {
overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
margin-bottom: 12px;
margin-top:-2px;
white-space: pre; /* CSS2 */
white-space: -moz-pre-wrap; /* Mozilla */
white-space: -hp-pre-wrap; /* HP printers */
white-space: -o-pre-wrap; /* Opera 7 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: pre-wrap; /* CSS 2.1 */
white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
word-wrap: break-word; /* IE */
style=Ótable-layout: fixed;Ó
width: 99%;
}
.ether{
	display: none;
}