/*
Theme Name: Default Site Theme
URL: 
Description: 
Author: Scott Dahl of Elite Web and Graphic Design
Author URL: http://www.elitewgd.com

[Table Of Contents]

0- Reset
1- Global
2- Links
3- Forms
4- Headings
5- Header
6- Nav
7- Content
8- Footer
9- Extras
10- Misc Classes

 =0 Reset
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
/*@import url('reset.css');*/

/* =1 Global
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
html, body {
	width:100%;
	height:100%;
}
body {
	background:#fff;
	margin:0;
	padding:0;
	font: normal 14px Helvetica, "Trebuchet MS", Verdana, Arial, sans-serif;
	line-height: 1.4;
	vertical-align: top;
	color: #737373;
}
hr {
	border:1px dashed #FFF;
	border-bottom:none;
	border-left:none;
	border-right:none;
	margin:10px 0 10px 0;
}
p { margin:8px 0 8px 0; }
pre { font-size: 14px; background:#ffff00; }
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}
.message {
	padding:15px;
	text-align:left;
	background:#FFFFCC;
	border:1px solid #FFFF00;
	font-weight:bold;
	font-size:14px;
	color:#CC0000;
	margin:20px auto 0 auto;
	max-width:900px;
	display: table;
}
.message.good {
	background:#DAF7CF;
	border:1px solid #398038;
	color:green;
}
#authMessage.message,.message.bad {
	background:#FDCEC8;
	border:1px solid #cc0000;
	color:#cc0000;
}
.t10 { font-size:1em; }
.t12 { font-size:1.2em; }
.t14 { font-size:1.4em; }
.t16 { font-size:1.6em; }
.t18 { font-size:1.8em; }
.t20 { font-size:2em; }
.t24 { font-size:2.4em; }
.right { float: right; }
.left { float: left; }
.align-left { text-align: left; }
.align-right { text-align: right; }
.align-center { text-align:center; }
.justify { text-align:justify; }
.hide { display: none; }
.clear { clear: both; height:0px; }
.bold { font-weight:bold; }
.italic { font-style:italic; }
.underline { border-bottom:1px solid; }
.highlight { background:#ffc; }
.fix { background:#0f0; border: 1px solid #f00; }

	/* Colors */
	

.cake-sql-log {
	background:#fff;
}
.cake-debug {
	background:#CC0000;
	color:#fff;
	font-size:18px;
	padding:10px;
}

/* =2 Links
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
a:link, a:visited {
	text-decoration:none;
	color:#345f9b;
}
a:hover {
	text-decoration:underline;
	color:#447ac6;
}
a:active {
	text-decoration:underline;
	color:#447ac6;
}

/* =3 Forms
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
fieldset {
	border:1px solid #ccc;
	padding:15px;
}
legend {
	color:#345f9b;
}
.input {
	margin:3px 0 3px 0;
}
.input label {
	display:inline-block;
	width:150px;
	font-size:16px;
	vertical-align:middle;
}
.input input[type="text"],.input input[type="password"] {
	font-family:"Trebuchet MS",Arial,Helvetica;
	font-size:16px;
	padding:2px;
	width:250px;
}
.input textarea {
	vertical-align:top;
	font-family:"Trebuchet MS",Arial,Helvetica;
	font-size:16px;
	padding:2px;
	width:250px;
}
.input select {
	font-size:16px;
	padding:2px;
	vertical-align:middle;
}
.input.checkbox {
	font-size:16px;
	padding:0 0 0 150px;
}
.input .error-message {
	display:inline;
	color:#fff;
	background:#cc0000;
	padding:5px;
	margin: 0 0 0 5px;
	font-size:1.6em;
}
div.submit {
	padding:15px 0 0 0;
	float:right;
}
.submit input[type="submit"] {
	background:url(../img/bg.png) 0 0 repeat-x #345f9b;
	color:#fff;
	font-size:22px;
	border:none;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	max-height:51px;
	padding:5px 15px 5px 15px;
	cursor:pointer;
	vertical-align:middle;
	text-decoration:none;
}

/* =4 Headings
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
h1,h2,h3 {
	color:#343434;
	font-weight:normal;
	font-size:22px;
}

/* =5 Header
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#header {
	border-bottom:7px solid #2590ce;
	width:940px;
	margin:0 auto 20px auto;
	padding:15px 0 15px 0;
}
#header h1 {
	font-size:0px;
	background:transparent url(/img/positive_impact_logo.png) 0 0 no-repeat;
	margin:0;
	padding:0;
	width:545px;
	height:87px;
}

/* =6 Nav
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

/* =7 Content
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#content {
	width:940px;
	margin:0 auto 0 auto;
}

/* =8 Footer
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#footer {
	width:920px;
	margin:25px auto 50px auto;
	padding:10px;
	background:#343434;
	color:#acacac;
	font-size:12px;
}
#footer ul.left {
	float:none;
	margin:0;
	padding:0;
	list-style:none;
	line-height:1.4;
}
#footer a {
	color:#acacac;
}

/* =9 Extra
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

/* =10 Misc Classes
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.main img {
	float:left;
}
.col1 {
	float:left;
	list-style:none;
	margin:15px 0 0 0;
	padding:0;
	width:500px;
}
.col1 li {
	border-left:7px solid #2590ce;
	border-top:4px solid #2590ce;
	border-bottom:4px solid #2590ce;
	padding:0 0 0 10px;
	margin:0 0 10px 0;
	clear:both;
}
.col1 li h3 {
	font-size:22px;
	font-weight:normal;
	margin:0;
	padding:0;
}
.col1 li p {
	font-size:16px;
}
.col1 li div.answer {
	background:#efefef;
	padding:15px;
	float:right;
	width:400px;
	margin:-15px -15px -15px 15px;
}
.col1 li div.container {
	margin:-4px 0 -4px 0;
	background:#fff;
	padding:15px;
}
.col1 li ul li {
	border:none;
	list-style-type: disc;
	font-size:12px;
	margin:0;
	padding:0;
}
.col1 li p {
	font-size:14px;
}
.col1 li p strong {
	font-size:16px;
}
.col2 {
	float:right;
	background:#e1e1e1;
	padding:15px;
	margin:15px 0 0 0;
	width:400px;
	font-size:16px;
	line-height:1.8;
}
.col2 h3 {
	font-size:22px;
	font-weight:normal;
	margin:0;
	padding:0;
}
.col2 strong {
	color:#343434;
	font-weight:normal;
}
