*{
	font-family:tahoma, verdana, arial, helviscta sans-serif;
}

body{
	font-size:75%;
	font-family:tahoma, verdana, arial, helviscta sans-serif;
	background-color:#000;
	color: #333333;
}

a{
	cursor:hand;
	cursor:pointer;
}

.christmas{
	background-image:url('../images/snow.jpg');
	background-position: top;
	background-repeat:both;
}

.hidden{
	display:none;
}

#container{
	width:932px;
	margin:0px auto 0px auto;
}

#banner{
	width:100%;
	height:145px;
	background-color:#000;
	/*background-image:url('../images/banner_background.jpg');*/
	background-position:right;
	background-repeat:no-repeat;
	text-align:center;
}

#logo{
	float:left;
	margin:50px 0px 0px 30px;
}

#column-container{
	width:100%;
	background-color:#fff;
	background-image:url('../images/column_container_top.jpg');
	background-position:top;
	background-repeat:no-repeat;
}

#navigation{
	width:908px;
	height:32px;
	/*background-image:url('../images/navigation-background.jpg');*/
	background-position:right;
	background-repeat:no-repeat;
	margin:0px auto 0px auto;
	text-align:center;
}

#first{
	margin:0px 2px 0px 0px !important;
}

#last{
	margin:0px 0px 0px 2px !important;
}

#navigation li{
	float:left;
	height:24px;
	width:126px;
	background-image:url('../images/tab.png');
	margin:0px 2px 0px 2px;
	padding:8px 0px 0px 0px;
}

#navigation li a{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

#navigation li a:hover{
	text-decoration:underline;
}

#navigation li.selected{
	background-image:url('../images/selected_tab.png') !important;
}

#navigation li.selected a{
	color:#99cc00;
}



#content {
	float: right;
	width: 722px;
	padding: 5px 5px 5px 5px; 
	margin:0px;
	clear:right;
}

#searchform { 
	float: right;
	margin: 0px;
	padding: 0px;
}

.featured {
	width: 140px;
	float: right;
	background: #eef4ea;
	color: #99cc00;
	margin: 3px;
}
.featured h4 {
	text-align: center;
}
.sales-boxes {
	width: 110px;
	float: left;
	background: #eef4ea;
	text-align: center;
	color: #99cc00;
	margin: 2px;
	padding-bottom:5px;
	height:113px;
	background-repeat:no-repeat;
	background-position:center;
	
}

a.sales-boxes{
	text-decoration:none;
	
}

.sales-boxes h4 {
	background: #99CC00;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	padding: 5px 2px;
	font-size: 12px;
	color:#fff;

}
.featured img {
	margin: 3px auto;
	display: block;
}
.featured p {
	margin: 0px;
	padding: 1px 0px 3px 0px;
}

#sidebarleft { 
	float: left; 
	width: 200px; 
	margin: 10px 0px 10px 0px; 
	display: inline; 
}

#sidebarleft ul  {
	list-style: none;
	margin: 15px 0px 0px 10px;
	padding: 0px;
}
#sidebarleft ul li  {
	margin: 10px 0px 10px 5px;
	padding: 0px;
}
#sidebarleft ul li.topgap  {
	margin: 15px 0px 5px 5px;
}
#sidebarleft ul li a {
	text-decoration: none;

	font-weight:bold;
}

#sidebarleft h4 {
	background: #99CC00;
	color: #333333;
	margin: 0px;
	font-weight: normal;
	padding: 5px 10px;
}
#sidebarleft form {
	width: 130px;
	margin: 4px auto;
}

#footer{
	width:100%;
	clear:both;
	background-image:url('../images/column_container_bottom.jpg');
	background-position:top;
	background-repeat:no-repeat;
	padding:15px 0px 0px 0px;
	color:#fff;
	text-align:right;
}

#footer a{
	color:#fff;
	text-decoration:none;
	margin:0px 20px 0px 0px;
}

#footer a:hover{
	text-decoration:underline;
}	

a {
	color: #333333;
}

