﻿/*@import url('diagnostic.css');*/

/* Eric Meyer's Reset CSS v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Float clearing 
http://perishablepress.com/press/2009/12/06/new-clearfix-hack/
*/
.clear:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clear            { zoom: 1; } /* IE6 */
*:first-child+html .clear { zoom: 1; } /* IE7 */

/* Common styles */
body {
	color: #4b4b4b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
p, li {
	margin-bottom: 7px;
	margin-top: 7px;
	line-height: 20px;
}
h1 {
	font-size: 22px;
	font-weight: bold;
	color: #666666;
	margin-bottom: 15px;
}
h2 {
	margin-top: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	margin-bottom: 10px;
}
h3 {
	margin-top: 14px;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	margin-bottom: 10px;
}
a {
	color: #2060e0;
}
a:visited {
	color: #a020e0;
}
h1 a, h2 a, h3 a,
h1 a:visited, h2 a:visited, h3 a:visited {
	color: #666666;
	text-decoration: none;
}
ul {
	margin-left: 20px;
	list-style-type: disc;
}
ol {
	margin-left: 30px;
	list-style-type: decimal;
}
sup, sub {
	font-size: 50%;
	line-height: 0.5;
}
sub {
	vertical-align: sub;
}
sup {
	vertical-align: super;
}
.system-message {
	margin-bottom: 10px;
	padding: 8px 10px 1px 10px;
}
.system-message.success {
	border: 1px solid #50a200;
	background: #d2ffa5;
}
.system-message.notify {
	border: 1px solid #bc8500;
	background: #ffeab9;
}
.system-message.failure {
	border: 1px solid #a60808;
	background: #fecece;
}

/* Basic layout */
#logo {
	font-size: 28px;
	font-weight: bold;
	color: #ffffff;
}
#logo a {
	text-decoration: none;
}
#navigation {
	font-size: 18px;
	line-height: 1;
}
#navigation li {
	display: inline;
	text-decoration: none;
	line-height: 1.2;
}
#navigation a {
	text-decoration: none;
}
#content .intro {
	color: #404040;
	font-weight: bold;
}
#content .goals {
	margin-top: 15px;
	padding: 2px 9px 3px 9px;
	background-color: #fcfbbc;
	border: 1px solid #efee79;
}
#content .goals ol {
	margin-left: 0px;
}
#footer a {
	color: #9c9c9c;
}
#footer .separator {
	color: #404040;
	padding: 0px 5px;
}

/* Frontpage */
#home .intro {
	color: #404040;
	/*font-size: 20px;
	font-weight: normal;*/
	line-height: 1.3;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
#home .lift {
	margin-top: 20px;
}
#home .lift h2 {
	margin-top: 0px;
}
#home .article-list .title {
	font-weight: bold;
}
#home .article-list  {
	list-style-type: none;
	margin-left: 0px;
}
#home .article-list li {
	margin-bottom: 7px;
}
#home .lift.expertise {
	width: 290px;
	float: left;
}
#home .lift.expertise img {
	border: 1px solid #e8e8e8;
}
#home .lift.expertise .expertise,
#home .lift.members .members {
	margin-bottom: 5px;
}
#home .lift.members {
	width: 290px;
	float: right;
}
#home .lift.members .picture{
	vertical-align: middle;
}
#home .lift.members .picture {
	width: 50px;
	margin-right: 3px;
	margin-bottom: 6px;
}
#home .lift.members  .picture.last {
	margin-right: 0px;
}
#home .goals {
	font-style: italic;
	font-size: 15px;
}

/* Article page */
#article .meta {
	color: #606060;
	font-style: italic;
}
#article .article-list .title {
	font-weight: bold;
}
#article .article-list  {
	list-style-type: none;
	margin-left: 0px;
}
#article .article-list li {
	margin-bottom: 7px;
}
#article .col2 h2 {
	margin-top: 0px;
}

/* Expertise page */
#expertise .world-map {
	margin-top: 20px;
	border: 1px solid #e8e8e8;
}
#expertise .goals {
	font-size: 13px;
	font-style: italic;
}
#expertise .goals p {
	font-weight: bold;
}
#expertise .goals ol {
	padding-left: 20px;
	list-style-type: decimal;
	font-weight: normal;
	margin-bottom: 7px;
}
#expertise .goals li {
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Members page */
#members .members {
	margin-top: 20px;
}
#members .member {
	overflow: auto;
	width: 580px;
	height: 100%;
	line-height: 1.3;
	margin-bottom: 15px;
	padding: 9px;
	border: 1px solid #cccccc;
	background-color: #e8e8e8;
	/*border: 1px solid #e0e0e0;
	background-color: #ffffff;*/
}
#members .member .picture {
	float: left;
	padding: 5px;
	background-color: #ffffff;
}
#members .member .details {
	font-size: 16px;
}
#members .member .details,
#members .member .contact,
#members .member .expertise {
	margin-left: 110px;
}
#members .member .details,
#members .member .contact {
}
#members .member .name {
	font-weight: bold;
}
#members .member .title {
	margin-left: 5px;
}
#members .member .title,
#members .member .e-mail,
#members .member .phone {
}
#members .member .contact img {
	vertical-align: middle;
}
#members .member .e-mail {
	margin-left: 15px;
}
#members .goals {
	font-style: italic;
	font-size: 13px;
}
#members .goals .author {
	font-style: normal;
	font-size: 12px;
}

/* Contact Us page */
#contact-us #contact-form {
	margin-top: 20px;
	/*padding: 10px;
	border: 1px solid #cccccc;
	background-color: #e8e8e8;*/
}
#contact-us #contact-form h3 {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 5px;
}
#contact-us #contact-form table {
}
#contact-us #contact-form td {
	padding: 0px;
	padding-bottom: 5px;
	vertical-align: top;
}
#contact-us #contact-form .cellCaption {
	font-size: 13px;
	font-weight: bold;
	padding-right: 20px;
	padding-top: 5px;
}
#contact-us #contact-form .separate td {
	padding-top: 10px;
}
#contact-us .contactInfo {
	font-size: 15px;
    margin-top: 15px;
    padding: 10px 10px 3px 10px;
    background-color: #f0f0f0;
    border: 1px solid #cccccc;
}


