

/*========== Typography & Colors ==========*/

/*	Begin Headers */
h1 /** Reserved for logo **/ {
/* Do not use h1 in content */
}

h2 {
margin: 0 0 0.8em 0;
padding: 0.4em 0.8em;
/*background: #f4eede url(../images/header-icon-paper.jpg) no-repeat right center;*/
background: #e3ddcc url(../images/header-icon-paper.png) no-repeat right center;
text-transform: uppercase;
font-size: 1.2em;
color: #19212e;
}


h3 {
margin: 0 0 0.8em 0;
font-size: 1.3em;
/*width: 635px;*/
}


#sidebar h2 {
	margin: 0 0 0 0;
	padding: 0;
}

h3 {
	padding: 0;
	/*margin: 30px 0 0 0;*/
	margin: 15px 0 0 0;
}

h3.comments {
	padding: 0;
	margin: 0 auto 0 ;
}
/* End Headers */

small {
	font-size: 0.9em;
	/*line-height: 1.5em;*/
}

sidebar h2 {
	font-size: 1.2em;
}

/*
h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #fff;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}
*/


.small {
font-size: 0.9em;
}

.x-small {
font-size: 0.8em;
}

.big {
font-size: 1.2em;
}

.x-big {
font-size: 1.4em;
}

.gray {
color: #999;
}

.red {
color: #cc0000;
}

.all-caps {
text-transform: uppercase;
}

.no-caps {
text-transform: none;
}

.lowercase {
text-transform: lowercase;
}

.no-italics {
font-style: normal;
}

.no-bold {
font-weight: normal;
}


.commentlist li, #commentform input, #commentform textarea {
	font-size: 0.9em;
}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p {
}

.commentmetadata {
	font-weight: normal;
}

#sidebar {
	font-size: 1em; 
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	/*color: #ade1fe;*/
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps
       {
	font-size: 0.9em;
	letter-spacing: .07em;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	font-size: 1.3em;
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
/*========== END: Typography & Colors ==========*/




.navigation /** top navigation on posts pages **/ {
clear: both;
/*height: 1.2em;*/
margin: 0 0 1.5em 0;
}



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 0;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}

html>body .entry li {
	/*margin: 7px 0 8px 10px;*/
}

/*
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
}
*/

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
 
}

/*
#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
       
}

#sidebar #searchsubmit {
	padding: 1px;
}
*/

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select {
	width: 130px;
	border: 1px solid #bbb;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border: 1px solid #bbb;
}

#commentform {
	margin: 5px 0 20px 0;
	clear: both;
}
#commentform textarea {
	width: 90%;
	padding: 2px;
	border: 1px solid #bbb;
}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: left;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */



/*========== Sidebar ==========*/
#sidebar {
margin: 0;
padding: 10px;
float: right;
width: 280px;
/*background: #32425a url('../images/bground_sidebar.gif') repeat-x top;*/
}

#sidebar-body {
position: relative;
}

#sidebar a {
text-decoration: underline;
color: #fff;
}

#sidebar a:hover {
text-decoration: none;
color: #fff;
}


/*** search box ***/
#sidebar-search {
background: #19212D;
padding: 10px;
text-align: left;


/** display: none; hide until fixed **/
}

#sidebar-search #searchform {
margin: 0;
padding: 0;
text-align: left;
}

#sidebar-search h3 {
display: inline !important;
margin: 0 !important;
padding: 0 !important;
background-color: transparent !important;
font-weight: normal !important;
}

#sidebar-search label {
display: none;
}

#sidebar-search #s { /** text field **/
width: 215px;
border: 1px solid #32425b;
padding: 2px 4px;
background: #fff;
color: #444;
}

#sidebar-search #searchsubmit { /** submit button **/
position: absolute;
cursor: pointer;
margin: 0 0 0 3px;
padding: 0;
border-width: 0;

display: inline;
width: 26px;
height: 22px;
background-color: #32425b;
background-repeat: no repeat;
background-position: left top;
background-image: url(../images/button-go.jpg);
}

