body	{
	font-size: 76%;
	background: #fff;	
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-family: tahoma;
	background: #fff;
}


/* ---------- RESET VALUES ---------- */

ul	{
	margin: 0em;
	padding: 0em;	
}

ul li	{
	margin: 0em;
	padding: 0em;
	list-style: none;	
}

p	{
	margin: 0em;
	padding: 0em;	
}


/* ---------- HEADERS ---------- */

h1	{
	display: none;	
	margin: 0px;
}

h2	{
	color: #666;
	font-weight: normal;
	font-size: 1.8em;
	margin: 0px 0px 20px 0px;
	font-family: verdana;	
}

h3	{
	color: #b05c38/*#465854*/;	
	font-weight: bold;
	font-size: 1.2em;
	margin: 0px 0px 10px 0px;
	font-family: verdana;
}


/* ---------- ANCHARS ---------- */

a	{
	color: #069;	
}

a:hover	{
	color: #c60;	
}


/* ---------- PARAGRAPHS ---------- */

.summary	{
	font-family: tahoma;
	font-size: 1.1em;
	color: #333;	
}


/* ---------- HEADER STRUCTURE ---------- */

#header	{
	padding: 0px 0px 0px 0px;	
	background: #cdded7;
}

#inner_header	{
	width: 60em;
	margin-left: auto;
	margin-right: auto;	
	background: #cdded7;
	padding: 20px 0px 0px 0px;
}

#inner_header img	{
	margin-bottom: 20px;
}

#inner_content	{
	overflow: hidden;	
}


/* ---------- CONTENT STRUCTURE ---------- */

#inner_content	{
	width: 60em;
	margin: 15px auto 15px auto;	
	overflow: hidden;		
	
}

#left_col	{
	width: 27.8em;
	float: left;
	padding-right: 2em;	
}

#right_col	{
	width: 27.8em;
	float: left;
	padding-left: 2em;
	border-left: 2px solid #eee;
}


/* ---------- FOOTER STRUCTURE ---------- */


#footer	{
	background: #cdded7;
	
}


#inner_footer	{
	width: 60em;
	margin-left: auto;
	margin-right: auto;	
	padding: 10px 0px;
	background: #cdded7;
}


/* ---------- TABS ---------- */

#main_nav	{
	margin: 0px;
}

#main_nav ul	{
	width: 100%;	
	padding: 7px 0px;
	background: #d0d0d0 url("../images/inactive_tab.gif") repeat-x;
}

#main_nav ul li	{
	display: inline;
	font-weight: bold;
}

#main_nav ul li a	{
	padding: 7px 35px;	
	color: #333;
	text-decoration: none;
	border-right: 1px solid #ccc;
}

#main_nav ul li a:hover	{
	background: #ebecec url("../images/hover_tab.gif") repeat-x;
}

#main_nav ul li#current_tab	{
	padding: 7px 35px;	
	background: #333 url("../images/active_tab.gif") repeat-x;
	color: #fff;
}

#admin_tabs ul	{
	padding: 10px 0px;
}

#admin_tabs ul li	{
	display: inline;
	font-size: 1.3em;
	font-family: tahoma;
	margin-right: 15px;
}

#admin_tabs ul li a	{
	padding: 10px 30px;
	border: 1px solid #769176;
	border-bottom: none;
	color: #666;
	text-decoration: none;
	background: #eee;
}

#admin_tabs ul li#admin_active_tab	{
	background: #fff url("../images/admin_active_tab.gif") repeat-x;
	border: 1px solid #769176;
	border-bottom: none;
	padding: 11px 30px 10px 30px;
	font-weight: bold;
	color: #333;
	position: relative;
	top: 1px;
}

/* ---------- MESSAGES ---------- */

.error	{
	border: 2px solid red;	
	padding: 15px;
	font-size: 1.1em;
	margin: 10px 0px;
}

.error p	{
	padding: 5px 0px 5px 0px;	
}

.confirmation	{
	border: 2px solid green;	
	padding: 15px;
	font-size: 1.1em;
	margin: 10px 0px;
}

.confirmation p	{
	padding: 5px 0px 5px 0px;	
}

/* ---------- BUTTONS ---------- */

.save_cancel_btns	{
	margin: 20px 0px 20px 20px;	
	text-align: right;
}

.primary_button	{
	border: 1px solid black;
	background: #f7dba8 url("../images/orange_btn.gif") repeat-x;	
	font-weight: bold;
	padding: 2px 10px;
	cursor: pointer;	
}

/* ---------- INDEX PAGE ---------- */

#who_area	{
	padding-bottom: 25px;	
}

#who_area p	{
	margin-bottom: 15px;
	line-height: 20px;	
	text-align: justify;
}

#updates_area	{
	padding-top: 20px;	
	border-top: 2px solid #eee;
}

