/*
Theme Name: MFI Theme
Theme URI: http://miltonfriedmaninitiative.org/
Description: Custom theme built for the Milton Friedman Institute Knowledge Project website. (Based on Kubrick.)
Version: 1.0
Author: Nate Cook
Author URI: http://natecook.com/
Tags: black & white, custom header, fixed width, three columns
	
*/

body {
	margin: 0 0 20px 0;
	padding: 0;
	background: #ffffff;
	color: #111111;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;

	text-align: center;
	min-width: 780px;
}

#page {
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 780px;
}

a {
	color: #111111;
	text-decoration: underline;
}
a:hover {
	color: #a01b00;
}
img {
	border: 0;
}
form {
	margin: 0 0 1em;
}
h1,h2,h3,h4,p,ul {
	font-size: 1em;
	margin: 0 0 1em;
	font-weight: normal;
}
.center {
	text-align: center;
}
.hidden {
	display: none;
}
hr {
	display: none;
}

/* ------------------------------------------------------------------
	header */

#header {
	height: 100px;
}
#header h1 {
	margin: 0;
}
#header h1 a {
	display: block;
	text-decoration: none;
	text-indent: -5000em;
	background: url(images/header.gif) no-repeat;
	position: absolute;
	left: 0;
	top: 47px;
	width: 780px;
	height: 23px;
}
#header .description {
	position: absolute;
	width: 1px;
	overflow: hidden;
	text-indent: -5000em;
}


/* ------------------------------------------------------------------
	sidebar */

#sidebar {
	float: left;
	width: 176px;
	margin-right: 20px;	
}
#sidebar ul, #sidebar li {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar li.page_item {
	background: url(images/nav_sep.gif) no-repeat;
	padding: 7px 0 6px;
}
#sidebar li.page_item a {
	display: block;
	text-indent: -5000em;
	height: 20px;
	background-repeat: no-repeat;
	background-position: left top;
}
#sidebar li.page_item a:hover {
	background-position: left bottom;
}
#sidebar li.page_item ul {
	padding: 3px 0 5px;
}
#sidebar li.page_item li {
	background: none;
	padding: 3px 0 3px 15px;
	font-size: 12px;
	line-height: 14px;
}
#sidebar li.page_item li a {
	height: auto;
	background: url(images/subnav_bullet.gif) 0 3px no-repeat;
	padding: 0 0 0 10px;
	text-indent: 0;
	text-decoration: none;
}
#sidebar li.page_item li a:hover {
	background-position: 0 -97px;
	color: #a01b00;
}

/* third level nav just shouldn't show up */
#sidebar li.page_item li ul {
	display: none;
}

/* documents section shouldn't show up */
#sidebar li.page-item-105 {
	display: none;
}

#sidebar li.page-item-3 a { background-image: url(images/nav_home.gif); }
#sidebar li.page-item-5 a { background-image: url(images/nav_project.gif); }
#sidebar li.page-item-6 a { background-image: url(images/nav_mfi.gif); }
#sidebar li.page-item-8 a { background-image: url(images/nav_debate.gif); }
#sidebar li.page-item-26 a { background-image: url(images/nav_news.gif); }
#sidebar li.page-item-28 a { height: 35px; background-image: url(images/nav_friedman.gif); }
#sidebar li.page-item-9 a { height: 35px; background-image: url(images/nav_contemp.gif); }
#sidebar li.page-item-56 a { background-image: url(images/nav_events.gif); }
#sidebar li.page-item-105 a { background-image: url(images/nav_documents.gif); }



#searchform {
	margin: 3em 0 0;
}

#s {
	width: 100px;
	margin-right: 6px;
}
#searchsubmit {
	width: 60px;
}


#right {
	display: none;
	position: absolute;
	left: 620px;
	top: 100px;
}
#right #friedman h3 {
	margin: 0;
}
#right #friedman h3 a {
	display: block;
	width: 160px;
	height: 42px;
	background: url(images/h_whowasfriedman.gif) no-repeat;
	text-decoration: none;
	text-indent: -5000em;
}

