/********************************/
/* In All Reality (Ryan's Site)	*/
/* Homepage Stylesheet			*/

/********************************/
/* General Formatting			*/
#content h3 a {
	color: #666;
}

/********************************/
/* About						*/
#home_about {
	background: url(../images/bkgrd_about.jpg) no-repeat;
	margin: 0 0 24px 0;
	padding: 36px 0 86px 42px;
	position: relative;
}
#home_about blockquote {
	background: url(../images/img_about.gif) no-repeat;
	height: 273px;
	text-indent: -999em;
	width: 631px;
}
#home_about blockquote p {
	margin: 20px 0;
}
#home_about blockquote a {
	display: block;
	height: 28px;
	position: absolute;
}
#home_about blockquote a:hover {
	border-bottom: dotted 2px #482A15;
}
#home_about blockquote a#design {
	left: 277px;
	top: 123px;
	width: 318px;
}
#home_about blockquote a#dev {
	left: 120px;
	top: 160px;
	width: 147px;
}
#home_about blockquote a#blog {
	left: 401px;
	top: 160px;
	width: 92px;
}
#home_about blockquote a#resume {
	left: 153px;
	top: 199px;
	width: 174px;
}
#home_about blockquote a#about {
	left: 88px;
	top: 262px;
	width: 161px;
}

/********************************/
/* Recent Work					*/
#home_folio {
	float: left;
	padding: 0 0 0 42px;
	width: 254px;
}
#home_folio .wrap {
	margin: 12px 0 0 0;
}
#home_folio .border {
	border-bottom: dotted 2px #CCC;
}
#home_folio h3 {
	font-size: 0.95em;
	line-height: 1.00em;
}
#home_folio h3 a:hover {
	background: #B04622;
	color: #FFF;
	text-decoration: none;
}
#home_folio p {
	margin: 1.25em 0 0.75em 0;
}
#home_folio img {
	border: solid 5px #FFF;
}
#home_folio .more {
	clear: both;
	font-size: 0.69em;
	padding: 0 0 12px 0;
	text-align: right;
}
#home_folio .more a:hover {
	color: #000;
	text-decoration: none;
}
#home_folio a span {
	color: #333;
}


/********************************/
/* Latest Article				*/
#home_article {
	float: left;
	padding: 0 24px 0 36px;
	width: 394px;
}
#home_article h3 {
	font-size: 0.95em;
	line-height: 1.00em;
	padding: 0 3.00em 0 0;
}
#home_article h3 a:hover {
	background: #B04622;
	color: #FFF;
	text-decoration: none;
}
#home_article img {
	border: solid 5px #FFF;
	float: left;
}
#home_article .excerpt {
	margin: 0 0 0 168px;
}
#home_article ul {
	clear: both;
	float: right;
	font-size: 0.70em;
	list-style: none;
	margin: 0;
}
#home_article li {
	float: left;
	margin: 0 0 0 2.00em;
}
#home_article li a span {
	color: #333;
}

/********************************/
/* Other Nifty Things			*/
#home_niftiness {
	float: right;
	padding: 24px 0 0 36px;
	width: 418px;
}
#home_niftiness ul {
	list-style: none;
	margin: 0;
}
#home_niftiness li {
	float: left;
	width: 208px;
}
#home_niftiness a {
	color: #333;
	display: block;
	float: left;
	font-size: 1.15em;
	line-height: 1.35em;
	margin: 0 0 24px 10px;
	min-height: 54px;
	padding: 12px 0 0 88px;
}
#home_niftiness a:hover {
	color: #48799B;
	text-decoration: none;
}
#home_niftiness li.folio a {
	background: url(../images/ico_folio.jpg) no-repeat;
}
#home_niftiness li.contact a {
	background: url(../images/ico_contact.jpg) no-repeat;
	padding-top: 18px;
}
#home_niftiness li.blog a {
	background: url(../images/ico_blog.jpg) no-repeat;
}
#home_niftiness li.rss a {
	background: url(../images/ico_rss.jpg) no-repeat;
}
