/*
Theme Name: Bayberry Community Theme
Theme URI: http://www.bayberrycommunity.com
Author: Avendim Media
Author URI: http://www.avendim.com
Description: Bayberry Community theme designed and developed by Avendim Media.
*/
*				{ margin: 0; padding: 0; }

/* html5doctor.com Reset Stylesheet \\v1.6.1 \\ Last Updated: 2010-09-17 \\ http://richclarkdesign.com \\ @rich_clark */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display:block; }
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }

/*
 *
 * Base Typography 
 *
 */
html, body					{ height: 100%; -webkit-text-size-adjust:none; }
body { font:12px/1.231 sans-serif; *font-size:small; background: url('images/whitetextured-bg.jpg') repeat;  }
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

/*
 *
 * Base Styles 
 *
 */
body, select, input, textarea { 
  /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */ 
  color: #000000; 
  /* set your base font here, to apply evenly */
  font-family: Verdana, Arial, Helvetica, sans-serif;  
}
/* Headers (h1,h2,etc) have no default font-size or margin,
   you'll want to define those yourself. */ 
h1,h2,h3,h4,h5,h6 { font-weight: normal; font-family: Impact, Arial, Helvetica, sans-serif; margin-bottom: 10px;}
h1										{ font-size: 24px; color: #52b3b3; }
h2										{ font-size: 18px; color: #52b3b3; }
h3										{ font-size: 14px; color: #52b3b3; }
h4										{ color: #52b3b3; letter-spacing: 0px;}
h5										{ color: #52b3b3; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold;  }
h6										{ color: #52b3b3; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal;  }
p										{ margin-bottom: 10px; }
/* always force a scrollbar in non-IE */ 
html { overflow-y: scroll; }
/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }
a, a:active, a:visited { color: #52b3b3; text-decoration: none; }
a:hover { color: #9acc77; }
ul, ol { margin-left: 1.8em; }
ol { list-style-type: decimal; }
/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; } 
small { font-size: 85%; }
strong, th { font-weight: bold; }
td, td img { vertical-align: top; } 
sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }
pre { 
  padding: 15px; 
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}
textarea { overflow: auto; } /* thnx ivannikolic! www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */
.ie6 legend, .ie7 legend { margin-left: -7px; } /* thnx ivannikolic! */
/* align checkboxes, radios, text inputs with their label
   by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button { cursor: pointer; }
/* webkit browsers add a 2px margin outside the chrome of form elements */  
button, input, select, textarea { margin: 0; }
/* colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { 
      border-radius: 1px;
    -moz-box-shadow: 0px 0px 5px red; 
 -webkit-box-shadow: 0px 0px 5px red; 
         box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid { background-color: #f0dddd; }
/* These selection declarations have to be separate.
   No text-shadow: twitter.com/miketaylr/status/12228805301 
   Also: hot pink. */
::-moz-selection{ background: #9acc77; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; } 
/*  j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; } 
/* make buttons play nice in IE:    
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {width: auto; overflow: visible;}
/* bicubic resizing for non-native sized IMG: 
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img {-ms-interpolation-mode: bicubic;}

/*
 *
 * Nonsemantic Base Styles 
 *
 */
/* for image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
/* Hide for both screenreaders and browsers
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; } 
/* Hide only visually, but have it available for screenreaders 
   www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden  */
.visuallyhidden { position: absolute !important;    
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }
/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }
/* >> The Magnificent CLEARFIX: Updated to prevent margin-collapsing on child elements << j.mp/bestclearfix */
.clearfix:before, .clearfix:after {
  content: "\0020"; display: block; height: 0; visibility: hidden;	
} 
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }

/*
 *
 * Media queries for responsive design
 * These follow after primary styles so they will successfully override. 
 *
 */
@media all and (orientation:portrait) { 
  /* Style adjustments for portrait mode goes here */
}
@media all and (orientation:landscape) { 
  /* Style adjustments for landscape mode goes here */
}
/* Grade-A Mobile Browsers (Opera Mobile, iPhone Safari, Android Chrome)  
   Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {  
  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you
     j.mp/textsizeadjust 
  html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}

/*
 *
 * Base Print Styles, inline to save the HTTP request
 *
 */
@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after { content: " (" attr(href) ")"; } 
  abbr:after { content: " (" attr(title) ")"; }
  .ir a:after { content: ""; }  /* Don't show links for images */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */ 
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

/*
 *
 * Structure
 *
 */
#page {
	display: block;
	min-height: 100%;
		height: auto !important;
		height: 100%;
		margin: 0 auto -137px; /* Set footer height. */
}
#main								{ width: 863px; padding-left: 145px; padding-right: 144px; margin: 0 auto 41px auto; position: relative; }
#primary {
	float: right;
	margin: 0 0 0 0;
	width: 574px;
}

#content {
	margin: 0 0 0 0;
	background: white;
	border: 1px solid #dadada;
	padding: 29px 36px;
}
#main .widget-area {
	float: left;
	width: 250px;
}
#colophon {
	clear: both;
	display: block;
	width: 100%;
}

