#landing #layout { 
	background:url(/images/info/landing/background.png) repeat-y;
}

/* CONTENT */
#landing #content .intro,
#landing #content .languages,
#landing #content .search,
#landing #content .best,
#landing #content .reviews {
	background:white;
}

#landing #content .intro,
#landing #content .reviews {
	padding:0.1em 24px 12px 24px;
	overflow: hidden;
}
#landing #content .best,
#landing #content .newpeople,
#landing #content .recpeople {
	font-size:1em; 
	padding:0.1em 24px 24px 24px;
	overflow: hidden;
}

#landing #content .intro h2 {
	float: left;
	color:#9ED652;
	font-size:2em;
	line-height:1.2em;
	margin: 0.5em 0 0.2em 0;
}
#landing #content .intro h3 {
	float: right;
	color:#9B9C8D;
	font-size:1em;
	line-height:1.2em;
	margin:1.9em 0 0 0;
}

#landing #content .languages {
	padding:0 24px 24px 24px;
}
#landing #content .languages h3 {
	color:#9B9C8D;
	font-size:1em;
	line-height:1.2em;
	display: inline;
	margin-bottom: 5em;
}
#landing #content .languages ul {
	list-style-type: none; 
	display:inline;
}
#landing #content .languages li {
	display: inline; 
	padding-right: 5px;
}


#landing #content .search table {	
	margin-left: auto;
	margin-right: auto;
}
#landing #content .search table td {
	padding: 0.2em 0.2em 0.2em 0.3em;
}
#landing #content .search table th {
	font-weight: normal;		/* remove bold */
	font-size: 15px;
	padding: 0.2em 0.2em 0.2em 0.2em;
}
table.striped td {
	padding: 0.2em 0.2em 0.2em 0.3em;
}


#landing #content .best h3,
#landing #content .reviews h3 {
	color:#9B9C8D;
	font-size:1.5em;
	line-height:1.2em;
	margin-bottom: 1em;	
}
#landing #content .best      h4,
#landing #content .reviews   h4,
#landing #content .newpeople h4 {
	text-transform:capitalize;
	font-size:1.1em;
	margin-bottom: 0.5em;	
}

#landing #content .reviews   h4,
#landing #content .newpeople h4 {
	display: inline;
}

#landing #content .best .skills {
	background: white url(/images/info/landing/best/background.png) repeat-y;
	overflow: hidden;
}

#landing #content .best .skills .skill { 
	display:block;
	width:115px; 
	float:left;
	padding: 0 10px 0 10px;
}

#landing #content .comment p,
#landing #content .person  p {
	padding-bottom: 0.2em;
}

#landing #content .newpeople h3 {
	margin-top: 0.5em;
}

#landing #content .newpeople h3,
#landing #content .recpeople h3 {
	color:#83B344;
	font-size:1.5em;
	line-height:1.2em;
	margin-bottom: 1em;	
}

#landing #content .name {
	clear: left;
	padding: 5px 0 20px 0;
}

#landing #content .skillsets ul,
#landing #content .speaks    ul {
	list-style-type: none; 
	display:inline;
}
#landing #content .skillsets li,
#landing #content .speaks    li {
	display: inline; 
	padding-right: 5px;
}

#landing #side .photos a {
	margin-right: 4px;
}

#landing #side .skills,
#landing #side .recpeople {
	padding:0.1em 24px 24px 24px;
	overflow: hidden;
	color: #D3FF99;
}

#landing #side .photos,
#landing #side .skills {
	background: #83B344;
}

#landing #side .skills    h3,
#landing #side .recpeople h3 {
	color:#D3FF99;
	font-size:1.5em;
	line-height:1.2em;
	margin: 1em 0 1em 0;
}
#landing #side .skills h3 a:link,
#landing #side .skills h3 a:visited {
	color:#D3FF99;
}

#landing #side .skills    a:link, 
#landing #side .skills    a:visited,
#landing #side .recpeople a:link, 
#landing #side .recpeople a:visited {
	color:white;
	font-weight:bold;
}
#landing #side .skills    a:hover,
#landing #side .recpeople a:hover { 
	color:#D3FF99; 
}

#landing #side .skills li {
	list-style: none;
	padding-bottom: 5px;	
}
#landing #side .recpeople li {
	list-style: none;
	padding-bottom: 10px;	
}
