/**
 * Theme Name: Skeleton
 * Theme URI: http://themehybrid.com/themes/skeleton
 * Description: A blank child of the Hybrid theme framework representing the visual hierarchy of Hybrid with designers in mind.
 * Author: Justin Tadlock
 * Author URI: http://justintadlock.com
 * Version: 0.2
 * Tags: threaded-comments
 * Template: hybrid
 * Designer: Janet Baxter
 * Skeleton is released under the GNU General Public License, version 2 (GPL).
 * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 */

/**
* Import pre-made styles from Hybrid
************************************************/

/* Eric Meyer's reset.css */
	@import url('../hybrid/library/css/reset.css');

/* 18px, 20px, 21px, 22px, 24px or 25px margins and line-height (don't use reset.css with these) */
	/* @import url('../hybrid/library/css/18px.css'); */
	/* @import url('../hybrid/library/css/20px.css'); */
	/* @import url('../hybrid/library/css/21px.css'); */
	/* @import url('../hybrid/library/css/22px.css'); */
	/* @import url('../hybrid/library/css/24px.css'); */
	/* @import url('../hybrid/library/css/25px.css'); */

/* Layout */
	@import url('../hybrid/library/css/2c-l-fixed.css');
	/* @import url('../hybrid/library/css/2c-r-fixed.css'); */
	/* @import url('../hybrid/library/css/3c-l-fixed.css'); */
	/* @import url('../hybrid/library/css/3c-r-fixed.css'); */
	/* @import url('../hybrid/library/css/3c-c-fixed.css'); */

/* Plugins CSS */
	/*@import url('../hybrid/library/css/plugins.css');*/

/* Drop-downs CSS */
	@import url('../hybrid/library/css/drop-downs.css');

/* Hybrid's default CSS */
	/*@import url('../hybrid/library/css/screen.css');*/

/**
* Body
************************************************/
/*COLOURS
#49a091: hyperlink blue
#77a75b: apple green
#e1f1df: mint green
#4c3706: dark brown
#986a3a: terra cotta
*/
/* Contains everything */
body {
	background: transparent url(images/bgTile.gif) repeat fixed 0 0;
	text-align: center;
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 19px;
	color: #222222;
}

	/* Wrapper for everything inside of the body */
		#body-container {
		background: transparent url(images/TopBorderGreen.jpg) repeat-x 0 0;
		width: auto;
		margin: auto;
	}

/**
* Elements
************************************************/

/* Hyperlinks */
a:link, a:visited {
	color: #49a091;
}
a:hover {
	color: #4c3706;
}
a:active {}

h1 {
	font: bold 26px/34px Arial, Helvetica, sans-serif;
	color: #77a75b;
} 
h2 {
	font: bold 24px/30px Arial, Helvetica, sans-serif;
	color: #77a75b;
}
h3 {
font: 18px/26px Palatino, Georgia, "Times New Roman", Times, serif;
color: #77a75b;
}
h4 {
font: 18px/26px Palatino, Georgia, "Times New Roman", Times, serif;
color: #4c3706;
}
h5 {
font: bold 16px/24px Arial, Helvetica, sans-serif;
color: #444444;
}
.entry-content h5 a, h5 a {
color: #444444;
text-decoration: none
}
h5 a:hover {
color: #888888;
}
h6 {}

/* Text elements */
strong {}
em {}
cite {}
abbr {}
acronym {
border-bottom:1px dashed #666666;
cursor:help;
text-transform:uppercase;
}
sup {}
sub {}
address {}
ins {}
dfn {}
del {}

/* Paragraphs */
p {
	padding: 5px 0px 5px 0px;
} 
.dropcap {
	color: #777777;
	float:left;
	font-size:48px;
	line-height:39px;
	margin-right:3px;
}
/* Unordered lists */
ul {
	list-style-type: disc;
	margin: 2px 0 7px 30px;
	padding: 0;
}
	ul li {
padding: 2px 0 2px 0;
}
ul.arrow {
list-style: none outside none;
margin: 2px 0 7px 10px;
}
ul.arrow li{
background:url("images/bullet.png") no-repeat scroll 0 4px transparent;
margin:0 0 3px 0;
padding:0 0 3px 15px;
}

