/*
Site Name: Emergent Learning, LLC	
Author: Josh Carr
Author URI: http://www.joshcarr.com/
Version: 1.0

COLORS
Yellow:	fc0
Orange:	f60
Gray:		666
*/

*{
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	text-align: center;
	background: #fc0 url(../images/common/body-bg.gif) 50% 0 repeat-x;
	color: #666;
}

a:link, a:visited {
	color: #666;
	text-decoration: underline;
}

a:hover {
	color: #666;
	text-decoration: none;
}

hr {
	display: none;
}


/**/
/* =HEADER */
/**/

div#header {
	width:847px;
	margin: 0 auto;
	text-align: left;
}

div#logo {
	background: url(../images/common/logo.gif) no-repeat;
	float: left;
}

div#header div#logo a{
	display: block;
	width: 490px;
	height: 100px;
} 

div#header div#logo a img{
	border: 0;
} 

div#header h1, div#header h2{
	font-size: 1px;
	color: #ff6b03;
	float: left;

} 

div#header div#contact {
	width: 100px;
	height: 100px;
	float: right;
}

div#header div#contact a{
	display: block;
	width: 100px;
	height: 100px;
	float: right;
	background: url(../images/common/contact.gif) 0 80px no-repeat;
	font-size: 1px;
}

div#header div#contact a:link, div#header div#contact a:hover,div#header div#contact a:visited{
	color: #ff6b03;
}

div#header div#contact {
	width: 100px;
	float: right;
}

/**/
/* =NAV */
/**/

/*
list 166 0
editorial 117 166
portfolio 94 283
marketing 97 377
research 92 474
self-publishing 131 566
custom 150 697
*/


div#header ul#nav {
	width: 847px;
	height: 70px;
	clear: both;
	padding-top: 1px;
}

ul#nav li {
	list-style-type: none;
	float: left;
	display: block;
	margin: 0 0 0 0;
	color: #FFF;
}

ul#nav li a{
	display: block;
	width:72px;
	height: 47px;
	font-size: 2px;
	color: #FFF;
	background: url(../images/common/nav.gif) 0 0 no-repeat;
	text-indent: -9999em;
}

ul#nav li a:link, ul#nav li a:visited, ul#nav li a:hover{
	text-decoration: none;
	color: #FFF;
}

ul#nav li#nav-list a{
	width: 166px;
}

ul#nav li#nav-editorial a{
	width: 117px;
	background-position: -166px 0;
}

ul#nav li#nav-portfolio  a{
	width: 94px;
	background-position: -283px 0;
}

ul#nav li#nav-marketing a{
	width: 97px;
	background-position: -377px 0;
}

ul#nav li#nav-research a{
	width: 92px;
	background-position: -474px 0;
}

ul#nav li#nav-self-publishing a{
	width: 131px;
	background-position: -566px 0;
}

ul#nav li#nav-custom-publishing a{
	width: 150px;
	background-position: -697px 0;
}

ul#nav li#nav-list a:hover{
	background-position: 0 -100px;
}

ul#nav li#nav-editorial a:hover{
	background-position: -166px -100px;
}

ul#nav li#nav-portfolio  a:hover{
	background-position: -283px -100px;
}

ul#nav li#nav-marketing a:hover{
	background-position: -377px -100px;
}

ul#nav li#nav-research a:hover{
	background-position: -474px -100px;
}

ul#nav li#nav-self-publishing a:hover{
	background-position: -566px -100px;
}

ul#nav li#nav-custom-publishing a:hover{
	background-position: -697px -100px;
}


body#body-list ul#nav li#nav-list a{
	background-position: 0 -200px;
}

body#body-editorial ul#nav li#nav-editorial a{
	background-position: -166px -200px;
}

body#body-portfolio ul#nav li#nav-portfolio  a{
	background-position: -283px -200px;
}

body#body-marketing ul#nav li#nav-marketing a{
	background-position: -377px -200px;
}

body#body-research ul#nav li#nav-research a{
	background-position: -474px -200px;
}

body#body-self-publishing ul#nav li#nav-self-publishing a{
	background-position: -566px -200px;
}

body#body-custom-publishing ul#nav li#nav-custom-publishing a{
	background-position: -697px -200px;
}

/**/
/* =CONTENT */
/**/

div#content-wrapper {
	background-color: #FFF;
}

div#content {
	width: 797px;
	margin: 0 auto;
	padding: 10px 25px 25px 25px;
	text-align: left;
	background: url(../images/common/content-bg.gif) repeat-y;
}

div#content p{
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 1.2em 0;
}


