body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	min-width:600px;    	/* Minimum width of layout - remove line if not required */
	font-family: Georgia;
	font-size: 1.2em;
	line-height: 1.4em;
	color: #000;
	background-color: #fff;
}

p {
	color: #61605c;
}

a {
	text-decoration: none;
	outline: none;
}

img {
	border: 0px;
}

.clear {
  clear:both;
  height:1px;
  overflow:hidden;
}

/* @group Navigation */

#navigation {
	margin: 30px 50px 0px;
	padding: 0;
	list-style: none;
	float: left;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 209px;
}

#navigation li {
  list-style: none;
  color: #000;
  padding: 0px 25px 0px 0px;
  font-size: 2.4em;
  line-height: 1.5em;
}

#navigation li a{
  color: #000;
}

#navigation li a:hover{
  color: #FF0080;
}

#navigation li a.active, #navigation li a:active {
	color: #004eff;
}
/*  blue 004eff purple  004eff */

#navigation li div a{
  color: #004eff;
}

#navigation li div {
  margin-top:25px;
	font-size: 0.31em;
	line-height: 1.2em;
	width: 200px;
}

#navigation li div span{
	font-weight: bold;
}

/* @end */


/* @group Content */

#content {
	padding: 0px 25px 25px 25px;
	border: 0px solid red;
	float: left;
	left: 260px;
	max-width: 690px;
	position: absolute;
}

#content a:link, #content a:visited, #content a:active {
  color: #004eff;
}
#content a:hover {
  color: #FF0080;
}

#content > ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#content > ul > li {
  padding: 0;
  margin-bottom: 50px;
}

#content h1 {
  font-size: 2em;
  font-weight: normal;
  margin: 0px 0px 33px 0px;
  color: #004eff;
  padding: 0;
  padding-top: 52px;
}

#content h2 {
  font-size: 2em;
  font-weight: normal;
  margin: 0px 0px 55px 0px;
  color: #004eff;
  padding: 0;
  padding-top: 52px;
}

#content p, .skills, .work{
  margin-bottom: 20px;
  clear: both;
}

#content p:last-child{
  margin-bottom: 0px;
  clear: both;
}

.skills, .work {
  list-style: none;
  display: block;
  padding: 0;
  line-height: 1.6em;
}

.skills li {
  list-style: none;
  padding: 0px 4px 0px 4px;
  background-color: #FFF;
  border: 1px solid #bbb9b0;
	display: inline;
	float: left;
	margin: 2px;
	height: 1.5em;
}

.work li {
  background-color: #FFF;
  border: none;
  border-left: 5px solid #FFF;
  border-right: 5px solid #FF0080;
  padding: 0px 25px 0px 25px;
  margin-bottom:55px;
}
.work li:hover {
  border-left: 5px solid #004eff;
}

.work li h3 {
	/*font-size: 1.2em;*/
	font-weight: normal;
	margin: 0 0 10px;
	clear: both;
}


/* @group Media */

.images {
	display: block;
	clear: both;
}

.image {
  width: 145px;
  padding: 3px;
  border: 1px solid #bbb9b0;
  background-color: #FFFFFF;
}
.image:hover {
  border: 1px solid #004eff;
}

/* @end */
@media screen and (max-device-width: 1024px), screen and (max-width: 1000px) {
  .work li{
    padding: 0px 15px;
  }
  #content a:hover {
    color: #000;
  }
}