
	
/*Main Column*/
div {
    position: relative;
}

#maincol {
    width: 500px;
    float: left;
	margin-bottom:30px;
	padding-left: 20px;
}

#authMessage {
    color: #960000;
}
#flashMessage {
    color: #960000;
}
#flashMessage.success {
    color: #009900;
}

#postarea {
	padding: 0;
	margin-bottom: 60px;
	overflow: hidden;
	width: 100%;
	height: 100%;
	}
	
#postarea-inner  {padding: 0; height:100%;}

#postarea .upload {
    float: left;
    position: relative;
    clear: both;
    padding: 0 0 10px 5px;   
    width: 210px;
    overflow: hidden;
	margin-top: 5px;
}
#newPostActions {
    float: right;
    margin-right: 75px;
    margin-top: 5px;
    width: 210px;    
}

#newPostActions div {
	padding-right:5px;
	float:right;
	}
	
#favoriteNewPost {
    position: relative;
    float: left;
    margin-right: 5px;
    margin-top: 0;
    /*top: 100px;
    right: 110px;*/    
}
#privateNewPost {
    float: left;
    
    /*position: absolute;
    top: 99px;
    right: 85px;*/    
}
#newPostActions label{
    font-weight: normal;
    font-size: 0.85em;
	padding-right:10px;
}
#postarea .upload a {
    cursor: pointer;
    float: left;
	font-size:.85em;
	margin-top:0;
}

.upload .delete {
    margin: 3px 0 0;
    float: left;
    cursor: pointer;
	background: transparent url(/img/kidlee_sprite.png) no-repeat;
	background-position: -9px -10px;
    /*background: transparent url(../img/icon/delete_icon_transp.gif) no-repeat scroll 0 0;*/
    width:13px;
    height:15px;
}

.upload .delete:hover {
    background-position:-9px -25px;
}

.upload .file {
    float: left;  
	margin-left:4px;
}

.upload .uploaded_images {
    width: 100%; /*removed height in ie7*/
    overflow: hidden;
	padding: 5px 0;
	display: none;
}

.upload a {
    display: block;
    float: none;
    clear: both;
    margin-top: 5px;
	font-size: .8em;
}

.upload .file img{
    padding: 2px 10px 0 0;    
}

#postarea form {
	margin: 10px 0 10px;
}

#postarea form div {
	width: 420px;
	/*display:inline;*/
	float: left;
}

#postarea form div.submit {
	width: 55px;
	margin-left:0;
	margin-right:0;
	float:right;
	padding-right:10px;
	padding-left:0;
}

#postarea h3 {
	margin-bottom: 0;
	margin-top: 4px;
	position: relative;
	float: left;
	color:#111;
	}

#PostBody {
	width:408px;
	height:50px;
	}

textarea#PostBody {
	margin:0;
	border-color: #999;
	}
	
#PostAddForm div.select {
    width: 250px;
    margin: 0; 
    float: left;
}
#PostAddForm div.select label {
    display: none;
}
#PostAddForm div.textarea label {
    display: none;
}

#PostAddForm div.textarea {
	/*-moz-border-radius: 2px;
	-webkit-border-radius:2px;
    border-radius:2px;
	-khtml-border-radius:2px;
	background: #ABD66B none;*/
    margin-top: 9px;
	padding:0px;
	margin-bottom:0;
	float:left;
	display:inline;
}

#PostAddForm div.submit{
    margin-top: 11px;
}

#InvitationAcceptForm div.select {
    width: 100px;
    float: left;
}

input.postbutton {
	padding: 4px 24px;
	}
	
#textarea-count {
    display: block;
	color: #999;
	font-size: 1.4em;
	font-family: helvetica, arial;
	font-weight: bold;
	float:right;
	padding-right:20px;
}

/*Main Column - Posts*/
.post-item {
    width: 100%;
    overflow: hidden;
    margin: 0;
	padding: 15px 0;
	border-top: 1px solid #ddd;
}

img.post-thumb {
	margin: 0;
}

