/*
	C3 Layout
	Date: 2008-02-21 13:00:45
*/

/* Body and Global Reset
----------------------------------------------- */
body {
	margin: 0;
	background: #fff;
	font-family: "Lucida Grande", Geneva, Verdana, Arial, sans-serif;
}
* {
	margin: 0;
	padding: 0;
}

ul { list-style-type: none; }
ol { list-style-type: decimal; }


/* Header (764px wide)
----------------------------------------------- */
#header { background: #f5f1da url(../images/header_nav.png) repeat-x 0 100%; }
#header .inner {
	position: relative;
	margin: 0 auto;
	padding: 20px 0 0 0;
	width: 764px;
}
#header h1 {
/* Changed to include AnswerLine logo - January 15, 2009 */
	margin: 0 0 20px 0;
	/* width: 272px; */
        width: 764px;
	height: 68px;
	/* background: url(../images/header_logo.gif) no-repeat; */
        background: url(../images/header_logo-AL.gif) no-repeat;
}
#header h1 a {
	display: block;
	width: 272px;
	height: 68px;
	text-indent: -2000px;
}
#header ul {
	width: 763px;
	height: 40px;
	border-left: solid 1px #0f2f7a;
}
#header ul li {
	position: relative;
	float: left;
	height: 40px;
	border-left: solid 1px #254a9b;
	border-right: solid 1px #0f2f7a;
}
#header ul li a {
	float: left;
	width: auto;
	height: 28px;
	padding: 12px 18px 0 18px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	font-size: .8em;
	color: #fff;
	text-shadow: #142f60 0 3px 1px;
}

/* Active, open menu */
#header ul li.active,
#header ul li.current_page_item,
#header ul li.current_page_parent { background: url(../images/header_nav_active.png) repeat-x; }

/* Donate, last item styling */
#header ul li.donate {
	background: url(../images/header_nav_donate.png) no-repeat 50% 0;
	border-right: solid 1px #254a9b;
}
/*
#header ul li.donate a {
	padding: 12px 25px 0 25px;
	border-right: solid 1px #0f2f7a;
	text-shadow: #29121d 0 3px 1px;
}*/
#header ul li.donate a {
	text-shadow: #29121d 0 3px 1px;
}
#header ul li.donate ul li a { text-shadow: none; }

/* Resets CSS for menus */
#header ul ul,
#header ul ul li,
#header ul ul li a {
	padding: 0;
	float: none;
	width: auto;
	height: auto;
	border: none;
	background: none;
	text-transform: none;
	text-shadow: none;
}

/* Menu */
#header ul ul {
	display: none;
	position: absolute;
	top: 39px;
	left: 0;
	z-index: 999;
	margin: 1px 0 0 0;
	padding: 0 1px 2px 1px;
	border-top: solid 1px #133a92;
	background: #08145c;
}

/* Magic */
#header ul li.active ul { display: block; }

#header ul ul li { border-bottom: solid 1px #133678; }
#header ul ul li a {
	display: block;
	width: 220px;
	padding: 7px 7px 7px 17px;
	background: #0c2b70;
	border-bottom: solid 1px #081f5c;
	font-weight: normal;
	font-size: .7em;
	color: #d8eaff;
}
#header ul ul li a:hover {
	background: #0a2158;
	border-bottom: solid 1px #061847;
}
#header ul ul li.last,
#header ul ul li.last a,
#header ul ul li.last a:hover { border-bottom: none; }

/* Turns the menu off for donate 
#header ul li.active.donate ul { display: none; }
*/

/* Homepage mission (764px wide)
----------------------------------------------- */
#home_mission {
	margin: 0;
	background: #c0d7ff url(../images/home_mission.png) repeat-x;
}
#home_mission .inner {
	position: relative;
	margin: 0 auto;
	padding: 15px 0 10px 0;
	width: 764px;
	background: url(../images/home_missioncenter.png) no-repeat 50% 0;
}
#home_mission .inner h1 {
	margin: 0 0 10px 120px;
	width: 531px;
	height: 46px;
	text-indent: -5000px;
	background: url(../images/home_missionheading.png) no-repeat;
}
#home_mission .inner p img.patients { margin-right: 6px; }


