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

Formulation School

Version 1.0.0

Author: Stephen Wilson

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

* {
	margin:0;
	padding:0;
}

body {
	background:#bacad3 url("http://formulationschool.com/themes/site_themes/default/images/bg-body.gif") repeat-x top left;
	color:#333;
	font:62.5% Arial, Helvetica, clean, sans-serif;
	text-align:center;
}

div#wrapper {
	width:800px;
	margin:0 auto;
	background-color:#fff;
	text-align:left;
}

div#header {
	width:800px;
	height:100px;
	background-color:#fff;
}

div#column1 {
	float:left;
	width:240px;
	min-height:350px;
}

div#column2 {
	float:left;
	width:560px;
	min-height:350px;
}

div#footer {
	clear:both;
	width:800px;
	padding:20px 0;
	background-color:#00415a;
	text-align:center;
}

div.padding {
	padding:10px;
}

/* ---------->>> LINKS <<<-----------*/

a {
	color:inherit;
	text-decoration:underline;
}

a:hover {
	color:#09c;
	text-decoration:underline;
}

a.pagenav {
	color:#666;
	font-size:1.1em;
	text-decoration:none;
}

a.pagenav:hover {
	color:#09c;
	text-decoration:underline;
}

/* ---------->>> NAVIGATION <<<-----------*/

#navcontainer ul {
	float:left;
	width:100%;
	margin-left:0;
	padding-left:0;
	background-color:#00415a;
	color:#fff;
	font:1.2em/30px Arial, Helvetica, clean, sans-serif;
}

#navcontainer ul li {
	display:inline;
}

#navcontainer ul li.selected {
	background-color:#09c;
}

#navcontainer ul li a {
	float:left;
	padding:0 20px;
	border-right:1px solid #fff;
	color:#fff;
	text-decoration:none;
}

#navcontainer ul li a:hover {
	background-color:#09c;
	color:#fff;
}

#navcontainer ul li a.selected {
	background-color:#09c;
}

/* ---------->>> SEARCH <<<-----------*/

div#search {
	height:158px;
	border:1px solid #ccc;
	background-color:#eee;
}

div#search select {
	display:block;
	width:100%;
	margin:10px 0;
}

/* ---------->>> FONTS <<<----------- */

h1 {
 display:block;
 width:800px;
 height:100px;
 background:#fff url("http://formulationschool.com/themes/site_themes/default/images/logo-formschool.gif");
 text-indent:-5000px;
}

h2	{
	margin-bottom:10px;
	color:#00415a;
	font:bold 1.4em/20px Arial, Helvetica, clean, sans-serif;
}

h3 {
	margin-bottom:10px;
	border-bottom:1px solid #ccc;
	color:#666;
	font:bold 1.2em/20px Arial, Helvetica, clean, sans-serif;
}

h4 { }

h5 { }

h6 { }

p {
	margin-bottom:10px;
	color:#666;
	font-size:1.1em;
	line-height:20px;
}

ul {
	list-style:none;
}

div#column2 ul {
	margin-left:10px;
	margin-bottom:10px;
}

div#column2 ul ul,
div#column2 ul ul ul {
	margin-bottom:0;
}

div#column2 ul li {
	padding-left:20px;
	background:transparent url("http://formulationschool.com/themes/site_themes/default/images/bg-bullet.gif") no-repeat top left;
	color:#666;
	font-size:1.1em;
	line-height:20px;
}

div#column2 ul ul li,
div#column2 ul ul ul li {
	color:#666;
	font-size:1em;
	line-height:20px;
}

div#footer p {
	margin:0;
	color:#eee;
	line-height:15px;
}

div#footer a {
	color:#eee;
	text-decoration:none;
}

div#footer a:hover {
	text-decoration:underline;
}

abbr, acronym {}

blockquote { }

blockquote p { }

cite { }

img {
	vertical-align:sub;
}

strong {
	color:#000;
}

sub {
	font-size:8px;
}

sup {
	font-size:8px;
}

hr {
	width:100%;
	height:1px;
	margin:20px 0;
	border:0;
	background-color:#ccc;
	color:#ccc;	
}

/* ---------->>> TABLES <<<----------- */

table.data {
	margin-bottom:20px;
	border:0;
	border-collapse:collapse;
}

table.data tr th {
	background-color:#eee;
	padding:5px 0;
	text-align:center;
}

table.data tr td {
	padding:5px 0;
}

table.data tr th p,
table.data tr td p {
	margin-bottom:0;
	line-height:10px;
}