/* @override http://192.168.102.197/~shlok/codingturtle773x732/chikoo/css/style.css
	http://192.168.102.12/~shlok/codingturtle773x732/chikoo/css/style.css */

body {
  font: 75% "Lucida Grande", Verdana, Arial, sans-serif;
  background-image: url('../images/darkbluegrainbg.jpg');
  background-color: #aeafb3;
}

/* reset font size; and margins and paddings to zero */
div, a, body, p, img, h1, h2, h3, h4, ul, li {
  margin: 0;
  padding: 0;
  font-size: 14px;
}

a {
  outline: none; /* firefox fix */
}


/* ----------The first dark blue part---------- */

a.turtlemark {
  position: absolute;
  top: -10px;
  left: 20px;
  display: block;
  width: 53px;
  height: 88px;
  text-indent: -99999px;
  background-image: url('../images/turtlemark.png');
  background-position: 0 0;
}

a.turtlemark:hover {
  background-position: 53px 0;
}

#topcontainer {
  position: relative;
  padding-top: 80px; /* 80 */
  padding-bottom: 100px; /* 100 */
}

.twittertext {
  position: absolute;
  top: 23px;
  right: 52px;
  text-align: right;
  font-size: 12px;
  color: #65848e;
  display: none;
  opacity: 0;
}

.twittergray {
  position: absolute;
  top: 20px;
  right: 20px;
}

.twittercolor {
  position: absolute;
  top: 20px;
  right: 20px;
  display: none;
  opacity: 0;
}

img.twittergray, img.twittercolor {
  border-style: none;
}

#iebanner {
  position: relative;
  top: -40px;
  left: 0px;
  margin: 40px auto 40px auto;
  padding: 14px 20px 14px 20px;
  width: 600px;
  background-color: #eded84;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  border: 1px solid black;
}

.contents {
/*  background-color: red;*/ /*debug color*/
  margin-left: auto;
  margin-right: auto;
  width: 900px;
}

.innercontents {
/*  background-color: blue;*/ /*debug color*/
position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 650px;
}

#chikooicon {
/*  background-color: brown;*/ /*debug color*/
  display: inline-block;
  vertical-align: middle;
  height: 256px;
  width: 256px;
  background-image: url('../images/chikooicon.png');
}

#toprightcontainer {
/*  background-color: yellow;*/ /*debug color*/
  display: inline-block;
  vertical-align: middle;
  width: 394px;
}

#toprighttitlecontainer {
  padding-left: 60px;
  text-align: left;
}

#belowtitleskip {
  width: 100%;
  height: 35px;
}

.iconandtext {
/*  background-color: yellow;*/ /*debug color*/
  padding-left: 45px;
}

.iconandtextimage {
/*  background-color: red;*/ /*debug color*/
  display: inline-block;
  vertical-align: middle;
  height: 80px;
  width: 80px;
}

.iconandtexttext {
/*  background-color: green;*/ /*debug color*/
  position: relative;
  padding-left: 10px;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  width: 259px;
}

p.small {
  font-size: 12px;
}

.iconandtexttext p.normal {
  margin-bottom: 5px;
}

.iconandtexttext p.small {
  margin-bottom: 2px;
}

a:link, a:visited, a:active {
  color: #3d4563;
}

a:hover {
  color: #696d81;
}

h1 {
  font-size: 32px;
  margin-bottom: 6px;
}

h2 {
  font-size: 16px;
}

.betweeniconandtextskip {
  width: 100%;
  height: 20px;
}

#bargain {
  position: absolute;
  top: -25px;
  right: -30px;
  width: 100px;
  height: 43px;
  background-image: url('../images/bargain.png');
}

/* -------------------- */


/* ----------The middle light blue part---------- */

.lightblue {
  background-image: url('../images/lightbluegrainbg.jpg');
  background-color: #d7d8dd;
  width: 100%;
}

.lightblue#features
{
  position: relative;
  z-index: 1;
}

.lightbluegrass {
  background-image: url('../images/lightbluegrass.png');
  background-repeat: repeat-x;
  position: absolute;
  top: -68px;
  left: 0px;
  height: 68px;
  width: 100%;
}


#navigation {
  text-align: center;
  padding-top: 50px;
  margin-bottom: 50px;
}

#navigation ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#navigation ul li {
  color: gray;
  margin: 0;
  padding: 0;
  display: inline;
}

