/* 
Title:		Main Stylesheet
*/

/* Base Tags
---------------------------------------------------------- */
body {
  background:#e9e9e9 url(http://noahstokes.com/esbueno/bg.png) repeat;
  padding: 20px;
  font: 12px "Helvetica Neue", helvetica,Arial,sans-serif;
  color: #333;
}

a {
  color: #063b63;
  outline: 0;
}
a:hover {
  text-decoration: none;
}


/* Containers
---------------------------------------------------------- */
#container {
  position: relative;
  margin: 0 auto;
  padding: 40px 60px;
  background: #fff;
  min-width: 900px;
}

#container p {
  line-height: 22px;
 }

a#mark {
	position: absolute;
	width: 167px;
	height: 42px;
	background: url(http://noahstokes.com/esbueno/mark.png) no-repeat;
	top: 32px;
	right: 65px;
}

/* Example Glider
---------------------------------------------------------- */
#examples {
  text-align: center;
  margin: 20px 0;
}
#examples h2 {
  margin: 20px 0 15px 0;
}
#examples h2 strong {
  font-weight: normal;
}
#examples #example_viewer {
  width: 873px;
  background: #e9ecee url(../images/examples_bkg.png) no-repeat 0 bottom;
  min-height: 378px;
  margin: 0 auto;
}
#examples #example_viewer span.top {
  background: url(../images/examples_bkg_top_on.png) no-repeat 0 top;
  height: 3px;
  display: block;
}
#examples #example_viewer div.controls {
  width: 224px;
  margin: 0 2px 0 0;
  float: right;
  text-align: left;
}
#examples #example_viewer div.controls a {
  display: block;
  font-weight: bold;
  color: #262626;
  text-decoration: none;
  background: url(../images/ico_arrow.gif) no-repeat 7px 50%;
  margin: 0;
  padding: 10px 10px 10px 28px;
  border-bottom: 1px solid #9ba5ab;
}
#examples #example_viewer div.controls a.active, #examples #example_viewer div.controls a.active:hover {
  padding: 10px 10px 0px 28px;
  background: #b5bcc3 url(../images/ico_arrow_on.gif) no-repeat 7px 90%;
  border-bottom: none;
  color: #004b70;
}

#examples #example_viewer div.controls a:hover {
  background: url(../images/ico_arrow_on.gif) no-repeat 7px 50%;
}
#examples #example_viewer div.controls span.desc {
  padding: 3px 15px 10px 28px;
  display: block;
  background: #b5bcc3;
  border-bottom: 1px solid #9ba5ab;
}
#examples #example_viewer div.screens {
  margin: 25px 0 0 1px;
  width: 645px;
  height: 330px;
  overflow: hidden;
}
#examples #example_viewer div.screen {
  width: 644px;
  height: 330px;
  overflow: hidden;
  float: left;
}
#examples #example_viewer div#sideways {
  width: 5000px;
}