/* 
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 {
	font: normal 0.85em Georgia, "Times New Roman", Times, serif; color:#626161;
}
input, textarea {
	width: 300px;
}
textarea {
	height: 100px;
}
#logo-back img { 
	margin: 0 0 0 0; 
	float:left;
}
#category-list li a { 
	font-weight: bold; 
}
.post-content { 
	margin: 0; 
	padding: 20px; 
	width: 657px; 
	height: auto; 
	float:l eft; 
	border-left: none; 
	background: #fff; 
}

.post-list li.other-post-last, .post-list-last li.other-post-last { 
	margin: 0; 
	padding: 10px;
	width: 211px; 
	height: 220px;
	float:left;
	border: 1px solid #d9e2e9; 
	border-width: 1px 1px 0 1px; 
}

.post-list li.other-post, .post-list-last li.other-post { 
	margin: 0; 
	padding:10px;
	width: 212px; 
	height: 220px;
	float: left;
	border: 1px solid #d9e2e9; 
	border-width: 1px 1px 0 0;
}

#wrapper .slider {
  width: 900px;
  border: solid 1px #345A07;
  margin: 0 auto;
}

#wrapper .slider div.panel {
  margin: 5px 0;
  padding: 5px;
  width: 350px;
}

#wrapper .active-slider {
  border-color: #999bff;
}

#wrapper .left-shadow {
  background: none;
}

#wrapper .right-shadow {
  background: none;
}

#wrapper .inside {
  padding: 10px;
  border: none;
}

#wrapper .inside img {
  display: block;
  border: none;
  margin: 0 0 10px 0;
  width: 100%;
}

#wrapper .inside h2 {
  font-weight: normal;
  color: #000;
  font-size: 20px;
  margin: 0 0 8px 0;
}

#wrapper .inside p {
  font-size: 15px;
  color: #444;
}

#wrapper a {
  color: #333;
  text-decoration: none;
  border-bottom: 1px dotted #ccc;
}

#wrapper a:hover {
  border-bottom: 1px solid #999;
}

#wrapper .scrollButtons {
  position: absolute;
  top: 27px;
  cursor: pointer;
}

#wrapper .scrollButtons.left {
  left: -55px;
}

#wrapper .scrollButtons.right {
  right: -55px;
}

#wrapper .hide {
  display: none;
}

#wrapper .dlinks { 
	text-align: center; 
	font: normal 1.50em Arial, Helvetica, sans-serif; 
	color: #bc4d10;  
	margin-bottom: 20px;
}