h1 {
	/*display: none;*/
	margin: 0px;
	padding: 10px 10px 5px 10px;
	color: #99cc00;
	font-size: 150%;
}
p {
	margin: 0px;
	padding: 10px 10px;
	line-height:130%;
}
h2, h3, h4 {
	margin: 0px;
	padding: 10px 10px 5px 10px;
	color: #99cc00;

}

h2 {
	font-size: 130%;
}

img, img a {
	border: none;
}

hr {
	background-color: #99cc00;
}

input, select, textarea {
	border: 1px solid #aaaaaa;
	font-size: 90%;
	background-color:#FFF;
}

.checkbox{

border:none;
}

.button {
	background: #99CC00;
	color: #fff;
	font-weight: bold;
	border: 1px solid #99cc00;
	float:left;
}

.micro-button {
	background: #99CC00;
	color: white;
	font-weight: bold;
	width: 70px;
}	

#compose-form{
	width:580px;
}

#registration-form label, #list-horse-form label, #forgotten-password-form label, #contact-form label, #main-login-form label, #compose-form label
{
	float:left;
	width:170px;
	text-align:right;
	color: #99cc00;
	margin: 3px 10px 14px 20px;
	padding: 0px 20px 0px 0px;
	font-weight:bold;

}

.profile-search-form-label{
	float:left;
	color: #333333;
	display:block;
	clear:both;
	margin: 4px 10px 14px 0px;
	padding: 0px 0px 0px 0px;

}

#profilesearchform input, #profilesearchform select{
	float:left;
}

#profilesearchform .button {
	margin-left:10px;
}

#profilesearchform h4{
	float:left;
	clear:both;
	text-align:right;
}

.required
{
	background-image: url("../images/star.gif");
	background-position: right;
	background-repeat:no-repeat;
	width:150px;
	padding: 0px 0px 0px 0px;
	margin: 3px 0px 14px 0px;
	text-align:left;
}
.not-required
{

	width:150px;
	padding: 0px 0px 0px 0px;
	margin: 3px 0px 14px 0px;
	text-align:left;
}

.required-failed
{
	background-image: url("../images/redstar.gif");
	background-position: right;
	background-repeat:no-repeat;
	width:150px;
	padding: 0px 0px 0px 0px;
	margin: 3px 0px 14px 0px;
	text-align:left;
	color:#ff0000;
}

#login-form label
{
	float: left;
	width: 150px;
}

#login-form .button
{
	width: 80px;
}

#searchform .button
{
	width: 60px;
}


#registration-form, #list-horse-form, #upload-image-form
{
	width:580px;
	/*background-color:#FF0000;*/
	float:left;
	clear:none;
	margin:10px 0px 0px 0px;
	padding:0px;

}

.wide-select{
width:180px;
}

input, select
{
margin: 3px 0px 14px 0px;

}

#profilesearch label,  #horsesearch label 
{
	padding: 2px;
	margin: 2px 0px;
	display: block;
	width: 100%;
}


#validation-failed
{
	width:580px;
	background-color:#FFF;
	border: 1px solid #FF0000;
	margin:10px 10px 20px 10px;
	color:#FF0000;
	font-weight:bold;
	float:none;
	
}

#form-info, #success-box, #fail-box
{
	width:570px;
	background-color:#99CC00;
	margin:0px 10px 0px 10px;
	color:#fff;
	float:left;
	clear:left;

}
 #fail-box {
	background-color:#d74c30;
	color:#fff;
}

#success-box h2, #fail-box h2
{
color:#FFF;
font-size:130%;
font-weight:bold;
}

#success-box p, fail-box p{
	color:#fff;
}

form p
{
	float:none;
	clear:left;
	display:block;
}

#login-form input{
margin:0px 0px 5px 0px;
padding: 2px;
}

.red
{
color:#FF0000;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {
height:1%;
}
*+html .clearfix {
height:1%;
}
.clearfix {
display:block;
}

