/*
Theme Name: Where are the Cures
Description: Template for wherearethecures.org
Version: 1.0
Author: Steve Axthelm

	Theme was based on a theme built by Chris Beaven,
	whose blog you will find at http://www.saobart.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
/*------------------------------------------------------------*/
/* Meyer Resets 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;
}


/* Some Standard Entries */
html, body, img { margin: 0; padding: 0; }
a img { border-width: 0; }

body {
	text-align: center;
	background-color: #44443F;
	font-size: small;
	font-family: Georgia, 'Times New Roman', Times, 'Times NR', serif;
	}

h1 { font-size: 150%; }
h2 { font-size: 140%; }
h3 { font-size: 130%; }
h4 { font-size: 120%; }
h5 { font-size: 110%; }

h1, h2, h3, h4, h5 {
	margin: 0.5em 0 0.3em 0;
	line-height: 1.5;
	font-family: Georgia, 'Times New Roman', Times, 'Times NR', serif;
	}

p {
	margin: 0.5em 0 0.3em 0;
	font-size: 110%;
	line-height: 1.5;
	}

ul { list-style-type: disc; }
ul, ol {
	margin: 0.5em 0;
	}

ul li, ol li {
	font-size: 110%;
	line-height: 1.5;
	}

ul li {
	margin-left: 1em;
	}

table { font-family: inherit; }

a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:active,
a:focus { outline:none; }

.fl { float: left; }
.fr { float: right; }
img.fl { margin: 0 12px 12px 0; }
img-fr { margin: 0 0 12px 12px; }
.cl { clear: left; }
.cr { clear: right; }
.cb { clear: both; }
.group:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}

/***************    Main Layout      **************************/
#wrap {
	width: 1007px;
	margin: 0 auto;
	background: #44443F url(images/bk-body.png) 0 0 repeat-y;
	text-align: left;
	}

#wrapInner {
	margin: 0 7px;
	}

#nav {
	margin: 0 22px 10px 22px;
	border-bottom: 1px solid #DDD;
	}

#nav ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	border-left: 1px solid #DDD;
	}

#nav li {
	float: left;
	margin: 0 0 -1px 0;
	padding: 0;
	line-height: 1;
	}

#nav li a {
	display: block;
	padding: 8px 10px;
	color: #000;
	background-color: #EBEEF7;
	border: 1px solid #DDD;
	border-width: 1px 1px 1px 0;
	font-size: 14px;
	font-weight: normal;
	}

#nav li.current_page_item a {
	background-color: #FFF;
	border-bottom-color: #FFF;
	}

#content {
	background: transparent url(images/bk-wrap.png) 0 0 repeat-y;
	}

#main {
	float: left;
	width: 605px;
	margin-left: 22px;
	}

#main .entry { margin: 8px 12px; }

.blog #main .post,
.single #main .post,
.archive #main .post { margin: 8px 12px; }
.blog #main .entry,
.single #main .entry,
.archive #main .entry { margin: 0 0 20px 0; }

#sidebar {
	float: right;
	width: 303px;
	margin-right: 22px;
	}

#sidebar h2 { font-size: 120%; }
#sidebar h3 { font-size: 110%; }

#sidebar ul { margin-left: 10px; }
#sidebar p,
#sidebar ul {
	margin-bottom: 1em;
	font-size: 100%;
	}
#sidebar ul li {
	margin-bottom: 0.5em;
	line-height: 1.6;
	font-size: 100%;
	}

p.badges a {
	display: block;
	margin-bottom: 8px;
	}

#footer {
	margin: 8px 22px;
	border-top: 1px solid #DDD;
	}

#footer p {
	margin: 0;
	padding: 8px 12px;
	color: #666;
	font-size: 14px;
	}

/* Petition Styling
---------------------------------------------------------------------------- */
.petition fieldset {
	padding: 12px;
	background-color: #EEDA86
	}

.petition label {
	padding-top: 6px;
	line-height: 2.0;
	}

.petition h3 span {
	font-weight: normal;
	font-size: 90%;
	}

.signature { padding-top: 4px; border-top: 2px solid #EEE; }
.signature .name { font-weight: bold; }

/* Sharing Page
---------------------------------------------------------------------------- */
.shareHolder {
	margin: 12px 0;
	padding: 4px;
	/*border: 1px solid #AAA;*/
	}

.shareHolder textarea {
	vertical-align: top;
	}

/* Partners Page
---------------------------------------------------------------------------- */
.page-id-7 .post img { margin-top: 24px; }

/* Contact Form
---------------------------------------------------------------------------- */
#si_contact_form label {
	padding-top: 6px;
	line-height: 2.0;
	}

/*------------------------------------------------------------*/

.nextPrev {
	padding-bottom: 8px;
	border-bottom: 1px solid #DDD;
	}

.widget {
	margin: 2em 0;
	line-height: 1.333333333333333;
	}

.widget ul {
	list-style-type: none;
	margin: 6px 0 12px 0;
	padding: 0;
	}

#sidebar .widget ul li {
	margin-bottom: 0;
	line-height: 1.3;
	}

/*------------------------------------------------------------*/
/***************  GENERAL ELEMENTS   **************************/

.post h2 {
	margin: 0 0 0.8em 0;
	color: #666;
	line-height: 0.8;
	font-size: 20px;
	font-weight: normal;
	}

.post h2 a {
	color: #666;
	border-bottom-width: 0;
	text-decoration: none;
	}

.post h2 a:hover { text-decoration: underline; }

.navigation { line-height: 1.3; }

/*------------------------------------------------------------*/
/*****************      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;
}

.sep {
	margin-top: 12px;
	padding-top: 4px;
	border-top: 1px solid #DDD;
}

.sidebar h2 {
	margin-bottom: 0.67em;
	padding-top: 12px;
	border-top: 1px solid #DAC9B0
}

.sidebar .widget_text h2 {
	padding-top: 0;
	border-style: none;
	}


.sidebar ul { margin-top: 0.67em; }
.sidebar li {
	margin: 0.67em 0;
	line-height: 0.67em;
	}

.sidebar li a { border-bottom-style: none; }

.frHolder {
	float: right;
	width: 280px;
	text-align: center;
	margin-left: 8px;
}

.frHolder p {
	text-align: center;
	font-style: italic;
	margin-top: 2px;
}

.postmetadata {
	margin-bottom: 8px;
	font-size: 90%;
	color: #666;
	}
