#--------------------GLOBAL {
}
/* fixed bg tile wallpaper align to bottom in firefox ! */

html {
	min-height: 100%;
	height: auto;
}
/* type spacing fix for IE/Netscape */
* {
	padding:0px;
	margin:0px;
	border: none;
}
h1, h2, p, ul, li, img {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #0083cd;
	background-image: url(../gfx/flower-bg-tile.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#header, #contents, #bg-graphic, #footer, #footer-copyright {
	width: 1006px;
	margin-right: auto;
	margin-left: auto;
}
#--------------------CUSTOM-LAYOUT {
}
#wrapper {
	min-height: 709px;
	height:auto !important;
	height:709px;
	background-repeat: repeat-x;
	background-image: url(../gfx/bluegradient-bg-1px.gif);
}
#header {
	height: 257px;
}
#contents {
	background-image:url(../gfx/page-stretch-tile-1pixel.gif);
	background-repeat: repeat-y;
	display: block;
}
#bg-graphic {
	float: left;
	background-image: url(../gfx/content-bg-empty.jpg);
	background-repeat: no-repeat;
	display: block;
}
#col1 {
	width: 246px;
	float:left;
}
#col1-content {
	padding-left: 50px;
	width: 175px;
}
#col2 {
	float: left;
	margin: 12px 0 0;
	padding: 0 0 0 13px;
	width: 523px;
}
#col3 {
	float:right;
	margin: 17px 0 0;
	padding: 0 55px 0 0;
	width: 140px;
}
#blogsidebar {
	height: 225px;
	margin-bottom: 240px;
}
.sponsorList {
	margin: 0 0 15px;
}
.favorites a {
	font-size: 11px !important;
	margin: 0 0 1px;
}
.favorites h1 {
	font-size: 14px !important;
}
#footer {
	height: 110px;
	background-image:url(../gfx/footer-wave.gif);
	background-repeat: no-repeat;
}
#--------------------CUSTOM-PER_PAGE {
}
#woodframe {
	height: 457px;
	width: 246px;
}
#footer-copyright {
	margin-bottom: 80px;
	margin-top: 30px;
}
#race-intro-text {
	height: 75px;
}
#race-box {
	width: 509px;
}
#race-box-bg-tile {
	background-image: url(../gfx/races/box-bg-tile.gif);
	background-repeat: repeat-y;
	height:1%;
}
#race-box-bg-grad {
	background-image: url(../gfx/races/box-bg-grad.gif);
	background-repeat: no-repeat;
	background-position: top;
	height:1%;
}
#race-box-contents {
	padding: 8px;
	height:1%;
}
#race-box-footer {
	height: 10px;
	background-image: url(../gfx/races/box-footer.gif);
	background-repeat: no-repeat;
}
#sponsor-box {
	width: 509px;
	height: 74px;
	background-image: url(../gfx/sponsors/new/sponsor-box-blank.gif);
	background-repeat: no-repeat;
	margin-bottom: 15px;
	clear: left;
	float: left;
}
#askbree {
	padding-top: 8px;
}
#askbree-box {
	width: 509px;
	height: 74px;
	background-repeat: no-repeat;
	background-image: url(../gfx/askbree/askbree-box.gif);
	float: left;
	margin-bottom: 10px;
}
#askbree-box-quote {
	width: 400px;
	margin-top: 13px;
	float: left;
	padding-left: 85px;
}
#-----------------------CUSTOM-TEXT {
}
h1, h2, p, ul, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0.8em;
}
h2 {
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 6px;
	color: #e10079;
}
p {
	font-size: 12px;
	padding-bottom: 1.3em;
	color: #000000;
	line-height: 1.3em;
	text-align: left;
}
ul {
	font-size: 12px;
}
li {
}
#-----------------------TEXT-COLORS {
}
.blue {
	color: #0057B8;
}
.blue2 {
	color: #007bca;
}
.blue-bold {
	color: #0057B8;
	font-weight: bold;
}
.blue-bold-small {
	color: #0057B8;
	font-weight: bold;
	font-size: 9px;
}
.white {
	color: #FFFFFF;
}
.white-bold {
	color: #FFFFFF;
	font-weight: bold;
}
.black-bold-small {
	color: black;
	font-weight: bold;
	font-size: 9px;
}
#-----------------------TEXT-SIZES {
}
.med {
	font-size: 11px;
}
.med-small {
	font-size: 10px;
	font-weight: normal;
}
.small {
	font-size: 9px;
}
.white-bold-big {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
.pink {
	color: #e10079;
}
#-----------------------TEXT-STYLES-PER-DIV_AREA {
}
/* COL 1 */

