body {
	background: #F5F5F5;
	font-family: Lucida Grande, Tahoma, Arial;
}

 #main {
   margin-top: 90px;
   color: #333;
   font-size: 12px;
   /*border: 1px solid #43A3E9;
   -moz-border-radius: 15px;
   -webkit-border-radius: 15px;*/
   padding: 15px 25px;
   height: inherit;
   width: 700px;
   margin-left: auto;
   margin-right: auto;
    
   /*background: -webkit-gradient(linear, left top, left bottom, from(#9ABCDE), to(#fff));
   -webkit-background-origin: padding-box; 
   -webkit-background-clip: content-box;*/
   
 }
 
 #footer {
 	font-size: 9px;
 	color: #333;
 	margin-left: auto;
 	margin-right: auto;
 	text-align: center;
 	margin-top: 10px;
 }
 
 h1 {
 	margin-top: 0px;
 	margin-bottom: 0px;
 	color: #333;
 }
 
 div.subtitle {
 	font-size: 15px;
 	color: #666;
 }
 
 div#header {
  	/*-webkit-box-reflect: below 2px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.6, transparent), to(white));*/
 }
 
 h3 {
 	background-color: #EEE;
 	color: #000;
 	padding: 3px 5px 3px 10px;
 }

 /* MENU */
 
 .menu { 
    margin-top: 20px;
	height: 45px;
	display: block;
}

.menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.menu ul li {
	/* width and height of the menu items */  
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	line-height: 45px;
}

.menu ul li a {
	/* must be postioned relative  */ 
	position: relative;
	display: block;
	width: 110px;
	height: 45px;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	cursor: hand;
}

.menu ul li a span {
	/* all layers will be absolute positioned */
	position: absolute;
	left: 0;
	width: 110px;
}

.menu ul li a span.out {
	top: 0px;
}

.menu ul li a span.over,
.menu ul li a span.bg {
	/* hide */  
	top: -45px;
}

#menu {
	background: #EEE;
	border: 1px solid #dedede;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
}

#menu ul li a {
	color: #000;
}

#menu ul li a span.over {
	color: #FFF;
}

#menu ul li span.bg {
	/* height of the menu items */  
	height: 45px;
	background: url('images/bg_over.gif') center center no-repeat;
}


/* MENU ITEMS CONTENT */

div.box {
	background-color: #F0F0F0;
	/*display: none;*/
	padding: 10px 30px 10px 30px;
	width: 638px;
	margin-top: 10px;
	/*border-left: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	border-right: 1px solid #dedede;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;*/
	
	background: -webkit-gradient(linear, left top, right bottom, from(#F0F0F0), to(#D9D9D9));
   /* -webkit-background-origin: padding-box; 
    -webkit-background-clip: content-box;*/
	
	border: 1px solid #dedede;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;

}

div.box a {
	color: #43A3E9;
	text-decoration: none;
}

div.box a:hover {
	text-decoration: underline;
}

div.box h3 {
	background: url(images/star.gif) no-repeat 0px 4px;
	padding-left: 23px;
}

div.box ul {
	padding-left: 23px;
	margin: 0;
}

/* RESUME */

div#resume ul.nobullets {
	list-style-type: none;
}

div#resume ul.squared {
	list-style-type: square;
}

div.exp, div.educ {
	margin-bottom: 15px;
}

div.exp_title {
	background: url(images/vcard.gif) no-repeat 0px -1px;
	font-weight: bold;
	padding-left: 23px;
}

div.exp_date {
	background: url(images/calendar.gif) no-repeat 0px -1px;
	font-style: italic;
	font-size: 12px;
	padding-bottom: 5px;
	padding-left: 23px;
}

div.exp_what {
	padding-left: 25px;
}

div.exp_what ul {
	list-style-type: square;
	padding-left: 12px;
}

div.educ_title {
	/*background: url(images/books.gif) no-repeat 0px -1px;*/
	font-weight: bold;
	/*padding-left: 23px;*/
}

div.educ_dates {
	background: url(images/calendar.gif) no-repeat 0px -1px;
	font-style: italic;
	font-size: 12px;
	padding-left: 23px;
}

div.educ_diploma {
	background: url(images/certificate.gif) no-repeat 0px -1px;
	padding-left: 23px;
}


/* FOLLOW */

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

div#follow ul li {
	text-align: left;
	line-height: 40px;
}

div#follow ul li a {
	/*font-weight: bold;*/
	display: block;
	height: 40px;
	padding-left: 30px;
	text-decoration: none;
	color: #43A3E9;
}

div#follow ul li a:hover {
	/*color: #444;*/
	text-decoration: underline;ex
}

li#blog {
	background: url('images/icon_blog_small.gif') left center no-repeat;
}

li#twitter {
	background: url('images/icon_twitter_small.gif') left center no-repeat;
}

li#flickr {
	background: url('images/icon_flickr_small.gif') left center no-repeat;
}

li#linkedin {
	background: url('images/icon_linkedin_small.gif') left center no-repeat;
}

/* CONTACT */

div.email {
 	background: url(images/icon_mail.png) no-repeat 0px 3px;
 	padding-left: 15px;
 	color: #43A3E9;
 }