@charset "utf-8";
/*
	Pluck - Demand Media
	template.css
*/

/* body.css */
/* Body rules */

body{
    background: #ffffff url(../images/bg.jpg) repeat-x top;
}
.dynamicData{
	display: none;
}

/* master.css */
/* General rules */
    
img{
    border: none;
    padding: 0px;
    margin: 0px;
    }
    
a:active{
  outline: none;
    }
    
a{
    color: #132763;
    font-weight: bold;
    text-decoration: none;
    }
    
a:hover{
	color: #274b95;
    text-decoration: none;
    }

:focus{
  -moz-outline-style: none;
    } 
	
.clearBoth{
	clear: both;
	height: 1px;
	}


/* Page layout */
	
body{
	font-family:  Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #595753;
	line-height: 19px;
	margin: 0px;
	}
	
p {
	margin: 0 0 19px;
}
	
#content{    
	margin: 0px auto;
	width: 940px;
	}
	
#header{
	width: 940px;
	height: 70px;
	padding-top: 14px
	}
	
#footer{
	color: #707070;
	margin-top: 0px;
	}
#bannermods {
	width: 918px;
	height: 101px;
	overflow: hidden;
}

/* Header */


/* Menu */

#menu{
	height: 51px;
	}

#menu ul {
	margin: 0;
	padding: 0;
	}
	
#menu li {
	list-style-type: none;
	float: left;
	height: 35px;
	padding: 0 35px;
	background-image: url(../images/top-menu-back.jpg);
	}
#menu li.active,
body.item46 #menu li.item8,
body.item48 #menu li.item8,
body.item50 #menu li.item8,
body.item52 #menu li.item8,
body.item127 #menu li.item8 {
	padding: 0 0 0 48px;
	background-image: url(../images/menuSel_bg.gif);
	background-position: 16px 0;
	background-repeat: no-repeat;
	}
body.item7 #menu li.item12 {
	padding: 0 36px;
	background: none;
}	
#menu li a {
	height: 25px;
	line-height: 25px;
	float: left;
	color: #cfcfcf;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	}
	
#menu li.active a,
body.item46 #menu li.item8 a,
body.item48 #menu li.item8 a,
body.item50 #menu li.item8 a,
body.item52 #menu li.item8 a,
body.item127 #menu li.item8 a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	padding: 0 48px 0 0px;
	background-image: url(../images/menuSel_bg.gif);
	background-position: right top;
	background-repeat: no-repeat;
	}
body.item7 #menu li.item12 a {
	color: #cfcfcf;
	padding: 0;
	background: none;
}
	
#menu li a:hover,
body.item46 #menu li.item8 a:hover,
body.item48 #menu li.item8 a:hover,
body.item50 #menu li.item8 a:hover,
body.item52 #menu li.item8 a:hover {
	color: #FFFFFF;
	}
	
#menu li.active a:hover{
	color: #000000;
	}
	
body.item7 #menu li.item12 a:hover {
	color: #fcab18;
	}
	
/* Breadcrumbs */

#menu .breadcrumbTrail {
	color: #707070;
	padding-left: 10px;
	padding-bottom: 5px;
	}
	
#menu .breadcrumbTrail .active {
	text-decoration: underline;
	}
	
#menu .breadcrumbTrail a {
	font-size: 12px;
	color: #707070;
	font-weight: normal;
	}

#menu .breadcrumbTrail a:hover {
	color: #123074;
	}

/* Content */

#contentArea{
	min-height: 500px;
	}
	
.mainContentArea{
	background: #ffffff;
	margin-bottom: 12px;
	padding: 11px;
	width: 918px;
	}
	
#mainbody {
	padding: 10px 5px 5px;
	}
	
.mainContentAreaNoPadding{
	background: #ffffff;
	margin-bottom: 0px;
	overflow: hidden;
	width: 940px;
	}
	
.mainContentAreaNoPaddingNoColor{
	margin-bottom: 12px;
	}

/* Footer */

#footerLinks{
	padding: 0px 15px;
	}
	
#footerLinks .column{
	float: left;
	width: 220px;
	margin-right: 8px;
	}
	
