/* Unchanged */
/* @override 
	http://joshuakeys.co.uk/css/main.css
	http://joshuakeys.co.uk/css/main.css
*/

/* @group basics */

* {
  margin: 0;
  padding: 0;
}

img {
	border-style: none;
}

abbr {
  border-style: none;
}

html, body {
  background:url(../images/bg.png) -90% -70%;
  height: 100%;
}

body {
	color: #5e5e5e;
	font: 14px/20px Helvetica Neue, Arial, Helvetica, Geneva, sans-serif;
	position: relative;
}

h1 {
  font-size: 14px;
  line-height: 20px;
}

h2 {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}

p {
  margin-bottom: 20px;
}

ul {
  margin-bottom: 20px;
  list-style-position: outside;
}

ol {
  margin-bottom: 20px;
}

a:link,
a:visited {
  color: #5e5e5e;
  text-decoration: none;
}

a:link:hover,
a:visited:hover {
  text-decoration: underline;
  color: #1698ce;
}

.row {
  width: 640px;
}

.row:after {
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

.column {
  float: left;
  margin-right: 20px;
}

.column.last {
  margin-right: 0;
}

.w1 {
  width: 140px;
}

.w2 {
  width: 300px;
}

.w3 {
  width: 460px;
}

/* @end */

/* @group header */

#header {
	width: 620px;
	height: 118px;
	overflow: hidden;
	padding: 131px 90px 0;
	background:url(../images/header.png) no-repeat 0 70px;
	margin-left: auto;
	margin-right: auto;
}

#logo {
  display: block;
  width: 250px;
  height: 71px;
  background:url(../work/logo.png) no-repeat;
  text-indent: -9999px;
  margin-bottom: 13px;
  overflow: hidden;
}

#p-home #logo {
  cursor: default;
}

#navigation {
  background-image:url(../images/navigation.png);
  height: 34px;
}

#navigation li {
  display: inline;
  float: left;
}

#navigation li a {
  text-decoration: none;
  text-transform: lowercase;
  color: #424242;
  float: left;
  overflow: hidden;
  height: 27px;
  padding: 6px 5px 1px;
}

#navigation li a:hover {
  color: #1698ce;
}

#navigation li:first-child a {
  padding-left: 0;
}

#p-home #navigation li.home a {
  color: #1698ce;
  background:url(../images/navigation_current.png) no-repeat center bottom;
}

#p-about #navigation li.about a {
  color: #1698ce;
  background:url(../images/navigation_current.png) no-repeat center bottom;
}

#p-portfolio #navigation li.portfolio a {
  color: #1698ce;
  background:url(../images/navigation_current.png) no-repeat center bottom;
}

#p-goodies #navigation li.goodies a {
  color: #1698ce;
  background:url(../images/navigation_current.png) no-repeat center bottom;
}

#p-contact #navigation li.contact a {
  color: #1698ce;
  background:url(../images/navigation_current.png) no-repeat center bottom;
}

/* @end */

/* @group content */

#content {
	width: 640px;
	background-image:url(../images/content.png);
	padding: 31px 70px 10px 90px;
	margin-left: auto;
	margin-right: auto;
}

#content a {
	color: #FF0099;
}


/* @group contact */

#contact {
  
}

#contact p {
  position: relative;
}

#contact h2 {
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
}

#contact label {
  font-size: 12px;
  display: block;
  margin-bottom: 2px;
}

#contact input {
  width: 200px;
  border: 1px solid #e5e5e5;
  background-image:url(../images/input.png);
  padding: 6px 9px 5px;
  height: 17px;
  color: #a9aaaa;
  background-color: #fffeff;
  font: 12px Helvetica Neue, Arial, Helvetica, Geneva, sans-serif;
}

#contact input:focus {
  border-color: #39a7d5;
  background-repeat: no-repeat;
  color: #656565;
}

#contact textarea {
  width: 600px;
  border: 1px solid #e5e5e5;
  background-image:url(../images/input.png);
  padding: 6px 9px 5px;
  height: 187px;
  color: #a9aaaa;
  font:Arial, Helvetica, sans-serif;
  margin-bottom: 20px;
}

#contact textarea:focus {
  border-color: #39a7d5;
  background-repeat: no-repeat;
  color: #656565;
}

