/*-------------------------------------------

              Title :  Webdesign Veteran
              Usage :  Homepage
              Author:  Adam Roberts

---------------------------------------------*/


/*====================TOC====================

                1. Latest News
                2. Hightlighted Work
                3. Sidebar

=============================================*/



/* 1. Latest News
---------------------------------------------*/
#latestnews {
	width: 639px;
	margin-left: 10px;
	}

#latestnews h3 {
	font: normal 12px Cambria, serif;
	color: #69727f;
	text-transform: uppercase;
	width: 100%;
	padding-bottom: 5px;
	border-bottom: 1px solid #dfdfd8;
	}

#latestnews div {
	width: 200px;
	float: left;
	margin-top: 10px;
	}

#latestnews div p {
	font: bold 12px Cambria, serif;
	color: #7a818b;
	margin-bottom: 5px;
	}

#latestnews div p a {
	color: #49515c;
	}

#latestnews div + div {
	float: left;
	width: 430px;
	margin-top: 0px;
	}

#latestnews div + div h1 a {
	font: bold 18px Cambria, serif;
	color: #49515c;
	}

#latestnews div + div p {
	font: 12px Arial;
	color: #49515c;
	line-height: 24px;
	margin-top: 10px;
	margin-bottom: 20px;
	}

#latestnews div + div p a {
	color: #49515c;
	font-weight: bold;
	}


/* 2. Highlighted Work
---------------------------------------------*/
#highlightedwork {
	float: left;
	width: 639px;
	margin-top: 20px;
	margin-left: 10px;
	}

#highlightedwork h3 {
	font: normal 12px Cambria, serif;
	color: #69727f;
	text-transform: uppercase;
	width: 100%;
	padding-bottom: 5px;
	border-bottom: 1px solid #dfdfd8;
	margin-bottom: 10px;
	}

#highlightedwork #first, #second, #third {
	width: 205px;
	float: left;
	}

#highlightedwork #second, #third {
	margin-left: 12px;
	}

#highlightedwork a img {
	border: 3px solid #e8e8e8;
	}

#highlightedwork a img:hover {
	border: 3px solid #6e6e6e;
	}

#highlightedwork h4 {
	font: bold 14px Cambria, serif;
	color: #49515c;
	margin-top: 10px;
	}

#highlightedwork p {
	font: bold 11px Arial;
	color: #8594aa;
	margin-top: 5px;
	}


/* 3. Sidebar
---------------------------------------------*/
#latestposts h3 {
	font: normal 12px Cambria, serif;
	color: #69727f;
	text-transform: uppercase;
	width: 100%;
	padding-bottom: 5px;
	border-bottom: 1px solid #dfdfd8;
	}

#latestposts ul li {
	padding-top: 10px;
	border-bottom: solid 1px #e6e5dd;
	padding-bottom: 10px;
	}

#latestposts ul li h4 a {
	font: 12px Arial;
	color: #49515c;
	}

#latestposts ul li p {
	font: 11px Arial;
	color: #868a91;
	}