@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular-webfont.svg#OpenSans') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html { overflow-y: scroll; }

body {
	background-color: white;
	color: black;
	font-family:"OpenSans", Helvetica, Arial, sans-serif;
}

ul {
	list-style-type: disc;
	list-style-position:inside;
	margin-left: 24pt;
	text-indent: -12pt;
	padding-left: 12pt;
}

a:link { color: #80763c; text-decoration:none;}
a:active { color: #80763c; }
a:visited { color: #80763c; }
a:hover { color: #803333; }

div#resume_pagewrap {
	margin-left: 10px;
}
#resume_name {
/*	text-align:center */
}
.resume_major_heading {
	font-weight: bold;
	margin-top: 12pt;
}

.resume_technology_heading {
	font-weight: bold;
}

.resume_employer {
	font-weight: bold;
}

.resume_job_title {
	font-weight: bold;
}

.resume_job {
	margin-bottom: 12px;
}
#page_wrapper {
	width: 960px;
	margin: 0 auto;
}
header {
	background-color:#3852a4;
	margin:0;
	padding:0;
	height:118px;
}
footer {
	margin-top:50px;
	height: 50px;
	background-color:#3852a4;
}
footer p {
	color:white;
	padding: 16px 0 0 20px;
}
article {
	min-height: 200px;
	width: 960px;
	/* background-image:url(images/httpline.png); */
	background-repeat:no-repeat;
}
#projects_area h1, #project h1, #resume_pagewrap h1 {
	color: #80763c;
	font-size:1.5em;
	text-transform:uppercase;
	padding: 1em 0 0.2em;
}
.flush_right {
	float:right;
}
.project-frame {
	width:23.95%;
	float:left;
	margin: 5px;
	background-color:rgba(56,82,164,0.5);
	height: 150px;
	text-align: center;
}
.project-image {
	height:100%;
	display:inline-block ;
	vertical-align: middle;
}
.project-frame img {
	vertical-align: middle;
}

span.text {
  background: rgba(128,118,60,0.75);
  color: #fff;
  font-weight:bold;
  cursor: pointer;
  display: table;
  height: 150px;
  left: 0;
  position: relative;
  top: -150px;
  width: 100%;
  opacity: 0;
  vertical-align:middle;
}
 
span.text span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 13px;
}

span.text:hover {
  opacity: 1;
}
.skill-frame {
	width:70px;
	float:left;
	margin: 5px;
	background-color:rgba(56,82,164,0.5);
	height: 70px;
	text-align: center;
}
.skill-frame:hover {
	width:75px;
	height:75px;
	margin: 2.5px;
	background-color:rgba(128,118,60,0.5);
}
.skill-frame img {
	padding-top:3px;
}
.skill-frame:hover img {
	padding-top:6px;
	width:70px
	height:70px;
}
#slider {
	width: 480px;
	height: 510px;
	margin: 0 auto;
	float:left;
}
#slides {
    display: none
}
#project_content {
	width: 440px;
	margin: 10px;
	float:right;
}
#project_content p {
	margin: 10px;
	line-height:1.2em;
}
.slidesjs-navigation, .slidesjs-stop, .slidesjs-play, .slidesjs-pagination {
	display:none !important;
}
nav {
    width: 960px;
    height: 35px;
    font-size: 16px;
font-weight:bold;
    background-color: rgba(56, 82, 164, 0.5);
	text-transform:uppercase;
}
nav ul {
    height: auto;
    padding: 8px 0px;
    margin: 0px;
}
nav li { 
	display: inline; 
	padding: 15px; 
}
nav a {
    text-decoration: none;
    color: #00F;
    padding: 8px 8px 8px 8px;
}
nav a:hover {
    color: #FFF;
}
#contact-frame {
	margin:auto 275px;
}
.form-label {
	width:75px;
	display:inline-block;
	font-weight: bold;
	color: #80763c;
	font-size: 14px;
	margin-bottom: 3px;
}
.form-input, .form-textarea {
	width: 350px;
	display:block;
	margin-bottom: 10px;
	background-color: rgba(56, 82, 164, 0.25);
	padding: 5px;
	font-size: 14pt;
	font-family:"OpenSans", Helvetica, Arial, sans-serif;
	border: 1px solid rgba(56, 82, 164, 0.5);
	color: #333;
}
.form-textarea {
	height: 150px;
}
.input-button {
	width:363px;
	background:rgb(56, 82, 164);
	color:#fff;
	height:35px;
	margin-top:7px;
	font-size: 14px;
	font-family:"OpenSans", Helvetica, Arial, sans-serif;
	border: 1px solid rgb(56, 82, 164);
}
.input-button:hover {
	background:rgba(56, 82, 164, 0.7);
	cursor:pointer;
	color:#fff;
	border: 1px solid rgb(56, 82, 164);

}
textarea:focus, input:focus {
	border: 1px solid rgb(56, 82, 164);
}
label.input-invalid {
    color: #FF0000;
    display: block;
    font-size: 8pt;
    font-weight: normal;
    margin-top: 0;
    padding: 0;
    position: absolute !important;
    z-index: 1;
}
#popup-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.33;
    filter: alpha(opacity=0.33);
	z-index:1000;	
	display:none;
}
#popup-frame {
	height: 200px;
	width: 400px;
	position: relative;
	left: 255px;;
	top: -400px;
	background-color: #fff;
	border: 10px solid rgb(56, 82, 164);
	z-index:1001;
	display:none;
}
#popup-frame p {
	margin-top: 90px;
	text-align: center;
	vertical-align: middle;
	
}
#popup-frame p.closer {
	position:absolute;
	top: -80px;
	right: 10px;
	font-weight:bold;
	cursor: pointer;
}
}
    /* Media quires for a responsive layout */

    /* For tablets & smart phones */
    @media (max-width: 767px) {
      body {
        padding-left: 10px;
        padding-right: 10px;
      }
      #slider {
        width: auto
      }
    }

    /* For smartphones */
    @media (max-width: 480px) {
      #sliderr {
        width: auto
      }
    }

    /* For smaller displays like laptops */
    @media (min-width: 768px) and (max-width: 979px) {
      #slider {
        width: 480px
      }
    }

    /* For larger displays */
    @media (min-width: 1200px) {
      #slider {
        width: 480px
      }
    }

