/* 
 *  _ _ _                 _             
 * (_) | |               (_)            
 *  _| | |_   _ _ __ ___  _ _ __   ___  
 * | | | | | | | '_ ` _ \| | '_ \ / _ \ 
 * | | | | |_| | | | | | | | | | | (_) |
 * |_|_|_|\__,_|_| |_| |_|_|_| |_|\___/ 
 *
 *    web development  
 *---------------------------------------
 *  Project: surenix.me
 *  Designer: Surenix <surenix@me.com>
 *  Developer: Callum "cj" Jones <cj@icj.me>
 *  File: style.less
 *  Start Date: 01/06/2012
 */
body {
  background-image: url("/images/bg.jpg");
  background-repeat: repeat;
  font-family: Helvetica, Tahoma, Verdana, sans-serif;
  color: #464c5c;
  font-size: 0.8em;
  line-height: 20px;
  overflow-y: scroll;
  margin-top: 40px;
  text-shadow: 0px 1px 0px #fff;
}
div#main {
  /*border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	box-shadow: 0px 2px 1px 0px #fff;
	-moz-box-shadow: 0px 2px 1px 0px #fff;
	-webkit-box-shadow: 0px 2px 1px 0px #fff;
	// box-shadow: h-shadow v-shadow blur spread color inset;
	box-shadow: 0px 1px 4px 0px #c2c2c2 inset;
   	background: #e1e1e1;
    border: 1px solid #ccc;*/

  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  width: 726px;
  font-size: 1em;
  margin-bottom: 10px;
}
div#main h1 {
  text-align: center;
  font-size: 1.2em;
}
div#main h2,
div#main h3 {
  font-size: 1.1em;
}
div#logo {
  display: inline-block;
  width: 110px;
  height: 27px;
  position: relative;
  left: 0px;
}
div#wrap {
  width: 726px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-bottom: 10px;
}
div#navigation {
  position: relative;
  top: 15px;
  display: inline-block;
  float: right;
  right: 0px;
}
div#navigation a {
  color: #363b47;
  padding-left: 5px;
  padding-right: 5px;
}
div#navigation a:hover {
  color: #418bf0;
  text-decoration: none;
}
div#navigation a.current {
  color: #418bf0;
  text-decoration: none;
}
div#navigation a.current:hover {
  /* text-shadow: 0px 0px 0px #96bcf0; */
}
div#footer {
  position: relative;
  top: 15px;
  text-align: center;
  display: block;
  padding-bottom: 10px;
}
div.slideshow#homepage {
  margin-left: auto;
  margin-right: auto;
  width: 726px;
  height: 425px;
}
div.slideshow#homepage img {
  width: 726px;
  height: 425px;
  margin-left: auto;
  margin-right: auto;
}
img#leftarrow {
  display: inline-block;
  cursor: pointer;
  position: relative;
  top: -750px;
  left: 60px;
  z-index: 100;
}
img#rightarrow {
  display: inline-block;
  cursor: pointer;
  position: relative;
  top: -750px;
  right: 60px;
  z-index: 100;
}
div.slideshow#screenshot {
  margin-top: 300px;
  margin-right: auto;
  margin-left: auto;
  width: 640px;
}
div.slideshow#screenshot img {
  position: relative;
  z-index: -20;
}
div#phone {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: -1236px;
  left: 13px;
  min-height: 1513px;
  z-index: 100;
}
div#phone img {
  display: inline-block;
}
img.arrow {
  position: relative;
  top: -700px;
}
img.arrow:hover {
  cursor: pointer;
}
@media screen and (max-device-width: 480px), screen and (-webkit-min-device-pixel-ratio: 2) {
  img#rightarrow {
    display: inline-block;
    position: relative;
    top: -750px;
    left: 420px;
    z-index: 100;
    cursor: auto;
  }
  img#leftarrow {
    display: inline-block;
    position: relative;
    top: 860px;
    left: -420px;
    z-index: 100;
    cursor: auto;
  }
}
a {
  color: #418bf0;
  text-decoration: none;
}
a:link,
a:visited {
  color: #418bf0;
}
a:hover {
  color: #418bf0;
  text-decoration: underline;
}
img {
  border: 0px;
}
img.icon {
  width: 59px;
  height: 60px;
}
div#contactme {
  text-align: center;
}
div#contactme img {
  height: 50px;
  width: 50px;
  padding: 2px;
}
div#contactme img:hover {
  cursor: pointer;
}
span.highlight {
  color: #da1616;
  font-weight: bold;
}
div#description {
  width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
ul.column {
  list-style-type: none;
  overflow: hidden;
  width: 750px;
  padding-left: 0px;
  font-size: 1em;
}
ul.column li {
  font-size: 1em;
  padding-left: 0px;
  float: left;
  display: inline;
  width: 20%;
}
.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
h1.header {
  margin-top: 45px;
  text-align: center;
}
.magnify {
  width: 713px;
  margin: auto;
  position: relative;
  padding: -200px;
  z-index: 110;
}
.large {
  width: 200px;
  height: 200px;
  position: absolute;
  border-radius: 100%;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.85), 0 0 4px 4px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
  background: url('/ayecon/ipad/images/large-preview.png') no-repeat;
  display: none;
  cursor: none;
}
.small {
  display: block;
}
div.slideshow#screenshotipad {
  position: relative;
  margin: 50px auto;
  width: 538px;
  height: 717px;
  margin-right: auto;
  margin-left: auto;
}
div.slideshow#screenshotipad img {
  position: relative;
  margin-top: -67px;
  margin-left: -8px;
  z-index: -20;
  width: 538px;
  height: 717px;
}
div#ipad {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: -1000px;
  z-index: 100;
}
div#ipad img {
  display: inline-block;
}
div#ipad img#ipad {
  width: 713px;
  height: 925px;
}
img#leftarrow {
  display: inline-block;
  cursor: pointer;
  position: relative;
  left: -45px;
  top: 490px;
  z-index: 100;
}
img#rightarrow {
  display: inline-block;
  cursor: pointer;
  position: relative;
  left: 715px;
  top: -500px;
  z-index: 100;
}
div#ayeconselect {
  text-align: center;
}
img#switch {
  position: relative;
  top: -40px;
  z-index: 100;
}
