body {
  font-size: 62.5%;
  font-family: verdana, arial, helvetica, sans-serif;
  margin: 0;
  line-height: 1.8em;
  background: #FFFFFF url(/images/bg.gif) repeat-x;
  color: #0D2B1D;
}

img {
  border: 0;
}

a, a:link, a:visited {
  color: #2E8B5A;
  text-decoration: underline;
}

a:hover, a:active {
  color: #1B5235;
}

#header {
  position: relative;
  width: 900px;
  margin: 0 auto;
  font-size: 1.2em;
  height: 86px;
}

#header #logo {
  position: absolute;
  top: 40px;
  left: 9px;
}

#header #beta-batch {
  position: absolute;
  top: 25px;
  right: 2px;
}


#header ul.mainmenu {
  position: absolute;
  top: 43px;
  left: 209px;
  margin: 0;
  padding: 0;
  padding-left: 30px;
  list-style: none;
  border-bottom: 1px solid #1B5235;
  width: 653px;
  height: 30px;
  font-size: 1.3em;
}

#header ul.mainmenu li {
  float: left;
  margin: 0;
  margin-left: 30px;
  padding: 0;
  padding-top: 8px;
}

#header ul.mainmenu a {
  display: block;
}

#header ul.mainmenu a, #header ul.mainmenu a:link, #header ul.mainmenu a:visited {
  color: #0D2B10;
  text-decoration: none;
  padding: 0 2px;
}

#header ul.mainmenu li.active a {
  color: #2E8B5A;
  border-bottom: 3px solid #0D2B1D;
  padding-bottom: 2px;
}

#header ul.mainmenu a:hover, #header ul.mainmenu a:active {
  color: #2E8B5A;
  border-bottom: 3px solid #0D2B1D;
  padding-bottom: 2px;
}





/* site structure */
#container {
  width: 900px;
  margin: 0 auto;
  margin-bottom: 40px;
}


/* 860px width content */
#content {
  position: relative;
  padding: 20px;
  font-size: 1.2em;
  height: 1%;
  overflow: hidden;
}

/* footer*/

#footer {
  font-size: 1.2em;
  text-align: left;
  margin-top: 40px;
  margin: 40px 10px 0 10px;
  padding: 10px;
  border-top: 1px solid #999;
  height: 100%;
  overflow: hidden;
  color: #999;
}

#footer .left {
  float: left;
}

#footer .right {
  float: right;
}


/* general definitions */

h1 {
  font-size: 1.6em;
}

h1 span.s {
  font-size: 0.6em;
  font-weight: normal;
  padding-left: 30px;
}

h2 {
  font-size: 1.3em;
}

h3 {
  font-size: 1.1em;
}

h4 {
  margin-bottom: 6px;
}

.not-found {
  background-color: #DBD6CC;
  margin: 20px 10px;
  padding: 20px 15px;
  font-style: italic;
}

.clear-both {
  clear: both;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.pagination {
  margin: 15px 0;
}

a.feed-icon {
  background: transparent url(/images/rss.png) no-repeat left center;
  width: 16px;
  text-decoration:none;
  font-size: 16px;
}

img.text-icon {
  vertical-align: middle;
}


/* SUCCESS, NOTICE, ERROR formating */

#flashsuccess, .success_message {
  border: 2px solid #033;
  color: #033;
  background: #9C9 url(/images/icon_accept.gif) no-repeat 15px center;
  padding: 20px 15px 20px 40px;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 20px;
}

#flashnotice, .notice_message {
  border: 2px solid #FC0;
  color: #333;
  background: #FFC url(/images/icon_info.gif) no-repeat 15px center;
  padding: 10px 15px 10px 40px;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 20px;
}

#flasherror, .error_message {
  border: 2px solid #800;
  color: #333;
  background: #F99 url(/images/icon_warning.gif) no-repeat 15px center;
  padding: 10px 15px 10px 40px;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 20px;
}


/* Rails CSS */

.fieldWithErrors * {
  background: #FDD url(/images/exclamation_field.gif) no-repeat right top;
}

.fieldWithErrors *:focus {
  background: #fdd none;
}


#errorExplanation {
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #FDD;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

/* 
 * Page definitions 
 */

/* Homepage */

.float-fix {
  overflow: hidden;
  height: 1%;
}


#introduction {
  /*position: absolute;*/
  float: left;
  width: 320px;
  margin-top: 20px;
  
}

#introduction h2 {
  font-size: 1.6em;
  background: transparent url(/images/highlight01.gif) no-repeat left center;
  padding-left: 15px;
}

#introduction p {
  font-size: 1.1em;
}

#introduction p#video-teaser {
  margin-left: 20px;
  font-size: 1.2em;
  font-weight: bold;
}

#introduction span#watch-video-highlight {
  background: transparent url(/images/highlight02.gif) no-repeat;
}

#introduction span#see-how-highlight {
  background: transparent url(/images/highlight03.gif) no-repeat;
}

img#arrow-to-video {
  position: relative;
  top: 0px;
  left: 40px;
}

