/* about
Project:    Like5-new
Variant:    Screen
Author:     Justo Cascante
Date:       May 03,2011
Css: 		Embedded
HTML and CSS base from: Boilerplate and Initializr
Font:		Fontfabric.com
----------------------------------------*/
/* color guide
light f5f5eb
light-looks good f3f5ea
dark 3e3f34
blue 97c7f3
green bcd5a8
grey c9cdc5
links_orange f5561f
old_link 607890
old_hover_color #036
*/

h1, h2, h3, h4, h5, h6, p, div, ul, li, footer, separator, image, span {
	padding:0;
	margin:0;
	border: 0;
	vertical-align: baseline;
	font-size: 100%;
	font: inherit;
}

body, navigation2, content, image, content2, videodetails, footer, mailformbox  {
	font-family: ZagRegular, Tahoma, Geneva, sans-serif ;
}

::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background: #FF5E99; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #FF5E99; }

@font-face {
    font-family: 'ZagRegular';
    src: url('/fonts/ZagRegular.eot');
    src: url('/fonts/ZagRegular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/ZagRegular-webfont.woff') format('woff'),
         url('/fonts/ZagRegular-webfont.ttf') format('truetype'),
         url('/fonts/ZagRegular-webfont.svg#ChunkFiveRoman') format('svg');
    font-weight: bold;
    font-style: normal;
}

/*@font-face { 
	font-family: ZagRegular; src: url('/fonts/ZagRegular.eot');
	src: local('ZagRegular'), 
	     url('ZagRegular.svg#ZagRegular') format('svg'),
	     url('ZagRegular.ttf') format('opentype');
 }
@font-face { font-family: ZagRegular; src: url('/fonts/ZagRegular.otf'); }
@font-face { font-family: ZagRegular; font-weight: bold; src: url('/fonts/ZagRegular.otf'); }*/




/* maxvoltar.com/archive/-webkit-font-smoothing */
html { -webkit-font-smoothing: antialiased; }

/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button { cursor: pointer; }

a, a:active, a:visited {
	outline: none; 
	color: #f5561f; 
}
a:hover { 
	color: #f3f5ea;
	background-color: #FF5E99;
}
body {
	background-image:url('/images/body_sand.gif');
	margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	/*background: #c9cdc5;*/
}
.oneColFixCtrHdr #container {/* only show at the back - the maincontent is on top of this*/
	width: 554px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #c9cdc5;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative; /* this makes the ap div stick to this container */
}
.oneColFixCtrHdr .header {
	/*background: #f3f5ea;*/ 
	padding: 30px 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:230px;
	text-align:center;
	
}
.oneColFixCtrHdr .header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	color: #3e3f34;
	font-size:75px;	
	letter-spacing:-2px;
	line-height: 80px;
	word-spacing: -9px;
}
.ie8 .oneColFixCtrHdr .header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	color: #343;
	font-size:58px;	
	letter-spacing:-2px;
	line-height: 80px;
	word-spacing: -9px;
}
.oneColFixCtrHdr .header h2{
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	color: #97c7f3;
	font-size:30px;
	padding: 0px 5px 0px 0px;
	
	
}
.ie8 .oneColFixCtrHdr .header h2{
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	color: #97c7f3;
	font-size:22px;
	padding: 0px 5px 0px 0px;
}
.circle {
	background: #97c7f3;
	color:#fef1d8;
	font-size:1.05em;
	left:139px;
	line-height:1;
	position:absolute;
	text-transform:uppercase;
	top:378px;
	height: 5em;
	width:  5em;
	-webkit-border-radius: 5em;
	-moz-border-radius:    5em;
	border-radius:         5em;
	background-clip: padding-box;
	z-index: 1;
}
.mailcircle {
	background: #97c7f3;
	color:#fef1d8;
	font-size:1.05em;
	left:229px;
	line-height:1;
	position:absolute;
	text-transform:uppercase;
	top:156px;
	height: 5em;
	width:  5em;
	-webkit-border-radius: 5em;
	-moz-border-radius:    5em;
	border-radius:         5em;
	background-clip: padding-box;
	z-index: 1;
}
.aboutuscircle {
	background: #97c7f3;
	color:#fef1d8;
	font-size:1.05em;
	left:229px;
	line-height:1;
	position:absolute;
	text-transform:uppercase;
	top:156px;
	height: 5em;
	width:  5em;
	-webkit-border-radius: 5em;
	-moz-border-radius:    5em;
	border-radius:         5em;
	background-clip: padding-box;
	z-index: 1;
}
.circle i {
  font-size: 1.5em;width: 100% auto;
  font-style: normal;
  font-weight: normal;
  top: 1.2em;
  position: relative;
  width: 4em;
  display: block;
  left: 0.5em;
}
.mailcircle i{
  font-size: 1.5em;
  font-style: normal;
  font-weight: normal;
  top: 1.2em;
  position: relative;
  width: 4em;
  display: block;
  left: .6em;
}
.aboutuscircle i{
  font-size: 1.5em;
  font-style: normal;
  font-weight: normal;
  top: 1.2em;
  position: relative;
  width: 4em;
  display: block;
  left: .1em;
}