/* Content Positioning (764px wide)
----------------------------------------------- */
#wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 764px;
}
#wrapper #content {
	float: left;
	width: 488px;
	margin: 15px 0 50px 0;
}
#wrapper #sidecar {
	float: right;
	width: 256px;
	margin: 15px 0 50px 0;
}


/* Content Styling
----------------------------------------------- */
/* Main heading */
#content h1 {
	margin: 0 0 20px 0;
	padding: 8px 0 8px 20px;
	background: #0d2c72 url(../images/content_heading.png) repeat-x;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: normal;
	color: #fff;
}

/* Heading with optional link */
#content .heading {
	position: relative;
	margin: 0 0 20px 0;
	padding: 8px 8px 8px 20px;
	background: #0d2c72 url(../images/content_heading.png) repeat-x;
}
#content .heading h1 {
	margin: 0;
	padding: 0;
	background: none;
}
#content .heading a.left_arrow {
	position: absolute;
	top: 10px;
	right: 20px;
	padding: 0 0 0 10px;
	background: url(../images/content_heading_leftarrow.gif) no-repeat 0 3px;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
}
#content .heading a:hover { text-decoration: underline; }

#content h2 {
	margin: 10px 0 5px 0;
	font-family: georgia, times, Times New Roman, times-roman, georgia, serif;
	font-weight: normal;
	font-size: 1.2em;
	letter-spacing: -.05em;
	line-height: 1.2em;
	color: #445328;
}
#content h2.where {
	padding: 4px;
	background-color: #EEE9C0;
	color: #4A4A4A;
}
#content .item h2 { margin: 0 0 10px 0; }
#content h2.small_margin { margin: 0 0 5px 0; }
#content h2 a {
	color: #445328;
	font-weight: normal;
	text-decoration: none;
}
#content h2 a:hover { text-decoration: underline; }

#content h3 {
	margin: 0 0 10px 0;
	font-size: .850em;
	color: #111;
}
#content h3 span { font-weight: normal; }

#content h3.red { color: #a40000; }

#content h4 {
	position: relative;
	font-size: .850em;
	color: #373737;
	padding-top: 20px;
}
#content .wlWriterSmartContent {
	font-size: 70%;
}
#content table td {
	padding: 5px;
}

#content table tr th {
	padding-top: 10px;
}

/* RSS Link */
#content h4 a.rss {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 1px 0 1px 19px;
	background: url(../images/rss.gif) no-repeat;
	font-size: .7em;
	color: #ff4e00;
}

/* Breadcrumbs */
#content p.breadcrumbs {
	margin: 0 0 5px 0;
	font-size: .7em;
}
#content p.breadcrumbs a { font-weight: normal; }

#content p {
	margin: 0 0 15px 0;
	font-size: .750em;
	line-height: 1.5em;
	color: #4a4a4a;
}

#content p span.highlight {
	padding: 2px 4px 2px 4px;
	background: #fffeeb;
}

#content blockquote {
	margin: 0 10px 15px 10px;
	padding: 10px;
	background: #dae5e0;
}
#content blockquote p {
	margin: 0;
	font-size: .7em;
	color: #4c5350;
}

#content p img.right {
	float: right;
	margin: 5px 0 20px 20px;
	padding: 1px;
	border: solid 1px #efefef;
}

#content p img.left {
	float: left;
	margin: 5px 20px 5px 0;
	padding: 1px;
	border: solid 1px #efefef;
}

#content p.footnote {
        font-size: 60%;
        color: #999999;
}

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

.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;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.alignright {
	float: right;
	margin: 0 0 0 10px;
}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
}

/* End captions */

/* Content Lists */
#content ul, #content ol {
/*	list-style: none;	*/
	margin: 0 0 15px 0;
}

#content ul li, #content ul ol ul li {
	margin: 0 0 5px 0;
	padding: 0 0 0 25px;
	background: url(/wp-content/themes/C3/images/content_li.gif) no-repeat 0 3px;
	color: #4a4a4a;
	font-size: .75em;
	line-height: 1.5em;
}

