/*------------------------------------------------------------------------
Project:       Ohanda.org
Last Changed:  2010-03-10
Author:        Paige Saez
               http://paigesaez.org
------------------------------------------------------------------------*/


/*------------------------------------------------------------------------
=Reset
------------------------------------------------------------------------*/

/* 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;
	color: gray;
}

blockquote, q {
	padding: 1em;
	font-size: 1em;
}


/* 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;
}

/*------------------------------------------------------------------------
=Default
------------------------------------------------------------------------*/

body {
 	background: #fff;
 	font: 62.5% Arial, Verdana, sans-serif;
 	color: #222;
}

p {

 	margin-bottom: 0px;
 	font-size: 1.2em;
}


/*------------------------------------------------------------------------
=Layout
------------------------------------------------------------------------*/

#wrapper {
  	margin: 22px auto;
  	width: 940px;
}

#content {  
  	font-size: 1.2em;
  	line-height: 20px;
  	width: 850px;
  	padding-bottom: 30px; 
}

.footer_links {
	color: #9966cc;
	font-size: 2.5em;
	text-align: right;
	font-weight: bold;
}

.part_list {
	float: left;
	width: 165px;
	height: 328px;
}

#footer p {
  	font-size: 1.3em;
	
}

#footer ul {
  	float: right;
  	font-size: 1.3em;
	
	}


/*------------------------------------------------------------------------
=Links
------------------------------------------------------------------------*/

a {
  color: #9966cc;
  text-decoration: none;
}

a:link {
  color: #9966cc;
  text-decoration: none;
}

a:visited {
  	color: #9966cc;
  	text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: none;
}

/*------------------------------------------------------------------------
=Typography
------------------------------------------------------------------------*/

h1 {
  font-size: 1.6em;
  margin-bottom: 10px;
  border: 1px solid red;
}

h2 {
  font-size: 2.5em;
  margin: 20px 0px 10px 0px;
  text-transform: uppercase;
  padding: 17px 0px;
  border-bottom: 1px solid #222;
  border-top: 1px solid #222;
}

h3 {
font-size: 1.8em;
margin-top: 15px;
}

h4{
  font-size: 2.2em;
  font-weight: bold;
  color: #222;
  padding-top: 20px;
  padding-bottom: 10px;
}


strong {
 font-weight: bold;
}

em {
 font-style: italic;
}