.subtitle h2 {
 font-size:45px;
}

.twobunnies p {
 font-size:20px;
}

.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*background: #f3f5ea;*/ /* this is the main box in the center */
	height: 610px;
	
}
.oneColFixCtrHdr #mainContent2 {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*background: #f3f5ea;*/ /* this is the main box in the center */
	height: 864px;

}
.oneColFixCtrHdr #mainContent3 {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*background: #f3f5ea;*/ /* this is the main box in the center */
	height: 780px;
	
}
.oneColFixCtrHdr #content { /*justo- maincontent has physically nothing so i add height */
     /* remember that padding is the space inside the div box and margin is the space outside the div box */
    margin: 0;
    border: 0;
    height: 155px;
	padding: 0px 0px 0px 32px;
	border-top: 1px solid #c9cdc5;
	
}

.oneColFixCtrHdr .social { /*justo- maincontent has physically nothing so i add height */
     /* remember that padding is the space inside the div box and margin is the space outside the div box */
    margin: 0;
    border: 0;
    height: 50px;
	padding: 35px 0px 8px 20px;
	border-top: 1px solid #c9cdc5;
	
}
.oneColFixCtrHdr #image {
    width: 100% auto;
    height:398px;
	border-top: 1px solid #c9cdc5;
}
.oneColFixCtrHdr .contentindex{ /*justo- maincontent has physically nothing so i add height -this is the content under the main content*/
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
    margin: 0;
	border: 0;
	height: 60px;
	padding: 20px ;
	font-weight: bold;
	font-size:20px;
	color: #454545;
	border-top: 0px solid #c9cdc5;
}
.ie8 .oneColFixCtrHdr .contentindex{ /*justo- maincontent has physically nothing so i add height */
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
    margin: 0;
	border: 0;
	height: 60px;
	padding: 20px;
	font-weight: bold;
	font-size: 12px;
	color: #343;
	border-top: 0px solid #c9cdc5;

}
.oneColFixCtrHdr .content2{ /*justo- maincontent has physically nothing so i add height -this is the content under the main content*/
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
    margin: 0;
	border: 0;
	height: 110px;
	padding: 20px ;
	font-weight: bold;
	font-size:20px;
	color: #454545;
	border-top: 1px solid #c9cdc5;
}
.ie8 .oneColFixCtrHdr .content2{ /*justo- maincontent has physically nothing so i add height */
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
    margin: 0;
	border: 0;
	height: 110px;
	padding: 20px;
	font-weight: bold;
	font-size: 12px;
	color: #343;
	border-top: 1px solid #c9cdc5;
}
.oneColFixCtrHdr #footer {
	padding: 20px 10px 10px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	color:#7D766A;
	width: 525px; /* u can remove bit the last li to the right will drop to the next line */
	height: 198px;
	font-size:19px;
	border-top: 1px solid #c9cdc5;
	text-align: center;
	
}
.oneColFixCtrHdr #footer p {
	height: 20px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 25px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #footer ul{
	white-space:nowrap;
	list-style: none;
    margin: 0px;
	height: 10px;
}
.oneColFixCtrHdr #footer  li{
    margin: 0px;
	margin-right:10px;
	height: 10px;
	display:inline;
}



