/**This fixes the IE bug that causes a large horizontal scroll bar**/
html{
	overflow-x:visible;
}
/**end IE bug fix**/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #000000;
	background-color: #506470;
	margin: 0px;
	line-height: 1.5em;
	background-image: url(../images/bgblend.png);
	background-repeat: repeat-x;
	background-position: left top;
}
img {
	border: none;
}
a {
	color: #0172aa;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
h1 {
	margin-top: 0px;
	margin-left: 0px;
}
h2 {
	color:#000;
	font-weight: bold;
	font-size: 1.8em;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c4d1d7;
	margin-bottom: 1.3em;
	margin-top: 0px;
	padding-top: 0px;
}
h3 {
	font-size: 1.1em;
	text-transform: uppercase;
	color: #81919b;
	letter-spacing: .02em;
	padding-bottom: 2px;
	margin-top: 0px;
	font-weight: bold;
}
h4 {
	font-size: 1.1em;
	text-transform: uppercase;
	color: #3c4d57;
	margin-top: 1em;
	margin-bottom: 0.3em;
	font-weight: normal;
	padding: 0px;
}
h2 a {
	font-weight: normal;
	color: #3c4d57;
}
a.skipnav {
	text-indent: -9999px;
	position: absolute;
}
hr {
	margin-top: 1em;
	margin-bottom: 2em;
	width: 100%;
	height: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c4d1d7;
	border-bottom-style: none;
}
#main, #main2 {
	display: none;
}
td {
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e1e6e8;
	vertical-align: top;
}
li {
	list-style-image: url(../images/bullet.png);
}
table p {
	margin: 0px;
	padding: 0px;
}

th {
	font-weight: normal;
	color: #728691;
	text-align: left;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e1e6e8;
	vertical-align: top;
	text-transform: uppercase;
}
h2 .subhead {
	font-weight: normal;
	font-size: 80%;
	line-height: 1.6em;
}
.print {
	display: none;
}
.field {
	border: 1px solid #c6d1d7;
}
.button {
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	color: #FFFFFF;
	background-color: #0172aa;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.close {
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	color: #000000;
	background-color: #aabcc7;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
}
.subhead {
	font-size: 110%;
	font-weight: bold;
}

#header {
	background-color: #FFFFFF;
	width: 1024px;
	background-image: url(../images/header-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: auto;
	margin-left: auto;
}
#headerleft {
	float: left;
	margin: 0px;
	padding: 0px;
}
#mainnav {
	margin-top: 52px;
	float: right;
	margin-right: 48px;
}
#mainnav a {
	font-weight: normal;
}
#mainnav ul {
	margin: 0px;
}
#mainnav li {
	list-style-type: none;
	display: inline;
	font-size: 1.1em;
	margin-left: 16px;
	padding: 0px;
	margin-right: 0px;
}
#header #mainnav li.nopad {
	margin-left: 0px;
}
.clear {
	clear: both;
}
.clearright {
	clear: right;
}
.last {
	padding-bottom: 0px;
	margin-bottom: 0em;
}
.large {
	font-size: 120%;
	font-weight: bold;
	line-height: 1.3em;
}
#bodywrapper {
	width: 988px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
/**this is the body wrapper just for the home page**/
#hbodywrapper {
	width: 988px;
	margin-right: auto;
	margin-left: auto;
}
/**end**/

#homewrapper {
	width: 924px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 32px;
	color: #FFF;
}

#homewrapper a {
	color:#8ed1f2;
}
#homewrapper #left {
	width: 364px;
	float: left;
	background-color: #465965;
	padding: 12px;
}
#homewrapper .intro {
	font-size: 145%;
	line-height: 1.4em;
	margin-bottom: 1.3em;
	color: #FFF;
}
#homewrapper #left h2 {
	margin-top: 1.2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9baab2;
	margin-bottom: 0.4em;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .02em;
	color: #9baab2;
	padding-bottom: 2px;
}

#homewrapper #right {
	width: 497px;
	margin-left: 38px;
	float: right;
	position: relative;
}

#homewrapper #right h2 {
	margin-top: 0px;
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: .02em;
	padding-bottom: 0px;
	margin-bottom: 0px;
	border: none;
	color: #9baab2;
}
#homewrapper h3 {
	font-size: 1.3em;
	color: #3c4d57;
	margin-top: 0;
	margin-bottom: 0em;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1em;
	padding-left: 0px;
}
#homewrapper #left p {
	margin-top: 0px;
}

