@charset "UTF-8";
/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
	
	GlobalStyles.css
	
	• Version:      0.1
	• Author:       Christopher Hein
	• Author URL:   http://www.christopherhein.com
	• Author Email: me@christopherhein.com
	
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/


body {
  background: #000 url(../images/global/sflove_top_graphic.jpg) top right no-repeat;
  overflow: auto;
  height: 100%;
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 15px;
  font-weight: normal;
  color: #6c6c6c;
}

label {
  float: left;
  color: #5e5e5e;
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 5px;
}

h4 {
  font-size: 15px;
  color: #e4e4e4;
}

h5 {
  font-size: 13px;
  text-transform: uppercase;
  color: #e4e4e4;
  margin: 10px 0px 5px 0px;
}

p {
  margin: 0px 0px 20px 0px;
}

.container {
  position: relative;
  width: 760px;
  height: 100%;
  min-height: 300px;
  margin: 0px auto;
  text-align: center;
}

#header {
  position: relative;
  width: 760px;
  height: 100%;
  min-height: 100px;
  overflow: auto;
}

#logo {
  position: relative;
  background: url(../images/global/sflove_logo.jpg);
  width: 350px;
  height: 250px;
  display: block;
  float: left;
  margin: 10px 0px 0px 10px;
}

#visualizer_btn {
  position: absolute;
  width: 350px;
  height: 50px;
  top: 295px;
  display: block;
  float: left;
  font-size: 35px; 
  font-weight: bold;
  margin: 10px 0px 0px 10px;
  padding: 10px 0px 0px 10px;
  text-decoration: none;
  text-shadow: 1px 1px 0px #000;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

#newsletter_sign_up {
  position: relative;
  width: 320px;
  height: 105px;
  float: left;
  margin: 18px 20px 0px 20px;
  padding: 0px 20px 0px 20px;
}

#more_below {
  margin: 0px;
}

#newsletter_sign_up h3 {
  position: relative;
  background: url(../images/global/sflove_get_the_scoop_headline.png);
  width: 150px;
  height: 37px;
  display: block;
  text-align: left;
}

#newsletter_sign_up p {
  position: relative;
  margin: 0px 0px 20px 0px;
  text-align: left;
}

.newsletter_fade {
  position: absolute;
  top: 80px;
  left: 30px;
  font-size: 15px;
  color: #333;
  text-align: left;
  z-index: 99;
}

input#newsletter_field {
  position: relative;
  background: url(../images/global/sflove_newsletter_field.jpg);
  width: 199px;
  height: 23px;
  display: block;
  padding: 5px 0px 5px 10px;
  color: #999999;
  font-size: 15px;
  text-align: left;
  float: left;
  outline: none;
  border: none;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-bottomleft: 7px;
  -webkit-border-top-left-radius:7px;
  -webkit-border-bottom-left-radius:7px;
}

input#newsletter_field:focus, input#newsletter_field:hover { background-position: 0px -34px; }

input#newsletter_submit {
  position: relative;
  width: 111px;
  height: 33px;
  float: left;
  font-size: 15px;
  color: #6c6c6c;
  text-shadow: 1px 1px 0px #000;
  background: url(../images/global/sflove_newsletter_field.jpg);
  background-position: -249px 0px;
  padding: 5px 0px 5px 0px;
  outline: none;
  border: none;
  -moz-border-radius-topright: 7px;
  -moz-border-radius-bottomright: 7px;
  -webkit-border-top-right-radius:7px;
  -webkit-border-bottom-right-radius:7px;
}

input#newsletter_submit:hover { background-position: -249px -34px; }
input#newsletter_submit:active { background-position: -249px -0px; }

.row {
  position: relative;
  width: 760px;
  height: 100%;
  min-height: 75px;
  text-align: left;
  overflow: auto;
}

.left {
  position: relative;
  margin: 20px 0px 0px 0px; 
}

.right {
  position: relative;
  margin: 20px 0px 0px 20px;
  text-align: left;
}

.column {
  width: 360px;
  float: left;
  height: 100%;
}

#login_container h1, .full_row h1, .column h1, .column h5, .column h3 {
  position: relative;
  width: 360px;
  height: 65px;
  float: left;
  display: block;
}

#love_copy { margin-top: 40px; }

h1#show_some_love { background: url(../images/global/sflove_show_some_love_headline.png); }
h1#come_join_us { background: url(../images/global/sflove_come_join_us_headline.png); }
h5#love_us { background: url(../images/global/sflove_love_statement.jpg); height: 52px; }
h1#no_webcam { background: url(../images/global/sflove_no_webcam_headline.jpg); }
h3#upload { background: url(../images/global/sflove_upload_headline.jpg); }
h1#other_peoples_pics { background: url(../images/global/sflove_other_peoples_pics_headline.jpg); margin-right: 300px; }
h1#more_information { background: url(../images/global/sflove_more_information_headline.jpg); }
h1#contact { background: url(../images/global/sflove_contact_headline.jpg); }
h1#who_we_are { background: url(../images/global/sflove_who_we_are_headline.jpg); }
h1#us { background: url(../images/global/sflove_us_headline.jpg); }
h1#login_title { background: url(../images/global/sflove_login_headline.jpg); }