textarea
{
width:180px;
overflow-x:scroll;
font-size:11px;
margin:0px 0px 10px 0px;
font-family: arial, verdana;
/*color: #99cc00;*/
padding:1px 0px 0px 3px;
}


#status{
	width:275px;
	color:#333;
	margin:0px 0px 10px 10px;
	overflow:hidden;
}


#message-box
{
width:400px;
height:150px;
overflow-x:scroll;
font-size:11px;
margin:0px 0px 10px 0px;
font-family: arial, verdana;
color: #99cc00;
}

#registration-form input{
width:180px;
}

#list-horse-form input{
width:180px;
}

#login-form input{
width:125px;
}

.profile_link{
width:100%;
float:left;
clear:both;
background-color:#333;
margin:0px 0px 5px 0px;
padding: 0px;
background-color: #ccc;
}

.profile_link_admin{
width:100%;
float:left;
clear:both;
background-color:#333;
margin:0px 0px 5px 0px;
padding: 3px 0px 3px 0px;
background-color: #ccc;
font-weight:bold;
background-color: #ff0000;
}

#profilesearchform{
float:right;
width:100%;
}

#right-column{
float:right;
width:250px;
margin:0px 0px 0px 5px;
clear:right;
}

#right-column-home{
	float:right;
	width:440px;
	margin:0px 0px 0px 5px;
	clear:right;
	text-align:center;
}

.info{
	height:330px;
	text-align:center;
	display:block;
	margin:0px 0px 40px 0px;
	float:left;
	width:100%;
}

.info h2{
	font-size:27px;
	color:#000;
	line-height:150%;
}

.info p{
	margin:0px;
	padding:3px;
}

.bigger{
	font-size:130%;
	line-height:130%;
}

.homebanner{
	margin:0px auto 20px auto;
}

.green{
	color:#a2c911;
}

.item_box{
	display:block;
	float:left;
	width:106px;
	height:180px;
	margin:0px 0px 5px 10px;
	text-align:center;
	padding:10px 0px 0px 0px;
	font-weight:bold;
}

.item_box img{
	width:106px;
}

.item_box a{
	text-decoration:none;
}

.item_box a:hover{
	text-decoration:underline;
}	


#right-column-skinny{
float:right;
width:220px;
margin:0px 0px 0px 5px;
clear:right;
}

#left-column-wide{
float:left;
width:520px;
text-align:left;

}

#left-column{
float:left;
width:460px;
text-align:left;
}

#left-column-home{
float:left;
width:474px;
text-align:left;
}

#left-column-home h2{
	margin:5px 0px 10px 0px;
}



#right-column h4,#right-column-skinny h4{
font-size:130%;
float:right;
margin:5px 0px 15px 0px;
padding:0px;
clear:left;
}

.right-ad{
float:right;
margin:5px 0px 0px 0px;
}

.member-list{
width:440px;
height:90px;
border:1px solid #99CC00;
clear:left;
margin: 0px 0px 5px 10px;
}

.image-list{
width:95%;
height:90px;
border:1px solid #99CC00;
clear:left;
margin: 0px 0px 5px 10px;
}

.classified-list{
height:105px;
width: 440px;
border:1px solid #99CC00;
clear:left;
margin: 0px 0px 5px 10px;
}

.classified-list-sold{
height:90px;
border:1px solid #ccc;
clear:left;
margin: 0px 0px 5px 10px;
width: 440px;
background-image:url('../images/sold.jpg');
background-position:right;
background-repeat:no-repeat;
}

.classified-list-sold a, .classified-list-sold p{
color:#999;
}

.member-list-friend{
width:440px;
height:90px;
border:1px solid #99CC00;
clear:both;
margin: 0px 0px 5px 10px;

background-image: url("../images/friendboxS.jpg");
background-repeat:no-repeat;
background-position:right;
}

.message-list-read{
width:580px;
height:90px;
border-bottom:1px solid #ccc;
border-top:1px solid #ccc;
clear:left;
margin: 5px 0px 0px 0px;
background-image: url("../images/read-mail.gif");
background-repeat: no-repeat;
background-position:right;
padding: 0px 0px 0px 0px;
}