/* Ordered lists */
ol {
	list-style-type: decimal;
	margin: 2px 0 7px 30px;
	padding: 0;
}
	ol li {
padding: 2px 0 2px 0;
}

/* Defition lists */
dl {}
	dt {}
	dd {}

/* Blockquotes */
blockquote {
	font: italic 14px/18px Arial, Helvetica, sans-serif;
	margin: 10px 0 10px 50px;
	padding-left: 15px;
	border-left: 3px solid #ccc;
}
	blockquote blockquote {}
	blockquote em {}

/* Object */
object {}

/* Code */
code {}
pre {}
pre code {}

/* Tables */
table {
width: 95%;
margin: 10px 0 10px 0;
border: 1px solid #ddd;
border-collapse:collapse;
border-spacing:0;
}
	caption {}
	tr {}
	th {
background-color: #e1f1df; 
color: #77a75b;
font: bold 16px/18px Arial, Helvetica, sans-serif;
padding: 6px;
text-align: center;
}
	td {
border-top:1px solid #ddd;
border-right:1px solid #ddd;
border-left:1px solid #ddd;
font: 14px/18px Arial, Helvetica, sans-serif;
text-align: center;
vertical-align: middle;
padding:6px;
}
td.left-align {
text-align: left;
}


/* Forms */
form {}
form.emailRSS {
-moz-border-radius:4px 4px 4px 4px;
background-color: #E1F1DF;
border:1px dotted #77A75B;
padding:7px;
}
	textarea {}
	input {}
	label {}
form label {
cursor:pointer;
}
	option {}

/* Notes */
.note {}

/* Warnings/Alerts */
.warning, .alert {}
p.alert {
	color: #986a3a;
	font-size: 20px;
	line-height: 24px;
	background:none repeat scroll 0 0 #FFFBBC;
	border:1px solid #E6DB55;
	padding:6px 9px;
	margin: 15px 10px 20px 0px;
}
/* Errors */
.error {}

/* Downloads */
.download {}

/* Alignment */
.left, .alignleft {
}
.right, .alignright {
}
.center, .aligncenter {
text-align: center;
}
.block, .alignnone {}
.clear {
clear: both;
}
hr { 
color:#ddd;
background-color:#ddd;
height:1px;
margin: 10px 0px 10px 0px;
}
/**
* Images
************************************************/

/* Normal images */
img {}
a img {
border: none;
}
img.noborder {
	border: none !important;
	}
img.border {
	border: 1px dotted #9e7210;
	margin: 5px 0px 5px 0px;
}
/* WP Smilies */
img.wp-smiley {}

/* Thumbnails */
.thumbnail {}

/* WP Captions [caption] */
.wp-caption {}
	.wp-caption img {}
	.wp-caption p {}

/* Gallery [gallery] */
.gallery {}
	.gallery img {}

/* Avatars */
.avatar {}

/**
* Header
************************************************/

/* Contains entire header */
#header-container {
	width: 960px;
	margin: auto;
	text-align: left;
}

	/* Contains site title and tagline */
	#header {
		background: transparent url(images/Header_bg.jpg) no-repeat scroll 0 0;
		height: 223px;
		width: 960px;
		padding: 10px 0px 0px 0px;
		margin: auto;
	}

		/* Site title */
		#site-title {
			height: 221px;
			width: 792px;
			margin: auto;
		}
			#site-title a {
				background: transparent url(images/RC_LOGO_outline7.jpg) no-repeat scroll 0 0;
				display: block;
				width: 792px;
				height: 221px;
			}
				#site-title a span {
					display: none;
					}

		/* Site description/tagline */
		#site-description {
			display: none;
		}

/**
* Primary Menu
************************************************/

/* Wrapper for entire menu area */
#primary-menu {
	background: transparent url(images/nav_bg.jpg) no-repeat scroll 0 0;
	width: 960px;
	height: 55px;
	margin: auto;
}