.post-body a {
	font-weight: normal;
}

.post-body .post-photos {
    display: block; 
	margin-top: 10px;
}

.post-photos a{
    padding: 0 10px 0 0;
    text-decoration: none;    
}

.post-item .action, .post-item .share{
    position: absolute;
    bottom: 5px;
    right: 10px;
    cursor: pointer;
    display: none;
	font-size: .8em;
    /*float: right;*/
    text-decoration: none;
	color:#666;
    /*margin-right: 7px;*/     
}

.post-item .action:visited , span.share a, span.share a:visited{
	color:#666;    
}

.post-item .action:hover, span.share a:hover {
	text-decoration: underline;
	color:#3676B6;    
}

.post-item .edit{
    right: 55px;    
}

.post-item .share{
    right: 90px; 
} 

.post-item .favorite{
    /*right: 55px;*/ 
	position: absolute;
	top: 10px;
	right: 5px;
}
.post-item .selected{
    display: block;    
}

#privateNewPost, .post-item .private  {
	background: transparent url(/img/kidlee_sprite.png) no-repeat;
	background-position: -10px -168px;
    /*background: transparent url("../img/icon/lock.png") no-repeat; */
    width: 13px;
    height: 16px;
    cursor: pointer;    
}
#privateNewPost:hover, .post-item .private:hover  {
	background-position: -10px -204px;
	/*background: transparent url("../img/icon/lock_hov.png") no-repeat;*/
}
#privateNewPost.selected, .post-item .private.selected  {
	background-position: -10px -240px;
	/*background: transparent url("../img/icon/unlock.png") no-repeat;*/
}
.post-item .private {
	position: absolute;
	top: 35px;
	right: 6px;
}

.fav, .star_0{
  width:16px;
  height:16px;
  margin:0 0 0 2px;
  padding:0;
  list-style:none;
  background: transparent url(/img/kidlee_sprite.png) no-repeat;
  background-position: -10px -60px;
  
}
.star_0:hover {
	background-position: -10px -96px;
}

.star_1 {
	background-position: -10px -132px;
}
.star_1 :hover{
	background-position: -10px -132px;
}

ul.fav li  {
 cursor: pointer;
 float:left;
 text-indent:-999em;
}

ul.fav li a {
  position:absolute;
  left:0;
  top:0;
  width:16px;
  height:16px;
  text-decoration:none;
  z-index: 200;
}

.post-item textarea {
    width: 380px;
    height: 50px;    
}

.post-item .count-right {
    display: block;
    /*position: absolute;
    right: 18px;
    top: 80px;*/
    position: relative;
    float: right;    
}

span.post-body,
span.edit_post {
	margin-left: 60px;
	display:block;
	line-height: 1.4em;
	font-size: 14px;
	width: 410px;
}
span.edit_post {
	margin-left:0;
	padding-left:0px;
	float: left;
}

span.edit_post  input[type="submit"]{
	margin: 0 5px 10px 0;
	padding: 2px 5px;
}
span.edit_post  .upload{
	clear: both;
	float: none;
}

span.kidname a {
	/*font-weight: 700;
	font-size: 1.2em;*/
}

/*span.post-thumb {
	display:block;
	height:50px;
	left:0;
	margin:0 10px 0 0;
	overflow:hidden;
	position:absolute;
	width:50px;
	}*/
span.post-thumb {
	float:left;
	display:block;
	margin-right:0px;
	}
	
span.post-meta {
	font-size: .95em;
	color: #57787F;
	font-style: italic;
	font-family: Georgia, Arial;
	}

span.post-thumb  img, span.post-photos  img, div.uploaded_images img, table.kids-list img, form#KidEditForm img {
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.stickynote {
	background: url("/img/bg/note_fold.gif") no-repeat scroll right top #FEF4A2;
    overflow: hidden;
	font-size: .9em;
	margin: 20px 0 0;
	box-shadow: rgba(0, 0, 0, 0.2) -3px 4px 4px -2px;
	-moz-box-shadow: -3px 4px 4px -2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: -3px 4px 4px -2px rgba(0, 0, 0, 0.2);
}