#take_picture {
  position: relative;
  background: #1b1b1b;
  width: 760px;
  height: 635px;
  display: block;
  float: left;
  overflow: visible;
  margin: 40px 0px 40px 0px;
}

#flash_content {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  overflow: visible;
}

#main_swf {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  overflow: visible;
}

input#headshot_field {
  position: relative;
  background: url(../images/global/sflove_newsletter_field.jpg);
  width: 239px;
  height: 20px;
  display: block;
  padding: 8px 0px 5px 10px;
  color: #999999;
  font-size: 11px;
  text-align: left;
  float: left;
  outline: none;
  border: none;
}

input#headshot_field:focus, input#headshot_field:hover { background-position: 0px -34px; }

input#headshot_submit {
  position: relative;
  width: 111px;
  height: 33px;
  float: left;
  font-size: 15px;
  color: #6c6c6c;
  text-shadow: 1px 1px 0px #000;
  background: url(../images/global/sflove_newsletter_field.jpg);
  background-position: -249px 0px;
  padding: 5px 0px 5px 0px;
  outline: none;
  border: none;
}

input#headshot_submit:hover { background-position: -249px -34px; }
input#headshot_submit:active { background-position: -249px -0px; }

.full_row {
  position: relative;
  width: 760px;
  height: 100%;
  min-height: 150px;
  overflow: auto;
  margin: 40px 20px 0px 0px;
}

.no_margin { margin: 40px 0px 0px 0px; }

.image_row {
  position: relative;
  width: 760px;
  height: 125px;
  float: left;
  margin: 0px 0px 40px 0px;
}
#see_all {
  clear: both;
}

.small_headshots {
  position: relative;
  background: #1b1b1b;
  width: 105px;
  height: 105px;
  float: left;
  margin: 0px 33px 0px 0px;
  padding: 10px;
}

.last_img {
  margin: 0px 0px 0px 0px;
}

input.contact_field {
  position: relative;
  background: url(../images/global/sflove_input_field.jpg);
  width: 330px;
  height: 23px;
  display: block;
  float: left;
  padding: 5px 15px 5px 15px;
  margin: 0px 0px 20px 0px;
  color: #999999;
  font-size: 15px;
  text-align: left;
  outline: none;
  border: none;
}

input.contact_field:focus, input.contact_field:hover { background-position: 0px -34px; } 

textarea.contact_message {
  position: relative;
  background: url(../images/global/sflove_message_box.jpg);
  width: 330px;
  height: 139px;
  padding: 5px 15px 5px 15px;
  resize: none;
  color: #999999;
  font-size: 15px;
  text-align: left;
  outline: none;
  border: none;
}

textarea.contact_message:focus, textarea.contact_message:hover { background-position: 0px 150px; }

input#contact_submit {
  height: 34px;
  outline: none;
  border: none;
}

.contact_fade {
  position: absolute;
  left: 15px;
  font-size: 15px;
  color: #333;
  text-align: left;
  z-index: 99;
}

#contact_name_fade { top: 95px; }
#contact_email_fade { top: 170px; }
#contact_message_fade { top: 245px; }

.light_button {
  position: relative;
  background: #1e1e1e;
  width: 107px;
  height: 21px;
  display: block;
  font-size: 15px;
  color: #6c6c6c;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 0px #000;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  padding: 7px 0px 5px 0px;
  float: right;
  margin: 20px 0px 0px 0px;
}