#contact button {
  width: 140px;
  height: 35px;
  display: block;
  background-color: #eaeaea;
  text-indent: -9999px;
  border-style: none;
  background-image:url(../images/button_send.png);
  cursor: pointer;
}

#contact button:hover {
  background-position: 0 -35px;
}

#contact button:active {
  background-position: 0 -70px;
  position: relative;
  top: 1px;
}

#contact .error {
  
}

#contact .error input {
  border-color: #f86b6c;
  z-index: 1;
  position: relative;
}

#contact .error textarea {
  border-color: #f86b6c;
  z-index: 1;
  position: relative;
}

#contact .error span {
  display: block;
  padding-left: 10px;
  padding-top: 5px;
  font-size: 12px;
  color: #f86b6c;
  z-index: 1;
  width: 1px;
  height: 25px;
  text-indent: -9999px;
  position: absolute;
  bottom: 0;
  right: 80px;
  background: #f86b6c url(../images/error.png) no-repeat right 0;
  cursor: pointer;
}

#contact .error span:hover {
  width: 210px;
  text-indent: 0;
  color: #fffeff;
}

#contact .error span:active {
  width: 1px;
}



/* @end */

/* @group portfolio */

#portfolio h2 {
	font-size: 18px;
	font-style: normal;
	font-weight: lighter;
}

#portfolio img {
	margin-bottom: 5px;
}



/* @end */

/* @group need */

#need {
}

#need ul {
  list-style-type: none;
}

#need ul li {
  background:url(../images/li.png) no-repeat 0 6px;
  padding-left: 15px;
  margin-left: -15px;
}

#need ul strong {
	display: block;
	font-weight: bold;
	font-style: normal;
}

#need ul em {
  font-size: 12px;
  color: #c0c0c0;
  display: block;
}

#need h2 {
  font-size: 16px;
  color: #54b3db;
  font-style: normal;
  font-weight: normal;
}

#need:after {
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}



/* @end */

/* @group about */

#about {
	margin-bottom: 25px;
	padding-bottom: 10px;
}

#about h2 {
  font-size: 16px;
  color: #54b3db;
  font-style: normal;
  font-weight: normal;
}

#about h2.who-am-i {
	color: #FF0099;
}

#about:after {
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}



/* @end */

/* @group oops */

#oops {
  text-align: center;
  padding-top: 46px;
  padding-bottom: 10px;
  font-style: normal;
  font-size: 16px;
  font-weight: normal;
}

#oops h1 {
  font-size: 20px;
  margin-bottom: 20px;
}

#oops p {
  font-family: Georgia, Times New Roman, Times, serif;
  font-style: italic;
  color: #a9a9a9;
}

#oops strong {
  color: #54b3db;
}



/* @end */

/* @group work */

#work {
  width: 620px;
  height: 333px;
  position: relative;
  margin: 0 0 65px;
}

#work #slider {
	width: 620px;
	overflow: hidden;
	height: 333px;
	position: absolute;
	top: 0;
	left: 0;
}

#work #slider ul {
	width: 99999px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	background: #eee;
}

#work ul li {
  display: block;
  float: left;
  padding: 0;
  height: 332px;
  width: 620px;
  margin: 0;
}

#work .arrow {
  display: block;
  height: 66px;
  width: 25px;
  background:url(../images/work_navigation.png) no-repeat 0 0;
  text-indent: -9999px;
  position: absolute;
  top: 135px;
  cursor: pointer;
}

#work .arrow:active {
  top: 136px;
}

#work .forward {
  background-position: -25px 0;
  right: -105px;
}

#work .back {
  background-position: 0 0;
  left: -105px;
}

#work .forward:hover {
  background-position: -25px -66px;
}

#work .back:hover {
  background-position: 0 -66px;
}

#thumbNav {
  position: relative;
  text-align: center;
  top: 340px;
}

#thumbNav a {
	color: black;
	font: 11px/18px Georgia, Serif;
	display: inline-block;
	height: 21px;
	background:url(../images/bullet.png) repeat-x;
	text-indent: -9999px;
	width: 21px;
	overflow: hidden;
}

#thumbNav a:active {
  position: relative;
  top: 1px;
}