body.cores_petition #right { display: none; }

#right #new {
	margin-top: 10px;
	padding: 10px 0;
	font-size: 12px;
	line-height: 17px;
	margin-bottom: 10px;
}
#right #new #h_new {
	background: url(images/h_new.gif) no-repeat;
	width: 100px;
	height: 19px;
	text-indent: -5000em;
	text-decoration: none;
	margin: 0 0 4px;
}

#petitionform {
	position: absolute;
	left: 620px;
	top: 100px;
	width: 160px;
	font-size: 12px;
}
#petitionform h3 {
	font-size: 13px;
	font-weight: bold;
	margin-top: 2px;
}
#petitionform h3 a {
	text-decoration: none;
}
#petitionform h3.sign {
	background: url(images/nav_sep.gif) repeat-x;
	padding-top: 1.5em;
	margin-top: 1.5em;
}
#petitionform label.t {
	display: block;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}
#petitionform input.t {
	width: 150px;
	display: block;
	margin-bottom: 1em;
}

/* ------------------------------------------------------------------
	content */

#content {
	float: left;
	width: 580px;
	font-size: 12px;
	line-height: 18px;
}
body.cores_petition #content {
	width: 400px;
}
body.wide #content {
	width: 580px;
}
body.home #content {
	width: 400px;
}
#content h2 {
	font-size: 18px;
	line-height: 22px;
}
#content h3 {
	font-weight: bold;
	margin: 2.5em 0 1em;
}
#content a:hover {
	color: #a01b00;
}

sup { line-height: 0; }
sup a { 
	color: #a01b00;
	padding: 3px 3px 3px 0;
	text-decoration: none;
	border: none;
}

body.home #news h4, body.in-the-news h4 {
	clear: all;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	float: left;
	width: 52px;
}
body.home #news p, body.in-the-news p {
	margin-left: 50px;
}
body.home #news p a, body.in-the-news #content p a {
	font-weight: bold;
	color: #111111;
}

#content hr {
	display: block;
	border: none;
	height: 1px
	margin: 1.5em 0;
	background: url(images/nav_sep.gif) repeat-x;
}

#content .letter_sigs p {
	margin-bottom: 0.5em !IMPORTANT;
}

.req {
	margin-left: 3px;
	font-weight: bold;
	color: #a01b00;
}

.signatures {
	float: left;
	width: 275px;
	margin-right: 15px;
}
.signatures ol {
	margin-left: 0;
	padding-left: 3em;
}

.footnotes {
	font-size: 11px;
	line-height: 14px;
	margin-top: 2em;
	padding-top: 1em;
	background: url(images/nav_sep.gif) repeat-x;
}

.footnotes a.fnbacklink {
	text-decoration: none;
	font-weight: bold;
	color: #a01b00;
}

/* ------------------------------------------------------------------
	home */

body.home p.links a {
	display: block;
	background: url(images/subnav_bullet.gif) 0 5px no-repeat;
	padding: 0 0 0 10px;
	font-weight: normal;
}
body.home p.links a:hover {
	background-position: 0 -95px;
	color: #a01b00;
}
body.home #petition p.links {
	margin: 0 0 1em 15px !IMPORTANT;
}

body.home #right {
	display: block;
}

body.home .intro {
	font-size: 15px;
	line-height: 21px;
}
#h_signthepetition a, #h_inthenews a {
	display: block;
	background: url(images/h_inthenews.gif) no-repeat;
	height: 19px;
	text-indent: -5000em;
	text-decoration: none;
}
#h_signthepetition a, #h_inthenews a {
	display: block;
	background: url(images/h_inthenews.gif) no-repeat;
	height: 19px;
	text-indent: -5000em;
	text-decoration: none;
	margin-top: 2.5em;
}
#h_signthepetition a {
	background: url(images/h_signthepetition.gif) no-repeat;
}

/* ------------------------------------------------------------------
	footer */

#footer {
	clear: both;
	margin: 30px 0 0;
	background: url(images/nav_sep.gif) left top repeat-x;
	padding: 10px 0;
	text-align: right;
	font-size: 10px;
}