@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the page in IE 5* browsers. The text is then set to the left aligned default in the #page selector */
	color: #000000;
	background-color: #330099;
	background-image: url(../images/template/backing_purple.gif);
}
.wrapper #page {
	width: 766px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.wrapper #header {
	background-color: #CC0066;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.wrapper #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.wrapper #left {
	float: left; /* since this element is floated, a width must be given */
	width: 217px;
	background-color: #F4F4F4;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.wrapper #main {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 230px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.wrapper #footer {
	background-color: #FF009A;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
} 
.wrapper #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a page that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}





/* MENU */
.wrapper #page #header #menu {
	display: block;
	height: 34px;
	width: 766px;
}

#menu .home {
	background-image: url(../images/template/button_home_off.gif);
	display: block;
	float: left;
	height: 27px;
	width: 69px;
	padding-top: 7px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 14px;
	margin-left: 3px;
}
#menu .home:hover {
	background-image: url(../images/template/button_home_over.gif);
}

#menu .latest {
	background-image: url(../images/template/button_latest_off.gif);
	display: block;
	float: left;
	height: 27px;
	width: 115px;
	padding-top: 7px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 14px;
}
#menu .latest:hover {
	background-image: url(../images/template/button_latest_over.gif);
}

#menu .subscribe {
	background-image: url(../images/template/button_subscribe_off.gif);
	display: block;
	float: left;
	height: 27px;
	width: 108px;
	padding-top: 7px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 14px;
}
#menu .subscribe:hover {
	background-image: url(../images/template/button_subscribe_over.gif);
}

#menu .games {
	background-image: url(../images/template/button_games_off.gif);
	display: block;
	float: left;
	height: 27px;
	width: 89px;
	padding-top: 7px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 14px;
}
#menu .games:hover {
	background-image: url(../images/template/button_games_over.gif);
}

#menu .vip {
	background-image: url(../images/template/button_vip_off.gif);
	display: block;
	float: left;
	height: 27px;
	width: 99px;
	padding-top: 7px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 14px;
}
#menu .vip:hover {
	background-image: url(../images/template/button_vip_over.gif);
}

#menu .downloads {
	background-image: url(../images/template/button_downloads_off.gif);
	display: block;
	float: left;
	height: 27px;
	width: 119px;
	padding-top: 7px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 14px;
}
#menu .downloads:hover {
	background-image: url(../images/template/button_downloads_over.gif);
}

#menu .links {
	background-image: url(../images/template/button_links_off.gif);
	display: block;
	float: left;
	height: 27px;
	width: 73px;
	padding-top: 7px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 14px;
}
#menu .links:hover {
	background-image: url(../images/template/button_links_over.gif);
}

#menu .contact {
	background-image: url(../images/template/button_contact_off.gif);
	display: block;
	float: left;
	height: 27px;
	width: 88px;
	padding-top: 7px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 14px;
}
#menu .contact:hover {
	background-image: url(../images/template/button_contact_over.gif);
}
/* End of menu styles */



/* Left column */
.wrapper #page #left #subscribe {
	display: block;
	width: 200px;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #44429C;
	background-image: url(../images/template/left_backing.gif);
	height: 140px;
	margin-bottom: 10px;
}
.wrapper #page #left #subscribe li {
	margin-left: -20px;
	color: #CF00C5;
	list-style-type: none;
	list-style-image: url(../images/template/left_arrow.gif);
	list-style-position: outside;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #44429C;
}
.wrapper #page #left #subscribe ul {
	margin-top: 7px;
	margin-bottom: -10px;
	margin-right: 20px;
}
.wrapper #page #left #subscribe a {
	font-weight: bold;
	color: #44429C;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	display: block;
}