.message-list-read p{
margin:9px 0px 0px 0px;
padding:0px;
float:left;
width:70%;
}

.message-list-unread p{
margin:9px 0px 0px 0px;
padding:0px;
float:left;
width:70%;
}

.message-list-unread{
width:580px;
height:90px;
border-bottom:1px solid #ccc;
border-top:1px solid #ccc;
clear:left;
margin: 5px 0px 0px 0px;
background-image: url("../images/unread-mail.gif");
background-repeat: no-repeat;
background-position:right;
padding: 0px 0px 0px 0px;
}

.member-list p, .image-list p, .member-list-friend p{
margin:10px 0px 0px 0px;
padding:0px;
float:left;
width:75%;
}

.member-thumb{

float:left;
padding:0px;
margin:10px 10px 10px 10px;

}

.message-view-header-read{
width:99%;
height:90px;
clear:both;
margin: 5px 0px 0px 0px;
padding: 0px 0px 0px 0px;
border-top: 1px solid #ccc;
background-image: url(../images/read-mail.gif);
background-repeat: no-repeat;
background-position: right center;
}

.message-view-header-unread{
width:99%;
height:90px;
clear:both;
margin: 5px 0px 0px 0px;
padding: 0px 0px 0px 0px;
border-top: 1px solid #ccc;
background-image: url(../images/unread-mail.gif);
background-repeat: no-repeat;
background-position: right center;
}

.message {
border-top: 1px solid #ccc;
width:94%;
margin: 8px 0px 0px 0px;
}

#read-message-form{
float:right;
margin:0px 10px 0px 0px;
}

.pagination_link{
font-size:100%;
margin:0px 1px 0px 1px;
text-align:right;
height:10px;
border: #ccc 1px solid;
padding:2px 6px 2px 6px;
text-decoration:none;
font-weight:bold;
}


.pagination_link_next{
font-size:100%;
margin:0px 0px 0px 1px;
text-align:right;
height:10px;
border: #ccc 1px solid;
padding:2px 6px 2px 6px;
text-decoration:none;
}

.current-page{
font-size:120%;
margin:0px 1px 0px 1px;
padding:0px 0px 0px 0px;
font-weight:bold;
color:#000;
float:left;
}

.pagination-container{
width:440px;
height:20px;
margin: 10px 0px 10px 0px;
padding:4px 10px 4px 10px;
text-align:right;
font-weight:bold;
}

.pagination-no-link{
width:30px;
height:20px;
font-weight:bold;
background-color:#ccc;
margin: 0px 2px 0px 0px;
padding: 2px 5px 2px 5px;
border:#ccc 1px solid;
text-align:center;
color:#fff;
}

.pagination-container strong{
margin: 10px 1px 10px 1px;
padding:5px 0px 0px 0px;
}

#comment{
width:100%;
}

.spam-link{
font-size:80%;
text-align:right;
float:right;
margin-left:8px;
}

.spam-link-admin{
font-size:80%;
text-align:right;
float:right;
margin-left:8px;
color:#ff0000;
}

.grey{
color:#aaa;
}

.notification{
font-weight:bold;
color:#99cc00;
}

.your-sale-list{
width: 440px;
height:125px;
border:1px solid #99CC00;
margin: 0px 0px 5px 10px;
padding:0px 0px 0px 0px;
clear:left;
}


.your-sale-list-sold{
width: 440px;
height:85px;
border:1px solid #ccc;
margin: 0px 0px 5px 10px;
padding:0px 0px 0px 0px;
clear:left;
}

.your-sale-list-sold a,.your-sale-list-sold p{
color:#ccc;
}

.your-sale-info{
width:180px;
margin: 10px 0px 0px 2px;
padding:0px 0px 0px 0px;
float:left;
clear:none;
}

.your-sale-info p{
margin:4px 10px 0px 0px;
padding:0px;
width:250px;
}

.your-sale-list-button-container{
width:61px;
margin:8px 5px 10px 0px;
display:inline;	
float:right;
clear:right;
}