.from-welcome {
    width: 400px;
	margin-left: 50px;
}

.side-sticky {
	width: 175px;
	}
	
.stickynote p, .stickynote h3 {
	padding: 8px;
	}
	
.smallclose {
	font-size:.85em;
	line-height:1.875em;
	text-transform:uppercase;
	font-family:arial,sans-serif;
	letter-spacing:-.07em;
	color:#aaa;
	}
	
a.smallclose:hover, a.smallclose:active{
	color:#333;
	}	

/*Main Column - Pagination*/
.pagination {
    width: 75%;
    overflow: hidden;
    margin: 10px auto;
}

/*#show-more-posts {
	display:block;
	margin:0;
	width:95%;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
	padding:5px 0;
	border-color:#999;
	border-width:1px;
	border-style:solid;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	}
	
#show-more-posts:hover {
	background:#f5f5f5 none;
	color:#3676B6;
}*/
a#show-more-posts   {
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
background:#FFEE8F url(/img/buttons/showmore-button.jpg) repeat-x scroll left 0;
border-width:1px;
border-style:solid;
border-color:#FFE44F #BFA92F #BFA92F #FFE44F;
color:#333333;
display:block;
font:bold 18px Helvetica,Arial,Sans-serif;
outline:medium none;
padding:5px 0;
text-align:center;
text-decoration:none;
text-shadow:0 1px 0 #DDFF66;
width:95%;
}

a:hover#show-more-posts , a:focus#show-more-posts   {
	background-position:-0px -20px;
	color:#111;
}
	
#show-more-pending {
	background: url("../img/icon/loading.gif") no-repeat 50% 50%;
    width: 100%;
    display: none;
    height: 20px;
}
	
.pagination div, .pagination a{
    float: left;
    margin: 0 5px;
}
.pagination .disabled{
    color: #ccc;
}

/*Main Column - Forms*/
form {
	margin: 25px 0 25px;
	}
	
form div { 
    width: auto; /* fixes kid dropdown wrapping in IE */
    overflow: hidden;
    margin: 0 0 10px;
}

form div label {
    float: left;
    width: 160px;
	/*width: 100%;*/
	padding-top:6px;
}

form div.checkbox label {
    float: none;
    display: inline;
    font-weight: normal;
	padding-left:10px;
}

form div.textarea label {
    float: left;
    width: 160px;
}
	
form div input[type="text"], 
form div input[type="password"], 
form div input.text,
form div select {
    float: left;
    margin-top: 0;
	margin-right: 10px;
}

div.submit {
	margin:10px 10px 0 0;
	padding-left:160px;
}

input {
	padding:5px;
}


form .input .help {
    display: block;
    float: left;
    padding-top: 5px;
    margin-right: 10px;
    font-size: 0.75em;
    color: #3676B6;
    border-bottom: 1px dashed #3676B6;
    cursor: pointer;
}
	
.kid-select {
    float: left;
	margin: 0 0 0 10px;
	font-size: 1.1em;
	font-weight: 700;
	padding: 2px;
}

#DirectPaymentCountry {
    width: 189px;
}

#DirectPaymentCvv {
    width: 5em;
}

#cvv_help_image {
    position: absolute;
    top: 130px;
    right: -40px;
}

input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {border-color:#666; background: #f5f5f5 none;}

#UserTimezone {
    width: 330px;
}