#footerLinks .titleh3, #footerLinks h3 {
	font-size: 14px;
	font-weight: normal;
	padding-left: 20px;
	padding-bottom: 4px;
	margin-bottom: 7px;
	border-bottom: solid 2px #425a88;
	display: block;
	}
	
#footerLinks .titleh3 a, #footerLinks h3 a {
	text-decoration: none;
	font-weight: normal;
	color: #707070;
	}
	
#footerLinks .titleh3 a:hover, #footerLinks h3 a:hover {
	color: #000000;
	}
	
#footerLinks .underlineGreen {
	border-bottom: solid 2px #54be55;
	}
	
#footerLinks .underlinePurple{
	border-bottom: solid 2px #9472c4;
	}
	
#footerLinks .underlineBlue{
	border-bottom: solid 2px #425a88;
	}
	
#footerLinks .underlineOrange{
	border-bottom: solid 2px #e47824;
	}
	
#footerLinks .column .links {
	padding-left: 20px;
	line-height: 20px;
	}
#footerLinks .column ul {
	margin: 0;
	padding: 0;
}
#footerLinks .column li {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 20px;
	line-height: 20px;
}
	
#footerLinks .column .links a, #footerLinks .column li a {
	font-size: 12px;
	color: #707070;
	font-weight: normal;
	}

#footerNavigation{
	margin-top: 0px;
	padding: 8px 0px;
	border-top: solid 1px #cbcac1;
	border-bottom: solid 1px #cbcac1;	
	text-align: center;
	}
	
#footerNavigation a{
	color: #707070;
	font-weight: normal;
	}
#footerNavigation ul {
	margin: 0;
	padding: 0;
}
#footerNavigation li {
	list-style-type: none;
	margin: 0;
	display: inline;
}
#footerNavigation li.item47, #footerNavigation li.item49, #footerNavigation li.item51, #footerNavigation li.item140 {
	padding: 0 28px 0 25px;
}
	
#footerNavigation .sep{
	padding: 0px 25px;
	}
	
#footerNotice{
	margin: 00px 0px;
	font-size: 10px;
	text-align: center;
	}
	

/* Button & link styles */

.graphicLink{
	width: 110px;
	background: #ececec url(../images/graphicLink_bg.jpg) repeat-x top;
	border: solid 1px #cbcbcb; 
	font-size: 11px;
	line-height: 25px;
	padding: 2px 12px;	
	}
	
.graphicLink a{
	color: #132763;
	font-weight: bold;
	text-decoration: none;	
	}
	
.graphicLink a:hover{
	color: #274b95;
	font-weight: bold;
	text-decoration: none;
	}
	
.externalLink img{
	vertical-align: text-bottom
	}
	
/* Template common */

.graphicHeader{
	background: #ffffff;
	margin-bottom: 12px;
	margin-top: 10px;
	padding: 19px 15px;
	width: 910px !important;
	width: 940px;
	position: relative;
	}
	
h1{
	font-size: 20px;
	font-weight: bolder;
	padding: 0px;
	margin: 0px;
	color: #7a7a7a;
	}
.graphicHeader h1, .graphicHeader .simh1 {
	text-transform: uppercase;
	}
	
.simh1{
	font-size: 20px;
	font-weight: bolder;
	padding: 0px;
	margin: 0px;
	color: #7a7a7a;
	}
	
h2{
	font-size: 16px;
	font-weight: bolder;
	padding: 0px;
	margin: 0px;
	color: #3c3b38;
	}
	
h3{
	font-size: 16px;
	font-weight: bolder;
	padding: 0px;
	margin: 0px;
	color: #3c3b38;
	}
	
.simh2{
	font-size: 16px;
	font-weight: bolder;
	padding: 0px;
	margin: 0px;
	color: #3c3b38;
	}
	
.simh2 a, h2 a{
	font-size: 16px;
	font-weight: bolder;
	color: #3c3b38;
	text-decoration: none;
	}
	
.simh2 a:hover, h2 a:hover{
	color: #3c3b38;
	text-decoration: none;
	}
	