#searchsubmit { /** submit button **/
position: absolute;
cursor: pointer;
margin: 0 0 0 3px;
padding: 0;
border-width: 0;

display: inline;
width: 26px;
height: 22px;
background-color: #32425b;
background-repeat: no repeat;
background-position: left top;
background-image: url(../images/button-go.jpg);
/* background-image: url(images/button-go.jpg); */
}
/*** END: search box ***/


#sidebar h2,
#sidebar h3 {
display: block;
margin: -10px -10px 10px -10px;
padding: 15px 15px 5px 0px;
background: #32425a;
background-image: none;
border-width: 0;
font-size: 1em;
font-weight: normal;
text-transform: uppercase;
color: #fff;
}

#sidebar form {
margin: 0;
}

#sidebar ul {
margin: 0;
padding: 0;
}

#sidebar ul li {
list-style-type: none;
list-style-image: none;
margin: 0;
padding: 10px;
background-color: #19212e;
}

#sidebar ul p,
#sidebar ul select {
margin: 5px 0 8px;
}

#sidebar ul ul,
#sidebar ul ol {
margin: 0;
padding: 0;
}

#sidebar ul ul ul,
#sidebar ul ol {
margin: 0;
padding: 0 0 0 10px;
}

ol li, 
#sidebar ul ol li {
list-style: decimal outside;
}

#sidebar ul ul li, 
#sidebar ul ol li {
margin: 0;
padding: 0.2em 0;
}




/*** Blogs header ***/
#text-382498142 { 
padding: 10px !important;
}

#text-382498142 .widgettitle { 
margin: 0 !important;
padding: 5px 10px !important;
font-weight: bold !important;
font-size: 2em !important;
color: #fff !important;
}
/*** END: Blogs header ***/



/*** authors dropdown ***/
.widget_authors {
padding: 0 10px !important;
}

.widget_authors .widgettitle {
padding: 15px 15px 0 10px !important;
margin-bottom: 5px !important;
background: transparent !important;
}

.widget_authors select {
border-width: 1px;
color: #555;
margin-top: 0 !important;
width: 100%;
}

.widget_authors {

}
/*** END: authors dropdown ***/


/*** People ***
#text-382498146 { 
padding: 0 10px !important;
}

#text-382498146 .widgettitle {
margin: 0 !important;
background-color: #19212e !important; 
}

#text-382498146 select {
width: 100%;
border-width: 1px;
color: #555;
}
*** END: People ***/


/*** Laboratories ***/
#text-382498143 { 

}

#text-382498143 .widgettitle {
margin: 0 !important;
padding-top: 0 !important;
background-color: #19212e !important; 
}

#text-382498143 h4 {
margin: 15px 0 5px 0 !important;
}

#text-382498143 h4 a {
display: block;
height: 42px;
background: #fff url() no-repeat left center;
text-indent: -9999px;
}


#text-382498143 h4.bnl a {
background-image: url(../images/sidebar/hdr_bnl.jpg) !important;
}

#text-382498143 h4.cern {
margin-top: 0 !important;
}

#text-382498143 h4.cern a {
background-image: url(../images/sidebar/hdr_cern.jpg) !important;
}

#text-382498143 h4.cnrs-in2p3 a {
background-image: url(../images/sidebar/hdr_cnrs-in2p3.jpg) !important;
}

#text-382498143 h4.fnal a {
background-image: url(../images/sidebar/hdr_fnal.jpg) !important;
}

#text-382498143 h4.kek a {
background-image: url(../images/sidebar/hdr_kek.jpg) !important;
}

#text-382498143 h4.triumf a {
background-image: url(../images/sidebar/hdr_triumf.jpg) !important;
}

#text-382498143 h4.uslhc a {
background-image: url(../images/sidebar/hdr_uslhc.jpg) !important;
}

#text-382498143 ul {

}

#text-382498143 li {

}

#text-382498143 ul.sidebar-links {
overflow: auto;
}

