#bio
{
	float: left;
	width: 450px;
	height: 400px;
}

body
{
	padding: 0;
	margin: 0;
	background: #313131 url('./ab-images/body_bg.png') top left repeat-x;
}

#carousel
{
	float: right;
	width: 400px;
	height: 360px;
	padding: 40px 25px 0px 25px;
}

.clearBoth
{
	clear: both;
}

#container
{
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -450px;
	width: 900px;
}

#footer
{
	width: 900px;
}

#footer .section
{
	width: 230px;
	padding: 20px 20px 0px 50px;
	min-height: 160px;
	float: left;
	margin-top: 20px;
}

#footer .section .item
{
	font-size: 14px;
	color: #b0b0b0;
}

#footer .section .item span
{
	font-size: 14px;
	color: #ffffff;
}

#footer .section .item a, #footer .section .item a:visited
{
	color: #88c425;
	font-weight: bold;
	text-decoration: none;
	padding-left: 20px;
	background: transparent url('./ab-images/page_white_go.png') top left no-repeat;
}

#footer .section .item a:hover
{
	text-decoration: underline;
}

#footerTwitter
{
	background: transparent url('./ab-images/twitter_off.png') bottom left no-repeat;
}

#footerTwitter:hover
{
	background: transparent url('./ab-images/twitter_on.png') bottom left no-repeat;
}

#footerBlog
{
	background: transparent url('./ab-images/blog_off.png') bottom left no-repeat;
}

#footerBlog:hover
{
	background: transparent url('./ab-images/blog_on.png') bottom left no-repeat;
}

#footerDelicious
{
	background: transparent url('./ab-images/del_off.png') bottom left no-repeat;
}

#footerDelicious:hover
{
	background: transparent url('./ab-images/del_on.png') bottom left no-repeat;
}

#header
{
	width: 900px;
	height: 140px;
}

#info
{
	text-align: justify;
	color: #ffffff;
	font-size: 22px;
	line-height: 1.5;
	text-shadow: 1px 1px 1px #000;
}

#menu
{
	width: 450px;
	float: right;
	position: relative;
}

#menu .item
{
	position: absolute;
	top: 0px;
	height: 140px;
	cursor: pointer;
}

#menuBlog
{
	width: 128px;
	right: 308px;
	background: transparent url('./ab-images/blog_btn_off.png') center center no-repeat;	
}

#menuBlog:hover
{
	background: transparent url('./ab-images/blog_btn_on.png') center center no-repeat;	
}

#menuApps
{
	width: 127px;
	right: 181px;
	background: transparent url('./ab-images/apps_btn_off.png') center center no-repeat;
}

#menuApps:hover
{
	background: transparent url('./ab-images/apps_btn_on.png') center center no-repeat;
}

#menuContact
{
	width: 181px;
	right: 0PX;
	background: transparent url('./ab-images/contact_btn_off.png') center center no-repeat;
}

#menuContact:hover
{
	background: transparent url('./ab-images/contact_btn_on.png') center center no-repeat;
}

#social
{
	width: 450px;
	float: left;
	position: relative;
}

#socialTwitter
{
	left: 13px;
	background: transparent url('./ab-images/social/twitter.png') top left no-repeat;
}

#socialTwitterDesc
{
	left: 0px;
}

#socialLinkedIn
{
	left: 103px;
	background: transparent url('./ab-images/social/linkedin.png') top left no-repeat;
}

#socialLinkedInDesc
{
	left: 90px;
}

#socialYouTube
{
	left: 193px;
	background: transparent url('./ab-images/social/youtube.png') top left no-repeat;
}

#socialYouTubeDesc
{
	left: 180px;
}

#socialRSS
{
	left: 283px;
	background: transparent url('./ab-images/social/rss.png') top left no-repeat;
}

#socialRSSDesc
{
	left: 270px;
}

#socialDelicious
{
	left: 373px;
	background: transparent url('./ab-images/social/delicious.png') top left no-repeat;
}

#socialDeliciousDesc
{
	left: 360px;
}

#social .desc
{
	position: absolute;
	z-index: 2;
	text-align: center;
	width: 90px;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	top: -40px;
}

#social .icon
{
	position: absolute;
	width: 64px;
	height: 64px;
	z-index: 4;
	margin-top: 38px;
	top: 0px;
	cursor: pointer;
}

#subTitle
{
	text-align: center;
	color: #460784;
	font-weight: bold;
	font-size: 32px;
	padding-bottom: 10px;
	text-shadow: 1px 1px 1px #000;
}

#title
{
	font-size: 60px;
	color: #ffffff;
	text-align: center;
	font-family: Georgia, "Times New Roman", serif;
	padding: 20px 0px 5px 0px;
	text-shadow: 1px 1px 1px #000;
}