@charset "utf-8";
/* copyright craig m. clark */
/* colors, purple = #6a0b69, grey = #e6e6e6, light purple = #a657a5*/



body {
	background:url('images/back.png') repeat-y fixed center;
	font-family: "myriad-pro-1","myriad-pro-2",sans-serif;
	font-weight: 400;
}

.img {
	border:0px;
}
p {
	font-size: 13px;
	line-height: 18px;
	color:#fff;
	font-family: "myriad-pro-1","myriad-pro-2",sans-serif;
	font-weight: 400;
}

span.header {
	font-size: 20px;
	font-weight: bold;
	color: #a657a5;
}

#obsessions {
	background-image:url(images/o_break.png);
	background-repeat:no-repeat;
	background-position:top-right;
	padding-top:25px;
	margin-top:20px;
	width: 665px;
	position: relative;
	color:#FFF;
	line-height: 24px;
}

#friends {
	background-image:url(images/fr_break.png);
	background-repeat:no-repeat;
	background-position:top-right;
	padding-top:18px;
	margin-top:20px;
	width: 665px;
	position: relative;
	color:#FFF;
	float:left;
}

#column {
	width:221px;
	float:left;
}

a {
	color: #e39ee2;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration:underline;

}
a:active {
	background: #a657a5;
}



#container {
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
	width: 900px;
	position: relative;
	color:#FFF;
}


#content {
	background-image:url(images/p_break.png);
	background-repeat:no-repeat;
	background-position:top;
	padding-top:38px;
	margin-top:-5px;
	width: 900px;
	position: relative;
	color:#FFF;
}

ul, li {
    list-style-type: none;
	line-height: 17px;
}

li {
	margin: 10px 0 0 0;
}

span.description {
	font-size: 11px;
	line-height: 18px;
	font-style:italic;
	font-weight:bold;
	color: #a657a5;
	margin-bottom:16px;
	
}


#about {
	width:667px;
	float:right;
	padding:0px 0px 0px 0px;
	font-size:13px;
	line-height:20px;
	position: relative;
}

#profilepic {
	width: 208px;
	float: left;
	border-right: 2px solid #844d7f;
	font-size:13px;
	height: 100%;
}

#obsess {
	width:300px;
	float:left;
	padding:20px 0px 15px 10px;
	font-size:9pt;
}

#aboutcontent {
	size: 900px;
	background-image:url(images/p2_break.png);
	background-repeat:no-repeat;
	background-position:top;
	padding-top:40px;
	margin-top:30px;
	height: 785px;
}

#connectcontent {
	size: 900px;
	background-image:url(images/f_break.png);
	background-repeat:no-repeat;
	background-position:top;
	padding-top:30px;
	margin-top:30px;
}

#contact {
	size: 208px;
	background-image:url(images/c2_break.png);
	background-repeat:no-repeat;
	background-position:top;
	padding-top:25px;
	margin-top:15px;
	line-height: 19px;
	font-size:13px;
}

#resume {
	size: 208px;
	background-image:url(images/r_break.png);
	background-repeat:no-repeat;
	background-position:top-left;
	padding-top:25px;
	margin-top:15px;
	line-height: 17px;
	font-size:11px;
	margin-right:20px;
}

#toccontainer {
	width:900px;
	margin-top: 20px;
}

#footer {
	font-size:10px;
	text-align: center;
	margin:30px 0px 20px 0px;
}

#connect {
	font-size:12px;
	margin: 5px 0px 0px 0px;
	text-align: center;
	
}

#toc {
	width: 208px;
	margin-top:10px;
	border-right: 2px solid #844d7f;
	height: 170px;
	font-size:15px;
	padding-top:10ox;
	font-weight:bold;
}


#toc ul {
	padding: 0px;
	margin-top:7px;
}

#toc ul li {
	list-style:none;
	padding: 0 0 0 0px; 
	display: block;
	list-style-type:none;
	margin: 0;
	font-size: 12px;
	line-height: 22px;
	font-weight:200;
}

#toc ul li a {
	color: #dfbbdb;
	text-decoration: none;
	font-weight: bold;
}

#toc ul li a:hover {
	color: #fff;
	font-style:italic;
	font-weight: bold;

}
#toc ul li a:active {
	background: #a657a5;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #CCC;
	font-style:italic;

}
#footer a:active {
	background: #a657a5;
}