/* Increase the size of the content area for templates without sidebars */
.full-width#primary, 
.image-attachment#primary, 
.error404#primary	{ width: 100%; }

.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0; 
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/*
 * Header
 */
#branding							{ width: 100%; min-width: 1152px; position: relative; /*width: 863px;*/ }
#topbg								{ height: 89px; width: 100%; min-width: 1152px; background: url('images/bluetextured-bg.jpg') repeat-x; margin: 0 0 2px 0; }
#header-container					{ width: 100%; height: 195px; background: #9acc77; margin: 0 0 2px 0;  }
#header-content						{ width: 1152px; height: 195px; background: url('images/greenflowerheader-bg.png') no-repeat; margin: 0 auto; position: relative; }
#site-title 						{ font-size: 2em; font-weight: bold; margin: 0 0; z-index: 2; position: absolute; top: 0px; left: 144px; }
#site-description 					{ position: absolute; top: -66px; left: 785px; font-family: impact, sans-serif; font-size: 24px; color: white; font-weight: normal; margin: 0 0 0; }
#header-photo						{ background: white; padding: 18px; position: absolute; top: -42px; left: 431px; z-index: 1; 
									  -moz-box-shadow: 2px 2px 2px #6b6b6b; -webkit-box-shadow: 2px 2px 2px #6b6b6b; box-shadow: 2px 2px 2px #6b6b6b; }


/*
 * Menu
 */
#access 							{ background: #52b3b3; display: block; height: 37px; margin: 0 0 33px 0; width: 100%; min-width: 1152px; }
#access .menu-primary-navigation-container	{ width: 863px; padding-left: 145px; padding-right: 144px; margin: 0 auto; z-index: 1000; }

/*
 *
 * Content
 *
 */
#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0;
}
.page-link {
	margin: 0 0 1em;
}