#homewrapper #news {
}
#homewrapper .date {
	float: left;
	width: 16%;
	margin-right: 1%;
	font-size: 0.8em;
	margin-top: 1em;
	font-weight: bold;
}
#homewrapper .newsitem {
	width: 83%;
	float: right;
	font-size: .9em;
	margin-top: 1em;
	line-height: 1.4em;
}
#homewrapper #right .smalltext {
	margin-left: 29px;
	color: #a8aeb3;
}
#contentwrapper #left {
	float: left;
	width: 134px;
	margin-left: 16px;
	padding-top: 0em;
	margin-top: 0px;
}
#contentwrapper #left ul {
	list-style-type: none;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0em;
	padding-top: 0px;
	padding-bottom: 0px;
}
#contentwrapper #left li {
	margin-top: 0px;
	padding-top: 0px;
	font-size: 90%;
	list-style-type: none;
	list-style-image: none;
}

#contentwrapper #left .blurb {
	font-weight: bold;
	color: #81919b;
	padding-top: 0.8em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c4d1d7;
	margin-top: 1.9em;
}
#contentwrapper #right {
	float: right;
	width: 722px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1.5em;
	margin-left: 0px;
}

#right ul {
	padding-left: 1.2em;
	margin: 0px;
}

#right li {
	margin-bottom: 0.7em;
}
#maincolumnwrapper {
	margin-left: 62px;
}
#maincolumn {
	float: left;
	width: 570px;
}
#maincolumn.thinnermain {
	width:476px;
}
#contentwrapper {
	width: 924px;
	margin-right: 34px;
	margin-left: 34px;
	padding-top: 45px;
}
#nosidenav ul {
	padding-left: 1.2em;
	margin: 0px;
}
#nosidenav li {
	margin-bottom: 0.7em;
}
#pagetitle {
	float: left;
}

#rightsidebar {
	width: 259px;
	color: #000;
	line-height: 1.4em;
	float: right;
	margin-left: 22px;
	margin-bottom: 1em;
}
#rightsidebar p {
	margin-bottom: 1.1em;
}
#rightsidebar .notopmargin {
	margin-top:0;
}
#rightsidebar.xtrawide {
	width: 352px;
}
#rightsidebar #rightsidenav ul {
	margin: 0px;
	font-size: 0.8em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1.1em;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c4d1d7;
	line-height: 1.3em;
}
#rightsidebar #rightsidenav li {
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;		
}
#contentwrapper #rightsidebar h3 {
	font-weight: bold;
	text-transform: uppercase;
	color: #81919b;
	letter-spacing: .02em;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c4d1d7;
	margin-bottom: 0.9em;
	margin-top: 0px;
	padding-top: 0px;
}
#rightsidebar.thinner {
	
}
#rightsidebar.thinner li {
}
#rightsidebar.smaller {
}
#rightsidebar.visit {
	width: 200px;	
}
#rightsidebar .box {
	padding: 8px;
	background-color: #e3eaec;
	font-size: 120%;
}
.quote {
	font-style: italic;
	background-image: url(../images/beginquote.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
}
/**This adds the endquote graphic at the end of the quote**/
.quote div {
	background-image: url(../images/endquote.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-bottom: 0.5em;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.quote .noendq {
	background-image: none;
	margin-bottom: 0.5em;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.quote .noendq img {
	margin-bottom: -1em;
}
.quotesource {
	font-style: normal;
	color: #556876;
}
#rightsidebar .quotesource {
	font-size: 80%;
	line-height: 1.7em;
}
#footer {
	font-size: 0.8em;
	color: #a8aeb3;
	width: 988px;
	margin-right: auto;
	margin-left: auto;
}
#footer a {
	font-weight: normal;
	color: #a8aeb3;
}
#footer .hide {
	display: none;
}
#right .inlinesmallimage {
	float: left;
	margin-right: 16px;
	margin-bottom: 10px;
	margin-top: 0px;
}
#right .inlinelargeimage, #nosidenav .inlinelargeimage {
	float: right;
	margin-left: 40px;
	margin-bottom: 20px;
	margin-top: 0px;
}
.more {
	font-size: .9em;
}
.pagetagline {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 1em;
	font-size: 1.5em;
	color: #7c9db2;
	line-height: 1.3em;
	font-weight: normal;
}
.smalltext {
	font-size: 85%;
}
.minitext {
	font-size: 65%;
}
.instructions {
	font-size: 85%;
	font-style: italic;
	font-weight: normal;
}
.columnone {
	float: left;
	width: 30%;
}
.columntwo {
	float: left;
	width: 30%;
	margin-left: 27px;
}
.columnthree {
	float: right;
	width: 30%;
}
.columnone p, .columntwo p, .columnthree p {
	margin-top: 0px;
}

