/*-------------------------------------------------------------------------------
Paul West Official Website

Version:      2.0
Auther:       Paul West
Copyright:    Content: Paul West 2006 to 2009. All Rights Reserved.
CSS Design:   Based on "CSS Mastery: Advanced Web Standards Solutions."
              By: Andy Budd. Copyright 2006. All rights reserved 
              Published By: Friends Of Ed 2006. Copyright 2006. All rights reserved.

---------------------------------------------------------------------------------*/

<!--

/* Pretty Stuff
================================== */

/* Zero down margin and paddin on all elements */
* {
  margin: 0;
  padding: 0;
}

#branding {
  height: 171px;
  background: url(images/branding1.png) no-repeat left top;
}



#mainNav {
  list-style: none;
}



#footer {
  background-color:#b0b0b0;
  padding: 1px 20px;
}

/* The Core Technique
================================= */


#wrapper {
  width: 100%;
  margin: 0 auto; 
  text-align: left;
  background: #fff url(images/nav-faux-col.gif) repeat-y 23% 0;
}

#wrapper2 {
  background: url(images/secondary-faux-col.gif) repeat-y 78% 0;
}


#mainNav { 
  width: 23%;
  float: left;
}


#content { 
  width: 75%; 
  float: right; 
}

#mainContent { 
  width: 66%; 
  margin: 0; 
  float: left; 
} 
#secondaryContent { 
  width: 31%;
  min-width: 10em;
  display: inline; /* :KLUDGE: Fixes IE double margin float bug */
  float: right;
} 

#footer { 
  clear: both; 
}

/* add some padding to the contents in the main nav and secondary content areas */

#mainNav, #secondaryContent {
  padding-top: 20px;
  padding-bottom: 20px;
}

#mainNav *, #secondaryContent * { 
 padding-left: 20px;
 padding-right: 20px;
}

#mainNav * *, #secondaryContent * * { 
 padding-left: 0;
 padding-right: 0;
}

body {
	font: 1.4em; 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a:focus {
	outline: 1px dotted;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}


p, li {
  font-size: 1.4em;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}
-->