/* Wrapper for unordered list of menu items */
#primary-menu div.menu {}

	/* Menu list. */
	#primary-menu ul {
		text-align: left;
		font-size: 16px;
		line-height: 18px;
		font-family: "Trebuchet MS", sans-serif;
		padding: 0px 0 0 90px;
		margin: 0;
		list-style-type: none;
	}
	#primary-menu li {
		display: inline;
		padding: 0;
		margin: 0;
		}	

	#primary-menu li a {
		color: #4c3706;
		text-decoration: none;
		padding: 10px 0px;
			}
	#primary-menu li a img {}
	#primary-menu li a:hover {
		color: #FFFFFF;
				}
	#primary-menu ul li.current-menu-item a {
		color: #FFFFFF;
		}
			
#primary-menu ul li a .white {
	color: #FFFFFF;
}
/* Moves the home up a touch inline with the text rd March 2014 */
#primary-menu li#menu-item-471 a {
	padding-top: 6px !important;
}

/**
* Containers below the header and navigation
************************************************/

/* Wrapper for the content and primary/secondary widget sections */
#container {
	background: transparent url(images/Content_BG.png) repeat-y scroll 0 0;
	width: 960px;
	margin: auto;
	float: none;
}

	/**
	* Content
	************************************************/

	/* Contains site's main content */
	#content {
		width: 588px;
		background-color:#F1F7F0;
		border: 1px  solid #9e7210;
		border-radius: 30px;
		-moz-border-radius: 30px;
		-webkit-border-radius: 30px;
		text-align: left;
		margin: 20px 0px 10px 35px;
		padding: 20px 10px 20px 20px;
	}

		/* Breadcrumb trail */
		.breadcrumb {
font-style: italic;
}
			.breadcrumb-trail {}
.breadcrumb-trail a {
color: #666666;
}
.breadcrumb-trail a:hover {
text-decoration: underline;
}
.breadcrumb-trail .white { 
display: none;
}

		/* Archive and search <div> before posts are listed */
		.archive-info
		.author-info {}
		.term-info
		.category-info {}
		.tag-info {}
		.date-info {}
		.search-info {}

			/* Archive and search page titles. */
			.archive-title {
				font-family: Palatino, Georgia, "Times New Roman", Times, serif;
				font-size: 25px;
				line-height: 25px;
				letter-spacing: .05em;
				color: #9e7210;
				font-weight: bold;
				padding: 5px 0 5px 0;
				border-bottom:1px solid #DDDDDD;
			}
			.author-title {}
			.term-title {}
			.category-title {
				padding: 5px 0 5px 0;
			}
			.tag-title {}
			.date-title {}
			.search-title {}

		/* Entry wrapper <div> */
		.hentry {}
		.post {}
		.page {}

			/* Post, page, and 404 page titles */
.entry-title {
	font-size: 25px;
	line-height: 25px;
	letter-spacing: .05em;
	font-weight: bold;
	padding: 5px 0 5px 0;
	border-bottom:1px solid #DDDDDD;
}
			 h2.entry-title a {
				color: #77a75b;
			}
h2.entry-title a:hover {
	color: #4c3706;
}
			.post-title {
				font-size: 25px;
				line-height: 25px;
				letter-spacing: .05em;
				font-weight: bold;
				padding: 5px 0 5px 0;
				border-bottom:1px solid #DDDDDD;
			}
			h1.post-title a {
				color: #77a75b;
					}
h1.entry-title a:hover {
	color: #4c3706;
}
			h1.page-title {
				font-family: "Trebuchet MS", sans-serif;
				color: #77a75b;
				font-size: 27px;
				line-height: 27px;
				padding: 10px 0px 3px 0px;
				border-bottom:1px dotted #986a3a;
			}
h1.page-title a {
	color: #77a75b;
}
h1.page-title a:hover {
color: #77a75b;

}
h1.page-title .white {
	display:none;
}
			.attachment-title {}
			.error-404-title {}

			/* Author and date byline */
			p.byline {
				font-size:12px;
				color: #4c3706;
				padding: 0px 0px 5px 0px;
			}

			/* Full entries */
			.entry-content {
				padding: 0px 0px 10px 0px;
			}