#UserDeleteAccountForm .submit, #UserConfirmEmailForm .submit, #FollowerAddForm .submit, #UserLoginForm .submit {
    margin-top: -7px;
}
#editKidPending, .upload .pending {
    background: url(../img/icon/loading.gif) no-repeat;
    width: 150px;
    height: 33px;
    margin: -3px 5px 0;
    float: left;
	padding-left: 25px;
	color: #000; /*#529B2E;*/
}
#addPostPending {
    background: url(../img/icon/loading.gif) no-repeat;
    width: 30px !important;
    height: 30px;
    margin-top: 3px;
	display:none;
}
.upload .pending { 
    margin-top: 3px;    
}
#InvitationFirstname, #InvitationLastname {
    width: 135px;    
}
#InvitationIndexForm .invite_first,
#InvitationIndexForm .invite_last {
    float: left;
    width: 165px;    
    color: #666;
    font-size: 0.85em;
}
#InvitationIndexForm .invite_first.error,
#InvitationIndexForm .invite_last.error {
    width: 150px;
    color: #8A1F11;    
}
#InvitationIndexForm .error-message {
    width: 100%;       
}

#UserNotificationAddForm {
	margin-top:0;
	}
	

	
/*Right Column - Counts*/
#rightcol .stats {
	padding:8px;
	/*background: #dddddd none;*/
	border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	}
	
#rightcol .stats table {
	margin-bottom: 0;
	}
	
#rightcol .stats td {
	vertical-align:top;
	padding:0;
	}

#rightcol .stats .counts {
	display:block;
	font-size:1.4em;
	font-family: Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	color: #529B2E;
	letter-spacing: -.5px;
	line-height:1em;
	}
	
#rightcol .stats td .label {
	font-size:1em;
	}
	
/*Right Column - Followers & Account Items*/
.followers-list, .account-items {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
}

ul.followers-list {
	padding: 0;
	}
	
.followers-list li {
    margin: 0 0 0;
    width: 180px;
    padding: 0 0 5px;
    float: left;
	font-size: .9em;
}
.followers-list li span{
    margin: 3px 0 0 5px;
    float: right;
    cursor: pointer;
	background: transparent url(/img/kidlee_sprite.png) no-repeat;
	background-position: -9px -10px;
	/*background: transparent url(../img/icon/delete_icon_transp.gif) no-repeat;*/
	width:13px;
	height: 13px;
}

.followers-list li span:hover {
	background-position:-9px -25px;}

.account-items li span{
	float:right;
	font-weight:bold;
	}
	
.left {
    float: left;    
}
.right {
    float: right;    
}
.text_center {
    text-align: center;
}
img.left {
    margin-right: 10px;
}

p img.all-kids {
    margin-top: -7px;    
}

#group-photo {
	padding: 10px 90px 10px 5px;
	margin-top: 30px;
	background: #eee none;
	}



/* SUBSCRIPTIONS */

.payment_options {
    width: 100%;
    overflow: hidden;
}

.payment_options .express_checkout{
    float: left;
    width: 45%;
}
.payment_options .or {
    float: left;
    width: 10%;
    margin-top: 45px;
    white-space: nowrap;
}
.payment_options .direct_payment {
    float: left;
    width: 45%;
}

ul.subscription_details {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 15px;
}

ul.subscription_details li{
    width: 100%;
    overflow: hidden;
	padding-bottom:10px;
}

ul.subscription_details div.key,
ul.subscription_details div.value {
    float: left;
}

ul.subscription_details div.key {
    width: 160px;
	font-weight:bold;
	
}

ul.subscription_details div.value {
    margin-left: 15px;
    width: 325px;
}

/*Buttons
input[type=text]:focus,input[type=password]:focus,input[type=submit]:focus,textarea:focus{
border-color:#65924E;
}

input[type=submit],input[type=button],button{
-moz-border-radius:3px;
-webkit-border-radius:3px;
background:#99BE85 url(/img/buttons/bg_green.png) repeat-x scroll left 0;
color:#fff;
border:1px solid #74A758;
border-top-color:#65924E;
border-bottom-color:#557A41;
cursor:pointer;
padding:3px 10px;
vertical-align:top;
font-size:12px;
font-family:"Lucida Grande",arial,sans-serif;
}

input[type=submit]:active,input[type=button]:active,button:active{
background:#82B069;
border-color:#65924E;
}

input[type=submit]:hover,input[type=button]:hover,button:hover{
background-position:left -30px;
}*/