#introduction #share-this {
  margin-top: 30px;
  text-align: center;
}

#video {
  float: right;
  width: 500px;
}


table#info-section {
  margin-top: 50px;
}

table#info-section th h2 {
  margin: 0;
  padding: 0;
  color: #fff;
  padding: 2px 10px;
  font-size: 1.6em;
  line-height: 1.5em;
  text-align: left;
}

table#info-section th#info-advertisers-header {
  background-color: #598686;
  
}

table#info-section th#info-publishers-header {
  background-color: #1B5235;
  
}

table#info-section td {
  vertical-align: top;
  font-size: 1.1em;
  padding: 10px;
}


table#info-section td.info-advertisers {
  background-color: #CDDADA;
}

table#info-section td.info-publishers {
  background-color: #A4BAAE;
}


table#info-section td.invite-link {
  text-align: center;
  padding-bottom: 20px;
}

table#info-section td.invite-link a {
  background-color: #FFFF66;
  padding: 5px 20px;
  font-weight: bold;
  font-size: 1.1em;
}


#general-container {
  overflow: hidden;
  height: 1%;
  margin-top: 50px;
}

#general-container #more-info {
  float: left;
  width: 500px;

}

#general-container #faq {
  margin-top: 40px;
}

#general-container #faq p {
  margin: 6px 0;
}

#general-container #activities {
  float: right;
  width: 300px;
  padding: 0 10px;
  background: #EEE;
}



/* friendfeed formating */
.friendfeed {
  color: #0D2B1D !important;
  padding: 0 !important;
  background-color: transparent !important;
}

.friendfeed div.feed {
  padding: 0 !important;
  margin:0 !important;
  border:0 !important;
  background-color: transparent !important;
}

.friendfeed .feed .entry .likes, .friendfeed .header{
  display:none;
}



/* publisher created */

#publisher-created {
  margin: 40px;
}

#publisher-created h3 {
  font-size: 1.5em;
  background: transparent url(/images/highlight01.gif) no-repeat left center;
  padding-left: 15px;
  margin-left: -15px;
}


#publisher-created ul {
  list-style: none;
  list-style-image: url(/images/list-style.gif);
  margin: 0;
  margin-left: 30px;
  padding: 0;
  font-weight: bold;
}


#publisher-created ul li {
  padding: 6px 0;
}

#publisher-created ul li img {
  padding-right: 3px; 
}

#publisher-created img#thank-you {
  margin-top: 30px;
  margin-left: 3px;
}

/* Simple-FORM styling */

form.simple fieldset {
  border: none;
  background-color: #AECACA;
}

form.simple div.frow {
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #699;
  overflow: hidden;
  height: 1%;
}

form.simple div.frow.last {
  border: none;
}

form.simple label {
  float: none;
  width: auto;
  line-height: 1.4em;
  margin-left: 10px;
  display: block;
  text-align: left;
  padding: 0;
}

form.simple input {
  margin-left: 10px;
}

form.simple textarea {
  margin-left: 10px;
}

form.simple div.fhint {
  margin: 0;
  margin-top: 2px;
  margin-bottom: 6px;
  margin-left: 12px;
  font-size: 0.9em;
  color: #555;
}

form.simple div.fsubmit {
  margin-left: 13em;
}



/* FORM styling*/

fieldset {
  border: none;
  padding: 4px 10px 10px 10px;
  margin-bottom: 25px;
}


fieldset legend {
  font-size: 1.1em;
  font-weight: bold;
  padding: 0 5px;
}


fieldset.clear {
  border: none;
  background-color: transparent;
}

div.frow {
  padding-top: 6px;
  padding-bottom: 6px;
  border-bottom: 1px solid #EEE;
  overflow: hidden;
  height: 1%;
}

div.frow.last {
  border: none;  
}

div.frightonly {
  margin: 10px 0;
  margin-left: 13em;
  overflow: hidden;
}

label {
  float: left;
  display: block;    
  width: 12em;
  line-height: 2em;    
  padding-right: 1em;
  text-align: right;
}

label.simple {
  float: none;
  display: inline;
  width: auto;
  line-height: 2em;
  margin-right: 6px;
}

.mandatory {
}


input {
}

input.inplace_field {
  width: 60%;
}


div.fhint {
  margin-left: 15em;
  margin-top: 4px;
  margin-bottom: 10px;
  font-size: 0.9em;
  color: #555;
}

div.fhint.yellow {
  background-color: #FFC;
  border: 1px solid #FC0;
  padding: 3px;
  font-size: 1.1em;
  margin-left: 12em;
  width: 70%;
}

.string_field {
  display: block;
  line-height: 2em;
}

.fcontainer {
  display: block;
  overflow: hidden;
  height: 1%;
}


div.fsubmit {
  margin-left: 13em;
  padding: 6px 0;
}

.ftext {
  margin-left: 13em;
  line-height: 2em;
}


/* facebox def */
div#facebox {
  font-size: 1.2em;
}


div#facebox .broad {
  width: 500px;
}

div#facebox .superbroad {
  width: 800px;
}