#col1-content h1, .sponsorList h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1em;
	color: black;
	font-size: 18px;
	text-transform: capitalize;
	display: block;
	text-align: center;
	margin: 0 0 10px;
	padding: 0 0 5px;
}
#col1-content .albumslist h1 a, #col1-content .taglist h1 a {
	color: #000;
	text-decoration: none;
}
#col1-content .albumslist h1 a:hover, #col1-content .taglist h1 a:hover {
	text-decoration: underline;
}
#col1-content .taglist p {
	text-align: center;
}
#col1-content .taglist span a {
	line-height: 110%;
}
#col1-content ul, .sponsorList ul {
	text-align: center;
	list-style-type: none;
	padding: 0 0 15px;
}
#col1-content #favblogs ul {
	font-size:11px;
	padding: 0 0 20px;
}
#col1-content li, .sponsorList li {
	font-family: Georgia, "Times New Roman", Times, serif;
}
#col1-content a, .sponsorList a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}
#col1 #favblogs {
	padding: 0 0 5px;
}
#col1 .recentComments a.commentinfo {
	color: #000;
	text-decoration: none;
}
/* COL2 */
#col2 h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1em;
	color: #e10079;
	font-size: 28px;
	text-transform: capitalize;
	padding-right: 55px;
	letter-spacing: -3px !important;
	text-align: center;/*	display: block;*/
}
#col2 ul {
	padding-left: 30px;
	font-size: 10px;
}
#col2 li {
	padding-left: 5px;
	padding-bottom: 5px;
	line-height: 1.5em;
	font-size: 11px;
}
/* COL 3 */

#col3 ul, #col3 li {
	margin: 0px;
	padding: 0px;
}
#col3 h1 {
	color: #e10079;
	font-size: 11px;
	margin-bottom: 3px;
}
#col3 #blogsidebar h1 {
}
#col3 .blogsidebarmod h1 {
	text-transform: uppercase;
}
#col3 .blogsidebarmod a {
	color: #006faa !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 11px !important;
}
#col3 .blogsidebarmod a:hover {
	text-decoration: underline !important;
}
#col3 p {
	font-size: 11px;
	color: #006FAA;
	line-height: 1.2em;
	padding-bottom: .8em;
	font-family: Arial, Helvetica, sans-serif;
}
#col3 a, #col3 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#col3 a:hover {
	text-decoration: none;
	color: #000000;
}
#col3 .sponsorList h1 {
	color: #000000;
	font-size: 17px;
	margin-bottom: 10px;
}
#col3 .sponsorList a {
	text-decoration: underline;
	color: #0083CD;
}
#col3 .sponsorList a:hover {
	color: #000000;
	text-decoration: underline;
}
#col3 .sponsorList a:visted {
 text-decoration: underline;
 color: #0083CD;
}
#col3 .sponsorList ul a, #col3 .sponsorList li a {
	font-size: 15px;
	line-height: 1.3em;
}
#col3 #blogsidebar ul {
	color:#006FAA;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 0 1.5em;
	padding:0;
}
#col3 #blogsidebar li {
	color:#006FAA;
}
#col3 #blogsidebar, #col3 #blogsidebar a, #col3 #blogsidebar p {
	color:#006FAA;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
#col3 #blogsidebar em {
}
#col3 #blogsidebar a {
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#col3 #blogsidebar a:hover {
	color: #000;
}
#races p {
	font-size: 11px;
}
/* FOOTER */
#footer-copyright p {
	text-align: center;
}
#footer-copyright a, #footer-copyright a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#footer-copyright a:hover {
	text-decoration: underline;
}
#sponsor-box h2 {
	margin-bottom: 0px;
	font-size: 14px;
	text-transform: uppercase;
}
#sponsor-box p {
	margin-right: 20px;
	color: #006095;
}
#askbree p {
	padding-bottom: 20px;
	margin-bottom: 0px;
}
#askbree-box h2 {
	height: 45px;
	text-align: center;
}
#-------------------------LINKS {
}
a, a:visited {
	text-decoration: underline;
	color: #007bca;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
#--------------------------IMAGES {
}
img {
}
img a {
	border: 1px solid #FF3399;
}
.img-left {
	float: left;
}
.img-right {
	float: right;
}
.img-left-padded {
	float: left;
	padding-right: 15px;
}
.img-right-padded {
	float: right;
	margin-top: 0px;
	border: 5px solid #FFFFFF;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 0px;
}
#-------------------------MISC {
}
.justify-center {
	text-align: center;
}
#cleardivs {
	clear: both;
}
#-------------------------FORMS {
}
#feedbackform {
	margin: 0px;
	padding: 0px;
}
#feedbackform p, input, textarea, select {
	padding-bottom: 0px;
}
input, textarea {
	font-size: 11px !important;
	border: 1px solid #8dbdd2;
	padding:  5px 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006095;
}
input {
	background-image: url(../gfx/contact/formFieldBox-BG.gif);
	border: 1px solid #8dbdd2;
}
textarea {
	background-color: #c0dae6;
	background-image: url(../gfx/contact/formFieldBox-BG.gif);
	background-repeat: repeat-x;
}
select { /* for drop downs */
}
input:hover, textarea:hover {
	border: 1px solid #ebafff;
	cursor: help;
}
input:focus, input.sffocus, textarea:focus {
	border: 1px solid #007bca;
	background-color: #c7dee9;
	background-image: url(../gfx/contact/formFieldBox-BG-active.gif);
	background-repeat: repeat-x;
}
textarea:focus {
}
select:hover {
	cursor: hand;
}
input.submit {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	padding: 5px;
	background-image: none;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border:0px;
}
input.inputborderfix {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
}
input.submit:hover {
	background-color: #007bca;
	cursor: pointer;
}
checkbox {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
#content .entry-content a img {
	max-width: 500px;
	width: expression(this.width > 500 ? 500: true);
}

