@charset "UTF-8";
body {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
}
hr {
	margin-top: 10px;
	margin-bottom: 10px;
}
ul {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
li {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
}
.date {
	font-size: 12px;
	font-style: italic;
	color: #999999;
}
.post-credits {
	font-size: 10px;
	font-style: italic;
	text-transform: uppercase;
	color: #999999;
	text-decoration: none;
}
.info {
	font-size: 11px;
	font-style: italic;
	line-height: 14px;
	color: #666666;
}
img.img-right {
	padding: 0px;
	float: right;
	margin-left: 15px;
	border: 1px solid #EDD2A3;
	margin-top: -10px;
	margin-right: 10px;
	margin-bottom: 5px;
}
img.img-left {
	padding: 1px;
	float: left;
	margin-right: 10px;
	border: 1px solid #CCCCCC;
}
p {
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
}
blockquote {
	background-image: url(../images/a/quote-open.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: justify;
	margin-bottom: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 22px;
	color: #505050;
	background-color: #FFFBF4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAE6E0;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
blockquote div {
	background-image: url(../images/a/quote-close.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 2px;
	padding-right: 30px;
	padding-bottom: 2px;
	padding-left: 30px;
}

/* +=====+ HEADINGS +===================+ */

h1 {
	font-size: 32px;
	line-height: 36px;
	font-weight: bold;
	color: #333333;
	padding-top: 5px;
	padding-bottom: 15px;
	margin: 0px;
	font-family: Helvetica, Verdana, sans-serif;
}
h2 {
	font-size: 24px;
	line-height: 26px;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 0px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}
h3 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #5D0002;
	margin-top: 15px;
	padding: 0px;
	margin-bottom: 5px;
	text-transform: capitalize;
}
#sidebar h3 {
	background-color: #EBDDC5;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 15px;
	margin-left: -25px;
	padding-left: 25px;
	margin-right: 0px;
	padding-right: 0px;
	color: #710404;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CBC0AB;
	border-right-color: #CBC0AB;
}
h4 {
	font-size: 18px;
	line-height: 22px;
	padding-top: 15px;
	padding-bottom: 5px;
	margin: 0px;
}
#menu #wrapper h4, #kids #wrapper h4 {
	padding-top: 25px;
	margin-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0D5A5;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
div#footer h4 {
	font-weight: bold;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 16px;
	line-height: 20px;
	margin: 0px;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

/* +=====+ LINKS +======================+ */

/* -- Global Links -- */

a:link {
	color:#0066CC;
	text-decoration: none;
}
a:visited {
	color:#1366BA;
	text-decoration: none;
}
a:hover {
	color:#0099FF;
	text-decoration: underline;
}
a:active {
	color:#990000;
	text-decoration: none;
}
a.more {
	font-size: 9px;
	line-height: 14px;
	text-transform: uppercase;
	font-weight: bold;
}

/* -- Footer Links -- */

div#footer a {
	color:#6894CC;
	text-decoration: none;
}
div#footer a:hover {
	color:#F3D549;
	text-decoration: underline;
}
img#ftloc {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 3px solid #232323;
	padding: 0px;
}

/* +=====+ MAIN PG NAVIGATION +=========+ */

ul.navmenu {
	display: block;
	height: 55px;
	width: 335px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul.navmenu li {
	height: 55px;
	margin: 0px;
	padding: 0px;
}
div#navcontainer #left ul.navmenu li {
	float: left;
}
div#navcontainer #right ul.navmenu li {
	float: right;
}
ul.navmenu li a {
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	display: block;
	float: left;
	text-decoration: none;
	text-align: center;
	line-height: 55px;
	overflow: hidden;
	height: 55px;
	padding-right: 20px;
	padding-left: 20px;
}
ul.navmenu li a:hover {
	color: #FFD3D0;
	text-decoration: none;
	border-right-color: #000000;
	border-left-color: #000000;
	border-top-color: #000000;
	border-bottom-color: #000000;
	background-image: url(../images/bkg-navhover.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#menu li#menu a,
#specials li#specials a,
#about li#about a,
#community li#community a,
#media li#media a,
#kids li#kids a {
	background-image: url(../images/bkg-navactive.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	color: #FFE175;
}

/* +============================================+ */

/*  FLICKR FEED STYLES
	--------------------------------------------------------------- */
#flickr {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
#flickr ul {
	list-style:	none;
	float: left;
	padding: 0px;
	margin: 0px;
}
#flickr ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#flickr ul li img {
	border: none;
	padding: 0px;
	border: 3px solid #252525;
	width: 40px;
	height: 40px;
	margin: 2px;
}
#flickr ul li img:hover {
	border-color: #555555;
}

/*  SPECIFIC ULs 
    --------------------------------------------------------------- */	

ul#news li {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DBB679;
}
ul.list-pdf {
	display: block;
	padding: 0px;
	list-style-type: none;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
ul.list-pdf li {
	background-image: url(../images/a/pdf-logo.jpg);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	display: block;
	height: 70px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
}
ul.list-pdf li a {
	display: block;
	height: 49px;
	padding-top: 18px;
	padding-left: 70px;
	padding-right: 0px;
	padding-bottom: 3px;
}
ul.list-sm-pdf {
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
ul.list-sm-pdf li {
	background-image: url(../images/a/file_pdf.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 22px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#sidebar  ul.list-sm-pdf  {
	padding-left: 0px;
	margin-left: 0px;
}

/*  FORMS 
    --------------------------------------------------------------- */	
	
.error_message	{ 
	display:inline;	
	font-weight: bold;	
	font-size: 9px;	
	color: #990000;	
	background-color:#FFFFCC;	
	border: 1px solid #990000;	
	margin: 3px 5px 5px 5px;	
	padding: 3px; 
}
.required {	color: #CC0000; 
}
input#anti-spam {
	display: none;
}

/* ---------------------------------------------------------------- */