#updates_area h3	{
	color: #328b51;
	font-weight: bold;	
}

#updates_area ul	{
	margin-top: 20px;	
}

#updates_area ul li	{
	margin: 0px 20px 15px 20px;
	list-style: url("../images/bullet_point.gif") !important;		
	font-weight: bold;
	color: #999;
	font-size: 0.9em;
}

#updates_area ul li p	{
	margin-bottom: 5px;
	color: #036;	
	font-size: 1em;
}

#latest_projects_area	{
	overflow: hidden;
	padding-bottom: 10px;	
}

#latest_projects_area h3	{
	margin-bottom: 25px;
	color: #328b51;
	font-weight: bold;	
}

.project_summary	{
	float: left;
	margin: 0px 0px 20px 0px;	
	width: 100%;
}

.project_summary img	{
	float: left;
	margin-right: 15px;
}	

.project_summary a	{
	font-size: 1.1em;
	font-weight: bold;	
}

.project_summary p	{
	margin-top: 10px;	
}

#need_website_area	{
	border-top: 2px solid #eee;
	padding-top: 15px;	
}

#need_website_area p	{
	line-height: 20px;
	font-weight: bold;
	color: #333;
	margin-bottom: 15px;	
}

#need_website_area a	{
	font-size: 1.1em;	
}


/* ---------- ABOUT ME ---------- */


#about_top	{
	float: left;	
}

#about_summary_area	{
	width: 29em;
	padding-right: 1em;
	float: left;	
}

#about_summary_area h3	{
	font-family: verdana;
	font-weight: bold;
	color: #3a6498;
	font-size: 1.2em;
	margin: 0px;
}	

#about_summary_area p.summary	{
	margin: 5px 0px 10px 0px;	
	font-weight: normal;
	text-align: justify;
}

#favorite_area	{
	width: 29em;
	float: left;	
	padding-left: 1em;
}

#favorite_area strong	{
	font-size: 1em;	
}

#favorite_area p	{
	margin-bottom: 10px;	
}

#extra_info_area	{
	float: left;
	width: 100%;
	margin-top: 15px;
	border-top: 1px solid #ccc;
	padding-top: 15px;
}

#extra_info_area p	{
	font-size: 1em;
	color: #333;
	text-align: justify;
	width: 100%;	
	margin: 0px auto 15px auto;
	line-height: 20px;
	
}

#extra_info_area div#col_1	{
	width: 31%;
	float: left;
	padding: 0% 2% 0% 0%;
}

#extra_info_area div#col_2	{
	width: 29%;	
	float: left;
	padding: 0% 2% 0% 2%;
}

#extra_info_area div#col_3	{
	width: 31%;
	float: left;
	padding: 0% 0% 0% 2%;
}

/* ---------- CV ---------- */


#cv h3	{
	color: #333;
	font-size: 1.1em;
}

#personal_info	{
	float: left;
	margin-bottom: 20px;	
}

dl	{
	width: 29em;
	float: left;
	margin: 0px;	
}

dl.personal_left	{
	padding-right: 1em;	
}

dl.personal_right	{
	padding-left: 1em;	
}

dl dt	{
	float: left;
	width: 9em;	
}

dd	{
	margin-bottom: 10px;	
}

.education_table	{
	width: 100%;
	border-collapse: collapse;	
	margin-bottom: 30px;
}

.education_table th	{
	text-align: left;	
}

.education_table td	{
		
}

dl#skills_summary	{
	float: none;
	width: 100%;	
	margin-bottom: 30px
}

dl#skills_summary dt	{
	width: 25%;	
}

dl#skills_summary dd	{
	width: 70%
}


/* ---------- PROJECTS ---------- */


.project_section	{
	overflow: hidden;
	clear: both;
	margin: 15px 0px 20px 0px;
	border-top: 1px solid #eee;
	padding-top: 10px;
}

.project_section h3	{
	font-weight: bold;
}

#top_project	{
	border: none;	
}

.project_section img	{
	margin-right: 50px;
	float: left;
	
}

.project_section p	{
	overflow: hidden;
	width: 80%;
	text-align: justify;
}

.project_section div.view_link	{
	margin-top: 20px;
	text-align: left;	
	clear: both;
}

/* ---------- BLOG ---------- */


#blog h3	{
	color: #333;
	font-size: 1.1em;
}

/* ---------- ADMIN ---------- */

#sign_in_info	{
	text-align: right;	
}

#sign_in_info p	{
}

#admin_form	{
	border: 1px solid #769176;
	padding: 20px;
}

.function_buttons	{
	margin: 0px 0px;
	text-align: right;
}	

.function_buttons input	{
	border: 1px solid black;
	background: #f7dba8 url("../images/orange_btn.gif") repeat-x;	
	font-weight: bold;
	padding: 2px 10px;
	cursor: pointer;
}

#update_text	{
	width: 100%;	
}