#content ol li {
	margin: 0 0 5px 25px;
	padding: 0;
	background: none;
	color: #4a4a4a;
	font-size: .75em;
	line-height: 1.5em;
}

#content ul li ul li, #content ul li ol li { font-size: 100%; }

#content ul.toc {
	background-color: #f5f1da;
	padding: 5px;
	width: 200px;
	float: right;
	margin: 40px 0 5px 20px;
/*	border-top: 1px solid #143d93;	*/
}

/* Continue reading */
#content p a.continue { color: #444; }

/* Details */
#content p.details {
	font-size: .7em;
	color: #888;
}
#content p.details a { color: #444; }

/* Old Article */
#content p.old_article
{
	font-size: .7em;
	color: #999;
	font-style: italic;
	padding: 0;
}


/* Item separator */
#content .item {
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
	border-bottom: solid 1px #efefef;
}
#content .item.clear {
	float: left;
	clear: both;
	width: 488px;
}


/* Fieldsets */
#content fieldset {
	margin: 0 0 15px 0;
	border: solid 1px #efefef;
	padding: 10px 15px 0 15px;
}
#content fieldset legend {
	margin: 0 0 0 -5px;
	padding: 0 5px 0 5px;
	font-size: .750em;
	font-weight: bold;
	color: #111;
}
#content fieldset p input {
	width: 220px;
	padding: 2px;
	vertical-align: middle;
}
#content fieldset p input.image {
	margin: 0 0 0 5px;
	width: auto;
	padding: 0;
}

/* For Formspring */

.mainLabel {
        font-size: 0.8em;
}
.formHeading {
        font-size: 100%;
}

/* RSS Feeds */
#content ul.rss_feeds li {
	float: left;
	margin: 0 10px 10px 0;
	width: 200px;
	padding: 0;
	background: none;
	font-size: .7em;
}
#content ul.rss_feeds li a {
	padding: 0 0 2px 19px;
	background: url(../images/rss.gif) no-repeat;
	color: #ff4e00;
}

/* Content: Pagination
----------------------------------------------- */
#content p.pagination {
	font-size: .7em;
	color: #7a7a7a;
}
#content p.pagination a {
	padding: 1px 5px 1px 5px;
	text-decoration: none;
	border: solid 1px #e5e5e5;
	color: #444;
}
#content p.pagination a:hover { border: solid 1px #bbb; }


/* Sidecar
----------------------------------------------- */
#sidecar .block {
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	background: #f5f1da url(../images/side_block.png) repeat-x 0 100%;
}
#sidecar .block h2 {
	margin: 0 0 10px 0;
	padding: 7px 7px 7px 15px;
	border-top: solid 2px #143d93;
	background: #eee9c0 url(../images/side_heading.png) repeat-x 0 100%;
	text-transform: uppercase;
	font-size: .8em;
	color: #0e2961;
}

/* Generic styles */
#sidecar .block h3 {
	margin: 0 15px 2px 15px;
	font-size: .750em;
	color: #4a4a4a;
}
#sidecar .block p {
	margin: 0 15px 10px 15px;
	font-size: .7em;
	line-height: 1.3em;
	color: #4a4a4a;
}
#sidecar .block p.no_margin { margin-bottom: 0; }
#sidecar .block p input {
	margin: 0 5px 0 0;
	width: 150px;
	padding: 2px;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
}
#sidecar .block p input.button {
	width: auto;
	margin: 0;
}

/* Sub nav */
#sidecar .block.sub ul { margin: 0 0 10px 0; }
#sidecar .block.sub ul li {
	margin: 0 0 5px 0;
	padding: 0 15px 0 25px;
	background: url(../images/side_li.gif) no-repeat 15px 5px;
	color: #1e4a98;
	font-size: .7em;
	line-height: 1.3em;
}
#sidecar .block.sub ul li.current_page_item,
#sidecar .block.sub ul li.current_page_parent {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: solid 1px #e3ddb0;
	border-bottom: solid 1px #e3ddb0;
	background: #fff url(../images/side_li_arrow.gif) no-repeat 15px 9px;
}
#sidecar .block.sub ul li.current_page_item a,
#sidecar .block.sub ul li.current_page_parent a { color: #262626; }

