/*
 
	Name: main.css
	Description: Main CSS rules
	
	Author: arv! (arvian@aviheidir.com)
	(c) copyright 2009. LuvvBugg, Inc.

  =============================

  TABLE OF CONTENT
  ----------------
  - GLOBAL RESET
  - TYPOGRAPHY
  - FORMS ELEMENTS
  - LAYOUTS
  - PAGE SPECIFIC
  
  COLORS
  ------
  - Body bg color:                #a430aa
  - outerWrapper bg color:        #df9fe2
  - Dark purple:                  #84038b
  - Light purple:                 #ed00ff
  - Light blue:                   #50aebc
  - Dark grey:                    #666666
  - Light grey:                   #999999

*/

/* ========== GLOBAL RESET ========== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
body {
  font: normal 100%/120% Arial, Verdana, sans-serif;
  color: #333333;
  background: #a430aa;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
	font-weight: normal;
}
legend {
	*margin-left: -.49em;
}

/* ========== TYPOGRAPHY ========== */
h1, h2, h3 {
  font-size: 24px;
  font-family: Futura, Arial, Verdana, sans-serif;
  color: #84038b;
  margin: 0 0 .5em;
}
h2, h1 .highlight {
  color: #50aebc;
}
h3 {
  font-size: 16px;
  color: #666666;
  margin: 1em 0 0;
}
p, ol, ul {
  font-size: 12px;
  margin: .5em 0 1em;
}
ul.bulleted, ol.numbered {
  list-style-type: square;
  padding-left: 1.5em;
}
ol.numbered {
  list-style-type: decimal;
}
a {
  color: #50aebc;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
/* ========== FORM ELEMENTS ========== */
.formContainer {
  width: 555px;
  background: url(../images/template/bg_form.gif) no-repeat center bottom;
}
.formContainer form {
  background: url(../images/template/bg_formTop.gif) no-repeat center top;
  padding: 20px;
}
fieldset, fieldset ol {
  margin: 0;
  padding: 0;
}
fieldset li {
  margin: .7em 0;
}
fieldset li li {
  margin: 0;
}
fieldset.leftLabelGroup li {
  overflow: hidden;
  /*width: 100%;*/
}
/* Labels */
label.leftLabel, label.topLabel, label.checkboxLabel, label.radioLabel {
  display: block;
}
label.leftLabel {
  float: left;
  width: 10em;
}
label.checkboxLabel, label.radioLabel {
  margin-left: 2.5em;
}
/* Form fields */
textarea, input.text {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px solid #ccc;
  padding: .4em;
  background: #fff url(../images/template/bg_greyGradient.gif) repeat-x;
  color: #444;
  font: 12px Arial, Verdana, sans-serif;
  width: 27em;
}
input.text  {
  line-height: 100%;
}
input.checkbox, input.radio  {
  float: left
}
.default-value-field {
  color: #999999;
  font-style: italic;
}
/* Validations Classes */
textarea.validation-failed, input.validation-failed {
  background: #ffb8b8 url(../images/template/bg_errorGradient.gif) repeat-x;
  border: 1px solid #cb7e7e;
}
.validation-advice {
  color: #d9001a;
  font-size: .95em;
}
.leftLabelGroup .validation-advice {
  margin-left: 10.5em;
}
p.errorMessage {
  padding: 0.5em;
  border: 1px solid #be3333;
  background-color: #feb8b8;
  color: #d9001a;
}

div.notificationMessage {
  background: #E6F8DD url(../images/notification_icon.gif) no-repeat scroll 7px 7px;
  color: #84038b;
}

.oneCol div.notificationMessage {
  width: 555px;
  margin: auto;
}

div.notificationMessage p {
  padding: 10px;
  margin-left: 35px;
  color: #000000;
  font-size: 14px;
}

.oneCol div.notificationMessage p {
  margin: 0px;
  padding-left: 45px;
  width: 500px;
}
/* Buttons */
a.btn, button.btn {
	background: url(../images/template/bg_buttonLeft.gif) no-repeat 0 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
	*width: auto;
}
a.btn {
	display: block;
	text-decoration: none;
	float: left;
}
button.btn {
	border: none;
	overflow: hidden;
	*height: 27px;
	*overflow: visible;
}
a.btn span, button.btn span {
	background: url(../images/template/bg_buttonRight.gif) no-repeat right;
	padding: 6px 15px 7px 0;
	height: 14px;
	margin: -1px 0 0 15px;
	*margin: 0 0 0 15px;
	float: left;
	font: normal 14px/14px Arial, Verdana, sans-serif;
	color: #fff;
	white-space: nowrap;
}
a.btn span {
	display: block;
	margin: 0 0 0 15px;
}
button.btn span {
	height: 14px;
}
/* Search Box */
#searchBox {
  background: url(../images/template/bg_search.jpg) no-repeat;
  position: absolute;
  top: 5px;
  right: 15px;
  width: 207px;
}
#searchBox input#searchField {
  font: 12px Helvetica, serif;
  background: url(../images/template/bg_search.jpg) no-repeat;
  width: 105px;
  padding: .2em .1em .3em 18px;
  margin: 0;
  border: none;
  float: left;
}