#navigation ul li a {
  padding: 0;
  margin-left: 9px;
  margin-right: 9px;
  font-size: 14px;
  /*font-weight: bold;*/
  display: inline;
  text-decoration: none;
}

#navigation ul li a#active {
  text-decoration: underline;
}


.screenshotbox {
/*  background-color: brown;*/ /*debug color*/
  position: relative;
  text-align: center;
}

.screenshotenclosure {
/*  background-color: purple;*/ /*debug color*/
  vertical-align: middle;
  display: inline-block;
  width: 206px;
}

.screenshotouterborder {
  vertical-align: middle;
  display: inline-block;
  border: 1px solid black;
}

.screenshotouterborder.rightmargin {
  margin-right: 6px;
}

.screenshot {
/*  background-color: gray;*/ /*debug color*/
  vertical-align: middle;
  display: inline-block;
  width: 94px;
  border: 2px solid #fbfbfb;
}

.screenshotouterborder.bottommargin {
  margin-bottom: 10px;
}

.screenshot.wide {
  width: 200px;
}

.screenshot:hover {
  border: 2px solid #aeafb3;
}

.screenshot img {
  display: block; /* prevents unwanted bottom margin */
  border: 0px;
}

.screenshotbox p  {
  line-height: 20px;
}

.feature {
/*  background-color: green;*/ /*debug color*/
  text-align: left;
  vertical-align: middle;
  padding-left: 30px;
  display: inline-block;
  width: 414px;
}

h4 {
  margin-bottom: 8px;
}

.betweenscreenshotboxesskip {
/*  background-color: yellow;*/ /*debug color*/
  width: 100%;
  height: 55px;
}

#insanelygreat {
  position: absolute;
  top: -25px;
  left: -120px;
  width: 114px;
  height: 47px;
  background-image: url('../images/insanelygreat.png');
}

.left {
  padding-left: 0;
  padding-right: 30px;
}

.screenshotbox li  {
  line-height: 20px;
}

.screenshotbox li {
  margin-left: 30px;
  margin-top: 10px;
}

h4.relative {
  position: relative;
}

span.newin09 {
  position: absolute;
  top: 1px;
  font-size: 10px;
  font-weight: bold;
  color: white;
  background-color: #e73c48;
  
  -moz-border-radius: 7px;
  border-radius: 7px;
  padding: 2px 6px 2px 6px;
  margin-left: 14px;
}

.grassrootscontainer {
  position: relative;
  width: 100%;
  height: 66px;
}

.grassroots {
  background-image: url('../images/roots.png');
  background-repeat: repeat-x;
  position: absolute;
  top: 66px;
  left: 0px;
  height: 96px;
  width: 100%;
}



/* ----------Screencasts-----------*/

#screencasts {
  /*background-color: red;*/
  text-align: center;
}

em.bold {
  font-weight: bold;
}

#abovescreencastsskip {
  /*background-color: yellow;*/
  width: 100%;
  height: 45px;
}

#screencastsrelativecontainer {
  /*background-color: blue;*/
  position: relative;
  left: -75px;
  width: 800px;
}

.screencastouter {
  /*background-color: yellow;*/
  margin-left: 12px;
  margin-right: 12px;
  display: inline-block;
  text-align: center;
}

.screencastouter.topmargin {
  margin-top: 34px;
}

.screencastenclosure {
  display: inline-block;
  border: 1px solid black;

}

.screencast {
  border: 2px solid #fbfbfb;

}

.screencast:hover {
  border: 2px solid #aeafb3;
}

.screencast img {
  display: block; /* prevents unwanted bottom margin */
  border: none;
}

.screencastcaption {
  /*background-color: red;*/
  font-weight: bold;
  padding-top: 0px;
}

.screencastcaptiontext {
  display: inline-block;
}

.screencastcaptiontime {
  margin-left: 8px;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
}



/* ----------Release notes-----------*/

#releasenotes li {
  line-height: 20px;
  margin-left: 30px;
  margin-top: 5px;
}

#releasenotes ul {
  margin-bottom: 30px;
}



/* ----------Contact-----------*/

#contact p {
  line-height: 20px;
}



/* ----------The bottom dark blue part---------- */

h3 {
  margin-bottom: 20px;
  font-size: 20px;
}

.noscriptspan {
  display: inline;
}

#copyright {
  padding-top: 110px;
  padding-bottom: 30px;
  text-align: center;
}

#copyright p {
  font-size: 12px;
}

