/*
	Author Name	: Huseyin Kemal
*/

/*- Page Structure */

body {
	padding: 5px;
	margin: 0;

	}

#page {
	width: auto;
	}
	
/*- Header */

#header {
	width: auto;
	}
#header-spacer {
	height: 100px;
	width: auto;
}

#header h1 { /* H1 is the title in the header */
	width: auto;
	}
	
#header h1 { /* H1 is the title in the header */
	font-size: 3em;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	bottom: 10px;
	right: 15px;
	width: auto;
	color: #FFFFFF;
	}
	
#clients #header h1, #e-business_suite #header h1, #microsoft_technologists_system_center #header h1 {
	color: #FFFFFF;
	}

	
#home #header, #error #header,
#contact #header,
#candidates #header,
#clients #header,
#e-business_suite #header,
#oracle_product_skill_sets #header,
#oracle_core_tools #header,
#microsoft_technologists_system_center #header,
#microsoft_developers #header,
#security_compliance_and_change_management #header {
	background-image: url('/images/headers/home.gif'); background-repeat: no-repeat; background-position: top right;
	}	

	
/*- Content */

#content {
	width: auto;
	position: relative;
}

/*- Sidebar */

#sidebar {
	width: 100%;
	position: absolute;
	bottom: 0;
	left:0 ;
	float: none;
	margin:0;
	padding:0;
}

#sidebar-content {
	margin:0;
	padding: 1em;
	font-size: 2em;
}
	

#sidebar-content #logo, #footerMenu,  #cv-upload {
	display: none;
}

#cv-email {
	display: block;
}

.nav1bgoff, .nav1bgover {
	width: auto;
	padding: 10px 20px;
	}
	
.nav1bgoff {
	width: auto;
	}
	
.nav1bgover {
	width: auto;
	}

#main {
	width: auto;
	margin: 0;
}

#main-content {
	margin-bottom: 32em;
	font-size: 1.5em;
}

#home #main-content, #oracle_product_skill_sets #main-content {
	margin-bottom: 0.5em;
}
	
/*- Footer */
#footer 		{width: auto;}