/* ========== LAYOUTS ========== */
#outerWrapper {
  background: #df9fe2 url(../images/template/bg_outerWrapper.gif) repeat-x center bottom;
}
#outerWrapperGrad {
  background: transparent url(../images/template/bg_outerWrapperGrad.gif) repeat-x;
  height: 200px;
}
#innerWrapper {
  background: #fff;
  width: 990px;
  margin: -200px auto 0;
}
/* masthead */
#masthead {
  background: transparent url(../images/template/bg_masthead.jpg) no-repeat;
  height: 160px;
  position: relative;
}
#logo {
  position: absolute;
  top: 10px;
  left: 50px;
}
#utilities {
  background: transparent url(../images/template/bg_utilities_559.gif) no-repeat;
  width: 559px;
  height: 31px;
  position: absolute;
  top: 0;
  right: 0;
}
#utilities a {
  color: #fff;
  text-decoration: none;
}
#utility1 {
  font-size: 14px;
  margin: 5px 0 0 30px;
}
#utility1 li {
  margin: 0;
  float: left;
}
#utility1 a {
  width: 59px;
  display: block;
  margin: 0;
  height: 23px;
  text-align: center;
}
#utility1 a:hover, #utility1 a.selected {
  background: transparent url(../images/template/bg_utilitiesHover.gif) no-repeat;
}
#utility2 {
  clear: both;
  font-size: 11px;
  float: right;
  margin: 7px 20px 0 0;
}
#utility2 li {
  float: left;
  margin: 0 11px;
}
#utility2 a:hover {
  text-decoration: underline;
}
/*content */
#content {
  background: #fff;
  padding: 10px 30px;
  position: relative;
}
#createDateBtnCont, #addFriendBtnCont {
  overflow: hidden;
  *width: 100%;
}
.oneCol #createDateBtnCont {
  position: absolute;
  top: 10px;
  right: 30px;
}
#createDateBtn, #addFriendBtn, #verifyMobileBtn {
  float: right;
}

#homePageBtn {
  margin: 0px 5px;
}

#verifyMobileBtn {
    margin: -25px 0px 0px 0px;
}

.twoColDate #col1 {
    float: left;
    width: 55%;
}

.twoColDate #col2 {
    width: 35%;
    margin-left: 60%;
}

.twoCol #col1 {
  float: left;
  width: 50%;
}
.twoCol #col2 {
  width: 40%;
  margin-left: 55%;
}

/* footer */
#footer {
  background: transparent url(../images/template/bg_footer.jpg) no-repeat center bottom;
  height: 30px;
  color: #fff;
  font-size: 10px;
  padding: 120px 0 0;
  clear: left;
}
#footer p {
  text-align: center;
}
#footer a {
  color: #fff;
  text-decoration: none;
  margin: 0 2em 0 0;
}
#footer a:hover {
  text-decoration: underline;
}

/* ========== PAGE SPECIFIC ========== */
/* Sign Up and Login */
.signup h1, .signup h3, .signup p, .login h1, .login h3, .login p, .signup .formContainer, .login .formContainer, .signup #findPeopleOptions, .signup #skip {
  width: 555px;
  margin: 0 auto 1em;
  line-height: 150%;
}
.signup h3, .signup p, .login h3, .login p {
  padding-left: 10px;
}
.signup h3, .login h3 {
  color: #50aebc;
}
.signup form h3, .signup form p, .login form h3, .login form p {
  width: auto;
}
.signup #findPeopleOptions {
  border-bottom: 1px solid #f0f0f0; 
  position: relative;
  height: 2.5em;
}
.signup #findPeopleOptions ul {
  position: absolute;
  bottom: -13px;
  left: 10px;
}
.signup #findPeopleOptions li {
  float: left;
  margin: 0 .1em;
}
.signup #findPeopleOptions a {
  border: 1px solid #f0f0f0;
  background: #f0f0f0;
  display: block;
  margin: .4em 0 0;
  padding: .3em .7em;
  color: #0f0f0f;
  text-decoration: none;
}
.signup #findPeopleOptions a.selected, .signup #findPeopleOptions a:hover {
  border-bottom: 1px solid #ffffff;
  background: #ffffff;
}
.signup #findPeopleOptions a.selected {
  margin: 0;
  padding: .7em .7em .3em;
}
.signup #findLB {
  position: relative;
}
.signup #findLB #search {
  margin: 0 20px 0 0;
  width: 36em;
}
.signup #findLB button {
  margin: 0;
  position: absolute;
  top: 20px;
  right: 20px;
}
.signup #findLB p {
  margin: 0;
  padding: 0;
}
.signup #importer input, .signup #signup input {
  width: 31.5em;
}
.signup #importer input#username {
  width: 21.5em;
}
.signup #emailInvite li {
  overflow: hidden;
  *width: 41.5em;
}
.signup #emailInvite textarea {
  width: 41.5em;
  margin: 0 0 1em;
}
.signup #skip {
  margin: 1em auto 0;
  text-align: right;
}
.signup #addLuvvBugg #LBList ul, .signup #addLuvvBugg #ImporterList ul {
  border: 1px solid #f0f0f0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #fff;
  overflow-y: auto;
  height: 200px;
}
.signup #addLuvvBugg #LBList li, .signup #addLuvvBugg #ImporterList li {
  border: 1px solid #f7f7f7;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin: 5px;
  padding: 5px;
  font-size: .85em;
}
.signup #addLuvvBugg #LBList li {
  float: left;
  width: 83px;
  margin: 5px 2px;
}