.underTitle{
	font-size: 15px;
	color: #afab9a;
	font-weight: normal;
	}
	
.simh3{
	font-size: 16px;
	font-weight: normal;
	color: #615e5b;
	display: block;
	margin-bottom: 5px;
	}
	
.baseSection a{
	color: #c0beb3;
	font-size: 14px;
	}
	
.paddedImageRight{
	padding: 5px 10px 5px 0px;
	}
	
.paddedEditor{
	padding: 5px;
	}
	
.template_1000, .template_2000, .template_3000, .template_4000, .template_5000{
	/*width: 945px;*/
	}
	
/* Template 1: Homepage */

.template_1000 .contentModule3{
	float:left;
	background: #ffffff url(../images/t1_contentModule_bg.jpg);
	width: 748px;
	min-height: 277px;
	background-repeat: repeat-x;
	}
	.template_1000 .contentModule4{
	float:left;
	width: 192px;
	min-height: 277px;
	padding-top: 16px;
	background-color: #FFFFFF;
	}
	
.template_1000 .contentModule3 .module_1000_header{
	margin: 19px 0px 20px 13px;
	width: 720px;
	}
	
.template_1000 .contentModule3 .module_1000_image{
	margin: 22px 0px 0px 10px;
	}
	
.template_1000 .contentModule3 .module_1000_content{
	margin: 0px 0px 0px 13px;
	width: 730px;
	text-align: justify;
	}
.template_1000 .contentModule3 .module_1100_content{
	margin: 0px 0px 0px 13px;
	width: 730px;
	text-align: justify;
	}
.template_1000 .contentModule3 .module_1500_content{
	margin: 0px 0px 0px 0px;
	width: 748px;
	text-align: justify;
	}
/* Template 2: Section landing page */

.template_2000 .moduleHolder{
	background: url(../images/t2_holderBG.gif) top left repeat-y;
	}
	
.template_2000 .contentModuleLeft{
	width: 630px;
	background: #ffffff url(../images/t2_contentModule_bg.jpg) top repeat-x;
	min-height: 90px;
	float: left;
	padding-top: 19px;
	}
	
.template_2000 .contentModuleRight{
	float: right;
	width: 297px;
	}
	
.template_2000 .contentModuleRight .module{
	background: #ffffff url(../images/t2_contentModule_bg.jpg) top repeat-x;
	min-height: 90px;
	margin-bottom: 12px;
	padding-top: 19px;
	}
.template_2000 .contentModuleRight .last {
	margin-bottom: 0;
}
	
.template_2000 .module_2000_header{
	margin: 0px 0px 0px 13px;
	text-transform: uppercase;
	}
	
.template_2000 .module_2000_content{
	padding: 26px 16px 18px 16px;
	}


/* Template 3: Levels 2 and 3 */

.template_3000 .moduleHolder{
	background: url(../images/t2_holderBG.gif) top repeat-y;
	}
	
.template_3000 .contentModuleLeft{
	width: 630px;
	background: #ffffff;
	min-height: 90px;
	float: left;
	}
	
.template_3000 .contentModuleLeft .sideBar{
	width: 152px;
	min-height: 90px;
	float: left;
	padding-top: 19px;
	padding-left: 20px;	
	padding-right: 20px;
	line-height: 15px;
	font-size: 14px;
	}
		
