@charset "UTF-8";
/* CSS Document */

body{
    color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 100;
	line-height: 22px!important;
}

body::selection {
        background: #987AB5;
		color:#9AD7D0;
        }
::-moz-selection {
        background: #987AB5;
		color:#9AD7D0;
}

a{
	outline: 0;
	color: #987AB5;
	text-decoration: none; 
}

#container {
  margin: 0 auto;
  width: 100%;
}

.clear{
	clear: both;
}

.left{
	float: left;
	display:block;
}

.contents{
	width: 900px;
	margin:0px auto;
}

.top_space{
	height: 110px;
}

.stripe{
	background-image: url('../images/background_stripes.png');
	background-repeat: repeat;
	height: 110px;
	border-bottom: 20px solid #987AB5;
}


/* NAVIGATION START */
/* NAVIGATION START */
/* NAVIGATION START */
/* NAVIGATION START */
#header{
    background: none repeat scroll 0 0 #ffffff;
    height: 110px;
    position: fixed;
    width: 100%;
    z-index: 50;
	top: 0px;
	font-weight: bold;
}

.logo{
	float: left;
	margin-right: 182px;
}

#header img{
	margin-top: 30px;
}

#nav {
  list-style: none;
  float: right;
}

#nav li {
  margin-bottom: 2px;
  float: left;
  height: 110px;
}

#nav a {
  background: #ffffff;
  color: #666;
  display: block;
  font-size: 11px;
  padding: 5px 10px;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 78px;
}

#nav a:hover {
  background: #987AB5;
}

#nav .current a {
  background: #987AB5;
  color: #f5f5f5;
}

.current {
  background: #987AB5;
}

.section {
}

.section p:last-child {
  margin-bottom: 0;
}

/* NAVIGATION END */
/* NAVIGATION END */
/* NAVIGATION END */
/* NAVIGATION END */





/* SECTIONS START */
/* SECTIONS START */
/* SECTIONS START */
/* SECTIONS START */
.headers{
	margin: 80px 0px 75px;
}

#home{
    background-color: #9AD7D0;
	border-bottom: 20px solid #987AB5;
}

#home p{
	float: left;
	font-size: 18px;
	line-height: 31px;
	width: 415px;
	margin: 111px 0px 0px 80px;
}

#home-block{
	background-color:#797979;
	height: 360px;
	margin-top: -10px;
}

#about{
    background-color: #F2F2F2;
	border-bottom: 20px solid #9AD7D0;
}

#about-me{
	background-color:#E5E5E5;
	padding: 33px;
	width: 490px;
	height: 263px;
	margin: 0px 0px 50px 15px;
	font-size: 12px;
}

.skillset{
	background-color:#E5E5E5;
	height: 85px;
	padding: 20px 0px 0px 135px;
	margin: 10px 0px;
	width: 765px;
}

.skill-title{
	width: 220px;
	height: 85px;
	float: left;
	font-size: 17px;
	font-weight: bold;
}

.skill{
	background-image: url('../images/about_skill_arrow.png');
	background-repeat: no-repeat; 
	float: left; 
	font-size: 12px;
	padding-left: 10px;
	width: 170px;
}

#projects{
    background-color: #797979;
	border-bottom: 20px solid #9AD7D0;
	padding-bottom: 50px;
}

/* ACCORDIAN START */
/* ACCORDIAN START */

#accordion .content {
	background-image: url('../images/mac.jpg');
	background-repeat: no-repeat;
	background-position: 450px 65px; 
    background-color: #F5F5F5;
	margin-bottom: 10px;
	width: 900px;
}

div.proj_01{
	text-indent: -9999px;
	height: 180px;
    background:url('../images/proj_01.jpg') bottom right no-repeat;
}

div.proj_01:hover{
    background-position: top;	
	cursor: pointer;
}

div.proj_02{
	text-indent: -9999px;
	height: 180px;
    background:url('../images/proj_02.jpg') bottom right no-repeat;	
}

div.proj_02:hover{
    background-position: top;
	cursor: pointer;	
}

div.proj_03{
	text-indent: -9999px;
	height: 180px;
    background:url('../images/proj_03.jpg') bottom right no-repeat;	
}

div.proj_03:hover{
    background-position: top;
	cursor: pointer;	
}

div.proj_04{
	text-indent: -9999px;
	height: 180px;
    background:url('../images/proj_04.jpg') bottom right no-repeat;	
}

div.proj_04:hover{
    background-position: top;
	cursor: pointer;	
}

div.proj_05{
	text-indent: -9999px;
	height: 180px;
    background:url('../images/proj_05.jpg') bottom right no-repeat;	
}

div.proj_05:hover{
    background-position: top;
	cursor: pointer;	
}

/* ACCORDIAN END */
/* ACCORDIAN END */

.description {
    float: left;
    font-size: 13px;
	min-height: 400px;
    padding: 75px 15px 30px 40px;
    width: 375px;
}

.description p{
	margin: 25px 0;
}

#contact{
    background-color: #F2F2F2;
	border-bottom: 20px solid #9AD7D0;
}

/*START FORM STYLES*/
/*START FORM STYLES*/
#myForm fieldset {
    margin-bottom: 70px;
    padding: 10px 20px 20px;
    border: none;
    background-color:#E5E5E5;
	width: 340px;
	float: left;
}

#myForm ul {
    list-style: none;
}

#myForm li {
    position: relative;
	list-style-type:none;
}

#myForm [type=text],
#myForm [type=submit],
#myForm textarea {
    margin-top: 25px;
    padding: 5px;
    border: none;
    background-color:#F2F2F2;
	width: 340px;
	color: #987AB5;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#myForm [type=check],
#myForm [type=radio],
#myForm [type=submit] {
    cursor: pointer;
}

#myForm label {
    display: block;
}

#myForm input:hover,
#myForm textarea:hover,
#myForm input:focus,
#myForm textarea:focus {
    background-color: #9AD7D0;
}

#myForm .validation-failed {
    border-color: #ff0000;
    background-color: #ffffff;
	
}

#myForm .validation-advice {
    font-size: 11px;
	font-weight: 100;
    color: #666666;
}

#myForm #myResult {
    background-color: #9AD7D0;
	width: 150px!important;
    padding: 3px;
	text-align:center;
}

#myForm #myResult:empty {
    border-width: 0;
    padding: 0;
}

#myForm .spinner {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-color: #f0f0f0;
}

#myForm .overTxtLabel {
    color: #987AB5;
	font-weight: 100;
	font-size: 12px;
}
/*END FORM STYLES*/
/*END FORM STYLES*/

#contact-right{
	float: left;
	width: 360px;
	margin-left: 150px;
	color: #987AB5;
}

.social{
	width: 100px;
	margin-bottom: 10px;
}

#social img{
	float: left;
	margin-right: 8px;
}

#footer{
    background-color: #797979;
	padding: 30px 0px 0px;
}
#footer p{
	color: #F2F2F2;
	font-size: 10px;
    float: right;
	margin-top: 5px;
}

/* SECTIONS END */
/* SECTIONS END */
/* SECTIONS END */
/* SECTIONS END */






p,
ul {
  margin: 0;
  padding: 0;
}






#slideshow-container  { width:200px; height:200px; position:relative;}
#slideshow-container img { display:block; position:absolute; top:87px; left:469px; z-index:1; }