.signup .friendLists p {
  padding-left: 0px;
  width: auto;
}

/*
.friendLists ul {
  border: 1px solid #f0f0f0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #fff;
  overflow-y: auto;
}
.friendLists li {
  border: 1px solid #f7f7f7;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 5px;
  text-align: left;
  margin: 5px 2px;
}
*/

.signup #addLuvvBugg #ImporterList li.even {
  background: #f7f7f7;
}
.signup .actions button {
  float: right;
}
.login .actions {
  margin-left: 7.5em;
}
.login .actions li {
  margin: .5em 0 1em;
}
/* Date View */
#dateCommentForm {
  margin: .5em 0 1.5em;
}
#dateComment {
  width: 97.5%;
  height: 5em;
  margin: 0 0 .5em;
}
#recentDates, #dateInfo, #rateDate, #contributors, #whatsNew {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px solid #f0f0f0;
  background: #fefefe;
  padding: 5px;
  margin-bottom: 1em;
}
#rateDate {
  background: #ffffff;
}
#rateDate h3, #contributors h3, #whatsNew h3 {
  margin: 0;
  color: #84038b;
}
#contributors ul, #whatsNew ul, .friendLists ul {
  background: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin: .5em 0;
}
#contributors li, #whatsNew li, .friendLists li {
  border-bottom: 1px solid #f2f2f2;
  margin: 0 .5em;
  padding: .3em .7em;
  overflow: hidden;
  *width: 90%;
}

#whatsNew strong {
  color: #333333;
}
.friendLists strong {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
}

.friendLists b {
  font-size: 11px;
  font-weight: bold;
}

#contributors .contributorName {
  width: 150px;
  display: block;
  overflow: hidden;
  float: left;
}
#contributors .contributorInfo {
  display: block;
  margin-left: 160px;
}
#whatsNew .iconLeft {
  float: left;
  margin: .2em 0 0;
}
#whatsNew p, .friendLists p {
  margin: 0 0 0 35px;
}
.friendLists p {
  font-size: 10px;
  margin: 0 0 0 75px;
}

#dateInfo dl {
  overflow: hidden;
  /*width: 100%;*/
  margin: .3em 0;
}
#dateInfo dt  {
  color: #333333;
  width: 54px;
  text-align: right;
  float: left;
  font: 14px Futura, Arial, Verdana, sans-serif;
}
#dateInfo dd {
  font-size: 14px;
  margin-left: 60px;
  color: #84038b;
}
.dateComments {
  background: #fafafa url(../images/template/bg_commentBottom.jpg) no-repeat right bottom;
  border-top: 1px solid #ebebeb;
  padding: 0;
  margin: .1em .7em 0;
  min-height: 100px;
}
.homepage .dateComments {
  background: none;
}
.friendLists .thumb50x50, .dateComments .thumb50x50, .dateComments .thumb81x61 {
  display: block;
  float: left;
  margin: .7em .7em .7em 0;
}
.friendLists .thumb50x50, .dateComments .thumb50x50 {
  margin: 1em 0 0 1em;
}
.dateComments .comments {
  font-size: 11px;
  color: #84038b;
  background: transparent url(../images/template/bg_commentTop.jpg) no-repeat right top;
  min-height: 65px;
  margin: 0 0 0 70px;
  padding: 10px 20px 20px;
}
.homepage .dateComments .comments {
  background: none;
}
.dateComments p {
  margin: .3em;
}
.dateComments .comments .dateTime, .dateComments .comments .dateFav {
  color: #84038b;
  font-size: 10px;
}

.dateComments .comments .dateFav {
  float: right;
  *margin: -20px 0 0 0;
}