div#content h2{
	color: #000;
	width: 100%;
	border-bottom: 2px solid #EEE;
	font-size: 1.8em;
	font-weight: normal;
	padding-bottom: .5em;
	margin-bottom: 1em;
}

div#content h3{
	color: #F60;
	font-size: 1.5em;
	font-weight: normal;
	margin: 1.5em 0 1em 0;
}

div#content p.intro{
	font-weight: bold;
}

div#content ul li {
	font-size: 1.2em;
	list-style-type: none;
	padding: 0 0 2px 35px;
	background: url(../images/common/bullet-yellow.gif) 15px 3px no-repeat;
}

div#content div.illustration {
	float: right;
}

div#content div.rule {
	padding-top: 2em;
	margin-bottom: 2em;
	clear: both;
	border-bottom: 2px solid #EEE;
}

body#body-list div#content p,
body#body-editorial div#content p,
body#body-marketing div#content p,
body#body-strategic div#content p,
body#body-research div#content p,
body#body-list div#content ul,
body#body-editorial div#content ul,
body#body-marketing div#content ul,
body#body-strategic div#content ul,
body#body-research div#content ul  {
	width: 580px;
}


/**/
/* =HOME */
/**/


body#body-home div#content p{
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 1.2em;
}


body#body-home div#content p.intro{
	font-size: 1.4em;
	font-weight: normal;
}

body#body-home div#content p.intro span.highlight{
	font-size: 1.8em;
}

body#body-home div#content ul li {
	font-size: 1.4em;
	list-style-type: none;
	padding: 0 0 10px 25px;
	background: url(../images/common/bullet-yellow.gif) 5px 3px no-repeat;
}


/**/
/* =PORTFOLIO */
/**/

body#body-portfolio div#content div.publication {
	float: left;
	width: 370px;
	margin-right: 25px;
}

body#body-portfolio div#content div.sub-publication {
	clear:left;
	padding:10px 0 0;
	width: auto;
}

body#body-portfolio div#content div.publication div.illustration {
	float: left;
	width: 190px;
}

body#body-portfolio div#content h3{
	margin: 0 0 1em 0;
}

body#body-portfolio div#content a:link, div#content a:visited{
	color: #F60;
	text-transform: uppercase;
	text-decoration: none;
}

body#body-portfolio div#content a:hover{
	color: #F60;
	text-transform: uppercase;
	text-decoration: underline;
}

#back-to-portfolio{
	float: right;
	font-size: 1.1em;
	margin-top: 14px;
}

/**/
/* =CONTACT */
/**/

body#body-contact  div#content ul {
	margin-bottom: 2em;
}

body#body-contact div#content div#ourteam {
	background: transparent url(../images/common/content-bg.gif) 382px 0 repeat-y;
}

body#body-contact div#content div.person {
	float: left;
	width: 395px;
	margin-right: 2px;
	background-color: transparent;
}

body#body-contact div#content div.person p{
	width: 370px;
	margin: 0;
}

body#body-contact div#content div.person p strong{
	font-size: 1.3em;
	font-weight: normal;
	color: #f60;
}

/**/
/* =FOOTER */
/**/

div#footer-wrapper {
	clear: both;
	background: url(../images/common/footer-bg.gif) repeat-x;
	height: 100px;
}

div#footer {
	width: 917px;
	text-align: left;
	color: #c30;
	text-transform: uppercase;
	padding-top: 62px;
	margin: 0 auto;
	background: url(../images/common/footer-fold.gif)  856px 0 no-repeat; 
}

div#footer p.copyright{
	float: left;
	padding-left: 35px;

}

div#footer p.contact{
	float: right;
	padding-right: 35px;
}

div#footer a:link, div#footer a:visited {
	color: #c30;
	text-decoration: none;
}

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

/**/
/* =FORMS */
/**/

#email_form div{
	clear: left;
	padding: 10px 0;
}

#email_form label span{
	display: block;
	padding-right: 10px;
	width: 240px;
	float: left;
	text-align: right;
	font-size: 1.2em;
}

#email_form label input,
#email_form label textarea
{
	width: 300px;
}

#email_form div div#checkboxes{
	clear: none;
	padding: 0;
	margin-left: 250px;
}

#email_form div div#checkboxes label{
	display: block;
	margin: 0 0 10px 0;
	width: 300px;
}

#email_form div div#checkboxes label span{
	display: inline;
	padding: 0;
	float: none;
	text-align: left;
	font-size: 1.2em;
	width: 300px;

}


#email_form div div#checkboxes input{
	width: auto;
}


