@charset "utf-8";
/* CSS Document */

#profile{
	z-index:0;
}
#profileHeader{
	position:relative;
}
#profileBody{
	position:relative;
	background-image:url(/images/profile/profileMain.gif);
	width:617px;
	min-height:300px;
	text-align:left;
}
#profilePhoto{
	position:absolute;
	top:-45px;
	left:-20px;
	width:280px;
	height:328px;
	padding:26px 0 0 32px;
	background-image:url(/images/members/largebg.png);
	background-repeat:no-repeat;
}
*HTML #profilePhoto{
	width:248px;
	height:302px;
}
HTML* #profilePhoto{
	width:248px;
	height:302px;
}
#profileText{
	position:absolute;
	top:0px;
	left:260px;
	width:300px;
}
#profileFooter{
	position:relative;
}

#blogHeader{
	position:relative;
}
#blogMain{
	position:relative;
	background-image:url(/images/home/blogMain.gif);
	width:338px;
	height:250px;
	/*height:290px;*/
	text-align:left;
}
#blogText{
	display:block;
	width:250px;
	margin-left:30px;
	color: #000000;
}

.blogText span{
	background-color:#b2a99e;
	color:#FFFFFF;
	font-weight:bold;
}
.blogText a:link, .blogText a:visited{
	background-color:#f7941e;
	color:#FFFFFF;
}
.blogText a:hover{
	background-color:#df5200;
	color:#FFFFFF;
}

#blogFooter{
	position:relative;
}
#laptop{
	position:absolute;
	top:-50px;
	left:140px;
	z-index:50;
}

a.presentationLink {
	color: #000000;
	background-color: #ffef3c;
}

.profileImageOutline {
	border: 1px solid #ffffff;
	margin-right: 12px;
}


/* TEXT STYLES */
.profileTextWhite{
	background-color:#FFFFFF;
	color:#000000;
	font-weight:bold;
}

.profileTextBlack{
	background-color:#000000;
	color:#FFFFFF;
	font-weight:bold;
}

.profileTextBrown{
	background-color:#666666;
	color: #ffffff;
	font-weight:bold;
}

.profileTextBrown a {
	background-color:#a27c28;
	color: #ffffff;
}

.profileTextBrown a:hover {
	background-color:#000000;
	color: #ffffff;
} 
.profileTextYellow{
	background-color:#ffef3c;
}
.profileText span{
	background-color:#9c4000;
	color:#FFFFFF;
}
.profileText a:link{
	background-color:#ffb70b;
}
.profileText a:hover{
	background-color:#c48d09;
}
.blogTextPink{
	background-color:#f352df;
	color: #ffffff;
}
.blogTextPink a {
	background-color:#f352df;
	color: #ffffff;
}
.blogTextPink a:hover {
	background-color:#8c2b80;
	color: #ffffff;
}

/* new for 2008*/

#rightColAligner {
	text-align:left;
	padding-left:40px;
	width:270px;
}

#rightColBG {
	height:336px;
	background-image:url(../images/layout/cutout_deep.png);
}
.profileTextOrange {
	color:#FFFFFF;
	background-color:#ff950d;
	font-weight:bold;
}

a.blackLink {
	color:#FFFFFF;
	background-color:#000000;
}

a.blackLink:hover {
	color:#000000;
	background-color:#FFFFFF;
}
