@charset   "utf-8";

/* CSS Document */
/* Begin RESETS css */
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,
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: none;
}

/* remember to define focus styles! */
:focus { outline: 0; }

body
{
	line-height: 1;
	color: #333;
}

/* tables still need 'cellspacing="0"' in the markup */
table
{
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td
{
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

textarea
{
	margin: 0;
	padding: 0;
}

/********************/
/*                  */
/*  End RESETS css  */
/*                  */
/********************/

*
{
	padding: 0;
	margin: 0;
}


/* Typography */
body
{
	font-family: 'Verdana','Arial','san-serif';
	font-size: 62.5%;
	line-height: 1.5em;
/*
	background: #FFFFFF url('/assets/images/globe.gif') 50% 200px no-repeat;
*/
}

h1
{
	font-size: 2.0em;
	/* same as 20px */
	font-weight: 800;
}

h2
{
	font-size: 2.4em;
	/* same as 24px */
	margin: 0 0 .8em 0;
	font-weight: 600;
}

h3
{
	font-size: 1.6em;
	/* same as 16px */
	margin: 0 0 .6em 0;
	font-weight: bold;
}

h4
{
	font-size: 1.5em;
	/* same as 15px */
	margin: 0 0 .6em 0;
	font-weight: bold;
}

h5
{
	font-size: 1.4em;
	/* same as 14px */
	margin: 0 0 .6em 0;
	font-weight: bold;
}

h6
{
	font-size: 1.4em;
	/* same as 14px */
	margin: 0 0 .6em 0;
	font-weight: normal;
}

p
{
	font-size: 1.3em;
	/* same as 13px */
	line-height: 1.3em;
	margin: 0 0 1.2em 0;
}

strong, b { font-weight: bold; }

/* Reduced line height for narrow columns */
.narrow1 { line-height: 1.3em; }
.narrow2 { line-height: 1.5em; }
.narrow3 { line-height: 1em; }

ul { list-style-type: none; }

.nomargin { margin: 0; }
.top06 { margin-top: 0.6em; }
.top12 { margin-top: 1.2em; }
.top24 { margin-top: 2.4em; }
.top36 { margin-top: 3.6em; }
.top48 { margin-top: 4.8em; }
.bot06 { margin-bottom: 0.6em; }
.bot12 { margin-bottom: 1.2em; }
.bot24 { margin-bottom: 2.4em; }
.bot36 { margin-bottom: 3.6em; }
.bot48 { margin-bottom: 4.8em; }
.clear { clear: both; }
.bold { font-weight: bold; }
.right { text-align: right; }
.grey { color: #686868; }
.shown { display: block; }
.hidden { display: none; }

a
{
	color: #1198CB;
	text-decoration: none;
}

a:hover
{
	color: #0AA84C;
	text-decoration: underline;
}

ul#companions a, ul#companions a:hover
{
	color: #333;
	text-decoration: none;
}

ul#companions p.name
{
	color: #1198CB;
	text-decoration: none;
}

ul#companions li:hover
{
	background-color: #DAEBDE;
}

div.futura p
{
	font-family: 'Futura Std', 'Futura';
}

#leftcolumn ul { margin-left: 6px; }

#leftcolumn ul li a
{
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.6em;
	color: #666;
}

#leftcolumn ul li.active
{
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.6em;
	color: #1198CB;
}


#leftcolumn ul li a:hover
{
	text-decoration: underline;
	color: #1198CB;
}

#wrapper
{
	margin: 0 auto;
	width: 922px;
	position: relative;
}

#header
{
	color: #333;
	width: 902px;
	float: left;
	padding: 10px;
	height: 100px;
	margin-top: 10px;
	background: #FFFFFF url('/assets/images/ludwig-header.jpg') no-repeat;
}

#leftcolumn
{
	color: #333;
	border-right: 1px solid #BCD5E6;
	padding: 10px;
	width: 170px;
	float: left;
}

#content
{
	color: #333;
	border-left: 1px solid #BCD5E6;
	border-right: 1px solid #BCD5E6;
	margin-left: -1px;
	padding: 10px;
	width: 520px;
	display: inline;
	float: left;
	padding-bottom: 60px;
}

#rightcolumn
{
	color: #333;
	border-left: 1px solid #BCD5E6;
	margin-left: -1px;
	padding: 10px;
	width: 170px;
	float: left;
}

#footer
{
	clear: both;
	padding: 100px 0 0 78px;
}

#login
{
	width: 100%;
	min-width: 902px;
	min-height: 21px;
	clear: both;
	color: #333;
	background: #C0D6E7;
	margin: 0;
	padding: 4px;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 1001;
	-moz-opacity:0.9;
	opacity:0.9;
	filter: alpha(opacity=90);
	padding-right: 100px;
	border-top: 1px solid #9EB8CD;
}

#login span
{
	vertical-align: -4px;
}

#login_form
{
	float: right;
	width: auto;
	display: inline;
	margin-right: 20px;
}

#login_form div, #login_form label
{
	display: inline;
	font-weight: normal;
	font-size: 1.0em;
}


#login_form .field_box input[type=text], #login_form .field_box input[type=password]
{
	height: 1.3em;
	width: 80px;
}


#login_form .field_box input
{
	margin-right: 10px;
}

#login_form input.checkbox, #login_form label#rememberme_label
{
	float: none;
	margin-right: 0;
}

#login_form label#rememberme_label
{
	padding-right: 10px;
}

button.manager
{
-webkit-appearance: push-button 
}

button.cv
{
	font-size: .8em;
	padding: 4px;
	vertical-align: 1px;
}


#logged_in
{
	float: right;
	display: inline;
	font-size: 1.0em;
	margin-right: 50px;
	margin-top: 4px;
}

div.field_box label
{
	font-size: 1.2em;
}

img.headshot
{
	float: left;
	margin: 30px 10px 50px 0;
}

.homeSig
{
	text-align: right;
	margin: 0 100px 0 0;
}

ul.outline
{
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0;
}

ul.outline li
{
	list-style-type: disc;
	margin-left: 20px;
}

ul.outline li ul li, ul.outline li ul li ul li ul li
{
	list-style-type: circle;
}

ul.outline li ul li ul li
{
	list-style-type: square;
}

div#errors
{
	position: absolute;
	color:#950000;
	font-weight:bold;
	width: 300px;
	bottom: 30px;
	right: 120px;
	text-align: right;
}

ol.treatment
{
	list-style-type: decimal;
	font-size: 1.2em;
	margin-left: 3.6em;
	margin-right: 3.6em;

}

ol.treatment li
{
	margin-bottom: .4em;
}

ul.clinic
{
	font-size: 1.2em;
	font-weight: bold;
}

ul.clinic li
{
	display: inline;
	padding: 4px;
	border: 1px solid #ccc;
	border-bottom: none;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	color: #999;
}

ul.clinic li:hover
{
	cursor: pointer;
}

ul.clinic li.selected
{
	border-bottom: 1px solid #FFF;
	background-color: #FFF;
	color: #1198CB;
}

div.swap
{
	padding: 10px;
	border: 1px solid #ccc;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 5px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 5px;
	background-color: rgba(255,255,255,0.5);
	margin-top: 3px;
}

p.clinicPic
{
	float: left;
	margin-right: 10px;
}

#myDiv
{
	font-family: helvetica, arial !important;
}

ul#twitter_update_list li, ul#twitter_update_list3 li
{
	margin-bottom: 4px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 4px;
}

ul#twitter_update_list3 { margin-left: 0px; }

p.bio { margin: 0 0 .6em 0; font-size: 1.1em; }

div#news_div a
{
	font-weight: normal !important;
	color: #1198CB !important;
}

div#news_div a:hover
{
	color: #0AA84C !important;
}

ul#companions li
{
	border-bottom: 1px solid #ccc;
	padding: 6px;
	font-size: .9em;
	min-height: 105px;
}

ul#companions li.last
{
	border-bottom: 0px;
}

ul#companions li img
{
	margin: 2px 8px 2px 0;
	border: 1px solid #FFF;
}

div#news_div
{
	margin-top: 24px;
}

div#fb
{
	margin-top: 18px;
}

div#systemic
{
	position: absolute;
	width: 200px;
	text-align: center;
	left: 140px;
	top: 460px;
}

div#systemic p
{
	margin: 0;
	padding: 0;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
}

div#cognitive
{
	position: absolute;
	width: 200px;
	text-align: center;
	right: 140px;
	top: 460px;
}

div#cognitive p
{
	margin: 0;
	padding: 0;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
}

#paradigmGif:hover
{
	cursor: pointer;
}

#sidetabholder
{
	right: 0;
	top: 30%;
	width: 34px;
	position: fixed;
	z-index: 5000;
	margin: 0;
	padding: 0;

}

#sidetabholder p
{
	height: 45px;
	width: 34px;
	margin: 0;
	margin-top: 12px;
}

#sidetabholder p a, #toptabholder p a
{
	display: block;
	width: 100%;
	height: 100%
}

#tabA { background: url('/assets/images/fanncf.png') no-repeat; }
#tabB { background: url('/assets/images/fanmik.png') no-repeat; }
#tabC { background: url('/assets/images/100000.png') no-repeat; }
#tabD { background: url('/assets/images/icon-igtab.png') no-repeat; }

.wp-sidebar-title
{
	margin: 1.2em 0 .3em 0;
}

#searchform label
{
	display: none;
}

small, .postmetadata
{
	color: #777;
	font-size: 0.9em;
	line-height: 1.5em;
}


li.sidebrowse
{
	line-height: .8em;
	margin-top: .6em;
	margin-bottom: -.9em;
	padding-bottom: .6em;
	border-bottom: 1px solid #ccc;
}


.postmetadata
{
	margin: -.9em 0 2.4em 0;
	border-top: 1px solid #ccc;
	padding-top: .3em
}

.post h3
{
	margin-bottom: .3em;
}

.avatar
{
	float: left;
	margin-right: 6px;
}

#respond
{
	margin-top: 1.2em;
	padding-top: .6em;
	border-top: 1px solid #ccc;
}

.comment
{
	margin-top: 1.2em;
	padding-top: .6em;
	border-top: 1px solid #ccc;
}

li#comment-1
{
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}

input#s
{
	width: 60%;
}
.timeago
{
	cursor: help;
}

#crumbs
{
	margin: -4px 0 6px 0;
}