#recentDates p {
  font-size: 14px;
  line-height: 120%;
  margin: .5em 0;
}
.dateComments img {
/*  display: none; Why are images disabled ~.~*/
}
/* Homepage */
.homepage #col1 {
  float: left;
  width: 420px;
}
.homepage #col2 {
  margin: 0 0 0 450px;
  position: relative;
  padding: 177px 0 0;
}
#homePagePic {
  position: absolute;
  left: 2px;
  top: -109px;
  z-index: 9999;
}
.homepage h3 {
  font-size: 24px;
  color: #84038b;
}
.homepage #signupBtnCont, .homepage .featuredLB {
  overflow: auto;
  *width: 100%;
}

.homepage .featuredLB li {
  float: left;
  margin: 10px 10px 0 0;
}
.homepage .moreLB {
  margin: 0;
}
.homepage .leftLabelGroup .validation-advice {
  margin-left: 7em;
}

/* Sign In Box */
#signin {
  background: #f6f6f6;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 1em;
  margin: 1em 0 0 0;
}
#signin label {
  width: 6.5em;
}
#signin .text {
  width: 19em;
}
#signin #btnCont {
  margin-top: -33px;
  float: right;
}
#signin #loginOptions p {
  margin: 0 0 0 6em;
}

#editProfileImage {
    float: right;
    width: 150px;
}

/* dates Main Page */
p.paging {
  color: #50aebc;
  font-size: 11px;
  float: right;
}

#dates {
  background: #f4f4f4 url(/images/template/bg_dates.gif) repeat-x;
  border: 1px solid #f0f0f0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 7px 1px;
}
#dates #searchDateBox p {
  margin: 0 5px;
  color: #333;
}
#dates #searchDateBox #searchDate{
  background: url(/images/template/bg_searchDate.jpg) no-repeat;
  width: 177px;
  border: none;
  padding: 2px 10px 4px 20px;
}
#dates .sorter {
  margin: 0 5px;
  padding: 3px 0;
  color: #333;
  font-size: 11px;
  border-top: 1px solid #ececec;
}
#dates .sorter a, #dates .sorter span {
  color: #000000;
}
#dates .date {
  background: #fafafa;
  border-top: 1px solid #ececec;
  padding: 10px 5px 20px 5px;
}
#dates .date h3 {
  margin: 0 0 7px;
}
#dates .date img.dateThumb {
  float: left;
}
#dates .date p.dateDescription {
  margin: 0 0 0 45px;
}
#dates .date .dateInfo {
  margin: 0 0 10px;
  line-height: 110%;
  color: #333;
}
#dates .date .dateInfo2 {
  float: right;
  margin: 0;
}

#featuredDatesTitle {
  margin: 0 0 0 5px;;
  padding: 5px 11px 3px;
  background: url(/images/template/bg_featureDates.gif) no-repeat;
  color: #fff;
  font-size: 16px;
}
#featuredDates, #userDates {
  background: #efd5f1;
  border: 1px solid #e6cde8;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 4px;
}
#featuredDates .featuredDate, #userDates .featuredDate {
  margin: 1px;
  background: #fff;
  padding: 10px;
}
#featuredDates .featuredDateThumb, #userDates .featuredDateThumb {
  float: left;
}

#featuredDates h3, #userDates h3 {
  font-size: 16px;
}

#featuredDates h3, #featuredDates p {
  margin: 0 0 10px 115px;
}

#userDates h3, #userDates p {
  margin: 0 0 10px 10px;
}

#featuredDates p.dateInfo, #userDates p.dateInfo {
  color: #707070;
}
#dates .commentsInfo, #featuredDates .commentsInfo, #userDates .commentsInfo {
  color: #cfcfcf;
  font-size: .93em;
}

.profileDateThumb {
    float: left;
}

.profileData {
  margin: 0 0 0 155px;
  min-height: 165px;
}

h3.ad {
  color: #cccccc;
  font-size: .76em;
  font-weight: normal;
}

img.thumbDate {
  float: right;
}

#tumblr_top {
  float: right;
}

#tumblr_bottom {
  float: right;
  margin: -30px 0px 0px 0px;
}

#pmwidget_top {
  float: right;
}

#pmwidget_bottom{
  float: right;
  margin: -30px 30px 0px 0px;
  *margin: -30px 0px 0px 0px;
}

#pmwidget_top span, #pmwidget_bottom span {
  display: block;
  width: 105px;
  height: 24px;
  background-image: url(/images/share_icons.gif);
}

#digg_top {
  float:right;
  margin: 5px 0px 0px 0px;
}

#digg_bottom {
  float:right;
  margin-top: -25px;
  margin-right: 140px;
  *margin-right: 0px;
}

.tumblr_comment_post {
  margin-left: 78%;
  width: 10%;
}