.entry-content img.alignright {
	display: block;
	float: right;
	margin: 0px 0px 20px 20px;
	background-color: #f3f3f3;
	border: 1px solid #dddddd;
	padding: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.entry-content img.alignleft {
	display: block;
	float: left;
	margin: 0px 20px 20px 0px;
	background-color: #f3f3f3;
	border: 1px solid #dddddd;
	padding: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.entry-content a {
	text-decoration: underline;
}
/* From K2 Image styles*/
.entry-content .aligncenter,
img.center,
img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-color: #f3f3f3;
	border: 1px solid #dddddd;
	padding: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
	
.entry-content .alignright,
img[align="right"] {
	float: right;
	margin: 0 0 4px 8px;
	display: block;
	}

.entry-content .alignleft,
img[align="left"] {
	float: left;
	margin: 0 8px 4px 0;
	display: block;
	}
a[rel~="attachment"] img,
.gallery a img,
.wp-caption {
	background-color: #F3F3F3;
	border: 1px solid #ddd;
	padding: 3px;
	text-align: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

a[rel~="attachment"] img:hover,
.gallery a img:hover,
.wp-caption:hover {
padding: 2px;
	border: 2px solid #ddd;
	}

.wp-caption a img,
.wp-caption a img:hover {
	padding: 4px 0px 0px;
	border: 0 none;
	}

.wp-caption .wp-caption-text {
	margin: 2px 0 2px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 13px;
color: #555555;
	}
/* End K2 */

			/* Excerpts (introduced) */
			.entry-summary {}

				/* Using <!--nextpage--> */
				p.page-links a {}

				/* More link <!--more--> */
				a.more-link {}

			/* Entry metadata */

			p.entry-meta {
				font-size:14px;
				font-style: italic;
				color: #4c3706;
				padding: 10px 0px 40px 0px;
				border-top: 1px dotted #c9ad90;
			}

		/* Post series */
		.series {} 
			.series-title {}

		/* Navigation links */
		.navigation-links {
font-style:italic;
overflow:hidden;
}
			.navigation-links .previous {
float:left;
max-width:49%;
}

			.navigation-links .next {
float:right;
max-width:49%;
text-align:right;
}

		/* WP PageNavi (plugin) */
		.wp-pagenavi {}
			.wp-pagenavi .pages {}
			.wp-pagenavi .current {}
			.wp-pagenavi .extend {}
			.wp-pagenavi a {}

		/* Attachment image navigation */
		.navigation-attachment {}

		/**
		* Comments template
		************************************************/

		/* Wrapper for entire comments area */
		#comments-template {
	font-family: Monaco, "Courier New", Courier, monospace;
	font-size: 12px;
}

			/* Comments section headers/titles */
			.comments-header {}
			#comments-number {
color:#000000;
font:bold 18px/21px arial,verdana,sans-serif;
margin:0 0 20px;
overflow:hidden;
}

			/* Comments closed paragraph */
			p.comments-closed {}

				/* Main comments section */
				#comments {}
					#comments ol {
list-style:none outside none;
margin-left:0;
}

						/* Individual comments (note that WordPress has even/odd backwards) */
						#comments li {}
							#comments li li {}
								#comments li li li {}
									#comments li li li li {}
#comments li li, #comments li li li li {
background:none repeat scroll 0 0 #EEEEEE;
border:1px solid #DDDDDD;
margin:0 12px 15px;
padding:15px 15px 0;
}
						#comments li.even {}
						#comments li.odd {}
						#comments li.thread-even {}
						#comments li.thread-odd {}
#comments li.thread-even, #comments li.thread-odd {
padding-bottom:9px;
}
#comments li {
background:none repeat scroll 0 0 #FFFFFF;
border:1px solid #DDDDDD;
margin:0 0 15px;
overflow:hidden;
padding:15px 15px 0;
}
p.comments-closed {
background:none repeat scroll 0 0 #FFFFFF;
border:1px solid #DDDDDD;
margin:0 0 15px;
overflow:hidden;
padding:5px 15px 5px 15px;
}						#comments li.author {}
						#comments li.trackback {}
						#comments li.pingback {}

							/* Comment avatars */
							#comments .avatar {
background:none repeat scroll 0 0 #EFF1E1;
border:1px solid #CCCCCC;
float:left;
height:40px;
margin:0 15px 5px 0;
padding:4px;
width:40px;
}

							/* Comment metadata */
							#comments .comment-meta-data {