/*for Portfolio page*/
#portfolio .columnone, #portfolio .columntwo, #portfolio .columnthree {
	width:31%;
}
#portfolio .columntwo {
	margin-left: 31px;
}
.portfolioala {
	height: 124px;
	width: 257px;
	background-image: url(../images/portfolio/ala-slice.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border: 3px solid #000;
}
.portfoliodlaw {
	height: 124px;
	width: 257px;
	background-image: url(../images/portfolio/dlaw-slice.png);
	background-repeat: no-repeat;
	background-position: left top;
	border: 3px solid #000;
}
.portfolionavholl {
	height: 124px;
	width: 257px;
	background-image: url(../images/portfolio/navhollywood-slice.png);
	background-repeat: no-repeat;
	background-position: left top;
	border: 3px solid #000;
}
.portfoliouscadv {
	height: 124px;
	width: 257px;
	background-image: url(../images/portfolio/uscadv-slice.png);
	background-repeat: no-repeat;
	background-position: left top;
	border: 3px solid #000;
}
.portfoliosagf {
	height: 124px;
	width: 257px;
	background-image: url(../images/portfolio/sagf-slice.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border: 3px solid #000;
}
.portfoliofuturebr {
	height: 124px;
	width: 257px;
	background-image: url(../images/portfolio/futurebr-slice.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border: 3px solid #000;
}
.portfolioneon {
	height: 124px;
	width: 257px;
	background-image: url(../images/portfolio/neontommy-slice.png);
	background-repeat: no-repeat;
	background-position: left top;
	border: 3px solid #000;
}
.portfolioicann {
	height: 124px;
	width: 257px;
	background-image: url(../images/portfolio/icann-slice.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border: 3px solid #000;
}
.portfoliochr {
	height: 124px;
	width: 257px;
	background-image: url(../images/portfolio/chr-slice.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border: 3px solid #000;
}
.portfoliolacma {
	height: 124px;
	width: 257px;
	background-image: url(../images/portfolio/lacma-slice.png);
	background-repeat: no-repeat;
	background-position: left top;
	border: 3px solid #000;
}
.portfolioplnz {
	height: 124px;
	width: 257px;
	background-image: url(../images/portfolio/plnz-slice.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border: 3px solid #000;
}
.portfolioatvn {
	height: 124px;
	width: 257px;
	background-image: url(../images/portfolio/atvn-slice.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border: 3px solid #000;
}
.portfoliocwc {
	height: 124px;
	width: 257px;
	background-image: url(../images/portfolio/cwc-slice.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border: 3px solid #000;
}
.portfoliomchenry {
	height: 124px;
	width: 257px;
	background-image: url(../images/portfolio/mchenry-slice.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border: 3px solid #000;
}
.transparentbox {
	background-color: #FFF;
	height: 124px;
	width: 257px;
	/* for IE */
  	filter:alpha(opacity=0);
	/* CSS3 standard */
 	opacity:0;
	text-align: center;
	text-transform: uppercase;
	border: 3px solid #000;
	margin-top: -3px;
	margin-left: -3px;
}
.transparentbox a {
	height: 124px;
	width: 257px;
	display: block;
	padding-top: 52px;
	text-decoration: none;
}
.border {
	border: 3px solid #000;
}
.shadowwrapper {
	background-image: url(../images/shadow.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 4px;
	padding-bottom: 4px;
	width: 566px;
}
#portfolio .shadowwrapper {
	width: 263px;
}
#portfolio .bug {
	float: right;
	margin-bottom: 16px;
	margin-left: 24px;
	width: 84px;
	border: 1px solid #c4d1d7;
	padding: 6px;
	color: #81818b;
	font-size: 90%;
	line-height: 1.4em;
	text-align: center;
	margin-right: 5px;
}

#iconcolumns .columnone h3, #iconcolumns .columntwo h3, #iconcolumns .columnthree h3 {
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: .1em;
}
#iconcolumns .columnone div, #iconcolumns .columntwo div, #iconcolumns .columnthree div {
	padding-left: 63px;
}
#iconcolumns .columnone img, #iconcolumns .columntwo img, #iconcolumns .columnthree img {
	float: left;
	padding-right: 12px;
}

#partnercolumns .columnone {
	width: 31%;
}
#partnercolumns .columntwo {
	width: 31%;
}
#partnercolumns .columnthree {
	font-size: 95%;
	width: 31%;
}
#contact {
	margin-left:62px;
}
#contact .columnone {
	width: 218px;
	line-height: 1.2em;
}
#contact .columntwo {
	width: 240px;
}
#contact .columnthree {
	width: 352px;
}
.inlinesmallimage {
	float: left;
	margin-right: 16px;
	margin-bottom: 16px;
	margin-top: 0px;
	padding: 0px;
}
/*for clients page
#twocolumns {
	float: left;
	width: 570px;
}
#twocolumns .columnone {
	float: left;
	width: 47%;
}
#twocolumns .columntwo {
	float: right;
	width: 47%;
}
#twocolumns p {
	margin-bottom: 2em;
}
*/

