/*---------------------------------
Learning Objects Studio Stylesheet
Designer: Wolasi Kofi Konu 
-----------------------------------*/

body {
	background-color: #FFFFFF;
	font: 62.5%/1.7em "Arial", sans-serif;
	color: #333;
}

html, body {
	margin: 0;
	padding: 0;

	width: 100%;
	height: 100%;
}

div.clearer {
	clear: left;
	line-height: 0em; 	
	margin: 0;
	padding: 0;
	height: 0;
}

#content a:link {
	color: #0033CC;
	border-bottom: 1px dotted #0033CC;
	padding-bottom: .1em;
	text-decoration: none;
}

#content a:visited {
	color: #663399;
	border-bottom: 1px dotted #663399;	
	text-decoration: none;
}

#content a:hover, #content a:active {
	color: #990000;
	border-bottom: 1px solid #990000;
	text-decoration: none;
}

#content ul {
	list-style: square;
}

#content ul ul {
	list-style: circle;
}


/*=TEXT PROPERTIES
--------------------------------*/
h1, h2, h3 {
	color: #669900;
	clear: both;
	font-weight: normal;
	line-height: 1.2em;
}

h1 {
	font-size: 2em;/*	
	margin-top: .6em;*/
	margin-bottom: .2em;
}

h2 {
	font-size: 1.8em;/*	
	margin-top: .6em;*/
	margin-bottom: .2em;
}

h3 {
	font-size: 1.6em;
	margin-bottom: .2em;
}

.info-box h3 {
	margin-top: 0;
}

.more-articles h3 {
	line-height: normal;
	margin: 0;
	padding: 0;
}

h4 {
	color: #669900;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.2em;
	margin-top: 1em;
	margin-bottom: .2em;
}

h5 {
	color: #669900;
	font-size: 1em;
	font-weight: normal;
	margin-top: 0;
}

.article-listing h5 {
	padding: 5px 25px 5px 0;
	border-bottom: 1px dotted #ccc;
}

#content p, #footer p {
	margin-top: 0;
}

#main-nav li, #sub-nav li, #bread-crumbs li, #jump-links li {
	font-size: 1.3em;
	line-height: normal;
}

.single-column-content, .double-tri-column-content, .project-listing, #workbook, #workbook-help, #roles, #assessment, #collaboration, #process-diagram  {
	font-size: 1.3em;
	line-height: 1.7em;
}

.grey-box, #footer, .tri-column-content, .article-listing, .more-articles {
	font-size: 1.2em;
	line-height: 1.6em;
}

.article-info, .article-category {
	font-size: .9em;
	color: #999;
}

/*=SECTION COLOR SCHEMES
--------------------------------*/

#home-page #bread-crumbs {
	background-color: #FF9900;
}

#news-section #bread-crumbs {
	background-color: #A9CC4A;
}

#projects-section #bread-crumbs {
	background-color: #B5D4FA;
}

#about-us #bread-crumbs, #the-big-idea #bread-crumbs, #our-process #bread-crumbs {
	background-color: #CCC;
}
/*
#the-big-idea #bread-crumbs {
	background: #BDC6BB;
}

#our-process #bread-crumbs {
	background: #A5B19F;
}
*/
#people #bread-crumbs {
	background-color: #F4BB00 ;
}


/*=LAYOUT PROPERTIES
--------------------------------*/
#container {
	margin: 0;
	padding: 0;	
	width: 100%;
}

#header {
	background: #F4BB00 url(images/header.gif) no-repeat;
	clear: right;
	padding: 0;
	margin: 0;	
	height: 75px;
}

#content {
	clear: left;
	float: left;
	margin: 0;
	padding: 0 0 20px 60px;
	width: 690px;
}

#home-page #content {
	padding: 0 0 0 60px;
}

.single-column {
	clear: left;
	width: 681px;
}

.double-tri-column {
	float: left;		
	width: 454px;
}

.tri-column {
	float: left;	
	width: 227px;
}

.double-column {
	float: left;
	width: 340px;	
}

.grey-box {
	background: #e4e4e4;
	float: left;
	width: 681px;
}

#footer {
	background: #FFF;
	clear: left;
	margin: 0 0 0 60px;
	padding: 5px 0 20px 0;
	
	width: 681px;
	border-top: 1px solid #ccc;
	color: #666;
}

#footer a:link, #footer a:visited {
	border-bottom: 1px dotted #999;
	color: #666;
	padding-bottom: .1em;
	text-decoration: none;
}

#footer a:hover {
	border-bottom: none;
}

/*=MAIN NAVIGATION
--------------------------------*/
#main-nav {
	background-color: #000;
	float: left;
	margin: 0;
	padding: 0;
	width: 514px;
}

#main-nav ul {
	margin: 0;
	padding: 0 0 0 20px;
	list-style: none;
}

#main-nav li {
	float: left;
	margin: 0;
	padding: 5px 15px 5px 0;
}

#main-nav a:link, #main-nav a:visited {
	color: #fff;
	text-decoration: none;
}

#main-nav a:hover {
	color: #FFCC00;
}

#main-nav #current-page a {
	color: #FFCC00;
}


/*=SUB NAVIGATION
--------------------------------*/
#sub-nav {
	background-color: #333;
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	width: 681px;
}