/*
------------------
------------------
FLOATING BOXES
------------------
------------------
*/
#boxerbunny {
	position:absolute;
	width:453px;
	height:517px;
	z-index:1;
	left: -18px;
	top: 168px;
    }
#bruce {
	position:absolute;
	width:248px;
	height:296px;
	z-index:2;
	left: -158px;
	top: 123px;
    }	
#bunnylogo {
	position:absolute;
	width:166px;
	height:224px;
	z-index:1;
	left: 13px;
    top: 371px;
    }
#ultrabunny {
	position:absolute;
	width:224px;
	height:265px;
	z-index:1;
	left: 120px;
	top: 157px;
}
#chick {
	position:absolute;
	width:138px;
	height:201px;
	z-index:1;
	left: 295px;
	top: 40px;
}
#bike {
	position:absolute;
	width:138px;
	height:133px;
	z-index:2;
	left: 180px;
	top: 407px;
}
.jobtitle {
	position:absolute;
	margin: 0;
	width:414px;
	height:125px;
	z-index:1;
	left: 20px;
	top: 887px;
	font-size: 45px;
	line-height:60px;
	letter-spacing:5px;
}
.ie8 .jobtitle {
	position:absolute;
	margin: 0;
	width:414px;
	height:125px;
	z-index:1;
	left: 20px;
	top: 887px;
	font-size: 40px;
	line-height:60px;
	letter-spacing:5px;
}
#baby {
	position:absolute;
	width:211px;
	height:171px;
	z-index:1;
	left: 352px;
	top: 879px;
	-webkit-transition: margin 0.5s ease-out;
	-moz-transition: margin 0.5s ease-out;
	-o-transition: margin 0.5s ease-out;
}
#baby:hover {
    margin-top: -8px;
}
#noharmbox {
	position:absolute;
	width:149px;
	height:163px;
	z-index:1;
	left: 412px;
	top: 1067px;
}
#video {
	position:absolute;
	margin: 0;
	width:347px;
	height:208px;
	z-index:1;
	left: 22px;
	top: 487px;
	
}
.videodetails {
	position:absolute;
	width:379px;
	height:163px;
	z-index:1;
	left: 22px;
	top: 1054px;
	font-size: 20px;
	font-weight: bold;
}
.ie8 .videodetails{
	position:absolute;
	width:379px;
	height:163px;
	z-index:1;
	left: 22px;
	top: 1054px;
	font-size: 20px;
	font-weight: bold;
}
#webdevlogo{
	position:absolute;
	margin: 0;
	height:39px;
	z-index:1;
	left: 519px;
	top: 1395px;
}
.mailformbox {
	position:absolute;
	width: 430px;
	height:163px;
	z-index:0;
	left: 68px;
	top: 374px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.aboutus {
	position:absolute;
	width: 430px;
	height:163px;
	z-index:0;
	left: 68px;
	top: 274px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.contactstart {
	position:absolute;
	z-index:1;
	font-size: 20px;
	text-align:center;
	top:302px;
	left: 27px;
	width: 496px;
}
.twobunnies {
	position:absolute;
	margin: 0;
	width:464px;
	height:190px;
	z-index:1;
	left: 21px;
	top: 797px;
	font-size: 17px;
	font-weight: bold;
}
.subtitle {
	position:absolute;
	margin: 0;
	width:452px;
	height:96px;
	z-index:1;
	left: 18px;
	top: 288px;
	font-size: 50px;
	line-height:60px;
	letter-spacing:5px
}