margin:10px 0;
}
#comments .comment-meta-data cite {
font-size:15px;
}
em, cite {
font-style:italic;
}

							/* Comment text */

#comments .comment-text {
clear:both;
margin:0 7px;
}

					/* Paged comments navigation */
					#comments-template .paged-navigation {}
						#comments-template .paged-navigation .page-numbers {}
						#comments-template .paged-navigation .next {}
						#comments-template .paged-navigation .prev {}

				/* Main comment form div */
				#respond {
background:none repeat scroll 0 0 #e1f1df;
border:1px solid #CCCCCC;
margin:0 0 20px;
overflow:hidden;
padding:19px 19px 0;
}

					/* Comment form title */
					#reply-title {
border-bottom:1px solid #CCCCCC;
font:bold 18px/21px arial,verdana,sans-serif;
margin:0 0 10px;
padding:0 6px 9px;
}

					/* Comment form elements */
					p#cancel-comment-reply {}
					#respond form {}
						#respond .form-author {}
							#respond input {}
						#respond .form-email {}
						#respond .form-author, #respond .form-email, #respond .form-url {
display:block;
width:300px;
}
						#respond .form-textarea {

padding:3px;
}
							#respond textarea {
width: 98%;
}
						#respond #submit {}
							#respond #submit:hover {}

		/**
		* Utility widget sections (see other widget code below)
		************************************************/

		/* All utility widget sections (except widgets template) */
		.utility {}

		/* Before content */
		#utility-before-content {}

		/* After content */
		#utility-after-content {}

		/* After post but before comments */
		#utility-after-single {}

		/* After page but before comments */
		#utility-after-page {}

		/* Widgets page template widgets */
		.page-template-widgets #content .widget {}

	/**
	* Widget sections (Primary and Secondary)
	************************************************/

	/* Widgets in general */
	.widget {}
		.widget-inside {}
			.widget-title {}

	/* Primary widget section */
	#primary {
		padding: 0px 30px 20px 20px;
		margin: 20px 0px 20px 20px;
		font-family: Arial, Helvetica, sans-serif;
    		font-size: 14px;
    		line-height: 18px;
		text-align: left;
		width: 234px;
		border-left: 1px dotted #986a3a;
	}
		#primary .widget {}
			#primary .widget-inside {
				margin: 0px 0px 10px 0px;
		}
				#primary .widget-title {
					font-family: Palatino, Georgia, "Times New Roman", Times, serif;
					color: #4c3706;
					font-size: 18px;
					line-height: 22px;
					padding: 0px 0px 3px 0px;
				}
				#primary .widget ul {
					list-style-type: none;
					padding: 0px 0px 10px 0px;
					margin: 0px 0px 10px 0px;
				}
					#primary .widget ul li {
						padding-bottom: 3px;
color: #986a3a;
				}
#hybrid-search-3 .widget-inside {
	background-color: #77a75b;
	padding: 7px;
	border: 1px  dotted #e1f1df;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#hybrid-search-3 .widget-inside .search-text {
	background-color: #e1f1df;
	margin-right: 3px;
	border: 1px  solid #e1f1df;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
#text-5 .widget-inside .textwidget ul {
	padding: 5px 0px 5px 0px;
}
#text-5 .widget-inside .textwidget ul li{
	display: inline;
	border-bottom: 1px dotted #986a3a;
	padding: 0px 7px 0px 0px;
}
#social-widget-3 .widget-inside {
	padding: 5px 0px 5px 0px;
}
.socialmedia-buttons img {
border:0 none !important;
margin-right:12px !important;
}
#primary .widget ul.text-widget2 {
list-style: none outside none;
margin: 0 20px 0 0;
}
#primary .widget ul.text-widget2 li {
}
#primary .widget ul.text-widget2 li a,
#primary .widget ul.text-widget2 li.rss-icon a {
	display: block;
	color: #e1f1df;
	margin: 10px 0 0 0;
	background-color: #77a75b;
	padding: 7px;
	border: 1px dotted #e1f1df;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#primary .widget ul.text-widget2 li a:hover,
