/* 
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.

*/

	
#chat{
font-style:italic;
font-weight:bold;
border-top: 1px dashed #cccccc;
border-bottom: 1px dashed #cccccc;
padding: 7px;
}




	
	h3{font-family:Georgia;font-weight:normal;padding-bottom:0px;margin-bottom:20px;line-height:100%;color:#990000;font-size:24px;padding:5px 0;border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: color:#d0d0d0;}
	h4 {color:#c00f0f;}
	
#author {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #333333;
	padding-bottom: 10px;
}



/*- Box3 (sidebar boxes) -*/
.box3{
	background: #F2F1EC url(images/bgr-box-trans.png) repeat-x top left;
	margin: 0 0 15px 0px;
	padding:18px;
	border:1px solid #dedbd1;
}
.box3 .nav1{
	float: none;
	padding: 0 0 0 0px; 
}	
.box3 .spacer.white{
	background: #ffffff;
	border: 1px solid #dedbd1;
	clear: both;
	margin: 0px;
}

.rssbox{
	background: #d5da75 url(images/greenrss.png) repeat-x top left;
	margin: 0 0 15px 0px;
	padding:18px;
	border:1px solid #929f25;
	color:#666666;
}

.arrow{
	background: url(images/ico-continue-trans.png) no-repeat left;
	padding: 1px 0 1px 20px;
	line-height:20px;
}

.box a{color:#71ae11;}
.box a:hover{color:#57860d;}



code {color: #de2e0b;}

code a {text-decoration:underline;}
code a:hover{text-decoration:none;}
code p {
	font-size:12px;
	padding: 5px 0px;
	margin: 5px 0px;
	line-height: 20px;
	}

.btn, .btn a{
	margin:0;
	padding:5px 10px;
	border:1px solid #98ac2b;
	font-size:14px;
	font-family:arial;
	color:#444e0c;
	font-weight:bold;
	background-image: url(http://www.wppanda.com/images/btn.gif);
	background-repeat: repeat-x;
	text-decoration:none;
	background-color: #6C9100;
	text-shadow:#bacf43 1px 1px 1px;
}

.btn:hover, .btn a:hover{
color:#444e0c;
text-shadow:#c9e42e 1px -1px 0px;}
{
border-width:2px;
border-color:#89B700;
}

#alert
{background:#666;
color:#fff;
text-shadow:#000 1px 1px;
padding:7px;
line-height:18px;
margin-bottom:7px;}

#alert a{color:#a7cd24; text-decoration:none;}
#alert a:hover{text-decoration:underline;}
