@charset "UTF-8";
/* CSS Document */
body  {
	background-image: url(images/bg-header.jpg);
	background-repeat:repeat-x;
 	font-family: Georgia, "Times New Roman", Times, serif;
 	font-size: 14px;
	letter-spacing: 0.2pt;
	word-spacing: 0.8pt;
	line-height: 1.5;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-color:#ffffff;
	text-align: center;
}

a {
color: #a71717;
text-decoration: underline;
}


#container { 
	width: 980px ;
	margin: 0 auto;
	text-align: left;
} 
#header { 
	height: 369px;
} 
#header h1 {
	background-image: url("images/header.png");
	background-repeat:no-repeat;
	background-position: 0;
	height:299px;
	margin: 0;
	text-indent: -5000px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


#intro {
	width: 560px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 50px;
	padding-bottom: 30px;
}

#intro p{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 18pt;
}

#floatRightClear { 
    float: left; 
    clear: left; 
    margin: 2px;
    margin-top: -2px;
    width: 32px;
    height: 85px;
 background: url("images/flourish.png") 0 0 no-repeat;

}
#floatRighterClear { 
    float: right; 
    clear: right; 
    margin: -2px;
    margin-top: -2px;
    width: 32px;
    height: 85px;
 background: url("images/flourishr.png") 0 0 no-repeat;
}

#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image: url("images/bg-footer.jpg");
	background-repeat:repeat-x;
	height: 140px;
	text-align:center;

} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding-top: 80px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #FFFFFF;
}

#footer a {
color: #e64646;
}


.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#leftie {
width: 437px;
float: left;
position: relative;
}

.leftcolumn {
	width: 437px;
	text-align:left;
	position: relative;
	
}

li {margin-bottom: 20px;}


.boxtop {
	background-image:url("images/bg-boxtop.png");
	background-repeat:no-repeat;
	height: 103px;
	z-index: -10;
	position: absolute;
	width: 437px;
	margin: 0px;
	left: 0;
}

#manifesto {
background-image:url("images/bg-boxbot.png");
background-repeat:no-repeat;
background-position:bottom;
margin-bottom: 40px;
}

#manifesto h2 {
	background-image: url("images/head-manifesto.png");
	background-repeat:no-repeat;
	text-indent: -5000px;
	height: 55px;
	width: 400px;
	margin-bottom: 0px;
}

#manifesto ul {
padding-right: 20px;
padding-bottom: 20px;
}

#principles {
background-image:url("images/bg-boxbot.png");
background-repeat:no-repeat;
background-position:bottom;
margin-bottom: 40px;
}

#principles h2 {
	background-image: url(images/head-principles.png);
	background-repeat:no-repeat;
	text-indent: -5000px;
	height: 74px;
	margin-bottom: 0px;
}
#principles ul {
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
}



.onesies { 
	background-image: url(images/pinone.png);
	background-repeat:no-repeat; 
	display: block;
	width: 48px;
	height: 32px;
	position: absolute;
	left: -30px;
	top: -5px;
}
.twosies { background-image: url(images/pintwo.png);
	background-repeat:no-repeat; 
	display: block;
	width: 56px;
	height: 40px;
	left: -45px;
	top: -15px;
	position: absolute;
}


#history {
background-image:url("images/bg-boxbot.png");
background-repeat:no-repeat;
background-position:bottom;
margin-bottom: 50px;
}

#history h2 {
	background-image: url(images/head-history.png);
	background-repeat:no-repeat;
	text-indent: -5000px;
	height: 57px;
	width: 413px;
	margin-bottom: 0px;
}
#history p {
	padding-left: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-top: 0px;
	text-align:justify;
}
#rightie { 
	float: right;
	padding: 0 20px; 
	text-align:justify;
	width: 500px;
} 

.rightcolumn {
	width: 500px;
	text-align:left;
	position: relative;
}


.righttop {
	background-image:url("images/bg-righttop.png");
	background-repeat:no-repeat;
	height: 103px;
	z-index: -10;
	position: absolute;
	width: 500px;
	margin: 0px;
	left: 0;
	top: 81px;
}


#involved {
background-image:url(images/bg-red.png);
background-repeat:repeat-y;
width: 476px;
color: #ffffff;
padding-top: 1px;
padding-bottom: 20px;
padding-left: 25px;
}

#involved h2 {
background-image:url(images/head-involved.png);
background-repeat:no-repeat;
width: 403px;
height: 105px;
text-indent: -10000px;
margin-left: 5px;
}

#involved h3 {
margin-top: -40px;
font-size: 20px;
font-style: italic;
}

#involved h5 {
font-size: 20px;
font-style: italic;
margin-bottom: 25px;
}

#involved p {
width: 380px;
padding-left: 38px;
margin-top: -25px;
}

#involved h3, #involved h5 {
	position: relative;
	padding-left: 18px;
}


#contact {
background-image:url(images/bg-contact.png);
background-repeat:no-repeat;
width: 472px;
height: 105px;
padding-top: 20px; 
padding-left: 20px;
text-align: center;
}


#twitter {
background-image:url("images/bg-rightbot.png");
background-repeat:no-repeat;
background-position:bottom;
}

#twitter h2 {
	background-image: url(images/head-tweet.png);
	background-repeat:no-repeat;
	text-indent: -5000px;
	height: 81px;
	margin: 0px;
}

#twitter ul {
	padding-right: 25px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align:left;
}

#follow {
font-size: 20px;
font-style: italic;
text-align: center;
}