#primary .widget ul.text-widget2 li.rss-icon a:hover {
color: #4c3706;
border-color: #4c3706;
background-color: #e1f1df;
}
#primary .widget ul.text-widget2 li.rss-icon a {
background:url("http://rebeccacoleman.ca/wp-content/icons/32/Rss.png") no-repeat scroll 5px 2px #77a75b;
margin:0;
padding: 10px 0 10px 44px;
}
#text-423135387 .widget-inside h3.widget-title {
display: none;
}
/**Social Media Icons**/
#primary #text-423135394 .widget-inside .textwidget a img.border {
margin: 0 3px 3px 3px;
border: none;
}
	/* Secondary widget section */
	#secondary {}
		#secondary .widget {}
			#secondary .widget-inside {}
				#secondary .widget-title {}
				#secondary .widget ul {}
					#secondary .widget ul li {}

/**
* Footer
************************************************/

/* Wrapper for the entire footer */
#footer-container {
background: transparent url(images/footer_border.jpg) repeat-x scroll 0 0;
	color: #86c474;
	height: 288px;
	text-align: left;
	font-size: 12px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

	/* Subsidiary widget section */
	#subsidiary {}
		#subsidiary .widget {}
			#subsidiary .widget-inside {}
				#subsidiary .widget-title {}

	/* Footer section */
	#footer {
background: transparent url(images/tree.png) no-repeat scroll 775px 60px;
 margin: 0 auto;
 width: 910px;
 height: 288px;
 position: relative;
padding: 30px 25px 0px 25px;
}
#footer p {
padding: 2px 0px 2px 0px;
}
#footer .credit {
float: right;
}
#footer .copyright{
float: left;
}
#footer a:link, #footer a:visited {
color: #c1e1bf;
}
#footer a:hover {
color: #4c3706;
}
img#wp-stats {display: none;}
/*Tabbed Widget*/
/* General */

.tw-content { display:block; float:left; width:100%; }
.tabbed-widget { float:left; width:100%; border:none; } 


/* Accordion */
.ui-accordion { float:left; width:100%; }
.ui-accordion span.ui-icon { float:right; width:1.5em; height:1.25em; }
.ui-accordion .ui-state-active a { background:url('../images/onlight-accordion-open.png') no-repeat 100% 50%; color:#333; text-decoration:none; }
.ui-accordion .ui-state-default a { background:url('../images/onlight-accordion-closed.png') no-repeat 100% 50%; }
.ui-accordion .ui-accordion-header.ui-state-default:hover { cursor:pointer; text-decoration:underline!important; }
.ui-accordion .tw-title { margin:0; padding:0; float:left; width:100%; ; font-family: Palatino, Georgia, "Times New Roman", Times, serif;
font-size: 18px;
line-height: 22px;
color: #4c3706;}
.ui-accordion .tw-title a { padding:0.5em 0; display:block; border-top:1px dotted #986a3a; color: #4c3706; }
.ui-accordion .ui-state-active a { border-bottom:none; }


/* Tabbed  */

.tabbed-widget .ui-tabs-hide { display:none; }
.tabbed-widget .ui-state-active a { font-weight:bold; text-decoration:none; color: #4c3706; }
.tabbed-widget .ui-tabs .ui-tabs-nav { float:left; width:100%; clear:both; margin:0; padding:0; }
.tabbed-widget .ui-tabs .ui-tabs-nav li { display:block; float:left; width:auto; margin-right:0.5em; }
.tabbed-widget .ui-tabs li.ui-tabs-selected a { background:#333; color:#fff; padding:0 0.25em; text-decoration:none; }


/* Twenty Ten */

#main .tabbed-widget ul.tw-tabbed-nav { font-size:larger; margin:0; padding:0; font-family: helvetica neue, arial, helvetica, sans-serif; }
#main .tabbed-widget ul.tw-tabbed-nav a { color:#666; float:left; padding:0.2em 0.55em; background:#ddd; }
#main .tabbed-widget ul.tw-tabbed-nav li { margin:0 0.2em 0 0; padding:0; }
#main .tabbed-widget ul.tw-tabbed-nav li.ui-tabs-selected a { color:#fff; background-color:#000; }
#main .tabbed-widget .ui-accordion .tw-title { font-size:larger; font-family: helvetica neue, arial, helvetica, sans-serif; }
#main .tabbed-widget .ui-accordion { border-bottom:1px solid #ddd; } 

