/* change font-size as needed and #6aa7d9 colour to match website */

#experts_container {width: 100%; border: 0px solid #000;}
#experts_container ol, #experts_container ul {margin-bottom: 10px;}
    #experts_container h2 {}

/*** MAIN MOST RECENTLY ANSWERED LIST ON THE FIRST PAGE ***/
#main_most_recently_answered {padding: 0 0 0 0; margin: 10px 0;}

#main_most_recently_answered ol.main_most_recently_answered {margin: 0px; padding: 0px; list-style: none;}
#main_most_recently_answered ol.main_most_recently_answered li {border-bottom: 1px dotted #6aa7d9; padding: 10px; margin: 0px 0px 7px 0px;}	

#main_most_recently_answered .topic_word {font-size: 12px;}
#main_most_recently_answered .topic_text {}
#main_most_recently_answered .answered_by_word {font-size: 12px;}
#main_most_recently_answered .answered_by_text {}
#main_most_recently_answered .date {font-size: 12px;}
#main_most_recently_answered .question_letter {float: left;}
.expert_question {font-size: 13px;}

#main_most_recently_answered .view_answer, #main_most_recently_answered .close_answer {cursor: pointer; font-size: 12px;}

.answer_container  {cursor: pointer; font-size: 12px; display: none; }
.expert_answer {font-size: 12px;}

#main_most_recently_answered .answer_letter {float: left;}
/*#most_recently_answered .short_answer {float: left;}*/


/*** LIST OF OUR EXPERTS ***/

#list_of_experts {border-bottom: 1px solid #6aa7d9; padding: 0 0 0 0;  margin-bottom: 10px; -moz-border-radius: 0; -webkit-border-radius: 0;}
h2#list_title {line-height: 25px; margin: 0px 5px 0px 0px; position: relative; top: 5px; left: 5px;}

table#category_expert_list {margin-top: 0 0 0 0; padding: 0 0 0 0; list-style: none; display: block; border-collapse: separate; border-spacing: 5px;}

table#category_expert_list td {
    width: 50%; vertical-align: top; border: 1px solid #dedede; padding: 5px;  
}	

#category_expert_list .answered_by_word {font-size: 12px; float: left;}
#category_expert_list .answered_by_text {float: left;}


/*** EXPERT PAGE ***/

/*** MOST RECENTLY ANSWERED LIST ON THE SECONDARY EXPERT PAGE ***/
#experts_most_recently_answered {border-bottom: 1px solid #6aa7d9; padding: 0 0 10px 0;  margin: 0 0 7px 0; -moz-border-radius: 0; -webkit-border-radius: 0;}
#experts_most_recently_answered ol.experts_most_recently_answered {margin: 5px 0 0 0; padding: 0px; list-style: none;}
#experts_most_recently_answered ol.experts_most_recently_answered li { border-bottom: 1px dotted #6aa7d9; padding: 0 0 7px 0; margin: 0px 0px 7px 0px; -moz-border-radius: 0; -webkit-border-radius: 0;}	

#experts_most_recently_answered .topic_word {font-size: 12px;}
#experts_most_recently_answered .topic_text {}
#experts_most_recently_answered .answered_by_word {font-size: 12px;}
#experts_most_recently_answered .answered_by_text {}
#experts_most_recently_answered .date {font-size: 12px;}
#experts_most_recently_answered .question_letter {float: left;}
#experts_most_recently_answered .answer_letter {float: left;}			
#experts_most_recently_answered .view_answer {cursor: pointer;font-size: 12px;}
#experts_most_recently_answered .close_answer {cursor: pointer; font-size: 12px;}
#experts_most_recently_answered .expert_answer {/*display: none;   */}


/*** ARCHIVE ***/

/*ol.archive_list*/
#experts_container .archive {border-bottom: 1px solid #6aa7d9; padding: 10px 0 5px 0;  margin-bottom: 10px; -moz-border-radius: 0; -webkit-border-radius: 0;}
#experts_container .archive ol.archive_list {margin: 0px; padding: 0px; list-style: none;}

/*ol.archive_list li*/
#experts_container .archive ol.archive_list li {border-bottom: 1px dotted #6aa7d9; padding: 10px 0; margin: 0px 0px 5px 0px; list-style-position:outside; -moz-border-radius: 0; -webkit-border-radius: 0;}	


/*** contact info at top of individual experts page ***/
.vcard {border-bottom: 1px solid #6aa7d9; padding: 0 0 10px 0;  margin-bottom: 20px; -moz-border-radius: 0; -webkit-border-radius: 0;}
.expert_info {border-bottom: 1px dotted #6aa7d9; padding: 10px 0;  margin-bottom: 10px; -moz-border-radius: 0; -webkit-border-radius: 0;}
.org {font-weight: bold; font-size: 16px;}
.vcard .given-name, .vcard .job_title {font-weight: bold; font-size: 14px;}
.vcard .geo {display: none;}
.note_header {font-weight: bold;}


/* tip of the month */
#tip_of_the_month {border-bottom: 1px solid #6aa7d9; padding: 10px 0 5px 0;  margin-bottom: 10px; -moz-border-radius: 0; -webkit-border-radius: 0;}
#experts_container #tip_of_the_month ol {padding: 0px; border: 0px solid orange; margin: 0px;}
#tip_of_the_month ol li {list-style: none; list-style-position:outside; border-bottom: 1px dotted #6aa7d9; padding: 10px; margin: 0px 0px 5px 0px; -moz-border-radius: 0; -webkit-border-radius: 0;}	


/* ask this expert a question */
#ask_a_question_container {border-bottom: 1px solid #6aa7d9; padding: 10px 0 5px 0;  margin-bottom: 10px; -moz-border-radius: 0; -webkit-border-radius: 0;}
#ask_a_question_container_2 {border: 1px dotted #6aa7d9; padding: 10px; margin: 0px 0px 5px 0px; -moz-border-radius: 0; -webkit-border-radius: 0;}

#ask_a_question_container textarea#question {width: 80%; height: 100px; margin-bottom: 5px;}
#ask_a_question_container input#email_address {margin-bottom: 10px; width: 190px;}