.light_button:hover { background: #222; }
.light_button:active { background: #252525; }

.pink_btn { margin-top: 0px; margin-right: 30px; background: #ff00c6; color: #fff; }
.pink_btn:hover { background: #d402a5; color: #fff; }
.pink_btn:active { background: #aa0184; color: #fff; }

.us_people {
  position: relative;
  width: 360px;
  min-height: 100px;
  height: 100%;
  float: left;
  margin: 20px 0px 0px 0px;
  overflow: auto;
}

.us_images {
  position: relative;
  background: #1b1b1b;
  width: 120px;
  height: 120px;
  padding: 15px;
  float: left;
  margin: 0px 30px 15px 0px;
  overflow: auto;
}

.us_people h4 { margin-top: 0px; padding-top: 0px; }

.footer { border-top: #1b1b1b thin solid; margin-bottom: 100px; }

.left_column {
  position: relative;
  width: 240px;
  height: 100%;
  min-height: 100px;
  margin: 40px 19px 0px 0px;
  border-right: #1b1b1b thin solid;
  float: left;
  overflow: auto;
}

.middle_column {
  position: relative;
  width: 240px;
  height: 100%;
  min-height: 100px;
  margin: 40px 19px 0px 0px;
  border-right: #1b1b1b thin solid;
  float: left;
  overflow: auto;
}

.right_column {
  position: relative;
  width: 240px;
  height: 100%;
  min-height: 100px;
  margin: 40px 0px 0px 0px;
  float: left;
  overflow: auto;
}

.tweet, .query {
  color: #6c6c6c;
}
  
.tweet .tweet_list, .query .tweet_list {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

.tweet .tweet_list .awesome, .tweet .tweet_list .epic, .query .tweet_list .awesome, .query .tweet_list .epic {
  text-transform: uppercase; 
}

.tweet .tweet_list li, .query .tweet_list li {
  overflow-y: auto;
  overflow-x: hidden;
  padding: .5em; 
}

.tweet .tweet_list li a, .query .tweet_list li a {
  color: #ff00d8;
}

.tweet .tweet_list .tweet_avatar, .query .tweet_list .tweet_avatar {
  padding-right: .5em;
  float: left;
}

.tweet .tweet_list .tweet_avatar img, .query .tweet_list .tweet_avatar img {
  vertical-align: middle;
}

.footer_links {
  color: #6c6c6c;
  text-decoration: none;
}

.footer_links:hover {
  color: #ff00d8;
  text-decoration: underline;
}

#save_image {
  background: url(../images/global/sflove_more_info_overlay.png);
  width: 419px;
  height: 315px;
  padding: 140px 115px 115px 140px;
  overflow: visible;
}

h1#more_info_overlay {
  position: relative;
  background: url(../images/global/sflove_more_info_overlay_headline.jpg);
  width: 183px;
  height: 53px;
  display: block;
  float: left;
  margin: 0px 20px 0px 0px;
}

#save_image p {
  width: 183px;
  float: left;
}

input.person_field {
  position: relative;
  background: url(../images/global/sflove_more_info_overlay_fields.jpg);
  width: 390px;
  height: 25px;
  display: block;
  float: left;
  padding: 5px 15px 5px 15px;
  margin: 0px 0px 20px 0px;
  color: #999999;
  font-size: 15px;
  text-align: left;
  outline: none;
  border: none;
}

input.person_field:focus, input.person_field:hover { background-position: 0px -36px; } 

#person_location {
  clear: both;
  float:left;
  color: #999;
  background: #000;
}

.optional_required {
  font-size: 10px;
  color: #333;
}

#person_location:focus, #person_location:hover { outline-color: purple; }

.person_fade {
  position: absolute;
  left: 155px;
  font-size: 15px;
  color: #333;
  text-align: left;
  z-index: 99;
}

#person_name_fade { top: 225px; }
#person_email_fade { top: 301px; }

#terms {
  clear:both;
  float: left;
  margin: 25px 10px 0px 0px;
}
.terms { 
  position: relative;
  font-size: 15px;
  color: #444;
  text-align: left;
  float: left;
  margin: 20px 0px 0px 0px;
}

#cancel_setup {
  margin: 0px 0px 0px 250px;
  float: left;
  font-size: 11px;
  color: #444;
  text-decoration: underline;
  cursor: hand;
}

input#person_submit {
  height: 34px;
  outline: none;
  border: none;
  margin: -10px 0px 0px 0px;
  cursor: hand;
}

#display_pictures {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 150px;
  display: block;
  overflow: auto;
  float:  left; 
}

#images_height {
  position: relative;
  width: 760px;
  height: 300px;
  display: block;
  overflow: hidden;
}

#thank_you_note { margin: 90px 140px; }
#thank_you_again { margin: 58px 312px; }
#thank_you_upload { margin: 58px 100px; }

.bold {
  font-weight: bold;
}

#login_container {
  position: relative;
  width: 400px;
  text-align: left;
  margin: 0px auto; 
}

#login_form {
  position: relative;
  width: 360px;
  height: 300px;
}

input#login_submit {
  height: 34px;
  outline: none;
  border: none;
}

.information {
  position: absolute;
  background: #000;
  opacity: .75;
  width: 95px;
  height: 40px;
  bottom: 0px;
  left: 0px;
  padding: 5px 15px;
}

.delete_image {
  position: relative;
  background: url(../images/global/sflove_delete.png) no-repeat;
  width: 35px;
  height: 25px;
  padding: 10px 0px 0px 35px;
  display: block;
  opacity: 1;
  color: #ff00c6;
  font-weight: bold;
  text-decoration: none;
}

.none { display: none;}

#the_visualizer {
  position: relative;
  width: 780px;
  height: 447px;
  display: block;
  margin: 40px 0px 0px 0px;
}

#images_container {
  position: relative;
  background: #1b1b1b;
  width: 760px;
  margin: 60px 0px 60px 0px;
  padding: 40px 20px 15px 20px;
}

#images_container img {
  border: #444 solid thin;
}

#terms_privacy {
  text-align: left;
  margin: 40px 20px 40px 20px;
}

#terms_privacy ul li {
  list-style: decimal;
  margin: 5px 0px 5px 30px;
}

#terms_privacy h1 {
  color: #fff;
}

#terms_privacy h3 {
  color: #fff;
  margin-top: 20px;
}

#terms_privacy h4 {
  color: #fff;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

p#location_information {
  color: #fff;
  padding: 10px 0px;
  background: #222;
  width: 500px;
  text-align: center;
  margin: 10px auto 5px auto;
  text-shadow: 1px 1px 0px #000;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -webkit-box-shadow: -1px -1px 0px #333;
  -webkit-box-shadow: 1px 1px 0px #000;
}