.wrapper #page #left #downloads {
	display: block;
	width: 200px;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #44429C;
	background-image: url(../images/template/left_backing.gif);
	margin-bottom: 10px;
}
.wrapper #page #left #downloads li {
	margin-left: -20px;
	color: #CF00C5;
	list-style-type: none;
	list-style-image: url(../images/template/left_arrow.gif);
	list-style-position: outside;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #44429C;
}
.wrapper #page #left #downloads ul {
	margin-top: 7px;
	margin-right: 20px;
	margin-bottom: 5px;
}
.wrapper #page #left #downloads a {
	font-weight: bold;
	color: #44429C;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	display: block;
}



.wrapper #page #left #votes {
	display: block;
	width: 200px;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #44429C;
	background-image: url(../images/template/left_backing.gif);
	margin-bottom: 10px;
}
.wrapper #page #left #votes li {
	margin-left: -20px;
	color: #CF00C5;
	list-style-type: none;
	list-style-image: url(../images/template/left_arrow.gif);
	list-style-position: outside;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #44429C;
}
.wrapper #page #left #votes ul {
	margin-top: 7px;
	margin-right: 20px;
	margin-bottom: 5px;
}
.wrapper #page #left #votes a {
	font-weight: bold;
	color: #44429C;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	display: block;
}


 /* index page content area blocks */
#highlightblock {
	display: block;
	font-size: 12px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 12px;
	width: 250px;
	height: 116px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
#highlightblock h3 {
	color: #FF0099;
	line-height: 14px;
	font-size: 14px;
}
#highlightblock a {
	color: #FF0099;
}
#highlightblock img {
	margin-right: 3px;
	margin-left: 1px;
}
#footer a {
	color: #666666;
}.wrapper #page #main #christmas_subs {
	margin-top: 10px;
	margin-bottom: 10px;
}

.wrapper #page #main #titlebanner {
	margin-top: 10px;
	margin-bottom: 10px;
}
.fact {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	font-family: "Courier New", Courier, monospace;
	line-height: 12px;
}
#main p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
#main ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

/* Wallpeper downloads */
#mini_column {
	float: left;
	width: 240px;
	margin-right: 7px;
	/* margin-left: 7px; */
	font-size: 11px;
	margin-bottom: 20px;
}
#mini1 {
	height: 135px;
	width: 135px;
	float: left;

}
#mini2 {
	height: 135px;
	width: 105px;
	float: left;
	background-image: url(../images/download_horse_n_pony_things/grad_backing.jpg);
}
.pink_text {
	color: #E00594;

}

/* Links page */
#main .pink_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: capitalize;
	color: #FF0099;
	font-weight: bold;
}
#main .pink_link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #C60077;
}

/* Contact page */
.form_tab {
	display: block;
	float: left;
	width: 160px;
}
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	color: #9B0468;
	font-size: 14px;
}

.errorMessage{
	color: #FF0000;
	font-weight: bold;
}

 /* subscribe page columns */
#column {
	display: block;
	font-size: 12px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 12px;
	width: 250px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
td {
	font-size: 9px;
}
.wrapper #page #main #laminitis {
	background-image: url(../images/laminitis/pink_grass.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 515px;
	padding-bottom: 40px;
}
.wrapper #page #main #laminitis_clare {
	font-size: 12px;
	background-image: url(../images/laminitis/clare_barfoot.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 82px;
	background-color: #00483A;
	padding-bottom: 5px;
	padding-right: 110px;
}
.wrapper #page #main #laminitis_clare p {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #00483A;
	padding-right: 10px;
	padding-left: 10px;
}
.confessions_heading {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #FF0099;
	display: block;
	width: 515px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #FF0099;
	margin-bottom: 10px;
	margin-top: 30px;
	line-height: 50px;
}
.cringe_select{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #FFFFFF;
	color: #D923CB;
	margin-top: 32px;
	margin-left: 39px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-weight: bold;
}
.cringe_button{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	background-color: #FFFFFF;
	color: #D923CB;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	display: block;
	width: 50px;
	height: 14px;
	margin-top: 8px;
	font-weight: bold;
}
.petformfields{
	background-color: #a9d321;
}