/* Stories */
#sidecar .block.stories ul { margin: 0 15px 10px 15px; }
#sidecar .block.stories ul li {
	margin: 0 0 5px 0;
	padding: 0 0 0 10px;
	background: url(../images/side_li.gif) no-repeat 0 5px;
	color: #1e4a98;
	font-size: .7em;
	line-height: 1.3em;
}


/* Comments
----------------------------------------------- */
#content #comments {
	clear: both;
	margin: 5px 0 20px 0;
	border-top: solid 1px #bbb;
}
#content #comments .comment { padding: 10px 20px; }
#content #comments .comment.highlight { background: #f0f5f3; }

#content #comments .comment h4 {
	font-size: .750em;
	text-transform: uppercase;
	color: #264839;
}
#content #comments .comment h4 a {
	text-decoration: none;
	color: #264839;
}
#content #comments .comment h4 a:hover { text-decoration: underline; }
#content #comments .comment p.date {
	text-transform: uppercase;
	font-size: .650em;
	color: #7f7f7f;
}

#content #comments .comment p {
	font-size: .7em;
	line-height: 1.6em;
}


/* Comments Form
----------------------------------------------- */
#content fieldset#comments_form {
	margin: 10px 0 0 0;
	padding: 20px;
	border: none;
	background: #f9f6e9;
}
#content fieldset#comments_form p {
	font-size: .7em;
	line-height: 1.6em;
}
#content fieldset#comments_form label {
	display: block;
	margin: 0 0 15px 0;
	font-size: .7em;
	color: #4a4a4a;
	font-weight: bold;
}
#content fieldset#comments_form label span {
	float: left;
	margin: 4px 0 0 0;
	width: 50px;
}
#content fieldset#comments_form label input {
	width: 210px;
	padding: 2px;
}
#content fieldset#comments_form label span.hidden {
	float: none;
	width: auto;
	color: #9b1603;
}
#content fieldset#comments_form label.comment { margin: 0 0 5px 0; }
#content fieldset#comments_form label.comment span {
	float: none;
	width: auto;
	font-weight: normal;
}
#content fieldset#comments_form textarea {
	margin: 0 0 15px 0;
	display: block;
	padding: 2px;
	width: 440px;
}


/* Footer
----------------------------------------------- */
#footer {
	clear: both;
	background: #ccdfff;
}
#footer p {
	margin: -4px 0 10px 0;
	font-size: .7em;
	line-height: 1.5em;
	color: #393939;
}
#footer .details {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 764px;
}
#footer .details_inner {
	float: left;
	clear: both;
	width: 764px;
	margin: 25px 0 10px 0;
}
#footer .details .address {
	float: left;
	width: 250px;
}
#footer .details .nav {
	float: right;
	width: 510px;
}
#footer .details .nav ul {
	float: right;
	clear: both;
}
#footer .details .nav ul li {
	float: left;
	margin: 0 0 0 5px;
	font-size: .7em;
}
#footer .details .nav ul li a {
	padding: 2px 5px 3px 5px;
	background: #173f97;
	color: #fff;
}
#footer .details .nav ul li a:hover { text-decoration: none; }
#footer .details .nav ul li.active a,
#footer .details .nav ul li.current_page_item a,
#footer .details .nav ul li.current_page_parent a { background: #012961; }
#footer .details .nav p {
	float: right;
	clear: both;
	margin: 10px 0 0 0;
	color: #1e4a98;
}

#footer .copyright {
	clear: both;
	background: #dce9ff;
}
#footer .copyright p {
	position: relative;
	margin: 0 auto;
	padding: 20px 0 20px 0;
	width: 764px;
}


/* Miscellaneous
----------------------------------------------- */
a {
	color: #1e4a98;
	font-weight: bold;
	text-decoration: none;
}
a:hover { text-decoration: underline; }

.clear { clear: both; }
a img { border: none; }
hr { display: none; }
a { outline: none; }
a:focus { -moz-outline-style: none; }

.lenz-comment
{
	border: 3px solid #C3DFD4;
        font-weight: bold;
}
