body {
	background-color: #FFF;
	color: #013D9E;
}
.startDate {
	font-size: small;
	font-weight: normal;
}
#wrapper {  /* Style rules when using a Computers, Laptops or tablets devices */ 
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
/* MEDIA Query: Overrides style rules #wrapper */ 
@media only screen and (max-width: 480px) and (orientation: portrait)  {  /* Mobile phones */
	#wrapper {
		width: 100%; 
		padding: 10px;
		font-family: Arial, Helvetica, sans-serif;
	}
}
/* MEDIA Query: Overrides #wrapper */
@media only screen and (max-width: 320px) and (orientation: portrait)  {  /* Mobile phones */
	#wrapper {
		width: 100%; 
		padding: 10px;
		font-family: Arial, Helvetica, sans-serif;
	}
}
/* MEDIA Query: Overrides #wrapper */
@media only screen and (max-width: 800px) and (orientation: landscape)  {  /* Mobile phones */
	#wrapper {
		width: 100%; 
		padding: 10px;
		font-family: Arial, Helvetica, sans-serif;
	}
}
/* MEDIA Query: Overrides #wrapper */
@media only screen and (max-width: 480px) and (orientation: landscape)  {  /* Mobile phones */
	#wrapper {
		width: 100%; 
		padding: 10px;
		font-family: Arial, Helvetica, sans-serif;
	}
}
#thinborder {
	border: 2px solid #013D9E;
	padding: 3px;
}

/* -------------  N a v i g a t i o n   B a r  ------------- */
ul#navigation {
	list-style-type: none;
	border: 2px solid #013D9E;
}
/* MEDIA Query: Overrides ul#naviagtion */ 
@media only screen and (max-width: 320px) and (orientation: portrait)  {  /* iPhone4 */
	ul#navigation {
		list-style-type: none;
		border: 2px solid #013D9E;
		font-size:14px;
	}
} 
ul#navigation li {
	display:inline;
	padding-left: 8px;
	padding-right: 8px;
}
ul#navigation li a {
	text-decoration: none;
}
ul#navigation li a:link {
	color: #013D9E;
}
ul#navigation li a:visited {
	color: #013D9E;
}
ul#navigation li a:hover {
	color: #FFF;
	background-color: #013D9E;
}
ul#navigation li a:active {
	color: #013D9E;
}
#language {
	float: right;
}

/* -------------  M a i n   C o n t e n t  ------------- */
#main_content {
	padding: 10px 30px;
	border: 5px solid #013D9E;
}

/* ------------------  R e s u m e     ------------------ */
/*   CV:  C l a s s e s  */
.docTitle {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 40px;
}
.section {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 0px;
	font-style: italic;
}
.subsection {
	margin-bottom: 0px;
	font-weight: bold;
	font-size: 18px;
}
.bold {
	font-weight: bold;
}

.dates {
	font-size: 18px;
	float: right;
	font-weight: normal;
}

.clearBoth {
	clear: both;
}
hr {
	margin: 0px;
	height: 3px;
	background-color: #013D9E;
}
/* CV: Heading division */
#heading {
	padding-bottom: 10px;

}
.employeeName {
	font-weight: bold;
	margin-bottom: 0px;
	font-size: 20px;
}
.addrss {
	float: none;
	font-size: 14px;
	margin-top: 0px;
}
#profil {
	padding-bottom: 10px;
}

/* CV:  Technical skills division*/
#technical {
	padding-bottom: 10px;
}
.list {
	margin-left: 30px;
	margin-top: 0px;
}

/* CV:  Competencis division */
#competencies {
}

.competencyList {
	margin-top: 0px;
}

/* CV:  Accomplishments division */
#accomplishiments {
	padding-bottom: 10px;
}
.achievementHdr {
	float: left;
	font-weight: bold;
}
.achievementList {
	float: left;
	list-style-type: none;
	margin-top: 0px;
	padding-left: 0px;
	width: 82%;
	font-style: italic;
}


/* CV:  Employment division */
#employment {
	padding-bottom: 10px;
}

.companyName {
	margin-bottom: 0px;
}
#employment ul {
	list-style-type: none;
	margin-top: 0px;
	font-weight: bold;
}
.jobTitle {
	font-size: 18px;
	font-weight: bold;
	float: left;
	width: 360px;
}

/* CV:  Education division */
#education {
	padding-bottom: 10px;
}
.degree {
	margin-bottom: 0px;
	font-weight: bold;
}
#education ul {
	margin-top: 0px;
	list-style-type: none;
}

/* CV:  Complementary Education division */
#complementaryEducation {
	padding-bottom: 10px;
}
.complementarySchool {
	margin-bottom: 0px;
}
#complementaryEducation ul {
	margin-top: 0px;
	list-style-type: none;
	font-weight: bold;
}
.references {
	text-align: center;
	font-size: 14px;
}

/* ---------------  C o n t a c t   F o r m  -------------------*/
form {
	margin: 20px auto;
	/* width: 500px; */
	padding: 20px;
	overflow: auto;
}
fieldset {
	padding-bottom: 20px;
	margin-bottom: 40px;
	border-color: #013D9E;
	padding-left: 10px; /* IE: move the labels, inputs and textbox off the border */
}
legend {
	padding: 0 10px;
	font-weight: bold;
	font-size: 18px;
}
input, textarea {
	display: block;
}
label {
	margin-top: 20px;
	font-weight: bold;
	font-size: 16px;
	display: block;
}
.requiredfield {
	color: #F00;
}
#send {
	float: right;
}

/* -------------  F o o t e r   C o n t e n t  ------------- */
#footer {
	text-align: center;
	font-size: small;
}
#footer ul {
	list-style-type: none;
	padding-left: 0px;
	margin-top: 2px;
}
#footer ul li {
	display: inline;
}
#footer ul li a {
	text-decoration: none;
	margin-right: 4px;
	margin-left: 4px;
}
#footer ul li a:link {
	color: #013D9E;
}
#footer ul li a:visited {
	color: #013D9E;
}
#footer ul li a:hover {
	color: #FFF;
	background-color: #013D9E;
}
#footer ul li a:active {
	color: #013D9E;
}
.folio {
	float: left;
	width: 250px;
	text-align: center;
	margin-top: 15px;
}
#portfolio a {
	color: #013D9E;
	text-decoration:none;
}#portfolio a img {
	border: 1px solid #FFF;
}
.rightJustify {
	float: right;
}
