/* Yahoo Reset CSS - http://developer.yahoo.com/yui/reset/ */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
    margin:0; 
    padding:0; 
} 
table { 
    border-collapse:collapse; 
    border-spacing:0; 
} 
fieldset,img {  
	    border:0; 
} 
address,caption,cite,code,dfn,em,strong,th,var { 
    font-style:normal; 
    font-weight:normal; 
} 
l,ul { 
    list-style:none; 
} 
caption,th { 
    text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
    font-size:100%; 
    font-weight:normal; 
} 
q:before,q:after { 
    content:''; 
} 
abbr,acronym { border:0; 
} 

/* End Yahoo Reset CSS */

/* Regular gridlines based on - http://24ways.org/2006/compose-to-a-vertical-rhythm */

/* First body definition is for crappy old versions of Windows */

body {
	font-size: 100%;
	background-color: #FFFEEA;
/*	background-image: url(images/jeff_polaroid.jpg);*/
/*	background-repeat: no-repeat;
	background-position: 710px 40px;*/
}

html>body {
	font-size: 16px;
	font-family: "myriad pro",myriad,"helvetica neue",helvetica,arial,sans-serif;
}
 
p {
	margin: 0 0 1.5em 0;
	line-height: 1.5em;
	font-size:1em;
	color: #221F24;	
}

strong {
	font-weight: bold;
}

#longFormTextContainer p + p {
   margin: 0 0 0 0;
   text-indent:1.5em;
}

h1 {
	color: #221F24;
	padding-top: 120px;
	margin-bottom: 1em;
	line-height: 1em;
	font-size: 4.5em;
	font-weight: bold;
}

#mainHeader {
	width: 575px;
	text-align: center;
}

h2 {
	padding: 1.5em 0 0 0;
	line-height: 1.5em;
	font-size: 2em;
	font-weight: bold;
}

h3 {
	padding: 1.5em 0 0 0;
	line-height: 1.5em;
	font-size: 1.5em;
	font-weight: bold;
}

h4 {
	padding: 1.5em 0 0 0;
	line-height: 1.5em;
	font-size: 1em;
	font-weight: bold;
}

blockquote {
	margin: 1.5em;
	border-width: 1px;
	border-style: dotted;
	border-color: #4A4545;
	padding: 1.5em;
	color: #4A4545;
	font-size: .85em;
	line-height: 1.275em;
}

/*.period {
	color: #A84400;
	text-shadow: 2px 2px 5px #4a4545;
}*/

.emphasis {
	font-weight: bold;
	font-size: 1.25em;
}

a:link {
	color: #A84400;
	text-decoration: none ;
/*	border-bottom: dotted;
	border-bottom-width: 1px;
	border-color: #A84400;*/
}

a:active {
	text-decoration: none ;
	color: #BF390A;
}

a:visited {
	color: #BF390A;
	text-decoration: none ;
/*	border-bottom: dotted;
	border-bottom-width: 1px;*/
}

a:hover {
	text-decoration: none ;
	background-color: #cccccc;
/*	border-bottom: solid;
	border-bottom-width: 1px;*/
}

#footContainer a:link {
	color: #E8E7CD;
	text-decoration: none ;
	border-bottom: dotted;
	border-bottom-width: 1px;
	border-color: #221F24;
}

#footContainer a:active {
	text-decoration: none ;
	color: #BF390A;
}

#footContainer a:visited {
	color: #E8E7CD;
	text-decoration: none ;
	border-bottom: dotted;
	border-bottom-width: 1px;
	border-color: #221F24;
}

#footContainer a:hover {
	text-decoration: none ;
	background-color: #4A4545;
	border-bottom: solid;
	border-bottom-width: 1px;
	border-color: #221F24;
}

#navBar {
	margin: 0 -110px 0 0;
	padding: 0 0 260px 0;
	float: right;
	background-image: url(images/jeff_polaroid.jpg);
	background-repeat: no-repeat;
	background-position: center 30px;
/*	background-color: red;*/
}

#navBar li{
/*	background: green;*/
	padding: 5px 10px 5px 10px;
	display: inline;
	float: right;
}

#pageContainer {
/*	background-color: yellow;*/
	margin: 0 0 0 130px;
	width: 700px;
}

.imageRunaroundLeft {
	padding: .35em 20px 10px 0;
	float: left;
}

.imagePulloutLeft {
	margin: .35em 0 0 -110px;
	padding: 0 20px 10px 0;
	float: left;
}

.imageRunaroundRight {
	padding: .35em 0 10px 20px;
	float: right;
}

.imagePulloutRight {
	margin: .35em -110px 0 0;
	padding: 0 0 10px 20px;
	float: right;
}
.imageCenter {
	padding: .35em 0 10px 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#pullQuote {
/*	background-color: brown;*/
	float: right;
	width: 300px;
	padding: 1.5em 0 1.5em 1.5em;
	font-weight: bold;
	line-height: 1.5em;
	font-size: 1.5em;
	color: #4A4545;
	text-shadow: 2px 2px 5px #4a4545;
    text-indent: 0em;
}

.inlineFootnote {
/*    background-color: blue;*/
	float: right;
	width: 200px;
	margin: 0px -100px 2.4em 1em;
	color: #4A4545;
/*    text-indent: 0em;*/
}

.inlineFootnote p{
	font-size: .8em;
	line-height: 1.2em;

}

#footContainer {
	background: #A84400;
	margin: 3em 0 0 0;
	padding: .35em 0 1.5em 130px;	
}

#footContainer p{
	width: 700px;
	margin: 1.5em 0 0 0;
	color: #E8E7CD;
}

.socialButton {
	float: left;
	border-bottom: none;
	padding: 0 20px 0 0;
}