#text-382498143 ul.sidebar-links-english {
padding: 0 0 0.4em 0;
}

#text-382498143 ul.sidebar-links-french {
padding: 0 0 0.6em 0;
margin: 0 0 1em 0;
border-bottom: 2px solid #32425A;
}

#text-382498143 ul.sidebar-links li {
display: inline-block;
float: left;
padding: 0 10px;
border-right: 1px solid #32425A;
}

#text-382498143 ul.sidebar-links-french li.first {
padding-right: 12px;
}

#text-382498143 ul.sidebar-links li.first {
padding-left: 0;
}

#text-382498143 ul.sidebar-links li.last {
border-width: 0;
}

#text-382498143 ul.sidebar-links a {
color: #7993bc;
}
/*** END: Laboratories ***/


/*** Social-Media ***/
#text-382498144 {
background-color: #32425a !important;
overflow: auto;
}

#sidebar .social-media {
padding: 10px 0 0 0;
}

#sidebar .social-media h3 {
float: left !important;
display: inline-block !important;
padding: 12px 16px 0 0 !important;
}

#sidebar .social-media ul {
float: left;
list-style: none;
margin: 0;
padding: 0;
}

#sidebar .social-media li {
display: inline;
}

#sidebar .social-media a {
float: left;
display: block;
width: 16px;
height: 16px;
margin: 0 6px;
background: transparent url() no-repeat center center;
}

#sidebar .social-media li.twitter a {
background-image: url(../images/icons/twitter/twitter-16x16.png);
}

#sidebar .social-media li.facebook a {
background-image: url(../images/icons/facebook/facebook-16x16.png);
}

#sidebar .social-media li.rss a {
background-image: url(../images/icons/rss/rss-16x16.png);
}
/*** END: Social-Media ***/


/*** Share-It-Here ***/
#text-382498145 {
padding: 0 !important;
background-color: #fff !important;
}
/*** END: Share-It-Here ***/

/*========== END: Sidebar ==========*/



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

hr {
	display: none;
}

a img {
	border: none;
}

.clear {
	clear: both;
}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	clear:both;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0 0 10px;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
color:#000000;
font-size:10px;
line-height:13px;
margin:0;
padding:0 4px 5px;
text-align:left;
}
/* End captions */

/**
 * Bio page
 */

div.author_bio_link {
width: 97%;
background: #333;
padding: 0.4em 0.8em;
display: block;
font-weight: bold;
color: #6983AC;
margin: 0.4em 0px;
font-size: 1em;
}

div.author_bio_link a,
div.author_bio_link a:visited {
color: #6983AC;	
}

div.author_bio_heading {
width: 462px;
display: block;
background: #666;
padding: 0.4em 0.8em;
margin: 0.4em 0px;
}

div.author_bio_heading img {
display: inline;
}

div.author_bio_heading h3 {
font-size: 1.1em;
display: inline;
margin-left: 0.8em;
}

div.author_bio {
margin: 0;
padding: 1em 0;
width: 100%;
clear: both;
}

h2.author_bio {
margin: 0 0 0.8em 0;
padding: 0.4em 0.8em;
background-color: #e3ddcc;
background-image:none;
text-transform: uppercase;
font-size: 1.1em;
color: #19212e;
display:block;
width:56%;
float:left;
}

h2.author_bio_2 {
margin: 0 0 0.8em 0;
padding: 0.4em 0.8em;
background-color: #e3ddcc;
background-image:none;
text-transform: uppercase;
font-size: 1.1em;
color: #19212E;
display:block;
width:36%;
float:left;
text-align:right;
}

h2.author_bio_2 a {
color: #19212E;
text-decoration:underline;	
}

img.author_bio_main {
float:right;
margin-left:15px;
margin-bottom:15px;
margin-right:0px;
border:1px solid #f4eede;
padding:1px;	
}

