body {    
  padding: 0 1em;
	background: url('../images/gradient.png') top left repeat-x;
}

table.pricing {
  margin-top: 20px;
  padding: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-topleft: 10px;
  background-color:rgba(109, 157, 85, 0.3);
}

table.pricing th, table.pricing td {
  text-align: center;
  padding: 5px;
}

.example {
  color: #666666;
}

.homepagetext {
  font-size: 120%;
}

img.homebubble {
  padding-left: 163px;
}

ul#homepage-features {

}

ul#homepage-features li {
  /*float:left;*/
  list-style-position: inside;
  margin:0;
  padding:0;
  width:100%;
}

a {
  color: #000;
}

a.lightbox {
  text-decoration: none;
}

select {
  padding: 5px;
  width: 300px;
}

#header {
	height: 75px;
	line-height: 75px;
}

#header ul {
  margin: 0 0 0 -15px;
  padding: 0;
}

#header li {
  display:inline; 
  list-style:none;
}

#header a {
	color: #666666;
	text-decoration: none;
	padding: 5px 12px 33px 12px;
	font-size: 150%;
}

#header a:hover, #header span.active {
  color: #98a0a1;
  padding: 5px 12px 33px 12px;
	font-size: 150%;	  
  -webkit-transition-property: color;
  -webkit-transition-duration: 1s;
}   

#header span.active {
    background: url('../images/menu-highlight-arrow-up.png') no-repeat center bottom;
}          


#header img.logo {
	float: right;
	padding-top: 10px;
	margin-left: 10px;
}

#content {
	margin: 20px 0;
}

#footer {
  text-align: center; 
  font-size: 10px; 
  margin-top: 20px;
  color: #989898;
}

#footer a {
  color:#585858;
}

h1, h2 {                        
    text-shadow: 0 1px 2px #b0b1b0;
}

div#errorExplanation {
  border: 2px solid #DDDDDD;
  background: #FBE3E4 none repeat scroll 0 0;
  border-color: #FBC2C4;
  color: #8A1F11;
  padding: 0.8em;
}

div#errorExplanation h2 {
  color: inherit;
}

div.fieldWithErrors {
  display: inline;
}
 
input.text, input.title {
    width: 300px;
}     
textarea {      
    width: 300px;
    height: 100px;
}

div.fieldWithErrors input, div.fieldWithErrors select, div.fieldWithErrors textarea {
  border-color: #FBC2C4;
  background-color: #FBE3E4;
  color: #8A1F11;
}  

.captcha {
    margin-top: -1em;
    display:block;
}    
.captcha div {
    margin-left: -2px;
}    
.captcha div #recaptcha_response_field {
    border: 1px solid #BBBBBB !important;
    margin-left: -1px;
    width: 310px;
}  
.captcha div #recaptcha_table {
    width: 300px;
}         
.captcha .recaptchatable .recaptcha_image_cell {
    background-color: inherit;  
    padding: 4px !important;
}           
.captcha .recaptchatable #recaptcha_image {
    border:1px solid #BBB !important;    
    background-color: white;
    width: 310px;
}            
.captcha .recaptchatable  {
    border: 0 !important;
}

form p:last-child {
    margin-top: 2em;
}

div#phones {
  height: 500px;
  text-align: center;
}

div#phones img {
  position: relative;
}
                 
div#support-links {
  margin-top: -30px;  
}
div#support-links a {
  display: block;
  margin-bottom: 20px;
  text-decoration: none;
  color: inherit;
  padding: 75px 0 0 60px; 
}
       
