/*--------------------------------------------------
  GENERAL STYLES
--------------------------------------------------*/

body
{
	margin:20px 20px 20px 20px;
	background:#fff;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: small;
}

h1
{
	color: #888;
	font-weight: 700;
	font-size: x-large;
}

h2
{
	color: #888;
	font-weight: 600;
	font-size: large;
	margin: 0;
	margin-bottom: 8px;
}

a:link, a:visited { color: #000; }
a:hover { color: #000; }

strong
{
	color: #000;
	font-weight: 700;
}

hr { display: none; }

.gap
{
	clear: both;
}

.footer
{
	padding: 6px;
	clear: both;
}

a.foot_link
{
	color: #8bf;
	display: none;
}

.unlink
{
	font-style: italic;
}

.unlink_2
{
	display:none;
	font-style: italic;
}

.hide
{
	display:none;
}

/*--------------------------------------------------
  TABLE OF CONTENTS
--------------------------------------------------*/

.toc
{
	/*background: #fbb;*/
	padding-top: 10px;
	padding-bottom: 12px;
	border-top: 1px dotted #888;
	border-bottom: 1px dotted #888;
	display: none;
}

.views
{
	display: none;
}

/*--------------------------------------------------
  PERSONAL INFO
--------------------------------------------------*/

.personal
{
	float: left;
	width: 30%;
	/*background: #dff;*/
	/*border-right: 1px dotted #888;*/
}

.personal_body
{
	/*padding: 3px;*/
}

.personal_name
{
	font-weight: 700;
}

/*--------------------------------------------------
  SKILLS
--------------------------------------------------*/

.skills
{
	float: right;
	width: 65%;
	/*background: #ffd;*/
	/*border-left: 1px dotted #888;*/
	height: auto;
}

.skills_body
{
	/*padding: 3px;*/
}

/*--------------------------------------------------
  EMPLOYMENT
--------------------------------------------------*/

.employment
{
	clear: left;
}

.job
{
	background: #fdf;
}

.job_company
{
	width: 30%;
	float: left;
}

.job_instance
{
	width: 65%;
	float: right;
}

.job_company_name
{
	font-weight: 700;
}

.job_title
{
	font-weight: 700;
}

.job_date
{
	color: #88f;
}


/*--------------------------------------------------
  EDUCATION
--------------------------------------------------*/

.education
{
	clear: both;
}

.school
{
	width: 30%;
	float: left;
}

.school_name
{
	font-weight: 700;
}

.course
{
	width: 65%;
	float: right;
}

.course_title
{
	font-weight: 700;
}

.course_date
{
	color: #88f;
}

/*--------------------------------------------------
  HOBBIES
--------------------------------------------------*/

.hobbies
{
	float: right;
	width: 65%;
	/*background: #ffd;*/
	/*border-left: 1px dotted #888;*/
	height: auto;
}

.hobbies_body
{
}

/*--------------------------------------------------
  REFERENCES
--------------------------------------------------*/

.references
{
	float: left;
	width: 30%;
}

.referee
{
}

.ref_name
{
	font-weight: 700;
}

.ref_company
{
	color: #88f;
}