.friend-request-list{
	width:580px;
	height:120px;
	border:1px solid #99CC00;
	clear:left;
	margin: 0px 0px 5px 0px;
	padding:0px 0px 5px 0px;
}

.friend-request-list p{
	margin:9px 0px 0px 0px;
	padding:0px;
	float:left;
	width:75%;
	background-color:#fff;
}


.button_container{
	float:left;
	background-color:#fff;
	width:100%;
	clear:left;
	text-align:right;
	margin:0px 0px 10px 0px;	
}

.request-thumb{
	float: left;
	padding: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.flagged_comment{
font-weight: bold;
font-size:125%;
font-style:italic;
width:338px;
clear:both;
}

.browse-flag{
	margin: 0px 0px 0px 10px;
}

.profile-flag{
	text-align:center;
	float:left;
	clear:both;
	margin: 0px 0px 10px 140px;
}

.alphabet{
	font-size:250%;
	color:#99CC00;
	text-transform: uppercase;
}

.directory{
	margin:0px 10px 6px 10px;
	padding:0px;
}

.organisation-title{
	margin:0px 0px 0px 10px;
	padding:0px 0px 0px 0px;
	font-weight:bold;
	color:#99cc00;
}

.right-column-skinny{
	
	width:200px;
	float:right;
	clear:none;
}

.item-contain{
width:430px;
text-align:center;
}

.item-contain p, .item-contain a{
text-align:left;
}

.item-contain h3{
text-align:left;
float:left;
clear:both;
font-size:90%;
}

.item-thumb{	
margin:8px 8px 0px 8px;
float:left;
}

.item-label-header{
color: #99cc00;
font-weight:bold;
margin:10px 0px 0px 10px;
padding:0px;
border-bottom: 1px solid #99cc00;
}
.item-label{
color: #99cc00;
font-weight:bold;
margin:10px 0px 0px 10px;
padding:0px;
}
.item-detail{
font-weight:normal;
color:#000;
}

.image-container{
	width:180px;
	float:left;
	display:block;
	text-align:center;
}
.image-container img{
	border: 1px solid #ccc;
}

.recent-tack-thumb{
float:left;
clear:both;
margin:0px 8px 0px 0px;
}

.wow-banner{
	margin: 10px 0px 0px 10px;
	
}

#newsflash {
position:absolute;top:65px;right:5px;
}

.terms {
	margin: 0px;
	padding: 0px 0px 0px 30px;
}
.terms ol {
	margin: 0px;
	padding: 0px 0px 0px 20px;
}
.terms li {
	font-weight: bold;
}
.terms ol li {
	font-weight: normal;
}
.terms li {
	margin: 0px;
	padding: 2px 0px;
}

.exagerated{
	font-size: 200%;
	color:#99cc00;
	font-weight:bold;
	text-transform:uppercase;
}

.competition-container{
	display:block;
	width:100%;
	float:left;
	clear:both;	
}

.competition-container img{
	float:right;	
}


.central{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#quick_signup_form{
	background-image:url('../images/quick_register_form.jpg');
	background-position:top;
	background-repeat:no-repeat;
	width:307px;
	height:248px;
	padding:10px;
}

#quick_login_form{
	width:307px;
	height:160px;
	padding:10px;
}
#quick_login_form label{
	color:#000;
}

.quick_signup_box{
	margin:5px 0px 5px 0px;
}

#quick_login_form h3{
	color:#99cc00;
}

.graphical_submit{
	float:right;
	margin:12px 50px 0px 0px;
}


.profile_status{
	font-size:12px !important;
	font-weight:bold;
	color:#333;
}

#email-friend-form{
	float:left;
	clear:left;
	display:block;
	height:70px;
	width:100%;
	padding:15px 0px 0px 0px;
}

#email-friend-form input{
	width:200px;
}

#email-friend-form .button{
	width:100px;
	margin-left:133px;
}