/*
#sidebar ul.blogroll {
background: #19212E none repeat scroll 0 0;
margin: 1em 0 1.5em;
padding: 10px;
}

#sidebar ul.blogroll li {
margin: 0;
padding: 0.2em 0;
}
*/

/*==========* Posts *==========*/
.category-latest-posts,
.category-uncategorized {
overflow: auto;
overflow-x: hidden;
_overflow: visible; /**IE6 Hack**/
_height: 25px; /**IE6 Hack**/

width: 100%; /*** Added by Alex 20091207 ***/
}

.category-latest-posts .postmetadata,
.category-uncategorized .postmetadata {
margin: 0;
padding: 0 0 1em 0;
border-bottom: 1px solid #ccc;
}


/*
.posts-header {
clear: both;
border-bottom: 1px solid #6983AC;

overflow: auto;
padding: 0 0 1em 0;
}

.posts-header .date {
float: left;
margin: 0 0.75em 0 0;
padding: 0 0.75em 0 0;
border-right: 1px solid #fff;
}

.posts-header h3 {
float: left;
margin: 0;
padding: 0 20px 10px 0;
background-color: transparent;
background-image: none;
font-size: 1em;
text-transform: uppercase;
color: #fff;
}
*/

.posts-header {
border-width: 1px 0;
border-style: solid;
border-color: #E3DDCC;
overflow: auto;
margin: 1em 0 0 0;
padding: 0.3em 0.8em 0.4em 0.8em;
background: #F3EEDD;
}

.posts-header h3 {
float: none;
text-transform: none;
font-size: 1.3em;
margin: 0;
padding: 0 0 0.4em 0;
}

.posts-header .date {
float: left;
margin: 0;
padding: 0;
}

.posts-header .post-author {
clear: both;
padding-bottom: 10px;
}

.posts-header .comments {
float: right;
}


/*
Homepage Latest Posts
*/
.homepage-content .latest-posts {

}

.homepage-content .latest-posts .category-latest-posts {
padding: 0 0 2.5em 0;
}

/*
.homepage-content .latest-posts .posts-header {
border-width: 1px 0;
border-style: solid;
border-color: #E3DDCC;
overflow: auto;
padding: 0.3em 0.8em 0.4em 0.8em;
background: #F3EEDD;
}

.homepage-content .latest-posts .posts-header h3 {
float: none;
text-transform: none;
font-size: 1.3em;
padding: 0 0 0.4em 0;
}
*/

.homepage-content .latest-posts .posts-header .date {
float: left;
margin: 0;
padding: 0;
}

.homepage-content .latest-posts .posts-header .comments {
float: right;
}
/*
END: Homepage Latest Posts
*/


.category-latest-posts .entry {
clear: both;
display: block;
margin: 0;
padding: 10px 0;
/*border-top: 1px solid #6983AC;*/
}

.comments a {
color: #6983AC !important;
}

.postmetadata a {
color: #6983AC !important;
}

.widecolumn .post {
	margin: 0;
}

.narrowcolumn .postmetadata {
	padding-top: 0px;
}

.widecolumn .postmetadata {
	/*margin: 30px 0 0 0;*/
}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
	/*margin-bottom: 5em;
	margin-bottom: 2.5em;*/
}
/*==========* END: Posts *==========*/


/*========== Interactions Collaboration ==========*/
#interactionCollaboration {
padding: 0;
}

/*
#interactionCollaboration h3 {
display: inline;
margin: 0;
text-transform: uppercase;
border-width: 0;
font-size: 1em;
font-weight: normal;
color: #fff;
}
*/

#interactionCollaborationBody {
background: transparent url('../images/interactionLogo.jpg') no-repeat 20px center;
padding: 0 0 0 75px;
/*margin: 0.8em 0 0 0;
padding: 1em 1em 1em 75px;*/
}

#interactionCollaborationBody ul {
list-style: none !important;
list-style-type: none !important;
margin: 0;
padding: 0;
font-size: 1.1em;
}

#interactionCollaborationBody li {
list-style: none !important;
list-style-type: none !important;
margin: 0;
padding: 0;
}

