html {overflow-y: scroll;}

/* Responsive Elements */
.c > div {
  		padding: 1em;
		}
		@media screen and (min-width: 56em) {
			.c1 {
				width: 100%;
			}

		}

h2 ,h3 {margin: 0px;}

#about_text {width: 100%;}
#about_image {width: 100%;}
#left_arrow {position: absolute; top: 370px; left: 8px;}
#right_arrow {position: absolute; top: 370px; right: 8px;}

/* Global Elements */
label, .link ,.link_dotted ,.hand {cursor: pointer; cursor: hand;}

.navleft ul {
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0;
  color: #666;
}

.navleft li {
  font-family: 'Oswald', sans-serif;
  font-size: 1.2em;
  line-height: 30px;
  height: 30px;
  cursor: pointer; cursor: hand;
}
 


/* NAV */
.nav {max-width: 1220px; margin: 0px 0px 0px 0px;}

.nav ul {
  list-style: none;
  text-align: right;
  padding: 0;
  margin: 0;
}

.nav li {
  font-family: 'Oswald', sans-serif;
  font-size: 1.2em;
  line-height: 40px;
  height: 40px;
  border-bottom: 1px solid #999;
}
 
.nav a {
  text-decoration: none;
  color: #333;
  display: block;
  transition: .3s background-color;
}

.nav a {
	padding: 0px 0px 0px 16px;
}
 
.nav a:hover {
  color: #db575c;
}
 
.nav a.active {
  background-color: #fff;
  color: #444;
  cursor: default;
}


@media screen and (min-width: 600px) {
 
#about_text {width: 65%;}
#about_image {width: 35%;}
#left_arrow {position: absolute; top: 120px; left: 8px;}
#right_arrow {position: absolute; top: 120px; right: 8px;}
 
 ul {background: url(/images/header_line_dot.gif) repeat-x 0px 50px;}	

  .nav li {
  	padding: 0px 0px 0px 0px;
    border-bottom: none;
    height: 65px;
    line-height: 65px;
    font-size: 1.0em;
  }

  /* Option 1 - Display Inline */
  .nav li {
    display: inline-block;
    margin-right: -4px;
  }
 
  /* Options 2 - Float
  .nav li {
    float: left;
  }
  .nav ul {
    overflow: auto;
    width: 600px;
    margin: 0 auto;
  }
  .nav {
    background-color: #444;
  }
  */

#skillsets {margin: 16px 0px 0px 0px; font-size: 1.4em; color: #999; border-top: 1px solid #44c8e8;}
  
}

.rel {position: relative;}
.abs {position: absolute;}

label, .link ,.link_dotted ,.hand {cursor: pointer; cursor: hand;}

.title {font-size: 1.4em;}
.title_skillset {margin: 16px 0px 0px 0px; font-size: 1.0em; color: #999;}
/*.title_skillset {margin: 16px 0px 0px 0px; font-size: 1.4em; color: #999;} */

.center {text-align: center;}
.middle {vertical-align: center;}

.left {text-align: left;}
.right {text-align: right;}

.text_tiny {font-size: 0.6em; line-height: 1em;}
.text_small {font-size: 0.9em; line-height: 1em;}
.text_med {font-size: 1.0em;}
.text_large ,.text_big {font-size: 1.6em; line-height: 1.4em;}

.bold {font-weight: bold;}

.text_grey, .text_gray {color: #999;}
.text_dark_grey, .text_dark_gray {color: #717171;}

.text_shadow {text-shadow: 1px 1px 1px rgba(0,0,0,0.2);}

.transparent_25  {filter: alpha(opacity=25); /* IE */ -moz-opacity: 0.25; /* Mozilla */ opacity: 0.25; /* CSS3 */}
.transparent_40  {filter: alpha(opacity=40); /* IE */ -moz-opacity: 0.40; /* Mozilla */ opacity: 0.40; /* CSS3 */}
.transparent_50  {filter: alpha(opacity=50); /* IE */ -moz-opacity: 0.50; /* Mozilla */ opacity: 0.50; /* CSS3 */}
.transparent_75  {filter: alpha(opacity=75); /* IE */ -moz-opacity: 0.75; /* Mozilla */ opacity: 0.75; /* CSS3 */}

.specs td {height: 42px;}
.spec_label {color: #41c6e6; font-size: 14px;}
.spec_label_right {color: #41c6e6; font-size: 14px; padding-left: 8px;}
.spec_data {font-size: 14px;}
.spec_divider {margin: 0; padding: 0; width: 380px; border-top: 3px #41c6e6 solid;}




.corners_5 {
  border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
}