div#xmlrpcwarning {
   margin-top: 10px;  
   font-size: 125%;
   text-shadow: 0 1px 1px white;   
   text-align: center;
} 
div#xmlrpcwarning div {
   border-color: transparent #bababa #bababa #bababa ; 
   border-width: 1px; 
   border-style: solid;         
   background-color:#cccbcb;
   border-radius: 10px;
   -webkit-border-radius: 10px;
   -webkit-border-top-left-radius: 0;
   -webkit-border-top-right-radius: 0;   
   -moz-border-radius: 10px;   
   -moz-border-radius-topleft: 0;
   -moz-border-radius-topright: 0;   
   padding: 1em 0;   
}                       
div#xmlrpcwarning p {
   padding: 0 1em;    
}   

a#goleft, a#goright {
    position: relative;
    top: 200px;
    text-decoration: none;
    border: none;
}

div.test-message h2 {
    display: inline;
    position: relative;
    top: -25px;
    margin-left: 10px;
}

ul#features {
  list-style-type: none;  
  text-shadow: 0 1px 1px white;
  padding: 0;
  margin-left: 18px;
}

ul#features li {
  margin-bottom: 3em;
  font-size: 125%;
  background-repeat: no-repeat;  
  min-height: 120px;
  float: left;
  width: 430px;
  margin-right: 20px;    
  background-color: transparent; 
}

ul#features li div.features-desc {
    display:block;
    height:7em;
    padding:0 1em 0 135px;
    text-decoration:none; 
    outline: none;
}

ul#features li:hover {
    background-color: rgba(0,0,0,0.1);   
    -webkit-transition-property: background-color;
    -webkit-transition-duration: 1s;
    
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;   
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
}

thead th {
  background-color: rgb(151,205,113);
}

div.post {
  background-color: white; 
  border: 2px solid #b4b4b4;
  -moz-border-radius-bottomright: 10px; 
  -moz-border-radius-topright: 10px; 
  -moz-border-radius-bottomleft: 10px; 
  -moz-border-radius-topleft: 10px; 
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  margin: 20px 20px 0 0; 
  padding: 20px;
}

div.post .footer {
  border-top: 1px solid #b4b4b4;
}

div.post h1 {
  font-size: 250%;
}

div.post h1 a {
  text-decoration: none;
}

div.post h1 a:hover {
  text-decoration: underline;
}

#sidebar {
  margin-top: 20px;
  padding: 0;
}

#sidebar h1 {
  font-size: 200%;
  font-weight: bold;
  color: white;
  margin-bottom: 5px;
  padding: 0;
  text-shadow: 0 1px 2px #b0b1b0;
}

#sidebar a {
  text-decoration: none;
}

#sidebar #recent a {
  display: block;
  margin: 10px 0 0 10px;
}

#sidebar a:hover {
  text-decoration: underline;
}

#sidebar div {
  margin-bottom: 20px;
}

#sidebar .feed a {
  color: #97CD71;
}

#sidebar .feed a img {
  margin-bottom: -2px;
}

iframe.googledoc {
  width: 950px;
  height: 500px;
  background-color: white;
  border: 2px solid #b4b4b4;
  margin-top: 60px;
}

div.getbox {
  background-color: white; 
  border: 2px solid #b4b4b4;
  -moz-border-radius-bottomright: 10px; 
  -moz-border-radius-topright: 10px; 
  -moz-border-radius-bottomleft: 10px; 
  -moz-border-radius-topleft: 10px; 
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  margin: 20px 20px 0 0; 
  padding: 20px;
}

a.buy {
  text-decoration: none;
  color: white;
  font-size: 150%;
  font-weight: bold;
  padding: 10px 20px;
  background-color: #97CD71;
  border: 2px solid #b4b4b4;
  -moz-border-radius-bottomright: 10px; 
  -moz-border-radius-topright: 10px; 
  -moz-border-radius-bottomleft: 10px; 
  -moz-border-radius-topleft: 10px; 
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
}

a.try {
  display: block;
  color: gray;
  margin-top: 15px;
  font-size: 95%;
}

div.buy {
  text-align: right;
  margin-top: 10px;
}

div#disqus_thread {
  margin-right: 20px;
}

a.comment_count {
  float: right;
}