#thumbNav a.cur {
  background-image:url(../images/bullet_current.png);
  position: relative;
}


#start-stop {
  background: green;
  background-image: url(.../images/cellshade.png);
  background-repeat: repeat-x;
  color: white;
  padding: 2px 5px;
  width: 40px;
  text-align: center;
  position: absolute;
  right: 45px;
  top: 323px;
  display: none;
}



/* @end */

/* @end */

/* @group footer */

#footer {
	width: 620px;
	background:url(../images/footer.png) no-repeat 0 0;
	height: 110px;
	overflow: hidden;
	padding: 55px 90px 30px;
	font-size: 12px;
	line-height: 20px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#footer ul {
  list-style-type: none;
}

#footer h2 {
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 0;
}

#footer p {
	color: #696868;
	font-size: 11px;
	position: absolute;
	left: 315px;
	bottom: -798px;
	width: 640px;
	line-height: 16px;
	margin-bottom: 0;
}

#footer p em {
  font-family: Georgia, Times New Roman, Times, serif;
}

#footer p a {
  color: #696868;
}

#footer p a:hover {
  color: #fffeff;
}

#footer .row {
  width: 620px;
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
}

/* @end */

/* @group heading */

#p-home h1 {
  background-image:url(../images/h_hithere.png);
  height: 85px;
  width: 620px;
  text-indent: -9999px;
  margin-bottom: 37px;
}

#p-about h1 {
  height: 211px;
  width: 620px;
  text-indent: -9999px;
  margin-bottom: 25px;
  background:url(../images/h_about.png) no-repeat;
  border-bottom: 1px solid #e5e5e5;
}

#p-portfolio h1 {
  height: 85px;
  width: 620px;
  text-indent: -9999px;
  margin-bottom: 37px;
  background:url(../images/h_portfolio.png) no-repeat;
}

#p-contact h1 {
  height: 116px;
  width: 620px;
  text-indent: -9999px;
  margin-bottom: 37px;
  background:url(../images/h_contact.png) no-repeat;
}

/* @end */

/* @group buttons */

#buttons {
  list-style-type: none;
  width: 320px;
  margin-bottom: 0;
  height: 35px;
  margin-top: 20px;
  margin-left: 139px;
  background-color: #e7f5fa;
  border: 1px solid #dae7ed;
  padding: 20px 0 20px 20px;
}

#buttons li:first-child {
  margin-right: 20px;
}

#buttons li {
  float: left;
  width: 140px;
}

.button {
  width: 140px;
  height: 35px;
  display: block;
  background-color: #eaeaea;
  text-indent: -9999px;
  overflow: hidden;
}

.button:hover {
  background-position: 0 -35px;
}

.button:active {
  background-position: 0 -70px;
  position: relative;
  top: 1px;
}

.button.email {
  background-image:url(../images/button_email.png);
}

.button.quote {
  background-image:url(../images/button_quote.png);
}



/* @end */

/* @group captify */

.caption-top, .caption-bottom {
	color: #ffffff;	
	padding: 1.2em;	
	font-weight: bold;
	font-size: 13px;	
	cursor: default;
	border: 0px solid #262626;
	background: #000000;
}
.caption-top {
   border-width: 0px 0px 8px 0px;
}
.caption-bottom {
   border-width: 8px 0px 0px 0px;
  border-top-width: 4px;
  border-bottom-width: 0;
}
.caption a, .caption a {
	border: 0 none;
	text-decoration: none;
	background: #000000;
	padding: 0.3em;
  	color: #fffeff;
}
.caption a:hover, .caption a:hover {
	background: #202020;
}
.caption-wrapper {
	float: left;
}

.caption-bottom a:link {
  color: #fffeff !important;
}

.caption-bottom a:visited {
  color: #fffeff !important;
}
br.c { clear: both; }



/* @end */

#portfolio {
  overflow: hidden;
}

.download {
	margin-bottom: 40px;
	margin-top: 20px;
	display: block;
	padding-bottom: 10px;
	border-bottom: 1px solid #e6e5e6;
	width: 620px;
}

.download a {
  color: #37a6d5 !important;
}

.download a:hover {
  text-decoration: underline;
  color: #5e5e5e !important;
}

.download span {
  color: #5e5e5e;
}

