/* general usage classes: */
.fleft			{float: left; display: inline;}
.fright			{float: right; display: inline;}
.clrleft		{clear: left;}
.clrright		{clear: right;}
.clrboth		{clear: both;}
.tleft			{text-align: left;}
.tright			{text-align: right;}
.tcenter		{text-align: center;}


/* mix and match reusables */
.inverted		{
				background: #3b4b5b url(../images/blue_bar_shadow.jpg) no-repeat 100% 0;
				color: #e2e2e2;
				padding: 6px 24px; margin: 10px 0 0 0;
				width: 850px;
}
.inverted a, .entry-header a		{
				background: transparent;
				color: #e2e2e2; 
}
.inverted a:hover, .entry-header a:hover {
				 background: #232d37; 
}
.title			{
				/**/
}
.entry-header	{
				background: #3b4b5b url(../images/blue_bar_shadow.jpg) no-repeat 100% 0;
				border:1px solid #d2d2d2;
				color: #e2e2e2;
				padding: 0 25px 0 24px; margin: 10px 0 0 0;
				width: 550px;
}
.entry-header h1, .entry-header h2 {
				float: left;
				margin: 5px 0;
}
.entry-header p	{
				float: right;q
				font-size: .9em;
				text-align: right;
}
.entry-sub-header	{
				padding: 0 25px 0 24px; margin: 10px 0 0 0;
}
.entry-sub-header h1, .entry-sub-header h2 {
				float: left;
				width: 350px;
				margin: 5px 0;
}
.artlink-250 a	{
				background: #83929f;
}
.artlink-250 a:hover	{
				background: #83929f;
}
.group-300		{
				
				margin: 0 0 0 0;
				padding: 0 0 10px 0;
				width: 280px;
}
.group-600		{
				
				margin: 0 0 0 0;
				padding: 0 0 10px 0;
				width: 600px;
				clear: both;
}
.group-300 h3, .group-600 h3	{
				
				padding: 5px 0;
				margin-top: 1px
}
.sub-300		{width: 300px;}
.small-cta		{
				font: 1em lighter "Adobe Garamond", Constantia, Palatino, Georgia, "Bitstream Vera Serif", serif;
				font-style: italic;
}
.feedback-count	{
				float: left; display: inline;
				margin: 10px 0 !important;
				width: 20px;
				font: 1em lighter "Adobe Garamond", Constantia, Palatino, Georgia, "Bitstream Vera Serif", serif;
				font-style: italic;
}
.feedback-meta, .article-meta	{
				padding: 9px 0;
				font: small lighter "Adobe Garamond", Constantia, Palatino, Georgia, "Bitstream Vera Serif", serif;
				font-style: italic;
}
.feedback-box		{
				border: 1px solid #e2e2e2;
				border-style: none none solid none;
				margin: 1px 0;
}
.alt-row		{
				border-color: #e2e2e2;
}
#content ul.archive-list li {
				background: #fff;
				text-align: right;
				clear: left;
				font: 1em lighter "Adobe Garamond", Constantia, Palatino, Georgia, "Bitstream Vera Serif", serif;
				font-style: italic;
				margin-bottom: 5px;
				color: #999;
}
#content ul.archive-list li.alt {
				background: #f4f4f4;
}
#content ul.archive-list li a {
				float: left; display: inline;
				width: 175px;
				color: #999;
}
#content ul.archive-list li a:hover {
				background: transparent;
				color: #333;
}

/* miscellaneous */
.no-left-border {border-left: none;}
.no-right-border {border-right: none;}