/*for products and services section*/
#productcolumns {
	float: left;
	width: 720px;
}
#productcolumns .columnone {
	float: left;
	width: 47%;
}
#productcolumns .columntwo {
	float: right;
	width: 47%;
}
#productcolumns p {
	margin-bottom: 2em;
}
.feature {
	padding-top: 1em;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #c4d1d7;
	border-bottom-color: #c4d1d7;
	float: left;
	margin-bottom: 2em;
	margin-top: 1em;
	padding-bottom: .7em;
}

/*for Our Team page*/
#teamcolumns {
	float: left;
	width: 720px;
}
#teamcolumns .columnone {
	float: left;
	width: 48%;
}
#teamcolumns .columntwo {
	float: right;
	width: 48%;
}
#teamwrapper p {
	margin-bottom: 0px;	
}
#teamwrapper h3 {
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-weight: bold;
	font-size: 120%;
	color: #000;
	margin-top: 0px;
}
.jobtitle {
	font-size: 70%;
}
#teamwrapper img {
	border: 3px solid #000;
}
#teamwrapper .post {
	float: right;
	margin-bottom: 16px;
	margin-left: 16px;
	width: 210px;
	border: 1px solid #c4d1d7;
	padding: 8px;
	color: #81818b;
	font-size: 90%;
	line-height: 1.4em;
}
#teamwrapper .hardpost {
	float: right;
	margin-bottom: 16px;
	margin-left: 16px;
	width: 210px;
	border: 1px solid #c4d1d7;
	padding: 8px;
	color: #81818b;
	font-size: 90%;
	line-height: 1.4em;
}
#teamwrapper .bio {
	margin-bottom: 2em;
	float: left;
}

#articlecolumns .columnone {
	float: left;
	width: 47%;
}
#articlecolumns .columntwo {
	float: right;
	width: 47%;
}
#articlecolumns p {
	clear: both;
}
.caption {
	font-size: 90%;
	font-weight: normal;
	color: #81919b;
}

#clientsidebar {
	width: 200px;
	padding-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 85%;
	color: #000;
	float: right;
	color: #81919b;
	line-height: 1.2em;
}
#featuredprojects {
}
#featuredprojects ul {
	margin: 0px;
	padding: 0px;
}
#featuredprojects li {
	list-style-image: none;
	list-style-type: none;
	color: #4d616d;
	margin-bottom: 1em;
}
#featuredprojects img a:hover {
	background-color: #FFF;
}


/*testing to see if these are needed
#portfolio ul {
	margin: 0px;
	padding: 0px;
	width: 662px;
	list-style-type: none;
	list-style-image: none;
	position: relative;
	font-size: .9em;
}
#portfolio li {
	float: left;
	width: 198px;
	padding-bottom: 1.4em;
	list-style-image: none;
	list-style-type: none;
	line-height: 1.8em;
}
#portfolio li.one, li.two {
	margin-right: 34px;
}
#portfolio a {
	display: block;
	font-weight: normal;
}
#portfolio .service {
	color: #788389;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin-top: 5px;
	line-height: 1.4em;
}
*/