#sub-nav ul {
	margin: 0;
	padding: 0 10px;
	list-style: none;
}

#sub-nav li {
	float: left;
	margin: 0;
	padding: 5px 20px 5px 0;
}

#sub-nav a:link, #sub-nav a:visited {
	color: #fff;
	border: none;
	text-decoration: none;
}

#sub-nav a:hover {
	border: none;
	color: #CCFF00;
}

#sub-nav #current-page a {
	color: #CCFF00;
}


/*=BREAD CRUMBS
--------------------------------*/
#bread-crumbs {
	color: #000;
	float: left;
	margin: 0;
	padding: 0;
	width: 681px;
}

#bread-crumbs ul {
	margin: 0;
	padding: 0 10px;
	list-style: none;
}

#bread-crumbs li {
	float: left;
	margin: 0;
	padding: 5px 5px 5px 0;
}

#bread-crumbs a:link, #bread-crumbs a:visited {
	color: #000;
	border: none;
	text-decoration: none;
}

#bread-crumbs a:hover {
	color: #336600;
}


/*=JUMP LINKS
--------------------------------*/
#jump-links {
	background: #FFF url(images/arrow.gif) no-repeat left center;
	float: left;
	margin: 0;
	padding: 0;
	width: 681px;
	border-bottom: 1px solid #ccc;
}

#jump-links ul {
	margin: 0;
	padding: 0 17px;
	list-style: none;
}

#jump-links li {
	float: left;
	margin: 0;
	padding: 5px 15px 5px 0;
}

#jump-links a:link, #jump-links a:visited {
	color: #000;
	border: none;
	text-decoration: none;
}

#jump-links a:hover {
	color: #006699;
}


/*=CONTENT
--------------------------------*/
.single-column-content {
	padding: 1px 0 5px 0;
}

/*double-tri-column and tri-column content styles*/
.double-tri-column-content, .tri-column-content {
	padding: 1px 25px 5px 0;
}

.tri-column-content ul {
	margin: 0;
	padding-left: 15px;
}
 

.back-to-top {
	background: url(images/up_arrow.gif) no-repeat left center;
	padding-left: 14px;
}

.image-border {
	margin: 0 15px 0 0;
	padding: 3px;
	border: 1px solid #ccc;
}

.popup-content {
	font-size: 1.2em;
	padding: 0 20px;
}


/*=HOME PAGE
--------------------------------*/
.project-description {
	float: right;
	margin: 0;
	padding: 0;
	width: 375px;
}


/*=NEWS SECTION
--------------------------------*/
.article-title {
	padding: 0;
	margin-bottom: .4em;
}

#news-section .article-title a:link {
	border: none;
	color: #669900;
	text-decoration: none;
}

#news-section .article-title a:visited {
	border: none;
	color: #663333;
	text-decoration: none;
}


#news-section .article-title a:hover, #news-section .article-title a:active {
	border: none;
	color: #006699;
	text-decoration: none;
}

.article-category {
	display: inline;	
	margin-top: .2em;
	padding: .2em 0;
	border-top: 1px dotted #999;
}

.article-continued {
	background: url(images/right_arrow.gif) no-repeat right center;
	display: inline;
	padding-right: 14px;
}

.article-info {
	display: block;
	margin: .2em 0;
	padding: .2em 0;	
	border-top: 1px solid #ccc;
}

.article-listing {
	padding: 0 0 5px 0;
}

.more-articles {
	clear: left;
	background: url(images/arrow.gif) no-repeat 0px 50%;
	margin: 0;
	padding: 5px 0 6px 18px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.tri-column .more-articles {
	border-top: none;
}

.sign-up-btn {
	vertical-align: top;
}

/*=PROJECTS SECTION
--------------------------------*/
#project-splash {
	border-bottom: 1px solid #CCC;
	float: left;
	height: 50px;
	margin: 0;
	padding: 0;
}

#project-splash a:link, #project-splash a:visited, #project-splash a:hover, #project-splash a:active  {
	border: none;
	padding: 0;
	margin: 0;
}

#project-filter {
	margin: 0;
	padding: 5px 10px 0;	
}

#project-filter form {
	margin: 0;
	padding: 1px 0;
}

.project-listing {
	padding: 1px 15px;
}

.project-thumbs {
	float: left;
	margin: 0 15px 15px 0;
	padding: 3px;
	border: 1px solid #ccc;
}

.project-listing p {
	clear: both;
}

#project-feedback {
	margin: .5em 0 0 0;
	padding: 10px 15px;	
	border: 1px solid #ccc;
}

/*=OUR PROCESS
--------------------------------*/
.info-box {
	margin: .5em 0;
	padding: 0 15px 0;
	border-left: 1px dotted #999;
}

#workbook, #workbook-help, #roles, #assessment, #collaboration, #process-diagram {
	padding: 1px 0 0 45px;
}

#workbook {
	background: url(images/workbook.gif) no-repeat 0 15px;
}

#workbook-help {
	background: url(images/workbook_help.gif) no-repeat 0 15px;
}

#roles {
	background: url(images/roles.gif) no-repeat 0 15px;
}

#assessment {
	background: url(images/assessment.gif) no-repeat 0 15px;
}

#process-diagram {
	background: url(images/process.gif) no-repeat 0 15px;
}

