/* ====================================
		Programmer
   ==================================== */

   
 /* Navbar */
.career_programmer #navbar { position: absolute; }
.career_programmer #navbar ul
 {
	position: relative;
	width: 500px;
	height: auto;
	right: 0px;
	top: 0px;
	left: 600px;
	z-index: 100;
}
.career_programmer #navbar ul li a
{
	display: block;
	text-align: center;
	width: 110px;
	height: 26px;
	line-height: 26px;
	font-weight: bold;	
	text-decoration: none;
	background: #6c8ae8;	
	border: 3px solid #5169b6;
	border-bottom: none;
	color: white;
	-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;
}


.career_programmer #navbar ul li.current a
{	
	background: white;	
	color: black;
	border-bottom: 3px solid white;
	
}

/* Content */
.career_programmer  #content
{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('img/programmer_content_middle.png');
	background-repeat: repeat-y;
	background-position: center;
}

.career_programmer  #content #content_top
{
	height: 160px;
	background-color: white;
	background-image: url('img/programmer_content_top.png');
	background-position: center;	
	background-repeat: no-repeat;
}

.career_programmer  #content #content_middle
{
	margin: -40px 10px -50px 70px;
	padding: 20px;
	background: none;
	
	
}

.career_programmer  #content #content_bottom
{
	height: 120px;
	background-image: url('img/programmer_content_bottom.png');
	background-position: center;	
	background-repeat: no-repeat;	
}

/* Invader */
.career_programmer #programmer_invader_wrapper { position: relative; }
.career_programmer #programmer_invader
{
	display: block;
	position: absolute;
	left: 1050px;
	bottom: 100px;
	width: 210px;
	height: 160px;
	background: url('img/programmer_invader.png');
}




/* ====================================
		Cinematographer
   ==================================== */
   
 .career_cinematographer #between_header_footer  
 {
	background: #DDD;
 }
   
.career_cinematographer #navbar
{
	padding: 0;
	margin: 0;
	margin-left: 600px;
	z-index: 100;
	height: 26px;	
}

.career_cinematographer #navbar ul li a
{
	display: block;	
	width: 130px;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 26px;
	text-align: center;
	text-decoration: none;
		
	margin: 0;
	border-style: solid;
	border-width: 1px;	
	border-color: black;
	-moz-border-radius:6px 6px 0 0;-webkit-border-radius:6px 6px 0 0;border-radius:6px 6px 0 0;	
	border-bottom: none;
	
	color: white;
}

.career_cinematographer #navbar ul li.current a
{
	color: black;
	background: white;	
}
   
.career_cinematographer #content
{
	margin: 0;
	padding: 15px;
	padding-top: 30px;
	border-style: solid;
	border-width: 1px;
	background: white;
	-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;
	box-shadow:2px 2px 5px #333;-moz-box-shadow:2px 2px 5px #333;-webkit-box-shadow:2px 2px 5px #333;	
}  
   

/* ====================================
		Web Designer
   ==================================== */   

 .career_webdesigner #between_header_footer  
 {
	background: #f1e0bf;
 }
 
 /* NAVBAR */
.career_webdesigner #navbar
{
	padding: 0;
	margin: 0;
	/*margin-left: 730px;*/
	margin-left: 600px;
	z-index: 100;
	height: 26px;	
}

.career_webdesigner #navbar ul li a
{
	display: block;	
	width: 130px;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 26px;
	text-align: center;
	text-decoration: none;
		
	margin: 0;
	border-style: solid;
	border-width: 1px;	
	border-color: #faa808;
	-moz-border-radius:6px 6px 0 0;-webkit-border-radius:6px 6px 0 0;border-radius:6px 6px 0 0;	
	border-bottom: none;
	
	color: white;
	background: #faa808;
}

.career_webdesigner #navbar ul li.current a
{
	color: black;
	background: white;	
}
   
.career_webdesigner #content
{
	margin: 0;
	padding: 15px;
	padding-top: 30px;
	border-width: 1px;
	border-style: solid;
	border-color: #faa808;
	background: white;
	-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;
	box-shadow:2px 2px 5px #333;-moz-box-shadow:2px 2px 5px #333;-webkit-box-shadow:2px 2px 5px #333;
	
	
}     

.career_webdesigner .web_showcase .project_item:not(:last-child)
{
	border-color: #faa808;
}