#interactionCollaborationBody li a {
display: block;
padding: 0.2em 0 0.2em 2em;
background: transparent url('../images/smallBlueArrow.gif') no-repeat left center;
color: #fff;
text-decoration: none;
}

#interactionCollaborationBody li a:hover {
text-decoration: underline;
}

/*========== END: Interactions Collaboration  ==========*/


/*========== Interactions Image gallery Widget ==========*/
div.interactions_gallery_widget {
/*background: #19212e;
height: 216px;
margin: 0 0 1.5em 0;
padding: 10px;*/
}

.interactions_gallery_widget h2 {
margin: 10px 50px 0 0;
padding: 0 6px 2px 6px; 
text-align: left;
background-color: transparent;
background-image: none;
font-size: 1em;
color: #fff;
}

/*
.interactions_gallery_widget_title {
	padding: 4px 0;
}
*/

.widget {
	margin: 0;
}

.imageBankRow {
	height: 112px;
}

.thumbLeft {
	float:left;
	width: 122px;
	height: 81px;
	margin: 0;
}

.thumbLeft img {
	border: 1px solid #aee1fe;
}

.thumbRight {
	float: right;
	width: 122px;
	height: 81px;
	margin: 0;
}

.thumbRight img {
	border:1px solid #aee1fe;
}

.imageBankLink {
	width: 100px;
	padding: 3px 0 0 0;
}

.imageBankLinkText {
	float:right;
	width: 80px;
	padding: 3px 0 0 0;
}
.imageBankLinkArrow {
	float:left;
	background: #253345 url('../images/smallBlueArrow.gif') no-repeat left;
	margin: 4px 0 4px 0;
	height: 11px;
	width: 15px;
}

.imageBankLinkText a, 
.imageBankLinkText a:hover, 
.imageBankLinkText a:visited {
color:#fff;
}
/*========== END Interactions Image gallery Widget ==========*/



/*========== Homepage ==========*/

/*** hot-topics ***/
.hot-topics {
background: #fff;
margin: -10px -10px 20px -10px;
padding: 10px;
color: #232c3d;
}

.hot-topics a {
color: #6983ac;
}

.hot-topics h2,
.latest-posts h2 {
padding: 0.4em 0.8em 0.4em 45px !important;
background-color: #232c3d !important;
background-image: url(../images/interactions-header-logo.jpg) !important;
background-position: 10px center !important;
background-repeat: no-repeat !important;
font-size: 2em !important;
color: #94a7c8 !important;
}

.hot-topics h3 {
margin: 0 !important;
padding: 0 0 0.5em 0 !important;
}

.ht-entry {
margin: 0;
padding: 10px 0;
border-bottom: 1px dotted #52627a;
}

.ht-entry-bnl {
padding-top: 0 !important;
}

/*
.ht-entry a {
color: #32425a;
}
*/

.ht-entry .ht-thumb {
float: left;
margin: 0 15px 15px 0;
border: 1px solid #52627a;
}

ul.ht-links {
width: 100%;
clear: both;
list-style: none;
margin: 0;
padding: 0;
overflow: auto;
}

ul.ht-links li {
display: inline;
float: left;
margin: 0;
padding: 0 0.6em;
border-right: 1px solid #555;
}

ul.ht-links li.first {
padding-left: 0;
}

ul.ht-links li.last {
border-width: 0;
}

/*** END: hot-topics ***/


.latest-posts {

}

.latest-posts h2 {

}
/*========== END: Homepage ==========*/


/*========== cForm ==========*/
.cform {
width: 500px !important;
margin: 0 0 2em 0 !important;
}

.cform fieldset {

}

.cform fieldset legend {
display: none;
}

.cform ol {
list-style: none !important;
margin: 0 !important;
padding: 0 !important;
}

.cform ol li {
list-style: none !important;
text-align: left !important;
padding: 0.4em 0 !important;
}

.cform label {
display: block;
color: #232C3D;
}

.cform label span {

}

