/*
-----------------------------------------------
Everedy Square screen style
author:   Octavo Designs
version:  2 August 2007
----------------------------------------------- */

/*
-----------------------------------------------
body and backgrounds
----------------------------------------------- */
body {
	background-color: #BF0D0D;
	margin: 0px;
}
.IntroBkgd {
	background-image: url(../images/bkgd_shopping.gif);
}
.HeaderBkgd {
	background-color: #EBE1B1;
	background-image: url(../images/header_tan_repeat.gif);
	background-repeat: repeat-x;
}
.HomeBkgdGradient {
	background-color: #EBE2B3;
	background-image: url(../images/home_bkgd_gradient.gif);
	background-repeat: repeat-x;
}
.DottedHorz {
	background-image: url(../images/dotted_horz.gif);
	background-repeat: repeat-x;
	background-position: center;
}
.UpcomingEventBkgd {
	background-image: url(../images/upcomingevent_bkgd.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.SidebarBkgd {
	background-color: #EBE1B1;
	background-image: url(../images/sidebar_repeat.gif);
	background-repeat: repeat-x;
}
.BkgdTan {
	background-color: #F7F3E0;
	background-image: url(../images/bkgd_tangeneral.gif);
	background-repeat: repeat-x;
}
.HomeLinksBox {
	background-color: #F7F3E1;
	padding: 8px;
	border: 1px solid #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.5em;
}
.HomeLinksBox a:link {	
	color: #BF0D0D;
	text-decoration: none;
}
.HomeLinksBox a:visited {
	color: #BF0D0D;
	text-decoration: none;
}
.HomeLinksBox a:hover {
	text-decoration: underline;
}


/*
-----------------------------------------------
text
----------------------------------------------- */

a {
	color: #BF0D0D;
	text-decoration: underline;
}
a:visited {
	color: #BF0D0D;
	text-decoration: underline;
}
a:hover {
	color: #BF0D0D;
	text-decoration: none;
}
.PurpleHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #330099;
}
.RedHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #BF0D0D;
}
.RedHeader a:link {
	color: #BF0D0D;
	text-decoration: none;
}
.RedHeader a:visited {
	color: #BF0D0D;
	text-decoration: none;
}
.RedHeader a:hover {
	color: #BF0D0D;
	text-decoration: underline;
}
.BodyText {
	font-family: "Trebuchet MS", Verdana, Arial, Sans-serif;
	font-size: 13px;
	color: #000000;
}
.BodyTextMed {
	font-family: "Trebuchet MS", Verdana, Arial, Sans-serif;
	font-size: 12px;
	color: #000000;
}
.BodyTextSm {
	font-family: "Trebuchet MS", Verdana, Arial, Sans-serif;
	font-size: 11px;
	color: #000000;
}
.FooterLinks {
	font-family: "Trebuchet MS", Verdana, Arial, Sans-serif;
	font-size: 12px;
	color: #F2CFCF;
	line-height: 1.8em;
}
.FooterLinks a:link {
	color: #F2CFCF;
	text-decoration: none;
}
.FooterLinks a:visited {
	color: #F2CFCF;
	text-decoration: none;
}
.FooterLinks a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.Copyright {
	font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
	font-size: 11px;
	color: #DF8686;
}
.Copyright a:link {
	color: #DF8686;
	text-decoration: none;
}
.Copyright a:visited {
	color: #DF8686;
	text-decoration: none;
}
.Copyright a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.Trail {
	font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
	font-size: 10px;
	color: #333333;
}
.Trail a:link {
	color: #BF0D0D;
	text-decoration: underline;
}
.Trail a:visited {
	color: #BF0D0D;
	text-decoration: underline;
}
.Trail a:hover {
	color: #BF0D0D;
	text-decoration: none;
}
.IntroText {
	font-family: "Trebuchet MS", Verdana, Arial, Sans-serif;
	font-size: 13px;
	line-height: 1.4em;
	color: #000000;
}
.SmallText {
	font-size: 10px;
}
.MustardColor {
	color: #D08E30;
}

/*
-----------------------------------------------
html tags
----------------------------------------------- */

hr {
	color: #FFFFFF;
	background-color: #FFFFFF;
	border: 1px dotted #CDB571;
	border-style: none none dotted;
}
ol {
	font-family: "Trebuchet MS", Verdana, Arial, Sans-serif;
	font-size: 13px;
	color: #000000;
}
ul {
	font-family: "Trebuchet MS", Verdana, Arial, Sans-serif;
	font-size: 13px;
	color: #000000;
}


/*
-----------------------------------------------
misc tags
----------------------------------------------- */

a.facebook:link, a.facebook:visited{
	font-size: 14px;
	color:#11308b;
	text-decoration:none;
	display: block;
	background-image:url(../images/fbook.gif);
	background-repeat:no-repeat;
	padding-left: 19px;
	float:right;
	margin-top: 3px;
	}
	
a.facebook:hover{
	text-decoration: underline;
	}
	


