@charset "utf-8";
/*Copyright ©2013 by Brian Bodnarchuk. All rights reserved. The works contained therein are for educational purposes only and not for resale.*/

/* ---------- BEGIN CSS RESET ---------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
/* ---------- END CSS RESET ---------- */

body{
background-color:#CCCCCC;
font-family: "Arial", Helvetica, sans-serif;
}

#wrapper{
	width:610px;
	height:790px;
	background-color:#FFFFFF;
	margin:0px auto;
	border:1px solid #000000;
	-webkit-box-shadow: 2px 2px 2px 2px ;
	box-shadow: 2px 2px 2px 2px ; 
}

#resume{
	width:540px;
	height:720px;
	margin: 35px 0 0 32px;
	}
	
#logo{
	width:538px;
	height:92px;
	margin: 1px 0 0 0;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
}

#content{
	width:530px;
	height:610px;
	margin-top:10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	border-top-width: 0px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D77D2A;
	border-right-color: #D77D2A;
	border-bottom-color: #D77D2A;
	border-left-color: #D77D2A;
}

#contact{
	width:530px;
	height:20px;
	background-color:#D77D2A;
}

#contact p{
	color:#ffffff;
	font-size: 0.8em;
	font-family: "Arial", Helvetica, sans-serif;
	margin-left:50px;
	padding-top:3px;
}

#email{
	color:#ffffff;
	font-size: 1em;
	font-family: "Arial", Helvetica, sans-serif;
}


#qualifications{
	width:530px;
	height:65px;
	margin-top:15px;
	position:relative;
}

#professional{
	width:530px;
	height:280px;
	margin-top:20px;
	position:relative;
}

#education{
	width:530px;
	height:76px;
	margin-top:20px;
	position:relative;
}

#technical{
	width:530px;
	height:76px;
	margin-top:20px;
	position:relative;
}

.smallBar{
	width:45px;
	height:15px;
	background: rgb(215,125,42); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(215,125,42,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(215,125,42,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(215,125,42,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(215,125,42,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(215,125,42,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(215,125,42,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d77d2a', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
float:left;
}

h3{
	font-family: "Arial", Helvetica, sans-serif;
	font-size: .7em;
	font-weight: bold;
	color: #026a7f;
	float:left;
	padding-bottom:5px;
}


#longBar1{
	width:360px;
	height:15px;
	background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(215,125,42,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(215,125,42,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(215,125,42,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(215,125,42,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(215,125,42,1) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(215,125,42,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d77d2a',GradientType=1 ); /* IE6-9 */
float:right;
}

#longBar2{
	width:340px;
	height:15px;
	background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(215,125,42,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(215,125,42,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(215,125,42,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(215,125,42,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(215,125,42,1) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(215,125,42,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d77d2a',GradientType=1 ); /* IE6-9 */
float:right;
}

#longBar3{
	width:400px;
	height:15px;
	background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(215,125,42,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(215,125,42,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(215,125,42,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(215,125,42,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(215,125,42,1) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(215,125,42,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d77d2a',GradientType=1 ); /* IE6-9 */
float:right;
}

#longBar4{
	width:360px;
	height:15px;
	background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(215,125,42,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(215,125,42,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(215,125,42,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(215,125,42,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(215,125,42,1) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(215,125,42,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d77d2a',GradientType=1 ); /* IE6-9 */
float:right;
}


.sectionHeader{
	width:530px;
	height:15px;
}

#qualificationsText, #professionalText, #educationText, #technicalText{
	width:470px;
	margin-left:46px;
	padding-top:10px;
}

#qualificationsText p, #educationText p, #technicalText p{
	font-size: .7em;
	text-align: justify;	
}

#professionalText strong{
	font-size: .65em;	
}

#professionalText li{
	font-size: .7em;
	text-align: justify;
	padding-left: 13px;
	text-indent: -13px;
	list-style-position: inside;
}