/* ====================================
		Contact
   ==================================== */
   
 .career_contact #navbar_wrapper { display: none; }
 .career_contact #between_header_footer  
 {
	background: #DDD;
 }


.career_contact #content_wrapper
{
	display: block;
	width: 700px;
	padding: 15px;		
	border-style: solid;
	border-width: 1px;	
	background: white;
	-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;
	box-shadow:2px 2px 5px #333;-moz-box-shadow:2px 2px 5px #333;-webkit-box-shadow:2px 2px 5px #333;	
	text-align: center;
}  

.career_contact h2
{
	font-size: 24px;
}

.career_contact  #contact_form table
{
	margin-left: auto;
	margin-right: auto;
}
.career_contact  #contact_form table,
.career_contact  #contact_form table tr,
.career_contact  #contact_form table tr td
 {
	border-collapse: collapse;
	border: none;
	vertical-align: top;
	text-align: left;
 }
 
.career_contact  #contact_form .caption
{
	padding-right: 10px;
	font-weight: bold;	
}
.career_contact  #contact_form .input
{

}

.career_contact  #contact_form .input input
{
	width: 350px;
}
      
.career_contact  #contact_form .input textarea
{
	width: 350px;
	height: 250px;
}

.career_contact  #contact_form .error_message
{
	
	color: red;  
	text-align: center; 
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}
      	  
.career_contact  #contact_form .submit_btn		
{
	text-align: right;
}	  

.career_contact  .contact_form_success_message
{
	font-weight: bold;
	color: green;
}



/* ====================================
		Starter Page
   ==================================== */
   
.career_starter #between_header_footer   
{
	font-family: Arial;
	padding: 0;
	margin: 0;
	height: 700px;
	background-color: #ccd3e8;
	background-image: url('img/starter/bg.png');	
	background-repeat: no-repeat;	
	background-position: center -450px ;
	color: #383f56;
}	

.career_starter a:link		{	color: #383f56;	}
.career_starter a:visited	{	color: #383f56;	}
.career_starter a:hover		{	color: #383f56;	}
.career_starter a:active 	{	color: #383f56;	}

.career_starter a img
{
	border: none;
}

.career_starter #content_wrapper
{
	width: 800px;
	height: 600px;
	/*background-color: white;
	background-image: url('lines_bg.png');*/
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}


.career_starter #content #name
{
	position: absolute;
	text-align: right;
	left: 0px;
	top: 30px;
	width: 250px;

}

.career_starter #content #name .name
{
	font-size: 2em;
}
.career_starter #content #name .contact
{
	font-size: 1em;

}

.career_starter #content #contact
{
	position: absolute;
	width: 300px;
	top: 100px;
	left: 0px;
	font-size: 0.9em;
}


.career_starter #content .button
{
	width: 240px;
	text-align: center;
	padding-top: 160px;
	background-repeat: no-repeat;
	text-decoration: none;
	
	font-size: 1.25em;
}
.career_starter #content a:hover
{
	font-weight: bold;
}

.career_starter #content #btn_film
{
	background-image: url('img/starter/film.png');
	background-position: center top;
	position: absolute;
	
	top: 210px;
	left: 530px;	

}

.career_starter #content a:hover#btn_film
{
	background-image: url('img/starter/film_high.png');
}

.career_starter #content #btn_prog
{
	background-image: url('img/starter/prog.png');
	background-position: center top;
	position: absolute;
	top: 210px;
	left: 20px;	
}

.career_starter #content a:hover#btn_prog
{
	background-image: url('img/starter/prog_high.png');
}


.career_starter #content #btn_web
{
	background-image: url('img/starter/web.png');
	background-position: center top;
	position: absolute;
	top: 210px;
	left: 275px;		

}

.career_starter #content a:hover#btn_web
{
	background-image: url('img/starter/web_high.png');
}

.career_starter #content #quote
{
	position: absolute;
	text-align: left;	
	bottom: 30px;
	right: 50px;
	font-size: 0.9em;
}

.career_starter #content #quote .theauthor
{
	text-align: right;
	font-style: italic;
	padding: 10px 10px 0 0 ;
}


.career_starter .preload .preload01 {	background-image: url('img/starter/film_high.png');	}
.career_starter .preload .preload02 {	background-image: url('img/starter/prog_high.png');	}
.career_starter .preload .preload03 {	background-image: url('img/starter/web_high.png');	}
   
  