html,
body {
  min-width: 1080px;
}

body {
  margin: 0;
  color: #444444;
}

body.signup_body {
  background: url(images/sand.png);
}

.green_bar {
  background-color: #8dcc49;
  background-image: -moz-linear-gradient(0% 80% 90deg, #82bc41, #8dcc49);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#8dcc49),
    to(#82bc41)
  );
  height: 65px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -30;
  box-shadow: inset 0px -2px 7px #557a2c;
}

#green_footer {
  min-height: 20px;
  left: 0;
  width: 100%;
  z-index: -1;
}

.sub_green {
  height: 10px;
  background-color: #c2d86a;
  background-image: -moz-linear-gradient(0% 100% 90deg, #8aac3a, #c2d86a);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#8aac3a),
    to(#c2d86a)
  );
  box-shadow: 1px 1px 2px #ccc;
  left: 0;
  width: 100%;
  z-index: -2;
}

a.bigLink,
a.bigLink:visited {
  text-decoration: none;
  border: none;
}

a.nav_link {
  font-size: 14px;
  line-height: 1.4;
  margin: 1px 6px 0;
  padding: 3px 10px;
  display: block;
  color: #fff;
  font-weight: 600;
  z-index: 4000;
  border-radius: 5px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
}

.sign_form_framer {
  width: 800px;
  margin: auto;
  padding: 5px 10px;
}

.sign_form_framer form.signup_form_actual {
  padding: 20px 0 100px;
}

a.txtLink:link,
a.txtLink:visited {
  text-decoration: none;
  color: #19acd1;
}

a.nav_link:link,
a.nav_link:visited {
  text-decoration: none;
}

a.activenav {
  background-color: #74ac37;
  color: #fff;
}

a.nav_link:hover,
a.nav_link:active {
  color: #4d5e1f;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}

.cr-content {
  min-height: 500px;
}

.logo_header {
  padding: 12px 0px 15px 3px;
  font-size: 28px;
  display: block;
  float: left;
  font-weight: 200;
  color: #603715;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.9;
}

.signup_body_space h2 {
  margin: auto;
  padding: 30px 10px 20px;
  width: 800px;
  text-shadow: 0 1px 0 #ffffff;
  font-weight: 400;
  font-size: 24px;
}

.forgot_link {
  padding: 10px 0 15px;
}

.sign_form_framer .new_account {
  padding: 20px 0;
  font-size: 13px;
}

.new_account {
  height: 35px;
  padding: 0 0 10px 0;
  /*border-bottom: 1px solid #ccc;*/
  /*border-bottom: 1px solid #ccc;*/
}

#login {
  padding-top: 25px;
  /*border-top: 1px solid #fff;	*/
}

.new_account div {
  float: left;
  padding: 10px 15px 0 0;
  font-size: 14px;
}

.logo_space {
  /*	padding: 5px 7px;
	display: block;
	float: left;
	background-color:#FFFFFF;
	background: -moz-linear-gradient(0% 75% 90deg, #fff, #D6D6D6);
	background: -webkit-gradient(linear, left top, left bottom, from(#D6D6D6), to(#fff));
	box-shadow:#444444 1px 1px 5px;
	border-width: 0px 1px 1px 1px;
	border-style:solid;
	border-color: #CCC;
	border-radius:0px 0px 7px 7px;
	*/
}

.community_logo {
  height: 65px;
  width: 60px;
  border: 0px;
}

.logo_image {
  height: 95px;
  width: 350px;
  z-index: 1000;
}

a.logo_link {
  margin: 10px 0px 0px 0px;
}

a.logo_link:link,
a.logo_link:visited {
  color: #000;
  text-decoration: none;
  padding: 5px 0px;
  height: 95px;
  width: 350px;
  z-index: 1000;
  border: none;
}

.container {
  width: 1000px;
  margin: auto;
  z-index: -3;
}

.sub_cont {
  background-color: #ffffff;
  border-radius: 5px;
  margin-top: 5px;
}

.logo_box {
  padding: 2px;
  width: 75px;
  height: 64px;
  /*background-color:#FFFFFF;
	box-shadow: 1px 1px 2px #666666;*/
}

.logo {
  height: 50px;
}

.login_signup_box {
  float: right;
  width: 65%;
  font-size: 13px;
  text-align: right;
  padding: 5px 3px;
  display: block;
  font-weight: 600;
}

a.green_link:link,
a.green_link:visited {
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  text-decoration: none;
  font-family: Arial, Helvetica;
}

a.green_link:hover,
a.green_link:active {
  text-decoration: underline;
}

.clearfix {
  clear: both;
}

.div_line {
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

#login_link,
#signup_link {
  padding: 0px 5px;
}

.upper_nav {
  width: 1000px;
  margin: auto;
  height: 35px;
}

.lower_nav {
  width: 1000px;
  margin: auto;
  height: 65px;
  padding-top: 10px;
  z-index: 10000;
}

.navbar {
  display: block;
  height: 30px;
  width: 630px;
  margin-left: 360px;
}

ul.main_list {
  list-style-type: none;
  cursor: pointer;
  margin: 0px;
  padding: 0px;
}

ul.main_list li {
  float: left;
}

.home_top {
  overflow: hidden;
  margin: 20px 0;
  padding: 3px;
  background: url(images/sand.png);
}

.video_box {
  padding: 20px 15px 15px;
  margin-left: 425px;
}

.video_screen {
  width: 535px;
  height: 300px;
  frameborder: 0;
}

.catch_box {
  width: 380px;
  float: left;
  height: 270px;
  padding: 40px 5px 30px 35px;
  color: #455560;
}

.catch_box p {
  font-size: 15px;
}

.catch_box div {
  font-size: 13px;
}

.catch_box h2 {
  padding: 0;
  line-height: 1.2em;
  margin: 0;
  font-size: 32px;
  font-weight: 600;
  text-shadow: 0 1px #ffffff;
}

.catch_box h3 {
  padding: 0;
  line-height: 1.2em;
  margin: 5px 0;
  font-size: 22px;
  font-weight: 600;
  text-shadow: 0 1px #ffffff;
}

.catch_box div {
  font-weight: 600;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}

.catch_box div,
.catch_box p {
  padding: 5px 0;
}

.image_box {
  float: left;
}

.sub_home_description {
  width: 300px;
  height: 410px;
  float: left;
  padding-top: 5px;
  padding-bottom: 15px;
}

#connect_box {
  padding-left: 50px;
  padding-right: 50px;
}