.cform .emailreqtxt,
.cform .reqtxt {
padding: 0 0 0 0.5em;
font-style: italic;
}

.cform input.single {
width: 250px;
border: 1px solid #ccc;
padding: 0.2em 0.4em;
}

.cform textarea {
width: 250px !important;
border: 1px solid #ccc;
padding: 0.2em 0.4em;
}

.cform p.cf-sb { /** submit button - container **/
text-align: left;
/*padding: 0 0 0 100px !important;*/
}

.cform input.backbutton, 
.cform input.resetbutton, 
.cform input.sendbutton { /** form buttons **/
/*
background:url("../images/button-bg.gif") repeat-x scroll 0 0 transparent;
border-color:#ECECEC #ADADAD #ADADAD #ECECEC !important;
border-right:1px solid #ADADAD !important;
border-style:solid !important;
border-width:1px !important;
font-size:0.8em;
margin:10px 0 0 5px;
padding:5px;
width:100px;
*/

cursor: pointer;
padding: 5px 10px;
font-size: 1em;
font-weight: bold;
}

.linklove { /** cform plug **/
display: none;
}

/*========== END: cForm ==========*/



/*========== Author Bios ==========*/
.bio-banner {
margin: 0;
padding: 0 0 1em 0;
}

.bio-banner ul {
list-style: none;
margin: 0;
padding: 0;
}

.bio-banner li {

}

.bio-banner li.bio-banner-photo {

}

.bio-banner li.bio-banner-photo img {

}

.bio-banner li.bio-banner-logo {
background: #fff;
}

.bio-sidebar {
float: right;
width: 180px;
margin: 0 0 1em 1em;
padding: 15px;
background: #19212e;
}

.bio-sidebar h4 {
margin: 0 0 0.4em 0 !important;
/*text-transform: uppercase !important;*/
font-size: 1.1em !important;
color: #fff !important;
}

.bio-sidebar ul {
margin: 0;
padding: 0;
}

.bio-sidebar li {
display: block;
padding: 1px 0 1px 12px;
background: transparent url(../images/icons/bullet-blue-v1.jpg) no-repeat left 6px;
}

.bio-sidebar li.first {

}

.bio-sidebar li.last {
padding-bottom: 1em;
}

/*
ul.lab-authors {

}

ul.lab-authors li {
padding: 0.3em 0;
}

ul.lab-authors span {
display: inline-block;
}

ul.lab-authors .author-name {
padding: 0 0.2em;
}

ul.lab-authors .author-blog-link {
padding: 0 0.4em;
border-right: 1px solid #fff;
}

ul.lab-authors .author-bio-link {
padding: 0 0.4em;
}
*/

.author_bio {

}

.author_bio .block-header {
padding: 0.4em 0.2em !important;
border-width: 1px 0 !important;
border-style: solid !important;
border-color: #fff !important;
font-size: 1.6em !important;
}

dl.lab-author {
list-style: none;
margin: 0;
padding: 1em 0;
overflow: auto;
border-bottom: 1px dotted #aaa;
}

dl.lab-author dt { /** thumbnail **/
float: left;
width: 100px;
margin: 0;
padding: 0;
}

dl.lab-author dd {
float: right;
width: 460px;
margin: 0;
padding: 0;
}

dl.lab-author .author-name {
display: block;
font-size: 1.3em;
font-weight: bold;
}

dl.lab-author .author-text {
display: block;
padding: 0.6em 0;
}

dl.lab-author .author-blog-link  {
display: inline-block;
padding: 0 0.4em 0 0;
border-right: 1px solid #fff;
}

dl.lab-author .author-bio-link {
display: inline-block;
padding: 0 0 0 0.4em;
}
/*========== END: Author Bios ==========*/



table.chart {}

table.chart th
{
text-align: left;
background-color: #ddd;
padding: 2px 4px 2px 4px;
color: #19212D;
}

table.chart td
{
padding: 2px 4px 2px 4px;
border-bottom: 1px dotted #ddd;
}