.sideBar a{
	color: #c0beb3;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	}
	
.sideBar a:hover{
	color: #3c3b38;
	}
	
.template_3000 .contentModuleLeft .contentModule{
	width: 415px;
	min-height: 90px;
	float: left;
	padding-top: 19px;
	}
	
.template_3000 .contentModuleRight{
	float: right;
	width: 297px;
	}
	
.template_3000 .contentModuleRight .module{
	background: #ffffff url(../images/t2_contentModule_bg.jpg) top repeat-x;
	min-height: 90px;
	margin-bottom: 12px;
	padding-top: 19px;
	}
	
.template_3000 .module_3000_header{
	margin: 0px 0px 0px 13px;
	}
	
.template_3000 .module_3000_content{
	padding: 26px 16px 18px 16px;
	}
	
.template_3000 .moduleHolder h1{
	font-size: 16px;
	color: #3c3b38;
	}
	
/*.template_3000 .moduleHolder h3{
	font-size: 16px;
	font-weight: normal;
	color: #615e5b;
	margin-bottom: 10px;
	}*/
	


	
/* Template 4: Section landing page 2 */

.template_4000 .contentModule3{
	float:left;
	background: #ffffff url(../images/t4_contentModule_bg.jpg) top repeat-x;
	width: 313px;
	min-height: 277px;
	}
.template_4000 .contentModuleFull {
	background: #FFFFFF url(../images/t2_contentModule_bg.jpg) repeat-x scroll center top;
	overflow: hidden;
	width: 100%;
	float: left;
}
	
.template_4000 .contentModule3 .module_4000_header, .template_4000 .contentModuleFull .module_4000_header {
	margin: 19px 0px 0px 13px;
	}
	
.template_4000 .contentModule3 .module_4000_image{
	margin: 22px 0px 0px 10px;
	}
	
.template_4000 .contentModule3 .module_4000_content {
	margin: 24px 0px 0px 13px;
	width: 90%;
	}
.template_4000 .contentModuleFull .module_4000_content { margin: 24px 0px 0px 13px; }

	
/* Template 5: Section landing page 3 */

.template_5000 .contentModule3{
	float:left;
	background: #ffffff url(../images/t1_contentModule_bg.jpg) top repeat-x;
	width: 313px;
	min-height: 277px;
	}
	
.template_5000 .contentModule3 .module_5000_header{
	margin: 19px 0px 0px 13px;
	}
	
.template_5000 .contentModule3 .module_5000_image{
	margin: 22px 0px 0px 10px;
	}
	
.template_5000 .contentModule3 .module_5000_content{
	margin: 24px 0px 0px 13px;
	width: 90%;
	}
	
/* Template 7: Levels 2 and 3, no sidebar */

.template_7000 .moduleHolder{
	background: #ffffff;
	}
	
.template_7000 .sideBar{
	width: 152px;
	min-height: 90px;
	float: left;
	padding-top: 19px;
	padding-left: 20px;	
	padding-right: 20px;
	line-height: 15px;
	font-size: 14px;
	}
		
.sideBar a{
	color: #c0beb3;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	}
	
.sideBar a:hover{
	color: #3c3b38;
	}
	
.template_7000 .contentModule{
	width: 720px;
	min-height: 90px;
	float: left;
	padding-top: 19px;
	}
	
.template_7000 .moduleHolder h1{
	font-size: 16px;
	color: #3c3b38;
	}
	
.template_7000 .moduleHolder .namer{
	font-size: 14px;
	font-weight: bold;
	color: #3c3b38;
	}
	
.template_7000 .moduleHolder .namer a, .template_7000 .moduleHolder .namer a:hover{
	font-size: 14px;
	font-weight: bold;
	color: #3c3b38;
	}
	
.template_7000 .moduleHolder .namer .underTitle{
	font-size: 12px;
	color: #afab9a;
	font-weight: normal;
	}
	
/*.template_7000 .moduleHolder h3{
	font-size: 16px;
	font-weight: normal;
	color: #615e5b;
	margin-bottom: 10px;
	}*/
	
.sideBar ul {
	margin: 0;
	padding: 0;
}
.sideBar li ul {
	padding: 15px 0 0;
}
.sideBar li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.sideBar .menuBullet, .sideBar li {
	padding-bottom: 15px;
	}
.sideBar li a {
	text-transform: uppercase;
}
	
.sideBar .subMenuBullet, .sideBar li li {
	background: url(../images/subBullet.gif) top left no-repeat;
	padding-left: 10px;
	padding-bottom: 5px;
	margin-left: 3px;
	line-height: 15px;
	}
	
.sideBar .menuBullet .current a, .sideBar li.active a, body.item133 .sideBar li.item134 a {
	font-weight: bold;
	color: #595753;
	}
	
.sideBar .subMenuBullet a, .sideBar li li a, .sideBar li.active li a {
	color: #C0BEB3;
	font-weight: normal;
	font-size: 12px;
	text-transform: none;
	padding-bottom: 0;
	}
.sideBar li li a:hover, .sideBar li.active li a:hover{
	color: #3c3b38;
	}
.sideBar li.active li.active a, .sideBar li.active li.active a:hover {
	font-weight: bold;
	color: #595753;
}

	
	
/* Template 8: Section landing page, no highlights */

.template_8000 .moduleHolder{
	background: #ffffff url(../images/t2_holderBG.gif) top left repeat-y;
	}
	
.template_8000 .module_8000_header{
	margin: 0px 0px 0px 13px;
	}
	
.template_8000 .module_8000_content{
	padding: 26px 16px 18px 16px;
	}
	

.flashBillboard{
	border: solid 8px #e1decf;
	height: 261px !important;
	height: 277px;
	}
	
	
/* news_press.css */

#frontPageNews {
	padding: 15px;
}
#frontPageNews .header {
	font-size: 22px;
	font-weight: bold;
	color: #4b4a49;
	margin-bottom: 5px;
}
#frontPageNews .leftArticle {
	float: left;
	width: 430px;
	padding: 10px;
	margin-right: 5px;
}
#frontPageNews .rightArticle {
	float: left;
	width: 430px;
	padding: 10px;
	margin-left: 5px;
}

