@charset "utf-8";

/*--------------------------------------
	Style Name : Profile Style Sheet

	content
--------------------------------------*/


/*--------------------------------------
	div#content
--------------------------------------*/

/*	div.section
--------------------------------------*/

#content div.section {
	margin-bottom:100px;
}

#content div.section h2.section-title {
	margin-bottom:15px;
}

#content * div.section {
	margin-bottom:20px;
	padding-left:20px;
	padding-right:20px;
	position:relative;
	min-height:230px;
}

* html #content * div.section {
	height:auto !important;
	height:230px;
}

#content * div.section h3.section-title {
	margin:0 0 15px -10px;
	padding-left:8px;
	height:30px;
	background-color:#eee;
	font-size:117%;
	font-weight:normal;
	line-height:30px;
}

#content * div.section div.section-pic {
	position:absolute;
	top:180px;
	right:60px;
}

#content * div.section div.section-block {
	margin-bottom:1.5em;
	padding-left:20px;

}

#content * div.section div.section-block h4.title {
	margin:0;
	color:#689b50;
}

#content * div.section div.section-block h4.entry {
	margin:0;
	color:#cc0000;
}