/* Section Header Styling */
.page-header .page-title		{ margin-bottom: 25px;  text-transform: uppercase; }
.page article.page header .entry-title	{ color: #52b3b3; background: none; padding-bottom: 0; text-transform: uppercase; }

/* Articles */
article							{}
article h1						{ color: #9acc77; margin-bottom: 12px; padding-bottom: 11px; background: url('images/line-break.png') repeat-x bottom left; }
article h1 a, article h1 a:active, article h1 a:visited		{ color: #9acc77; }
article h1 a:hover				{ color: #52b3b3;}
article header .entry-meta		{ margin-bottom: 22px; color: #bababa; font-size: 11px; }
article footer.entry-meta		{ margin-bottom: 22px; }
article .more-link				{ font-size: 10px; }
article .entry-content h1		{ color: #52b3b3; margin-bottom: 10px; background: none; padding-bottom: 0; font-size: 22px; }
article ol						{ margin-bottom: 10px; }
article ul						{ margin-bottom: 10px; }
article blockquote				{ margin: 0 40px 10px 40px; font-style: italic; font-size: 11px; }
article table					{ margin: 0 0 20px 0; }
article table td				{ padding: 5px; }
article table td				{ border: 1px solid black; }
article table td p				{ margin-bottom: 0; }
article.post footer.entry-meta	{ font-size: 9px; color: #bababa; margin-top: 20px; }

#nav-below						{ margin: 30px 0; font-size: 11px; }

/* Photo Gallery Index Styling */
.category-photo-gallery	h1.page-title	{ color: #52b3b3; margin-bottom: 25px; padding-bottom: 0; background: none;  text-transform: uppercase;}
.category-photo-gallery	article h1		{ color: #52b3b3; margin-bottom: 10px; background: none; padding: 0; font-size: 16px; }
.category-photo-gallery	article h1 a,
.category-photo-gallery	article h1 a:active,
.category-photo-gallery	article h1 a:visited 	{ color: #52b3b3; }
.category-photo-gallery	article h1 a:hover		{ color: #9acc77; }
.category-photo-gallery #primary aside .attachment-photo-gallery-thumbnail	{ padding: 5px; border: 1px solid #bababa; }
.category-photo-gallery #primary aside				{ float: left; width: 25%; }
.category-photo-gallery #primary .article-content	{ float: left; width: 75%; }
.category-photo-gallery #primary article .article-content .entry-meta	{ display: none; }
.category-photo-gallery #primary article			{ margin-bottom: 15px; }

/* Sponsors Page Styling */
.sponsors											{ margin-bottom: 70px; }
.sponsors aside .attachment-sponsors-thumbnail		{  }
.sponsors aside										{ float: left; width: 235px; text-align: center; }
.sponsors .article-content							{ float: left; width: 265px; }
.sponsors .article-content header h1.entry-title	{ color: #52b3b3; margin-bottom: 0px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; letter-spacing: 0px; background: none; padding: 0 0 0 20px; font-size: 12px; text-transform: none; }
.sponsors .article-content header h1.entry-title a,
.sponsors .article-content header h1.entry-title a:active,
.sponsors .article-content header h1.entry-title a:visited	{ color: #52b3b3; }
.sponsors .article-content header h1.entry-title a:hover	{ color: #9acc77; }
.sponsors .article-content .entry-content					{ padding: 0 0 0 20px; font-size: 12px; }

/* Classifieds Page Styling */
.classifieds					{ }
.page .classifieds header h1.entry-title	{ font-size: 16px; color: #9acc77; margin-bottom: 8px; padding-bottom: 11px; background: url('images/line-break.png') repeat-x bottom left;  text-transform: none; }


/* Sidebar content Styling */
#secondary aside.widget			{ margin-bottom: 22px; padding-bottom: 16px; background: url('images/line-break.png') repeat-x bottom left; }
#secondary aside.widget h4		{ font-size: 18px; font-weight: normal; }
ul.recent-category-posts		{ margin: 0; }
.recent-category-posts li		{ list-style: none inside; }
.recent-category-posts h5		{ margin: 0; font-size: 12px;}
.recent-category-posts h5 a, 
.recent-category-posts h5 a:active, 
.recent-category-posts h5 a:visited		{ color: #9acc77; }
.recent-category-posts h5 a:hover		{ color: #52b3b3; }
.recent-category-posts p				{ font-size: 11px; font-style: italic; color: #bababa; }
aside#archives h5						{ font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold;  font-size: 12px;  }
aside#archives select			{ font-size: 12px; padding: 5px; }
aside.registerLogin				{ margin-top: 15px;  }

/* Form Styling in General */
input					{ border: solid 1px #9acc77;  }
textarea				{ border: solid 1px #9acc77;  }

/* Search Form Styling */
.searchBoxForm							{ position: relative; margin-bottom: 10px; }
.searchBoxForm label	{ display: none; }
.searchBoxForm input#s	{ width: 205px; padding: 8px 34px 8px 10px; }
.searchBoxForm input#searchsubmit	{ position: absolute; top: 6px; left: 222px; }
#secondary aside.widget .searchBoxForm label	{ display: none; margin: 0; }
#secondary aside.widget .searchBoxForm input#s	{ width: 205px; padding: 8px 34px 8px 10px; }
#secondary aside.widget .searchBoxForm input#searchsubmit	{ position: absolute; top: 6px; right: 8px; border: none;  }
.faded-text						{ color: #dadada;}

/* Select Drop Down Box Styling */
span.customStyleSelectBox { font-size:11px; background-color: white; padding:5px 7px; border:1px solid #9acc77; border: solid 1px #9acc77;  }
span.customStyleSelectBox.changed { background-color: white; }
.customStyleSelectBoxInner { background:url('images/canvas-list-nav-item-arrow-.gif') no-repeat center right; }



/*
 *
 * Images
 *
 */
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}

/* Forms - Class for labelling required form items */
.required {
	color: #cc0033;
}


/*
 *
 * Comments
 *
 */
#comments ul, #comments ol				{ margin: 0; }
.commentlist							{  }					
.commentlist li							{ list-style: none inside; border: 1px solid #9ACC77; padding: 0 5px 5px 0; margin: 0 5px 10px 0; }
li.thread-odd							{  }
li.depth-2								{ margin-left: 15px; position: relative; background: #eefde1; }
li.depth-3								{ margin-left: 15px; position: relative; background: white; }
li.depth-4								{ margin-left: 15px; position: relative; background: #eefde1; }
li.depth-5								{ margin-left: 15px; position: relative; background: white; }
article.comment 						{ display: block; position: relative; padding: 5px 0 5px 80px; margin: 5px 0; }
.comment-author .avatar					{ border: solid 5px #dadada; position: absolute; top: 8px; left: 14px; }
article.comment footer					{ font-size: 11px; color: #bababa; margin: 0 0 10px 0; }
footer .comment-author					{ display: inline;  }
footer .comment-author .fn				{ font-weight: bold; color: #52b3b3; font-size: 12px; font-style: normal; }
footer .comment-meta					{ display: inline; color: #bababa; font-size: 11px; font-style: italic; }
#respond #reply-title					{ margin-top: 20px; }
#respond .comment-notes					{ margin-bottom: 30px; font-size: 12px; }
#respond #commentform					{ position: relative;  }
#respond input[type=text] 				{ margin: 0 1em 0 0; width: 50%; float: left; }
#respond label							{ margin-bottom: 5px; display: block; float: left; width: 15%; padding: 5px;}
#respond .comment-form-comment label 	{ display: none;  }
#respond input							{ padding: 8px 10px 8px 10px; display: block; }
#respond textarea 						{ margin: 0 1em 20px 0; float: left; width: 80%; padding: 8px 10px 8px 10px; }
#respond .form-allowed-tags 			{ clear: both; width: 80%; }
#respond .form-allowed-tags code 		{ display: block; margin-top: 10px; }

#respond p								{ margin: 0 0 20px 0; padding: 0; display: block; }
#respond label, #respond .required	 	{  }
#respond .comment-form-author			{  }
#respond .comment-form-email			{  }
#respond .comment-form-url				{  }
#respond .comment-form-comment			{ margin-bottom: 0; }
#respond .form-allowed-tags				{ margin-bottom: 20px; }
#respond .form-submit					{ }
#respond #submit						{ padding: 5px; border: 1px solid #dadada; background: #dadada; color: white; font-weight: bold; text-transform: uppercase; }
#respond #submit:hover					{ background: #9acc77; border: 1px solid #9acc77;}

#comments li #respond					{ margin-left: 20px; }

/* Contact Form */

#fsc-submit								{ padding: 5px; border: 1px solid #dadada; background: #dadada; color: white; font-weight: bold; text-transform: uppercase; }
#fsc-submit:hover						{ background: #9acc77; border: 1px solid #9acc77; }


/*
 *
 * Footer
 *
 */
.push {
		height: 137px; /* Set footer height. */
		/* clear: both; */ /* Muti-column fix.*/
	}
footer#colophon 			{ width: 100%; min-width: 1152px; height: 90px; padding-top: 47px; background: url('images/footer-bg.png') repeat-x top left #9acc77; }
#main-footer-content		{ width: 863px; padding-left: 145px; padding-right: 144px; margin: 0 auto; position: relative; }

footer#colophon .site-footer-content		{ float: left; margin-top: 36px; width: 500px; }
footer#colophon	.social-media				{ float: left; width: 69px; }
footer#colophon	.social-media ul			{ display: inline; }
footer#colophon	.social-media ul li			{ display: block; float: left; padding-right: 7px; }
footer#colophon	.social-media ul li.rss-line	{ padding-top: 1px; }
footer#colophon	.site-information			{ float: left; font-size: 12px; color: white; width: 400px; }

footer#colophon	.site-designers				{ float: right; width: 363px; }
footer#colophon	.site-designers-text		{ float: left; width: 200px; text-align: right; padding-right: 7px; font-size: 10px; color: white; font-style: italic; margin-top: 51px; }
footer#colophon	.site-designers-logo		{ float: left; width: 147px; margin-top: 22px; }

/*** SuperFish Drop Down Menu ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			37px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	0;
}
.sf-menu a {
	padding: 		12px 10px;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#ffffff;
}
.sf-menu li {
	background:		#52b3b3; z-index: 500;
}
.sf-menu li li {
	background:		#52b3b3;
}
.sf-menu li li li {
	background:		#52b3b3;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#9acc77;
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

span.sociable-tagline	{ font-size: 10px; color: #BABABA; }