/* 
Title:     activecore.org
Author:    cathy engberg
Email:     cathy@activecore.org
Updated:   January 2009
*/


	
/* ---PORTFOLIO --- */

	
#primary_portfolio{
	float: left;
	width: 680px;
	}
#primary_portfolio .blurb {
	padding: 10px 0 0 0;
	margin: 0 0 15px 0;
       clear: both;
	float: left;
	width: 680px;
	height: 116px;
	background: url(../img/me8.gif) no-repeat top left;
	border-bottom: 1px dotted #ccc;
	}
#primary_portfolio .blurb p {
	font-size: 85%;
	line-height: 1.3em;
	}

a.thumb:link,  a.thumb:visited{
 	float: left;
	border: 1px solid #ccc;
	padding: 5px;
	margin: 3px;
	background: #f3f7f7
	} 
a.thumb:hover{
	padding: 4px;
	border: 2px solid #7fc31c;
	background: #f3f7f7;
	}
		
/*#sidebar {
	float: right;
	width: 200px;
	}
	
#footer {
	clear: both;
	padding: 0 10px 20px 10px;
	margin: 0;
	background: #fff url(../img/flower.gif) no-repeat;
	border-top: 1px solid #5da31b;
	} 
#footer p {
	font: 85% Verdanda, Arial, Helvetica, sans-serif;
	padding: 20px 10px 5px 95px;
	}	*/
	
/* --- TYPOGRAPHY --- */
#primary_portfolio h1 {
font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 130%;
	color: #5da31b;
	margin: 0;
	padding: 0;
border-bottom: 0px transparent;
	}
		
#primary_portfolio h2 {
	margin: 0;
	padding: 5px 0 0 0;
	font-weight: bold;
	}
	
/* ---GLOBAL BANNER PARTS */ 
#banner_port {
	background: #000 url(../img/ce_banner_wide.gif) no-repeat;
	height: 69px;
	margin: 0;
	padding: 0;
	border-bottom: 7px solid #5da31b;
	} 


/* ---LEFT SIDEBAR --- */

.port_network_box ul, .oldstuff_box ul {
	list-style:none;
	margin:0;
	padding: 0;
	}
.port_network_box ul li {
	padding: 0 0 4px 0;
	}

.port_network_box, .oldstuff_box {
	margin: 15px 0 5px 10px;
}	
.port_network_box p {
	padding: 4px 0 4px 5px;
	}	
#sidebar  h3 {
	font-size: 115%;
	font-weight: bold;
	color: #7fc31c;
	padding: 5px 0 1px 0;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #7fc31c;
	}
#sidebar h3 span{
	color: #ccc;
	padding: 0 1px;
	font-size: 90%;
	}	

.newwork_box {
	background: #eee;
	border: 1px solid #ccc;
	padding: 4px 8px;
	margin: 15px 0 5px 20px;
	}
.newwork_box p {
	font-size: 85%;
	line-height: 1.25em;
	}




#slideshow {
	padding: 4px;
margin: 0 0 15px 0;
background: #fff;
width: 660px;
height: 290px;
text-align: left;
	}
	



/* TOOL TIP */
#contentarea {
}
a.glossarytip {
	color: #399;
	text-decoration: none;
	border-bottom: 1px dotted #399;
	}
a.glossarytip:hover{
    color: #5da31b;
	border-bottom: 1px dotted #5da31b;
}
a.glossarytip:link, a.glossarytip:visited {
	cursor: pointer !important;
	}

div.glossarytip {
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	padding: 5px !important;
	width: 240px;
	border: 2px solid #ccc;
	background-color: #ff9;
	border-width: 1px 2px 2px 1px;
	}