.validation-failed{
	font-weight:bold;
	color:red;
}
.follow_us{
	width:100%;
	text-align:center;
	margin:10px 0px 0px 0px;
}

.nowsold{
	color:red;
	font-weight:bold;
	font-size:12 px;
	text-align:left;
}

.strong{
	color:#99CC00;
	font-weight:bold;
}

.help-button{
	margin:10px 0px 10px 0px;
}


#adbanner1 {
position:absolute;
top:10px;
right:0px;
height:50px;
}
#adbanner2 {
display:block;
margin:auto;
width:110px;
}
#adbanner3 {
float:right;
margin:8px 0px 0px 2px;;
display:block;
clear:right;
text-align:right;
}
#adbanner4 {
float:left;
clear:left;
display:block;
width:480px;
margin:20px 8px 0px 50px;
}


.clare{
	float:right;
	margin:10px 10px 10px 10px;
	display:block;
}

ol{
	padding:0px 0px 0px 30px;
	font-weight:bold;
	line-height:150%;
}

.info p{
	font-weight:bold;
	font-size:16px;
}

.small_logo{
	margin:15px 0px 0px 0px;
}

#browse_option_form{
	margin:0px 10px 0px 10px;
}

#filter_organisations{
	background-color:#D2EF77;
	margin:10px 0px 10px 0px;
}

.letter{
	float:left;
	clear:left;
	width:12px;
	font-size:1.5em;
}

.directory_container{
	float:right;
	display:inline;
	margin:0px 0px 5px 0px;
	padding:9px 0px 0px 0px;
	width:450px;
}	

/* Forum Styles */

/* main styles */

#welcome-bar p {
text-align: right;
}

#welcome-bar a {
text-decoration: none;
}

#welcome-bar a:hover {
text-decoration: underline;
}

.forum-green {
color:#a2c911;
font-weight: bold;
}

#thread-list {
margin: 0 auto;
height: auto;
width: 695px;
clear: both;
}

.title-block {
background: url(../images/title-block.gif);
width: 695px;
height: 32px;
margin-bottom: 1px;
}

.title-block p {
color: #fff;
font-size: 120%;
font-weight: bold;
padding: 7px 0 0 10px;
}

.forum-headings {
clear: both;
margin: 0 0 1px 0;
}

.forum-headings div {
background: #cecece;
height: 25px;
float: left;
}

.forum-headings p {
color: #000;
font-weight: bold;
padding: 5px 0 0 10px;
font-size: 90%;
}

.heading-left {
width: 375px;
}

.heading-mid {
width: 103px;
margin: 0 1px;
}

.heading-right {
width: 215px;
}

.forum-list-item {
clear:both;
margin-bottom: 30px;
}

.forum-list-item p {
padding: 0;
color: #1d3c01;
}

.forum-list-item table {
margin-left: 1px;
}

.forum-list-item table tr {
/* border-bottom: 1px solid #e7e5e5; */
}

.forum-list-item table tr td {
border-bottom: 1px solid #e7e5e5;
}

.list-item-left {
border-left: 1px solid #e7e5e5;
width: 337px;
padding: 20px;
vertical-align: middle;
}

.list-item-left a {
color: #99cc00;
font-weight: bold;
font-size: 120%;
}

.list-item-mid {
border-left: 1px solid #e7e5e5;
border-right: 1px solid #e7e5e5;
border-top: 1px solid #fff;
width: 83px;
padding: 10px;
vertical-align: middle;
background: #f0f0f0;
}

.list-item-right {
border-right: 1px solid #e7e5e5;
width: 175px;
padding: 10px 20px;
vertical-align: middle;
}

.bold {
font-weight: bold;
}

/* post styles */

#breadcrumbs {
float: left;
margin-top: 30px;
}

#breadcrumbs p {
font-size: 90%;
}

#new-posts {
float: right;
position: relative;
top: -5px;
margin-top: 30px;
}

.post-user {
background: #cecece;
height: auto;
width: 695px;
padding-bottom: 3px;
}

.post-user a {
font-weight: bold;
text-decoration: none;
}