#emailArticle {
	position: absolute;
	z-index: 10;
	top: 60px;
	left: 245px;
	width: 330px;
	min-height: 380px;
	background-color: #FFFFFF;
	background-image: url(../_files/default/email_article_header_bg.html);
	background-repeat: repeat-x;
	border: solid;
	border-color: #c2beb2;
	padding: 20px;
	padding-top: 15px;
	visibility: hidden;
}

#template_6 .header {
	padding-top: 20px;
	padding-left: 20px;
	height: 36px;
	background-color: #FFFFFF;
	margin-bottom: 15px;
}


#sectionMenu .item {
	margin-bottom: 15px;
}

#sectionMenu .item a {
	color: #cfcfcf; 
	text-decoration: none;
}
#sectionMenu .item a:hover {
	color: #000000; 
	text-decoration: none;
}
#sectionMenu .activeItem {
	margin-bottom: 15px;
}
#sectionMenu .activeItem a {
	font-weight: bold;
	color:#000000;
	text-decoration: none;
}
#sectionMenu .activeItem a:hover {
	font-weight: bold;
	color:#000000;
	text-decoration: none;
}


#yearLinks {
	margin-bottom: 20px;
}
#yearLinks .menuItem a {
	color: #cfcfcf;
	text-decoration: none;
}
#yearLinks .menuItem a:hover {
	color: #000000;
	text-decoration: none;
}
#yearLinks .activeMenuItem a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#yearLinks .activeMenuItem a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}


#articles {
	margin-bottom: 20px;
}
#articles .articleHeadline {
	margin-bottom: 15px;
}
#articles .articleHeadline .articleHeader {
	height: 16px;
	font-size: 14px;
	font-weight: bold;
	color: #ccccc4;
}
#articles .articleHeadline .articleTitle {
	font-weight: bold;
	color: #4b4946;
	margin-top: 3px;
}
#articles .articleHeadline .articleSubhead {
	margin-bottom: 20px;
	font-style: italic;
	color: #666666;
}
#articles .articleHeadline .articleText {
	color: #666666;
	margin-bottom: 30px;
}

#articles .footer {
	margin-top: 25px;
	margin-bottom: 25px;
	width: inherit;
}
#articles .footer .jogHome {
	float: left;
	width: 200px;
}
#articles .footer .jogLinks {
	float: left;
	width: 200px;
	text-align: right;
}



#pagination {
	width: inherit;
}
#pagination .pages {
	float: left;
	width: 290px;
	text-align: center;
}
#pagination .menuItem a {
	color: #cfcfcf;
	text-decoration: none;
}
#pagination .menuItem a:hover {
	color: #000000;
	text-decoration: none;
}
#pagination .activeMenuItem a, #pagination .activeMenuItem {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#pagination .activeMenuItem a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}






