
/* home page divisions */

#news {
	float: left;
	margin: 10px 10px 10px 2px;
	padding: 0;
	width: 296px;
	border: 1px solid #ff0;
	text-align: left;
}

html>body #news {
	width: 300px;
}

/* news paragraph text */
#news p {
	padding: 0 5px 10px 5px;
	margin: 0;
}

/* news post titles */
#news h2 {
	padding: 0 5px;
	margin: 0;
	font-weight: bold;
}

#news h3 {
	margin: 0;
	padding: 0 5px;
	font-size: 70%;
	font-weight: normal;
	color: #666;
}

/* home page project thumbnails */
#projects {
	margin: 10px 2px 10px 0;
	margin-left: 315px;
	padding: 0;
	width: 456px;
	border: 1px solid #ff0;
	text-align: center;
}

html>body #projects {
	width: 460px;
}

#projects img {
	border: 1px solid #060;
}

/* home page division */
#sidebyside {
	width: 460px;
	margin: 10px 2px 10px 315px;
	padding: 0;
}

/* home page division for services */
#services {
	float: left;
	width: 281px;
	margin: 0 0 4px 0;
	padding: 0;
	border: 1px solid #ff0;
	background: #c4c76c;
	color: #333;
	text-align: left;
}

html>body #services {
	width: 285px;
}

/* home page division for links and contact */
#linkscontact {
	float: left;
	width: 156px;
	margin-left: 10px;
	border: 1px solid #ff0;
	padding: 0;
	background: #ffc;
	color: #333;
}

html>body #linkscontact {
	width: 160px;
}

/* home page headings for news and projects */
#news h1, #projects h1 {
	margin-top: 0;
	padding: 0;
	line-height: 24px;
	border-bottom: 12px solid #ff0;
	text-align: right;
}

/* home page headings for services, about, contact */
#services h1, #linkscontact h1 {
	margin-top: 20px;
	text-align: right;
	line-height: 22px;
	color: #333;
	background: #fff;
}

/* home page news and projects heading links */
#news h1 a:link, #news h1 a:visited, #news h1 a:active,
#projects h1 a:link, #projects h1 a:visited, #projects h1 a:active,
#services h1 a:link, #services h1 a:visited, #services h1 a:active,
#linkscontact h1 a:link, #linkscontact h1 a:visited, #linkscontact h1 a:active {
	text-decoration: none;
	color: #333;
	background: transparent;
	padding-right: 15px;
}

/* home page news and projects heading hover */
#news h1 a:hover,
#projects h1 a:hover,
#linkscontact h1 a:hover {
	display: block;
	color: #000;
	background: #c4d79c;
}

#services h1 a:hover {
	display: block;
	color: #000;
	background: #ffffb2;
}

ul.urllist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.urllist li {
	margin: 0;
	padding: 0;
	display: inline;
}

ul.urllist li a:link, ul.urllist li a:visited, ul.urllist li a:active {
	display: block;
	font-size: 95%;
	font-weight: normal;
	color: #333;
	background: transparent;
	text-align: right;
	padding: 0 15px 0 10px;
	text-decoration: none;
}

ul.urllist li a:hover {
	color: #060;
	background: #ff6;
	border-left: 8px solid #060;
}

.padded {
	margin: 8px;
	text-align: left;
	font-size: 95%;
}

p.right {
	margin: 0;
	text-align: right !important;
	padding: 0 3px 0 0;
	font-size: 85%;
}

.permalink {
	margin: 0 4px 0 0;
}