.post-user p {
padding: 5px 10px 5px 10px;
}

img.user-icon {
float: left;
margin: 0 15px 0 0;
}

.post-container {
border-left: 1px solid #cecece;
border-right: 1px solid #cecece;
border-bottom: 1px solid #cecece;
width: 693px;
height: auto;
}

.post-profile {
float: left;
width: 200px;
height: auto;
}

.post-profile-image {
text-align: center;
width: 200px;
margin-top: 20px;
}

.post-content {
float: left;
width: 492px;
height: auto;
min-height: 200px;
border-left: 1px solid #cecece;
position: relative;
}

p.post-date {
font-size: 85%;
}

p.post-body {
font-size: 95%;
padding-bottom: 70px;
}

.post-reply {
position: absolute;
bottom: 10px;
right: 5px;
}

#pagination {
float: right;
width: auto;
margin: 20px 0 30px 0;
}

#pagination li {
border: 1px solid #cecece;
height: 17px;
width: 20px;
float: left;
margin: 0 1px;
text-align: center;
padding: 2px;
}

#pagination li a {
text-decoration: none;
}

#pagination li.current a {
font-weight: bold;
}

#pagination li.current {
background: #cecece;
}

/* thread styles */

.list-item-left a.thread {
font-weight: 100;
color: #1D3C01;
text-decoration: none;
font-size: 100%;
}

.list-item-left a.thread:hover {
text-decoration: underline;
}

.list-item-left p.thread {
font-size: 90%;
margin-top: 5px;
}

.pagination-thread {
float: right;
width: auto;
}

.pagination-thread li {
border: 1px solid #cecece;
height: 12px;
width: 15px;
float: left;
margin: 0 1px;
text-align: center;
padding: 2px;
font-size: 70%;
}

.pagination-thread li a {
text-decoration: none;
}

.pagination-thread li.current a {
font-weight: bold;
}

.pagination-thread li.current {
background: #cecece;
}

#pagination-thread-btm {
float: right;
width: auto;
margin: 0 0 30px 0;
}

#pagination-thread-btm li {
border: 1px solid #cecece;
height: 17px;
width: 20px;
float: left;
margin: 0 1px;
text-align: center;
padding: 2px;
}

#pagination-thread-btm li a {
text-decoration: none;
}

#pagination-thread-btm li.current a {
font-weight: bold;
}

#pagination-thread-btm li.current {
background: #cecece;
}

/* new post styles */

.title-block-newpost {
background: url(../images/title-block.gif);
width: 695px;
height: 32px;
margin: 40px auto 1px auto;
}

.title-block-newpost p {
color: #fff;
font-size: 120%;
font-weight: bold;
padding: 7px 0 0 10px;
}

#newpost-container {
width: 695px;
margin: 0 auto;
height: auto;
}

.subtitle-block-newpost {
background: #cecece;
width: 680px;
height: 16px;
font-weight: bold;
padding: 5px 5px 5px 10px;
margin-bottom: 1px;
}

textarea[name=posttext] {
width: 690px;
height: 120px;
}

input.submit {
background: url(../images/submit.jpg);
border: 0;
height: 26px;
width: 135px;
float: right;
}

.newthread-title {
font-weight: bold;
margin-right: 20px;
position: relative;
top: 3px;
}

.newthread-inputtitle {
width: 320px;
height: 20px;
}

.newthread-text {
font-weight: bold;
}

.newthread-inputtext {
margin-top: 10px;
}

#horse-sale,#horse-loan{
	background-image:url('../images/horse1.jpg');
}

#transport{
	background-image:url('../images/transport1.jpg');
}

#tack{
	background-image:url('../images/tack1.jpg');
}

#calendar{
	background-image:url('../images/calendar.jpg');
	background-repeat: no-repeat;
	height:260px;
	width:250px;
	font-size: 20px;
	text-align: center;
	line-height: 30px;
}
#calendar strong{
	font-size: 120px;
	color: red;
}

#calendar p{
	padding-top: 110px;
}

/* end forum styles */