.rightColumnBox {
	background-color: #FFFFFF;
	
	background-repeat: repeat-x;
	width: 267px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 15px;
}
/* using these to override some style in siteLife which is turning the links red ----------------------*/
.breadcrumbTrail a{
    color: #132763;
    font-weight: bold;
    text-decoration: none;
	text-transform: uppercase;
    }
    
.breadcrumbTrail a:hover{
	color: #274b95;
    text-decoration: none;
    }
.rightColumnBox a{
    color: #132763;
    font-weight: bold;
    text-decoration: none;
    }
    
.rightColumnBox a:hover{
	color: #274b95;
    text-decoration: none;
    }
.module_2000_content a {
    color: #132763;
    font-weight: bold;
    text-decoration: none;
    }
    
.module_2000_content a:hover{
	color: #274b95;
    text-decoration: none;
    }
h1{
	font-family:  Arial, Verdana, sans-serif;
	font-size: 20px;
	font-weight: bolder;
	color: #7a7a7a;
	}
h2 {
	font-family:  Arial, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #3c3b38;
}
/* override red links --------------------------------------------------------------------------------*/	

.subheaderText {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	margin-bottom:28px;
}
.error {
	width: inherit;
	color:#CC0000;
	text-align: center;
}


.button {
	width: inherit;
	text-align: center;
	margin-top: 20px;
}

.rssLogo{
	width: 25px;
	height: 25px;
	background-image: url(../images/rss.gif);
}




		
/* TRADEMARK GUIDELINES */

#terms {
	padding: 25px;
}
#terms .header {
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	margin-bottom: 10px;
}
#terms .sectionHeader {
	font-size: 18px;
	font-weight: bold;
	color: #4b4946;
	margin-bottom: -2px;
}
#terms .sectionSubHeader {
	font-size: 14px;
	font-weight: bold;
	color: #4b4946;
	margin-bottom: 15px;
}
#terms .paragraph {
	line-height: 15px;
	margin-bottom: 20px;
}
#terms .bullet {
	padding-left: 10px;
	margin-bottom: 5px;
}
#terms .bullet .point {
	float: left;
	width: 40px;
	font-weight: bold;
}
#terms .bullet .body {
	float: left;
	width: 450px;
	font-weight: normal;
}
#terms .tm {
	padding-left: 10px;
	margin-bottom: 5px;
}
#terms .tm .col1 {
	float: left;
	width: 160px;
}
#terms .tm .col2 {
	float: left;
	width: 60px;
}
#terms .tm .col3 {
	float: left;
}

/* SITE MAP */

#siteMap {
	padding-left:50px; 
	padding-top:10px;
	padding-bottom:15px;
	font-size: 13px;
}
#siteMap a{
	color: #333333;
}
.leftLocation a {
	text-decoration: none;
	font-weight: normal;
}
.leftLocation a {
	font-weight: normal;
}

.firstTier {
	font-weight: bold;
	font-size:15px;
	margin-top: 15px;
}
.firstTier a{
	color: #353535;
}
.firstTier .leftLocation a{
	font-weight: bold;
}
.firstTier a:hover{
	text-decoration: underline;
}

.secondTier a {
	color:#999999;
}
.secondTier a:hover {
	text-decoration: underline;
}

#fpnLeft, #fpnRight {
	width: 445px;
	float: left;
}
#fpnRight { margin-left: 20px; }

#growingdemand {
	width: 437px !important;
	width: 445px;
	border: 4px solid #E1DECF;
	background-image: url(../images/home_blog_masthead.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 80px;
}
#growingdemandheader { display: none; }
#growingdemandposts {
	padding: 20px 30px 30px;
}
#fpnLeft .header {
	margin-bottom: 30px;
}
#fpnLeft #articles .articleHeadline {
	margin-bottom: 0;
}

#twitterfollow {
	margin-top: 16px;
	line-height: 37px;
	font-size: 15px;
	text-align: center;
}
.module_2000_content #twitterfollow { margin-top: 0; }
#twitterfollow img {
	vertical-align: middle;
}
#twitterfollow span {
	padding: 0 10px;
}

table.creators td { padding-bottom: 20px; }