h5.sub_home_head {
  font-size: 18px;
  color: #555;
  margin: 10px 0px 5px 0px;
  padding: 10px 0;
  border-bottom: 2px solid #555;
}

.sub_home_image {
  min-height: 20px;
  max-height: 30px;
  width: 40px;
  float: left;
  padding-top: 20px;
}

.sub_home_text_head {
  font-size: 15px;
  font-weight: 600;
  color: #5e94a6;
  padding: 10px 0px 0px 0px;
}

div.image_h_frame {
  width: 50px;
  float: left;
}

.sub_home_text {
  color: #555;
  font-size: 13px;
  padding: 2px 0px 10px 0px;
}

.logo_low {
  height: 70px;
  width: 40px;
  float: left;
  margin-left: 40px;
}

.home_bottom {
  height: 500px;
  padding: 20px 0 10px;
}

#footer {
  width: 1000px;
  margin: auto;
}

.foot_contents {
  width: 1000px;
  height: 30px;
  padding: 10px 0px;
  border-top: 1px solid #ccc;
}

.footer_block {
  float: left;
}

a.footer_link {
  color: #2e8ae6;
}

a.footer_link:link,
a.footer_link:visited {
  text-decoration: none;
  font-size: 15px;
  padding: 5px 20px;
}

a.footer_link:hover,
a.footer_link:active {
  text-decoration: underline;
}

.copy_right {
  font-size: 12px;
}

.growing_image {
  height: 200px;
  width: 280px;
}

.floatlist li {
  float: left;
  list-style-type: none;
}

.floatlist a {
  text-decoration: none;
  color: #2e8ae6;
  font-size: 13px;
  padding: 5px;
}

.suport_content {
  margin: 20px 0px;
}

.support_white {
  padding: 20px 40px;
  background-color: #fff;
  font-size: 14px;
}

h1.support_head {
  font-size: 24px;
  font-weight: 500;
}

a.help_link:link,
a.help_link:visited {
  color: #2e8ae6;
  text-decoration: none;
}

a.tutorial_link:link,
a.tutorial_link:visited {
  color: #92b901;
  text-decoration: none;
}

h2.support_head {
  font-size: 20px;
  font-weight: 500;
}

.community_button {
  background-color: #eaf8fc;
  border: 1px solid #66ccff;
  color: #295266;
  border-radius: 4px;
  height: 22px;
  width: 80px;
  font-size: 12px;
}

.community_button:hover {
  cursor: pointer;
  background-color: #d4f1ff;
}

.search_community {
  font-size: 12px;
  padding: 3px;
}

