/* @override http://carloslage.net/simple.css */

/* @group Layout */

body 
{
	width:  1200px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 1em;
}

/* @end */

/* @group Sweet Button List */
/*
ul.sweetButtonList 
{
	margin: 10px 0 0 0;
	list-style-type: none;
	padding: 0 0 0 5px;
}

ul.sweetButtonList li 
{
	margin: 0 0 20px 0;
}

ul.sweetButtonList a:link, ul.sweetButtonList a:visited 
{
	font-size: 1.2em;
	color: #fff;
	background: #000;
	text-decoration: none;
	padding: 5px;
	border: 2px solid #fff;
}

ul.sweetButtonList a:hover 
{
	color: #000;
	background: #fff;
	border: 2px solid #000;
}

ul.sweetButtonList a:active 
{
  margin: 1px -1px -1px 1px;
}


*/
/* @end */

/* @group Header */

#header 
{
	float: left;
	margin: 50px 0 40px 0;
}

#header h1 
{
	font-weight: normal;
	font-size: 4em;
	margin: 0;
}

#header h2 
{
	font-weight: normal;
	font-size: 1.4em;
	margin: 0;
}

#header h3 
{
	font-weight: normal;
	font-size: 2.5em;
	margin: 0;
}



/* @end */

/* @group Content */

#content 
{
	float: left;
	width: 650px;
}

#content h1 
{
	font-weight: normal;
	font-size: 2em;
	margin: 0;
}

/* @group Picture */

#picture 
{
	float: left;
}

/* @end */

/* @group About */

#about 
{
	float: left;
	width: 650px;
	margin: 0 0 40px 0;
}



/* @end */

/* @group Resume */

#resume 
{
	float: left;
	margin: 0 0 0 30px;
	width:  165px;
}

#resume ul 
{
	margin: 10px 0 0 0;
	list-style-type: none;
	padding: 0 0 0 5px;
}

#resume ul li 
{
	margin: 0 0 20px 0;
}

#resume ul a:link, #resume ul a:visited 
{
	font-size: 1.2em;
	color: #fff;
	background: #000;
	text-decoration: none;
	padding: 5px;
	border: 2px solid #fff;
}

#resume ul a:hover 
{
	color: #000;
	background: #fff;
	border: 2px solid #000;
}

/*

@end */

/* @group Contacts */

#contacts 
{
	float: left;
	margin: 0 0 0 0;
	width: 220px;
}

#contacts ul 
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#contacts ul li
{
	font-size: 0.9em;
}	

#contacts ul li#vCard
{
	margin: 15px 0;
	font-size: 1em;
}

#contacts ul li#vCard a:link, #contacts ul li#vCard a:visited 
{
	font-size: 1.2em;
	color: #fff;
	background: #000;
	text-decoration: none;
	padding: 5px;
	border: 2px solid #fff;
}

#contacts ul li#vCard a:hover 
{
	color: #000;
	background: #fff;
	border: 2px solid #000;
}



/* @end */

/* @group Social */

#social 
{
	float: left;
	margin: 0 0 0 30px;
}


#social ul
{
	margin: 10px 0 0 0;
	list-style-type: none;
	padding: 0 0 0 5px;
}

#social ul li 
{
	margin: 0 0 20px 0;
}

#social ul a:link, #social ul a:visited 
{
	font-size: 1.2em;
	color: #fff;
	background: #000;
	text-decoration: none;
	padding: 5px;
	border: 2px solid #fff;
}

#social ul a:hover 
{
	color: #000;
	background: #fff;
	border: 2px solid #000;
}

/*

@end */

/* @group Copyright */

#copyright 
{
	float: left;
	font-size: 0.9em;
	width:  650px;
}


/* @end */



/* @end */