.client {
	color: #000000;
}
.bylinesource {
	font-size: 90%;
	line-height: 1.5em;
	font-weight: bold;
}
#award ul {
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0em;
}
#award li {
	padding-bottom: .5em;
	list-style-image: none;
	list-style-type: none;
	padding-left: 0px;
	margin-left: -1.2em;
}
.year {
	color: #728691;
}

/*for form tables*/
.form caption {
	display: none;
}
.form th {
	text-align: right;
	width: 30%;
	vertical-align: top;
	padding-top: 7px;
	padding-right: 3px;
	padding-bottom: 7px;
	padding-left: 3px;
}

.form td {
	text-align: left;
	vertical-align: top;
	padding-top: 7px;
	padding-right: 3px;
	padding-bottom: 7px;
	padding-left: 3px;
}
.form .gray {
	background-color: #f2f7f8;
}

/*for Drupal Imis article*/
/*p + p { text-indent: 1.5em;}*/

pre { border: 1px solid #CCCC99;
padding: 1em 0.5em;
margin-top: 2%;
margin-bottom: 2%;
font-family: Courier New,Courier,monospace;
background-color: #FFFFCC;
font-size: 0.85em;
color: rgb(51, 0, 0);
}
code { color: rgb(51, 0, 0);
}
/*end Drupal Imis*/

/*for Doing the Right Thing article images*/
#accessibility {
	width: 320px;
	float: right;
	margin-left: 34px;
	margin-bottom: 20px;
	margin-top: 0px;
	font-size: 95%;
	font-weight: normal;
	color: #81919b;
}
#accessibility div {
	width: 220px;
	float: right;
	margin-left: 34px;
	margin-bottom: 20px;
	margin-top: 0px;
	font-size: 95%;
	font-weight: normal;
	color: #81919b;
}
/*end Doing the Right Thing*/

/*for egov top 10 article images*/
#egov {
	width: 160px;
	float: right;
	margin-left: 34px;
	margin-bottom: 20px;
	margin-top: 0px;
	font-size: 95%;
	font-weight: normal;
	color: #81919b;
}
/*end egov*/

/*for Gadgets 0700 article images*/
#gadgets {
	width: 300px;
	float: right;
	margin-left: 34px;
	margin-bottom: 20px;
	margin-top: 0px;
	font-size: 95%;
	font-weight: normal;
	color: #81919b;
}
/*end Gadgets*/

/*for Closing the Divide article images*/
#divide {
	width: 220px;
	float: right;
	margin-left: 34px;
	margin-bottom: 20px;
	margin-top: 0px;
	font-size: 95%;
	font-weight: normal;
	color: #81919b;
}
/*end Divide*/

/*for hpoa case study images*/
#hpoa {
	width: 480px;
	float: right;
	margin-left: 34px;
	margin-bottom: 20px;
	margin-top: 0px;
	font-size: 95%;
	font-weight: normal;
	color: #81919b;
}
/*end hpoa*/

/*for louisiana speaks case study images*/
#lascasestudy {
	width: 349px;
	float: right;
	margin-left: 34px;
	margin-bottom: 20px;
	margin-top: 0px;
	font-size: 95%;
	font-weight: normal;
	color: #81919b;
}
/*end lacasestudy*/

/*for drupal training*/
#training {
	width: 261px;
	float: right;
	margin-left: 34px;
	margin-bottom: 20px;
	margin-top: 0px;
	font-size: 95%;
	font-weight: normal;
	color: #81919b;
}
/*end training*/


/*for Blog snippet*/
#blogfeed {
	line-height: 1.4em;
	padding-top: .8em;
}
.uiblog-item {
	margin-top: 1em;
}
.uiblog-title {
	font-size: .9em;
}
.uiblog-author {
	font-size: .8em;
}
#rightsidebar #blogfeed h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c4d1d7;
	margin-bottom: 0.4em;
	font-size: .9em;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .02em;
	color: #81919b;
	padding-bottom: 2px;
}
#training #blogfeed h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c4d1d7;
	margin-bottom: 0.4em;
	font-size: .9em;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .02em;
	color: #81919b;
	padding-bottom: 2px;
}
#articlecolumns #blogfeed h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c4d1d7;
	margin-bottom: 0.4em;
	font-size: .9em;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .02em;
	color: #81919b;
	padding-bottom: 2px;
}