#findcommunity {
  float: left;
  height: 150px;
  width: 320px;
  background-color: #82bd41;
  background-image: -moz-linear-gradient(0% 80% 90deg, #c3dfa4, #9bca67);
  padding: 20px;
  margin-top: 20px;
  border-radius: 5px;
  box-shadow: 1px 0px 1px #666666;
  -moz-box-shadow: 1px 0px 1px #666666;
  -webkit-box-shadow: 1px 0px 1px #666666;
}

.community_input {
  width: 220px;
}

#communitieslist {
  margin-left: 360px;
  padding: 20px;
}

.search_comm_box {
  padding: 10px;
  margin: 10px 0px;
  height: 250px;
}

a.search_link {
  padding: 10px;
}

a.search_link:link,
a.search_link:visited {
  color: #2e8ae6;
}

a.search_link:hover,
a.search_link:active {
  color: #2e8ae6;
  text-decoration: underline;
}

ul.growthList {
  list-style-type: none;
}

ul.growthList li {
  padding-left: 10px;
}

.search_results div {
  float: left;
  padding: 30px 30px;
  font-size: 22px;
  color: #6295c7;
}

.registration_form {
  width: 700px;
  margin: auto;
}

.reg_desc {
  width: 700px;
  margin: auto;
}

.main_btn_register {
  background: #7a86aa;
  background: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    from(#8fa7c9),
    to(#7a86aa)
  );
  background: -moz-linear-gradient(top, #8fa7c9 0%, #7a86aa 100%);
  border: 1px solid #555e77;
  border-radius: 4px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.35) inset;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  overflow: visible;
  padding: 8px 8px;
  text-decoration: none;
  text-shadow: 0 -1px 0 #094f58;
  width: 390px;
}

.main_btn_register:hover {
  background: #8fa7c9;
  background: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    from(#8fa7c9),
    to(#8196b5)
  );
  background: -moz-linear-gradient(top, #8fa7c9 0%, #8196b5 100%);
}

.main_btn_register:active {
  border-color: #444b5f;
  box-shadow: 0 1px 2px #aaaaaa inset;
}

.signup_form_actual .input {
  position: relative;
  z-index: 3;
  display: block;
  width: 390px;
  background: transparent;
  border: 1px solid #ad9c9c;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  box-shadow: inset 0 1px rgba(34, 25, 25, 0.15), 0 1px white;
  -moz-box-shadow: inset 0 1px rgba(34, 25, 25, 0.15), 0 1px #fff;
  -webkit-box-shadow: inset 0 1px rgba(34, 25, 25, 0.15), 0 1px white;
  -webkit-transition: all 0.08s ease-in-out;
  -moz-transition: all 0.08s ease-in-out;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 6px 12px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
  color: #221919;
  background: #fff;
}

.signup_form_actual .input:focus {
  border-color: #4ab825;
  box-shadow: 0 1px rgba(92, 230, 46, 0.15) inset,
    0 1px rgba(255, 255, 255, 0.8), 0 0 14px rgba(41, 140, 41, 0.35);
}

.signup_form_actual label {
  font-size: 14px;
  font-weight: 600;
  color: #414141;
  margin-bottom: 15px;
  display: block;
  text-shadow: 0 1px 0 #ffffff;
}

.hidden_note {
  float: right;
  padding: 30px 0 0;
  display: block;
  width: 290px;
  text-align: left;
  font-weight: 300;
  text-shadow: 0 1px 0 #ffffff;
  display: none;
}

.hidden_note_special {
  float: right;
  padding: 25px 0 0;
  display: block;
  width: 290px;
  text-align: left;
  font-weight: 300;
  text-shadow: 0 1px 0 #ffffff;
  display: none;
}

.accept_terms {
  padding: 10px 0 20px;
  font-weight: 600;
}

.thanks_people h1 {
  margin: auto;
  padding: 30px 10px 10px;
  width: 720px;
  text-shadow: 0 1px 0 #ffffff;
  font-weight: 400;
  font-size: 26px;
}

.thanks_people h2 {
  margin: auto;
  padding: 10px 10px 200px !important;
  width: 720px;
  text-shadow: 0 1px 0 #ffffff;
  font-weight: 400;
  font-size: 18px !important;
}

.available_username {
  color: #8dcc49;
}

.unavailable_username {
  color: red;
}

.error_msg {
  color: red;
  padding: 5px 0;
  text-shadow: 0 1px 0 #ffffff;
  height: 20px;
}

.hidden_special {
  display: block;
}
