/******************************************
* GENERAL GLOBAL STYLES
******************************************/

/* main colors, pink #ec1b55, dark blue #0080af, light b #0080af, #cec53c, #b79d00 light blue #33ccff */
 
* { padding:0; margin:0; }

body {
	color:#777;
	font-family:arial,helvetica,clean,sans-serif;
	background:#ddd;
	font-size:.76em;
}

a {
	/* change from dutton nikki color:#4BC7F1; */
	color:#0080af;
	text-decoration:none;
	outline:none;
}


a:hover {
	color:#0080af;
	text-decoration:underline;
	cursor:pointer;
}


h1 {
	color: #ec1b55;
	font-size: 1.6em;
	font-weight: normal;
	padding: 20px 0 0 0;
}


h2 {
	/* change from dutton nikki color:#9b9b9b; */
	color:#777777;
	font-size:1.3em;
	font-weight: normal;
	padding:15px 0;
}

h3{
	color:#9b9b9b;
	font-size:1.1em;
	font-weight: normal;
	padding-bottom:5px;
}


 h4, h5, h6 {
	letter-spacing:-0.03em;
	line-height:1;
	font-size:1em;
	color:#333;
}

hr {
	border-top:1px solid #DDDDDD;
	border-bottom:1px solid #fff;
	clear:both;
}
p {
	margin:0 0 10px 0;
}

p.byline {
	color:#666;
}

a.top {
	background:transparent url(/public/img/top.png) no-repeat scroll left 2px;
	color:#EC1B55;
	padding:0 30px 10px 14px;
	clear:both;
	float:right;
	margin:15px 0 0;
	display:block;
}
ul {
	list-style-type:none;
}

li {
	margin:0;
	padding:0;
}
ul.disc li {
	background:transparent url(/public/img/uldisc.png) no-repeat scroll left 2px;
	margin-bottom:10px;
	padding-left:20px;
}
ol {
	margin:0;
	padding:0 20px;
}
ol li a {
	font-weight:bold;
}
form input {
	border:1px solid #ddd;
	background:#fff;
	padding:5px;
	color:#aaa;
	margin:5px;
}

form .pre-filled {
	background-color:#F9F9B6;
	border:1px solid #4BC7F1;
	color:#000;
}

form label {
	color:#777777;
	display:block;
	float:left;
	margin:5px 5px 5px 0;
	padding:5px 5px 5px 0;
	width:130px;
}

form textarea {
	margin:10px 5px 5px 0;
	padding:5px;
}
fieldset { 
	border:none;
	clear:both;
}
a img {
	border:0 none;
}

p.footnote {
	color:#777;
	font-size:0.9em;
}

pre {
	background-color:#FFF1B0;
	color:blue;
	display:block;
	font-size:1.1em;
	margin:10px 0;
	padding:20px 5px;
	width:680px;
}
/**
 * BUTTON COLORS
 */

form input.button1 {
	background-color:#0080af;
	color:#fff;
	cursor:pointer;
	border:none;
}

form input.button2 {
	background-color:#EC1B55;
	color:#FFFFFF;
	padding:5px 10px;
	cursor:pointer;
	border:none;
	float:right;
	margin-bottom:20px;
}

form input.button3 {
	background-color:#cccccc;
	color:#FFFFFF;
	padding:5px 10px;
	cursor:pointer;
	border:none;
	float:right;
	margin-bottom:20px;
}

/**
 * ********************************************
 * General
 *******************************************
 */

a.button {
	margin-left:10px;
	padding:5px 10px;
	color:#fff;
	background-color:#ec1b55;
}


.hintbox {
	background:#dcf3fb;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	margin:15px 30px;
	padding:22px 20px;
	position:relative;
}

.hintbox p {
	margin:0 85px 0 50px;
}

.hintbox .button {
	float:right;
	position:absolute;
	right:10px;
	top:10px;
}
.humming {
	background:#DCF3FB url(/public/img/sprite.png) no-repeat scroll -70px -450px;
	display:block;
	height:50px;
	left:10px;
	position:absolute;
	width:50px;
	top:8px;
}



/**
 * ********************************************
 * Column Structures 90px per col 2 px gutter total 918px
 *******************************************
 */

#wrapper {
	margin:0 auto 30px auto;
	width:918px;
	background-color:#fff;
}

.main-content {
	width:918px;
	float:left;
	background-color:#f4f4f4;
}

.content {
	float:left;
	width:734px;
	border-left:2px solid #DDDDDD;
	/*border-right:2px solid #DDDDDD;*/
	background-color:#fff;
	min-height:500px;
	position:relative;
}

.mid-content {
	float:left;
	width:366px;
}

.sub-content {
	width:182px;
	float:left;
}

.sub-content li {
	padding:10px 15px;
}

.sub-content ul.photo-grid li {
	padding:0;
	float:left;
	width:30px;
	height:30px;
}

.sub-content ul.photo-grid li img{
	width:30px;
	height:30px;
}

/**
 * ***********
 * Ads
 */

.ad_SkyScraper {
	width:160px;
	height:600px;
	float:left;
	padding:11px;
}

.ad_MPU {
	width:300px;
	height:250px;
	padding:10px;
}

/**
 * ******************************************
 * PAGE CASCADED DIFFERENCES
 */

/* basic pages */

.page .content {
	padding:0 30px 105px;
	width:674px;
}

.page .content h1 {
	padding:20px 0 15px;
}

.page .content .help-image, .mywhaddadopage .content .help-image, .mywhaddadopage .content .follow-image {
	bottom:0;
	position:absolute;
	right:0;
}

.mywhaddadopage .content .follow-image {
	background-color:#EC1B55;
	height:90px;
	padding-left:40px;
}

/* home page */

.welcome-box {
	background:transparent url(/public/img/beta/prebeta_lightbox.png) no-repeat  10px 5px;
}
.welcome-box h2 {
	padding-top:150px;
}

.home .content {
	border:none;
	width:918px;
}

.home .login {
	width:257px;
	border-left:2px solid #DDDDDD;
	float:right;
}

.home h1 {
	color:#777777;
	padding:25px 30px;
}


.home .social-sign-in {
	padding-left:40px;
	width:168px;
}

.home .social-sign-in a {
	display:block;
	padding-bottom:4px;
}

.home .tour {
	background:transparent url(/public/img/tour.png) no-repeat scroll 0 0;
	display:block;
	height:65px;
	margin:36px 0 0 20px;
	text-indent:-9999px;
	width:215px;
}

.home .FBConnectButton_Text {
	padding:3px !important;
}
.home .carosel {
	float:left;
	height:262px;
	width:659px;
	position:relative;
}



.home .carosel ul h2 {
	clear:both;
	font-size:1.6em;
	padding:25px 0 17px;
}

.home .carosel ul.menu {
	position:absolute;
	bottom:1px;
	left:1px;
	width:659px;
	height:45px;
	      
}
.home .carosel ul.menu li a {
	display:block;
	float:left;
	height:45px;
	text-indent:-9999px;
	width:219px;
}

.home .carosel h1 {
	color:#777777;
	font-size:1.3em;
	font-weight:normal;
	padding:15px 0;
}

.home .carosel .discover-text {
	background:transparent url(/public/img/hp/hp-discover.jpg) no-repeat scroll 0 0;
	position:absolute;
	top:1px;
	left:1px;
	height:262px;
	width:249px;
	padding-left:400px;
	padding-right:10px;
}

.home .carosel .remember-text {
	background:transparent url(/public/img/hp/hp-never-forget.jpg) no-repeat scroll 0 0;
	position:absolute;
	top:1px;
	left:1px;
	height:262px;
	width:249px;
	padding-left:400px;
	padding-right:10px;
}

.home .carosel .busy-text {
	background:transparent url(/public/img/hp/hp-get-busy.jpg) no-repeat scroll 0 0;
	position:absolute;
	top:1px;
	left:1px;
	height:262px;
	width:249px;
	padding-left:400px;
	padding-right:10px;
}

/*
.home .carosel .discover-text, .home .carosel .remember-text, .home .carosel .busy-text {
	display:block;
	float:right;
	position:relative;
	width:300px;
}
*/

.home .carosel {
	font-size:1.1em;
}

.home .remember-image {
	background:transparent url(/public/img/sprite-homepage.png) no-repeat scroll -659px 0 !important;
}

.home .relax-image {
	background:transparent url(/public/img/sprite-homepage.png) no-repeat scroll -1318px 0 !important;
}



.home .press, .home .most-recent {
	clear:both;
	border-top:2px solid #DDDDDD;
	background-color:#f1f1f1;
	padding:10px 30px;
}

.home .most-recent ul li {
	float:left;
	width:107px;
	background-color:#F1F1F1;

}
.home .most-recent ul li img {
	background-color:#666666;
	border-left:2px solid #FFFFFF;
	display:block;
	height:60px;
	width:105px;
}

.home .most-recent ul li span {
	display:block;
	padding:1px 4px;
}

.home .most-recent ul li a{
	color:#777777;
}
.home .most-recent ul li a:hover {
	color:#4BC7F1;
	text-decoration:none;
}


/* new activities section */
.activities {
	border-top:2px solid #DDDDDD;
	clear:both;
	padding-top:15px;
}
.home .logged-in {
	border-top:none;
}
.activities .latest-activities {
	width:370px;
	float:left;
}
.activities .latest-activities h2 {
	padding-left:30px;
}
.activities .latest-activities ul {
	padding-top:10px;
}
.activities .latest-activities li {
 	height:50px;
 	padding:10px;
 	margin-bottom:0;
}
.activities .latest-activities li p {
 	margin:0;
}
.activities .latest-activities li:nth-child(even) { 
	background: #fff;
}
.activities .latest-activities .recent-activity .user {
	top:-27px;
	padding:0;
	margin-left:20px;
	width:75px;
}
.activities .lists {
	width:286px;
	float:left;
	background:transparent url(/public/img/divider.png) no-repeat scroll -7px 0;
	
}
.activities .lists h2 {
	padding-left:20px;
}
.activities .lists li {
	list-style:none;
	padding:6px 0;
}
.activities .lists li a {
	font-weight:normal;
	font-size:1.1em;
}


.activities .busy-bees {
	width:232px;
	background:transparent url(/public/img/divider.png) no-repeat scroll -4px 0;
	float:left;
	padding-left:25px;
}

.activities .busy-bees ul.users li {
	float:left;
	height:54px;
	width:54px;
}


.activities .busy-bees ul.users li a {
	background:transparent url(/public/users/default.jpg) no-repeat scroll 0 0;
	float:left;
	height:50px;
	border:2px solid #ffffff;
	width:50px;
	overflow:hidden;
	opacity:0.5;
}

.activities .busy-bees ul.users li a:hover {
	border:2px solid #57c8ef;
	opacity:1;
}

.activities .busy-bees li.users img {
	text-indent:-9999px;
}

.activities .busy-bees h2.top-tag {
	padding:7px 0;
}

/* leaderboard page */

.leaderboard ol {
	font-size:2.7em;
	padding:20px 40px;
}

.leaderboard ol li {
	clear:left;
	list-style-position:outside;
}

.leaderboard ol li a {
	font-size:0.7em;
}

.leaderboard ol li .leader {
	left:60px;
	padding:0;
	position:relative;
	top:-46px;
}

.leaderboard a.profile-picture {
	background:transparent url(/public/users/default.jpg) no-repeat scroll 0 0;
	height:50px;
	width:50px;
	display:block;
}

.leaderboard a.profile-picture img {
	height:50px;
	width:50px;
}

.leaderboard ol li .name {
	font-size:.4em;
	padding:0;
}

.leaderboard .pointsImage {
	float:right;
	padding-top:20px;
}

.leaderboard .points {
	font-size:.5em;
	color:#EC1B55;
}
/* home map */


/* discover page and discover search */


.discover .content {
	border-left:medium none;
	border-right:2px solid #DDDDDD;
	padding:0 30px;
	position:relative;
	width:542px;
}

.recent-activity {
	padding:30px 0;
}
.recent-activity li {
	background-color:#F4F4F4;
	clear:both;
	height:55px;
	margin-bottom:5px;
	padding:15px 0 10px;
}
.recent-activity .user {
	position:relative;
	top:-43px;
}

.recent-activity .photo {
	top:-43px;
}
.discover .sub-content {
	width:314px;
}

.discover .sub-content h2 {
	padding:10px 30px;
}
.discover .sub-content ol {
	padding:0 50px;
}

.searchpage .content {
	padding:30px;
	width:672px;
}

.discoverpage .photo span.overlay {
	border-bottom:20px solid #ffffff;
	width:200px;
}

.discoverpage .content {
	border-right:2px solid #DDDDDD;
	border-left:none;
	width:732px;
}

.discoverpage .other-results {
	border-top:2px solid #DDDDDD;
	clear:both;
	padding:10px 0;
}

.discoverpage .other-results h2 {
	color:#EC1B55;
	padding:10px 30px;
}


.discoverpage .other-results li {
	border-top:1px solid #DDDDDD;
	padding:10px 30px;
}

.discoverpage .sub-content h3, .discoverpage .sub-content li {
	margin:10px;
}

.discoverpage .holding-image {
	padding:15px;
}

.discoverpage .search-results-form {
	margin:0 15px;	
}


.discoverpage .search-results-form span {
	background:transparent url(/public/img/sprite-animals.png) no-repeat scroll -30px -238px;
	display:block;
	height:50px;
	text-indent:-9999px;
	width:50px;
	float:left;
}

.discoverpage .search-results-form h1 {
	color:#33ccff;
	padding:12px 0;
	float:right;
}
.discoverpage .search-results-form form {
	float:right;
}

.discoverpage .search-results-form label {
	color:#33CCFF;
	font-size:1.1em;
	margin:16px 2px 2px 5px;
	padding:0;
	width:20px;
}
.discoverpage .search-results-form input {
	float:left;
	margin:9px 6px 0 0;
	width:185px;
}

.discoverpage .search-results-form .button1 {
	background-color:#33CCFF;
	width:auto;
	border:none;
	margin-right:0;
}

.recent-activity .user .photo img {
	margin-top:-20px;
}

/* username page */

.userpage .sub-content {
	width:182px;
}

.userpage .content {
	border-right:none;
	padding:0 20px 30px 30px;
	width:684px;
}

/* settings page */

.settingspage h1 {
	font-size:1.7em;
	padding:30px 0 0 30px;
}

.settingspage h4 {
	color:#C1C1C1;
	font-size:1.4em;
	font-weight:normal;
	margin:-20px 0 0;
	padding:10px 30px;
}
.settingspage .form-field  {
	padding:0 10px 0 30px;
}
.settingspage .form-field div {
	margin:5px 5px 5px 0;
	padding:10px 5px 5px 0;
}

.settingspage form input.button2 {
	background-color:#EC1B55;
	border:medium none;
	color:#FFFFFF;
	cursor:pointer;
	float:right;
	margin:5px 30px;
	padding:5px 10px;
}

.settingspage .interests {
	margin-top:30px;
}

.settingspage .interests h3 {
	background:transparent url(/public/img/sprite.png) no-repeat scroll -10px -92px;
}

.settingspage .interests h3 a {
	background:transparent url(/public/img/sprite.png) no-repeat scroll 30px -294px
}

.settingspage .interests label {
	color:#4CC7F0;
	float:left;
	font-size:1.2em;
	padding:0 30px;
	margin-top:-30px;
	width:100%;
}

.settingspage .interests input {
	margin:0 30px;
}
.settingspage #user_interests {
	padding:30px;
}

.interest {
	background-color:#CEC53C;
	color:white;
	margin-bottom:10px;
	margin-right:10px;
	margin-top:10px;
	padding:4px 0 0 5px;
}


.interest .remove_interest, .interest .remove_tag  {
	background:transparent url(/public/img/sprite2.png) no-repeat scroll -278px -29px;
	color:#FFFFFF;
	display:block;
	float:left;
	height:20px;
	overflow:visible;
	padding:2px 0 0 8px;
	width:15px;
	      
}

.interest .tag {
	float:left;
	padding:0 5px 2px 2px;
}
.interest span.remove {
	float:left;
	width:20px;
	padding:0 2px;
}

#user_interest .interest {
	margin-bottom:5px;
	margin-right:10px;
	margin-top:2px;
	padding:2px 4px 2px 6px;
}

.popular_tags .tags {
	padding:0 5px 2px 2px;
}

.settingspage .person {
	padding-bottom:30px;
}

.settingspage .form-field .gender {
	padding:0;
	margin:0;
}
.settingspage .gender .male, .settingspage .gender .female, .settingspage .gender .unknown {
	background:transparent url(/public/img/sprite-profile.png) no-repeat scroll -503px -45px;
	float:left;
	height:30px;
	width:69px;
	margin:0 5px 5px 0;
}
.settingspage .gender .female {
	background:transparent url(/public/img/sprite-profile.png) no-repeat scroll -435px -45px;
}
.settingspage .gender .unknown {
	background:transparent url(/public/img/sprite-profile.png) no-repeat scroll -375px -46px
}
.settingspage #gender_container label {
	padding:15px 2px 0 1px;
	width:40px;
}

.settingspage #gender_container .male label {
	padding:15px 2px 0 6px;
	width:17px;
}

.settingspage #gender_container .female label {
	padding:15px 2px 0 2px;
	width:27px;
}

.settingspage #gender_container .unknown label {
	padding:15px 2px 0 2px;
	width:37px;
}



.settingspage #gender_container input {
	margin:22px 2px 0 8px;
}

.settingspage .profile-pic {
	background:transparent url(/public/img/sprite-profile.png) no-repeat scroll -390px -80px;
	float:left;
	height:80px;
	margin-left:30px;
	width:110px;
}

.settingspage .person-details {
	float:left;
	width:550px;
}

.settingspage .person-details label {
	width:100px;
}
.sharing span.settingsGraphic {
	background:transparent url(/public/img/sprite-profile.png) no-repeat scroll -600px -30px;
	display:block;
	float:right;
	height:280px;
	text-indent:-9999px;
	width:310px;
}

.mobile {
	background-color:#fef3f6;
	width:360px;
	height:240px;
	margin:0 30px;
}
.mobile span.settingsGraphic {
	background:transparent url(/public/img/sprite-profile.png) no-repeat scroll -15px -30px;
	display:block;
	float:left;
	height:50px;
	text-indent:-9999px;
	width:360px;
}

.mobile .phone {
	padding:5px 15px;
}
.mobile .phone p {
	color:#4cc7f1;
}

.mobile .whaddado-mobile {
	background:transparent url(/public/img/sprite-profile.png) no-repeat scroll 0 -260px;
	display:block;
	float:left;
	height:65px;
	width:360px;
}

.mobile .whaddado-mobile p {
	padding:12px 20px 10px 70px;
}

.mobile .whaddado-mobile p span {
	color:#EC1B55;
	font-size:1.3em;
	padding:0 2px;
}

.mobile span.not_specified, #profile_phone {
	color:#EC1B55;
	padding:5px;
	font-size:1.1em;
}
.mobile small {
	color:#4dc7f0;
	padding:0 20px;
}

.twitter {
	background-color:#eef9fd;
	width:360px;
	height:180px;
	margin:30px;
}
.twitter span.settingsGraphic {
	background:transparent url(/public/img/sprite-profile.png) no-repeat scroll -15px -85px;
	display:block;
	float:left;
	height:50px;
	text-indent:-9999px;
	width:360px;
}

.twitter ul li {
	padding:5px 15px;
}
.twitter span {
	color:#EC1B55;
	font-size:1.1em;
}


.facebook {
	background-color:#d9ecf3;
	width:360px;
	height:160px;
	margin:30px;
}
.facebook span.settingsGraphic {
	background:transparent url(/public/img/sprite-profile.png) no-repeat scroll -15px -140px;
	display:block;
	float:left;
	height:50px;
	text-indent:-9999px;
	width:360px;
}

.facebook ul li {
	padding:5px 15px;
}

.settingspage .email {
	background-color:#f0edc4;
	width:360px;
	height:110px;
	margin:30px;
}
.settingspage .email span.settingsGraphic {
	background:transparent url(/public/img/sprite-profile.png) no-repeat scroll -15px -195px;
	display:block;
	float:left;
	height:50px;
	text-indent:-9999px;
	width:360px;
}

.settingspage .email p {
	padding:5px 15px;
}

.settingspage .email p span {
	color:#EC1B55;
	font-size:1.2em;
	padding:0 2px;
}

.heading {
	border-top:2px solid #DDDDDD;
	margin-top:30px;
	clear:both;
}
.heading h3 {
	background:transparent url(/public/img/sprite.png) no-repeat scroll -10px -92px;
}

.profile h3 a {
  background:transparent url(/public/img/sprite.png) no-repeat scroll 30px -323px;
}

.password h3 a {
  background:transparent url(/public/img/sprite.png) no-repeat scroll 25px -353px;
}

.sharing h3 a {
  background:transparent url(/public/img/sprite.png) no-repeat scroll 33px -383px;
}

/* mywhaddado page */

.mywhaddadopage .content {
	min-height:380px;
	padding-bottom:120px;
}
.mywhaddadopage #boxHeader {
	padding:0 20px;
}

.mywhaddadopage #boxHeader span.like {
	display:block;
	float:right;
	height:20px;
	padding:0 2px 5px 3px;
	width:50px;
}

.mywhaddadopage #boxHeader ul {
	padding:10px 0 15px 0;

}

.mywhaddadopage #boxHeader ul li{
	float:left;
	color:#fff;
	text-align:center;
	padding:4px 0;
	line-height:12px;
	margin-bottom:10px;
}

.mywhaddadopage #boxHeader ul li.rating {
	float:right;
	position:relative;
	top:-38px;
}
.mywhaddadopage #boxHeader ul li.created{
	width:82px;
	background:url(/public/img/sprite2.png) 0 -440px;
}
.mywhaddadopage #boxHeader ul li.items{
	width:77px;
	background:url(/public/img/sprite2.png) -82px -440px;
}
.mywhaddadopage #boxHeader ul li.followers{
	width:72px;
	background:url(/public/img/sprite2.png) -159px -440px;
}

.mywhaddadopage #boxHeader ul li span{
	display:block;

}

.mywhaddadopage #boxHeader ul li a.bg2 {
	background:transparent url(/public/img/sprite.png) no-repeat scroll -255px -152px;
	color:#FFFFFF;
	display:block;
	float:right;
	height:20px;
	padding:1px 0 3px;
	position:relative;
}


.mywhaddadopage #boxHeader ul li a.bg2 span {
	background:transparent url(/public/img/sprite.png) no-repeat scroll right -154px;
	display:inline-block;
	left:10px;
	margin-left:10px;
	padding:5px 10px 10px 0;
	position:relative;
	
}

.mywhaddadopage .control-filters {
	clear:both;
	margin:0 20px;
}
.mywhaddadopage .control-filters a {
	display:block;
	color:#787878;
	background:#f4f4f4;
	padding:10px 8px;
	float:left;
	border-right:1px solid #bfbfbf;
}

/* transfered
.mywhaddadopage  #boxControls {
	width:auto;
	clear:both;
	margin:0 20px;
}

.mywhaddadopage  #boxControls a{
	display:block;
	color:#787878;
	background:#f4f4f4;
	padding:10px 8px;
	float:left;
	border-right:1px solid #bfbfbf;
}

.mywhaddadopage  #boxControls form{
	width:auto;
	display:inline-block;
	float:left;
	padding:5px 6px 5px 6px;
	background-color:#f3f3f3;
}

.mywhaddadopage  #boxControls form span{
	display:inline-block;
	text-indent:-1000px;
	padding:5px 16px 4px 5px;
	background:url(/public/img/sprite.png) no-repeat -263px -53px;}

.mywhaddadopage  #boxControls form input{
	width:220px;
	padding:5px;
	color:#b4b4b4;
	border:0;
	background:#fff;
}
*/

.mywhaddadopage .event-lists {
	margin:20px;
}
.mywhaddadopage .listtags {
	clear:left;
	padding:5px 20px;
}

.mywhaddadopage .recent-activity {
	padding:30px;
}

.perPage{
	width:auto;
	float:right;
	padding: 10px 10px 0 0;
}

.promote{
	font-size:0.7em;
	color:#787878;
}

.promote a{
	color:#ee1c59!important;
}

#boxItems table{
	width:100%;
	border-spacing:0;
	color:#787878;
	clear:both;
}

#boxItems table th{
	text-align:left;
	background-color:#ddd;
	font-weight:normal;
	cursor:pointer;
	}
	
#boxItems table .check{
	padding:10px 0 10px 10px;
	width:55px !important;
}

#boxItems table .sorting_1 {
	width:50px;
}

#boxItems span.reveal{
	float:right;
	display:inline-block;
	width:18px;
	cursor:pointer;
	padding:5px;
	height:9px;
	margin-right:15px;
	background:url("/public/img/sprite2.png") no-repeat scroll -339px -118px transparent
}

table .title{
	width:90px;
}

table .title, .name, .searchContent{
	padding:10px 25px;
	width:150px;
}

table .searchContent{
	background:url(/public/img/search-bg.gif) bottom left repeat-x;
}


table .subtitle{
	width:90px;
}

table .subtitlesmall{
	width:60px;
}
table .central{
	padding-left:20px;
	margin-top:6px;
}
table .where{
	width:150px;
}

table .backrow{
	background-color:#f4f4f4;
}

table .mbackrow{
	background-color:#f4f4f4;
}

table .mrow{
	background-color:#ffffff;
}

#boxItems table td span.rating0 , #boxItems table td span.rating1 , #boxItems table td span.rating2 ,#boxItems table td span.rating3 ,#boxItems table td span.rating4 ,#boxItems table td span.rating5 , #boxItems table td span.rating6 , #boxItems table td span.rating7 , #boxItems table td span.rating8 , #boxItems table td span.rating9 ,#boxItems table td span.rating10 {
	width:20px;
	height:20px;
	padding:4px 0;
	color:#fff;
	display:block;
	text-align:center;
}

#boxItems table td span.rating0 , #boxItems table td span.rating1 , #boxItems table td span.rating2 {
	background:transparent url(/public/img/sprite2.png) no-repeat scroll -280px -114px;
}
#boxItems table td span.rating3 , #boxItems table td span.rating4 {
	background:transparent url(/public/img/sprite2.png) no-repeat scroll -280px -85px;
}
#boxItems table td span.rating5 , #boxItems table td span.rating6 {
	background:transparent url(/public/img/sprite2.png) no-repeat scroll -280px -57px;
}
#boxItems table td span.rating7 , #boxItems table td span.rating8 {
	background:transparent url(/public/img/sprite2.png) no-repeat scroll -280px -29px;
}
#boxItems table td span.rating9 , #boxItems table td span.rating10 {
	background:transparent url(/public/img/sprite2.png) no-repeat scroll -280px 2px;
}

.shareURL {
	float:right;
	padding:5px 0;
	position:relative;
	top:-32px;
}
.share span{
	display:block;
}

p.share{
	margin-bottom:3px;
	clear:both;
}

.share a{
	width:26px;
	height:26px;
	display:inline-block;
	margin-right:3px;
	background:transparent url(/public/img/sprite.png) no-repeat scroll;
}

a.at{
	background-position:-162px -109px;
}
 a.fb{
		background-position:-219px -109px;
}
 a.twt{
		background-position:-191px -109px;
}


/* login page */

.login .sub-content {
	width:234px;
}
.login .content {
	width:682px;
	min-height:640px;
}

.login .sub-content ul li {
	margin:0 20px;
}

.login .sub-content ul li span {
	color:#0483ae;
	font-size:1.1em;
}
.login .sub-content ul li.remember {
	background:transparent url(/public/img/sprite-animals.png) no-repeat scroll 90px 1px;
	height:10px;
	margin-bottom:90px;
	padding-top:95px;
	
}

.login .sub-content ul li.discover {
	background:transparent url(/public/img/sprite-animals.png) no-repeat scroll 90px -100px;
	height:10px;
	margin-bottom:110px;
	padding-top:95px;
	
}

.login .sub-content ul li.relax {
	background:transparent url(/public/img/sprite-animals.png) no-repeat scroll 90px -200px;
	height:10px;
	margin-bottom:90px;
	padding-top:95px;
	
}

.login .login-box, .login .join {
	margin:0 30px;
}

/* tag page */

.tagpage .content {
	border-left:medium none;
	border-right:2px solid #DDDDDD;
	position:relative;
	width:734px;
}

.tagpage h1 {
	padding:30px;
}

.tagpage h1 {
	float:left;
	padding:30px;
	width:480px;
}

.tagpage .socialShare {
	padding:16px 6px 5px 0;
}
.tagpage .lists {
	padding:30px;
}

.tagpage .event-lists {
	margin:20px;
}

/* list comments */

.event-lists li.comment {
	background-color:#DCF3FB;
	color:#000000;
	margin:3px 0px;
	padding:10px 15px;
	clear:left;
}

.event-lists .add-a-comment {
	background-color:#90def9;
	padding:10px;
}
.event-lists li.comment a.profile-pic {
	float:left;
	padding-right:10px;
}

.event-lists li.comment .datetime {
	color:#787878;
}
.event-lists li.comment span {
	margin-right:10px;
}

/* wiki page */

.wikipage .content {
	border-left:none;
	border-right:2px solid #ddd;
	width:734px;
	position:relative;
}

.wikipage h1 {
	padding:10px 30px;
	width:500px;
}

.wikipage .photo {
	top:-50px;
	margin-right:30px;
}

.wikipage .photo a.bookmark {
	background-color:#0080AF;
	color:#FFFFFF;
	display:block;
	height:15px;
	padding:5px 5px 5px 15px;
	top:25px;
	width:130px;
	z-index:10;
}

.wikipage .photo span.overlay {
	border-bottom:20px solid #494949;
}

.wikipage .whaddado-count {
	background:#33ccff;
	width:150px;
	height:60px;
	position:absolute;
	color:#fff;
	font-size:.9em;
	right:10px;
	top:-15px;
}

.wikipage .socialShare {
	position:absolute;
	right:0;
	top:36px;
}

.wikipage .whaddado-count a {
	color:#fff;
}

.wikipage .whaddado-count .popularity {
	color:#fff;
	padding-left:10px;
}

.wikipage .whaddado-count a.bg {
	background:transparent url(/public/img/sprite.png) no-repeat scroll -255px -188px;
	left:-8px;
	top:-1px;
}

.wikipage .whaddado-count a.bg span {
	background:transparent url(/public/img/sprite.png) no-repeat scroll right -188px;
}

.wikipage .whaddado-count span.overlay {
	border-bottom:20px solid #FFFFFF;
	top:-5px;
}

.wikipage .sub-content ul {
	padding-bottom:20px;
}

.wikipage .sub-content li.like, span.like {
	padding:10px 15px 0;
	height:20px;
	display:block;
}


/* wiki photo page */

.photopage .content{
	border-right:none;
	padding:0 30px;
	width:674px;
}

.photopage .pictures{
	border:medium none;
	float:left;
	margin-top:0;
	width:300px;
}

.photopage .pictures ul {
	margin:0;
}

.photopage .mid-content {
	padding-right:30px;
	width:344px;
}

.photopage .mid-content .photo-form{
	width:100%;
	overflow:hidden;
}

.photopage .mid-content .display-img{
	width:113px;
	height:113px;
	float:left;
	border-top:1px solid #ddd;	
	border-right:1px solid #ddd;
	border-left:1px solid #ddd;
	background:url(/public/img/sprite-profile.png) no-repeat -393px -94px;
}

.photopage .mid-content .img-browse{
	width:225px;
	float:right;
	padding-top:70px;
}

.photopage .mid-content .description{
	width:100%;
	clear:both;
	padding:10px 0;
}

.photopage .mid-content .description label, .photopage .mid-content .tags label{
	width:100%;
	display:block;
	padding:0 0 5px 0;
	margin:0;
}

.photopage .mid-content .description textarea, .photopage .mid-content .tags input{
	border:1px solid #ddd;
	padding:5px;
	width:330px;
	margin:0;
	
}

.photopage .mid-content .clear-both{
	clear:both;
	color:#4CC7F1;
	font-size:.9em;
	padding-top:4px;
	
}

.photopage .mid-content .img-browse input{
	margin:0 5px 0 0;
	float:left;
	width:145px;
}

/*when you click to add more photos this is the styling for it - start*/
.photopage .mid-content .upload_file_box{
	clear:both;
}

.photopage .mid-content .upload_file_box textarea{
	border:1px solid #ddd;
	padding:5px;
	width:330px;
	margin:0;
	
}

.photopage .mid-content .upload_file_box label{
	width:100%;
	display:block;
	padding:0 0 5px 0;
	margin:0;
}

.photopage .mid-content .upload_file_box div input{
	margin:0;
	float:left;
}
/*when you click to add more photos this is the styling for it - finish*/

.photopage .pictures h3{
	background:none;
}


.sub-content .user a{
	color:#4CC7F1;
}

.sub-content .user a:hover{
	text-decoration:underline;
}



.user-stats{
	width:100%;
	clear:both;
	padding:20px 0;

	overflow:hidden;
}

.user-stats ul.primary li{
		color:#fff;
		width:206px;
		font-size:2em;
		text-align:center;
		padding:17px 0 26px;
		margin-right:20px;
		background:transparent url(/public/img/sprite2.png);
		float:left;
}

.user-stats ul.primary li.tags{
	background-position:0 -118px;
	
}

.user-stats ul.primary li.done{
		background-position:0 -236px;
}

.user-stats ul.secondary{
	padding:0 0 0 90px;
}

.user-stats ul.secondary li{
		color:#555;
		width:143px;
		font-size:1.5em;
		text-align:center;
		padding:10px 0 16px;
		margin-right:20px;
		background:transparent url(/public/img/sprite2.png) 0 -358px;
		float:left;
		margin-right:20px;
}

.user-stats span{
	/*display:block;*/
	font-size:65%;
}

.user-info {
	width:325px;
	float:left;
	margin-right:7px;
}

.user-info-content {
	width:auto;
	padding:14px;
	background-color:#f4f4f4;
	min-height:200px;
}

.user-info-content span{
		display:inline-block;
		padding:6px 7px 3px;
		color:#fff;
		background:transparent url(/public/img/sprite.png) no-repeat scroll -340px -55px;
}
.user-info-content ul li {
	float:left;
}
.user-info-content h3 {
	clear:left;
}
span.nobg{background: none; color:black; padding: 0px;display: inline}
span blockquote { font-weight: bold;}

/**************************************
* header and search form 
***************************************/
.header-bar {
	background-color:#FFFFFF;
	border-bottom:2px solid #DDDDDD;
	min-height:23px;
	padding:8px 8px 0;
	text-align:right;
}


.header-bar li {
	display:inline;
	padding:5px;
}

.header {
	padding:0;
	background:#fff;
	height:130px;
	position:relative;
}

.header a.whaddado-logo {
	background:transparent url(/public/img/sprite.png) no-repeat scroll 30px 16px;
	display:block;
	float:left;
	height:100px;
	margin-right:30px;
	text-indent:-9999px;
	width:246px;
}

.search-form {
	background-color:#4cc7f1;
	width:642px;
	height:130px;
	float:left;
}

.search-form form {
	float:left;
}

.search-form span.find-things-to-do {
	background:transparent url(/public/img/sprite.png) no-repeat scroll -248px -5px;
	display:block;
	float:left;
	height:47px;
	margin-left:70px;
	margin-right:370px;
	text-indent:-9999px;
	width:222px;
}

.search-form span.search-logo {
	background:transparent url(/public/img/sprite.png) no-repeat scroll -257px -42px;
	display:block;
	float:left;
	height:55px;
	margin-left:46px;
	text-indent:-9999px;
	width:35px;
}

.search-form label {
	vertical-align:text-bottom;
	margin-right:0.5%;
	width:0;
	padding:0;
	margin:0;
}


.search-form input {
	background-color:#fff;
	border:none;
	padding:9px;
	color:#8e8e8e;
	font-size:1.2em;
}

.search-form input#search {
	border:none;
	background:none;
	position:absolute;
	right:-6px;
	top:7px;
}

/**
 * ******************************
 * FOOTER
 * ******************************/


.footer {
	border-top:2px solid #ddd;
	background-color:#f4f4f4;
	padding:15px 30px 25px;
	color:#777;
	clear: both;
	position:relative;
}


.footer a {
	color:#9B9B9B;
}

.footer ul {
	float:left;
	padding:10px;
	width:17%;
}

.footer h5 {
	color:#EC1B55;
	font-size:1.5em;
	font-weight:normal;
	padding:5px 0 10px 9px;
}

.footer h6 {
	color:#333;
	font-size:1.2em;
	font-weight:normal;
	padding-bottom:10px;
}

.footer .copyright {
	bottom:-23px;
	display:block;
	font-size:0.8em;
	position:absolute;
	right:-3px;
}

ul.sort{
	margin:0;
	padding:0;
	float:right;
}
ul.sort li{
	float:left;
	list-style:none;
	font-weight:bold;
	font-size:.7em;
	margin:5px 5px 2px;
	color:#000;
}
ul.sort li a {
	text-decoration:none;
	color:#000;
}

.total-events {
	float:left;
font-weight:bold;

}
#search-filters{
	bottom:6px;
	position:absolute;
	right:6px;
	width:312px;
}


/* top tags list used on home/search */
div.tool-strip {
	background:#0d134f;
	display:block;
	margin:65px 0 0;
	padding:0;
	width:100%;
	height:40px;
}
div.settings {
	float:right;
	margin-right:10px;
}

div.settings li {
	float:left;
	list-style:none;
	display:block;
	margin:12px 3px;
	font-size:.7em;
	font-weight:bold;
}
div.settings li, div.settings li a, div.settings li a:hover{
	color:#fff;
}

#signIn a{
	color:#007AF9;
	padding:10px;
}

/**
 * ****************************************
 * FEEDBACK
 */

#feedback-button {
	background-position:2px 50% !important;
	background-repeat:no-repeat !important;
	display:block !important;
	height:98px !important;
	margin:-45px 0 0 !important;
	padding:0 !important;
	position:fixed !important;
	top:70% !important;
	width:25px !important;
	z-index:100001 !important;
}

#feedback-button a {
	background:transparent url(/public/img/feedbacktab.png) no-repeat scroll -12px 1px;
	display:block;
	height:122px;
	text-indent:-9999px;
	width:42px;
}

#feedback-button a:hover {
	background:transparent url(/public/img/feedbacktab.png) no-repeat scroll -68px 1px;
}
/**
 * *****************************************
 * Top Nav, Sub Nav and Whaddado Nav
 */


.top-nav{
	background:#f4f4f4;
	height:50px;
	color:#888;
	position:relative;
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
}

.top-nav span {
	display:block;
	float:left;
	height:66px;
	margin:20px 0 10px 10px;
	width:92px;
}

.top-nav, #subMenu  {
	clear:both;
	
}
.top-nav ul {
	float:left;
	width:100%;
}
 .top-nav ul li, #subMenu ul li{
	list-style:none;	
}
.top-nav ul li{
	float:left;
		
}
.top-nav ul li a{
	color:#888888;
	display:block;
	height:34px;
	line-height:50px;
	padding:0 10px 16px;
}

.top-nav ul li a.selected, .top-nav ul li a:hover{
	background-color:#FFFFFF;
	color:#EC1B55;
	text-decoration:none;
}
.top-nav ul li a.selected{
	background-color:#FFFFFF;
	border-left:2px solid #DDDDDD;
	border-right:2px solid #DDDDDD;
	color:#EC1B55;
	font-weight:bold;
}

.top-nav ul li:first-child a.selected{
	border-left:none;
}




/* whaddado add and create list buttons */

.top-nav ul li.btn-whaddado {
	float:right;
	padding:6px 15px 0 0;
}

.top-nav ul li.btn-whaddado a.btn-whaddado {
	background:transparent url(/public/img/sprite-buttons.png) no-repeat scroll -5px -48px;
	display:block;
	padding:0;
	text-indent:-9999px;
	width:125px;
}
.top-nav ul li a.btn-whaddado:hover {
	background:transparent url(/public/img/sprite-buttons.png) no-repeat scroll -133px -48px;
}

.top-nav ul li .btn-click-here {
	position:absolute;
	right:-125px;
	top:-33px;
}

.top-nav ul li a.btn-click-here:hover {
	background-color: transparent;
}

.top-nav ul li.btn-whaddado a.btn-list {
	background:transparent url(/public/img/sprite-buttons.png) no-repeat scroll -10px -9px;
	display:block;
	padding:0;
	text-indent:-9999px;
	width:95px;
}

.breadcrumb span.cnr {
	background:transparent url(/public/img/sprite.png) no-repeat scroll -392px -60px;
	display:block;
	height:16px;
	left:71px;
	position:absolute;
	top:-1px;
	width:25px;
}

.breadcrumb {
	background:#0080AF none repeat scroll 0 0;
	bottom:-73px;
	left:-16px;
	padding:4px 23px;
	position:absolute;
	width:25px;
	z-index:10;
}
.breadcrumb a {
	color:#FFFFFF;
	display:block;
	font-weight:bold;
}

a.btn-whaddadoit {
	background:transparent url(/public/img/sprite-buttons.png) no-repeat scroll -5px -88px;
	display:block;
	padding:0;
	text-indent:-9999px;
	width:125px;
	height:30px;
	float:right;
}

.whaddado-nav {
	position:relative;
}

.whaddado-nav span.bg {
	background:transparent url(/public/img/sprite.png) no-repeat scroll -480px 0;
	height:60px;
	left:-19px;
	margin:0;
	position:absolute;
	text-indent:-9999px;
	top:0;
	width:60px;
	z-index:10;
}
.whaddado-nav ul {
	height:45px;
	background-color:#a9e7fe;
	margin-top:20px;
	padding-left:15px;
}
.whaddado-nav li {
	float:left;
	margin:5px;
}

.whaddado-nav a {
	background:transparent url(/public/img/sprite.png) no-repeat scroll -255px -116px;
	color:#FFFFFF;
	display:inline-block;
	margin-right:10px;
}

.whaddado-nav a:hover {
	text-decoration:none;
}
.whaddado-nav a span {
	background:transparent url(/public/img/sprite.png) no-repeat scroll right -116px;
	display:inline-block;
	left:25px;
	padding:10px 15px 3px 0;
	position:relative;
}

/**** Sub Nav *********/

.sub-nav {
	clear:both;
	margin-top:10px;
	border-top:1px solid #DDDDDD;
}

.sub-nav ul.prime li {
	position:relative;
	padding:0;
}

.sub-nav ul.prime li a {
	border-bottom:1px solid #DDDDDD;
	color:#0282B1;
	font-size:1.2em;
	padding:10px 15px;
	display:block;
}

.sub-nav ul.prime li a.selected {
	border-right:1px solid #fff;
	background:#fff;
	width:154px;
	position:relative;
	z-index:1;
}
.sub-nav ul.prime li a:hover {
	background:#fff;
	width:154px;
	text-decoration:none;
}

.sub-nav ul.lists li a  {
	color:#666;
	font-size:1em;
	padding:5px 15px;
}

.sub-nav ul li a.btn-list {
	background:transparent url(/public/img/sprite-buttons.png) no-repeat scroll -10px -9px;
	border:none;
	height:25px;
	margin:5px 15px;
	text-indent:-9999px;
	width:95px;
}



.sub-nav ul.lists li a.sideListSub {
	color:#EC1B55;
	font-weight:bold;
}

.sub-nav ul.following li a {
	color:#fe87ad;
	background-color:#fff;
	border-bottom:none;
}

.sub-nav ul.following li a.selected, .sub-nav ul.following li a:hover{
	font-weight:bold;
	border-bottom:none;
}

.sub-nav ul li.btn-whaddado a:hover {
	background:transparent url(/public/img/sprite-buttons.png) no-repeat scroll -10px -9px;
}

.sub-nav ul li.btn-invite a.btn-list {
	background:transparent url(/public/img/sprite-buttons.png) no-repeat scroll -10px -125px;
}

.sub-nav ul li.btn-invite a:hover {
	background:transparent url(/public/img/sprite-buttons.png) no-repeat scroll -10px -125px;
}


/**
 * TAGS
 */

ul.taglist li {
	float:left;
	padding:2px;
}


a.tag {
	background:transparent url(/public/img/sprite.png) no-repeat scroll -268px -451px;
	color:#fff!important;
	display:inline-block;
	margin:0 10px 0 0;
}

a.tag:hover  {
	text-decoration:none;
}
a.tag span {
	background:transparent url(/public/img/sprite.png) no-repeat scroll right -451px;
	display:inline-block;
	font-size:0.8em;
	left:8px;
	padding:3px 10px 3px 0;
	position:relative;	
	
}

a.addc {
	background:transparent url(/public/img/sprite.png) no-repeat scroll -272px -528px;
	color:#fff!important;
	display:inline-block;
	margin:0 10px 0 0;
}

a.addc:hover  {
	text-decoration:none;
}
a.addc span {
	background:transparent url(/public/img/sprite.png) no-repeat scroll right -528px;
	display:inline-block;
	font-size:1.2em;
	left:25px;
	padding:3px 15px 3px 0;
	position:relative;	
	
}


.smallt{
	font-size:x-small;
}

.larget{
	font-size:1em;
	display:block;
	padding-bottom:4px;
}

/**
 * ***************************************
 * Whaddado Wiki page
 */

.whaddado-details {
	margin: 20px 30px;
	background-color: #494949;
	color:#fcfcfc;
	clear:both;
}

.whaddado-details .add{
	width:60px;
	float:right;
	background:url(/public/img/sprite.png) -112px -236px;
	text-align:center;
	padding:13px 0 0 0;
	font-weight:bold;
	font-size:1.3em;
}

.whaddado-details .add a.num{
		color:#777;
}

.whaddado-details .add a.whadda , .whaddado-details .add span.whadda {
	color:#fff;
	display:block;
	padding:8px 0 5px 0;
	font-size:.8em;
}

.whaddado-details ul li {
	border:1px solid #5c5c5c;
	padding:10px 15px;
}

.whaddado-details ul.details{
	float:left;
	width:350px;
}

.whaddado-details ul.details li {
	border:none;
	padding:0;
}

.whaddado-details ul.details li.category li{
	display:inline;
} 

.whaddado-details div.description {
	width:550px;
}

.pictures h3, .videos h3, .shouts h3, .reviews h3, .maps h3, .interests h3, .profile h3, .password h3, .sharing h3 {
	display:block;
	height:60px;
	position:relative;
	text-indent:-9999px;
	top:-25px;
	width:140px;
	left:25px;
	clear:both;
}

.pictures h3 a, .videos h3 a, .shouts h3 a, .reviews h3 a, .maps h3 a, i h3 a, .profile h3 a, .interests h3 a, .password h3 a, .sharing h3 a   {
	display:block;
	height:35px;
	position:relative;
	text-indent:-9999px;
	top:8px;
	width:140px;
}



.photo {
		width:150px;
		height:150px;
		position:relative;
		height:150px;
		/*padding-right:50px;*/
		top:0px;
		float:left;
		margin-right:20px;
}

.phototick {
		width:150px;
		height:150px;
		position:relative;
		height:150px;
		padding:0 36px 7px 8px;
		top:0px;
		float:left;
}

.phototick .picture{
	width:150px;
	height:150px;
}

.photo img {	
		width:150px;
		height:150px;
}

.wikipage .photo a, .wikipage .phototick a {
	position:relative;
	top:-20px;
}

.wikipage .sub-content .wiki a {
	position:absolute;
	top:2px;
}


.photo span.cnr, .phototick span.cnr {
	background:transparent url(/public/img/sprite.png) no-repeat scroll -392px -60px;
	display:block;
	height:20px;
	left:149px;
	position:relative;
	top:-1px;
	width:25px;
}
.photo span.overlay, .phototick span.overlay {
		border-bottom:20px solid #fff;
		border-left:75px solid transparent;
		border-right:75px solid transparent;
		font-size:0;
		height:0;
		left:0;
		line-height:0;
		position:relative;
		top:-54px;
		width:0;
}

.searchContent .picture {
	margin-top:-20px;
}

.searchContent span.overlay {
	top:-35px;
}


#boxItems .eventDetails{
	width:360px;
	padding-right:10px;
	float:left;
}

#boxItems .socialMedia{
	width:110px;
	float:right;
}

#boxItems .eventDetailstick{
	width:300px;
	padding-right:10px;
	float:left;
}

#boxItems .socialMediatick{
	width:130px;
	float:right;
}

#boxItems .upforit{
	float:left;
	margin-left:23px;
}

.pictures {
	border-top: 2px solid #ddd;
	margin-top:50px;
}

.pictures h3 {
	background:transparent url(/public/img/sprite.png) no-repeat scroll -10px -90px;
	float:left;
}

.pictures h3 a {
	background:transparent url(/public/img/sprite.png) no-repeat scroll 30px -147px;
}

.pictures .contentLinkEdit {
	margin-top:-18px;
}
.pictures .contentLinkEdit a.change_event {
	margin-right:72px;
	margin-top:31px;
}
.pictures ul {
	left:5px;
	padding:0 30px;
	position:relative;
	top:-20px;
	clear:left;
}

.pictures li {
	float:left;
	margin:10px;
}

.pictures li.first {
	background:transparent url(/public/img/sprite.png) no-repeat scroll 0 -489px;
	height:30px;
	margin:0;
	position:absolute;
	right:10px;
	text-indent:-9999px;
	top:-30px;
	width:60px;
}

.pictures li a {
	width:75px;
	height:75px;
	display:block;
}


.videos {
	border-top: 2px solid #ddd;
	margin-top:50px;
}

.videos h3 {
	background:transparent url(/public/img/sprite.png) no-repeat scroll -10px -92px;
	float:left;
}

.videos h3 a {
	background:transparent url(/public/img/sprite.png) no-repeat scroll 30px -180px;
}

.videos .contentLinkEdit {
	margin-top:-9px;
}
.videos .contentLinkEdit a.change_event {
	margin:8px 90px;
}

#videoBar-bar {
	padding-left:30px;
}

.videos ul {
	clear:both;
	float:left;
	margin-top:-60px;
	position:relative;
}

.videos ul li.first {
	background:transparent url(/public/img/sprite.png) no-repeat scroll 0 -457px;
	height:27px;
	left:660px;
	margin:0;
	position:absolute;
	text-indent:-9999px;
	top:-15px;
	width:60px;
}
.videos ul li {
	display:block;
	float:left;
	height:90px;
	margin:20px 30px 10px;
	position:relative;
	width:120px;
}

.videos ul li span.icon {
	background:transparent url(/public/img/sprite.png) no-repeat scroll -430px -50px;
	cursor:pointer;
	display:block;
	float:left;
	height:45px;
	left:40px;
	overflow:hidden;
	position:absolute;
	text-indent:-9999px;
	top:35px;
	width:50px;
	z-index:10;
}

.youtube_popup  {
	display:block;
	height:90px;
	left:10px;
	position:relative;
	top:0;
	width:120px;
}

.youtube_popup img {
	position:relative;
	top:0;
	left:0;
	z-index:1;
}
.shouts {
	border-top: 2px solid #ddd;
	margin-top:30px;
}

.shouts h3 {
	background:transparent url(/public/img/sprite.png) no-repeat scroll -10px -92px;
}

.shouts h3 a {
	background:transparent url(/public/img/sprite.png) no-repeat scroll 30px -210px
}

.user {
	float:left;
	width:100px;
	padding:12px 0 10px 15px;
}

/* user photo overlays */

.wikipage .wide{
	width:140px;
}

.wikipage .wide p{
	clear:both;
}

.user .photo {
	width:50px;
	height:50px;
	top:0;
	margin-bottom:5px;
}

.user .photo img {
	width:50px;
	height:50px;
}


.user .photo span.cnr {
	left:50px;
	top:1px;
}

.user .photo span.overlay, .user .photo span.overlay {
	border-bottom:8px solid #F4F4F4;
	border-left:27px solid transparent;
	border-right:27px solid transparent;
	left:-1px;
	top:-19px;
}

.wikipage .sub-content .user {
	margin-top:-30px;
}

.sub-content .user .btn-followit{
	float:left;
	margin-top:28px;
}

.sub-content .addContent{
	width:154px;
	padding:14px 14px 4px 14px;
	border-bottom:2px solid #ddd;
	clear:both;
}

.user .wiki{
	padding-right:10px;
} 

a.bg2 {
	background:transparent url(/public/img/sprite.png) no-repeat scroll -265px -269px;
	color:#fff!important;
	display:inline-block;

}

a:hover.bg2 {
	text-decoration:none;
}
a.bg2 span {
	background:transparent url(/public/img/sprite.png) no-repeat scroll right -269px;
	display:inline-block;
	font-size:0.9em;
	left:12px;
	padding:7px 13px 3px 0;
	position:relative;
}


.actions {
	bottom:10px;
	position:absolute;
	right:22px;
}

.main-actions {
	clear:left;
	float:right;
	margin-right:29px;
	margin-top:-80px;
}


.shouts ul {
	margin-top:-10px;
	position:relative;
}

.shouts li {
	border-bottom: 1px solid #ddd;
	padding:10px 10px 30px 35px;
	clear:left;
	position:relative;
}



.shouts li img {
	float:left;	
	margin:0 15px 5px 0;	
}

.shouts li h4 {
	color:#EC1B55;
	font-size:1.7em;
	font-weight:normal;
}

.shouts p {
	font-size:1.2em;
	font-weight:normal;
}
.shouts .user {
	padding:0 0 10px 15px;
}
.shouts a.bg, .userInfo .imageFollow a.bg2 {
	background:transparent url(/public/img/sprite.png) no-repeat scroll -255px -98px;
	color:#FFFFFF;
	display:block;
	float:left;
	left:-10px;
	position:relative;
}

.shouts a:hover {
	text-decoration:none;
}
.shouts a.bg span, .userInfo .imageFollow a.bg2 span {
	background:transparent url(/public/img/sprite.png) no-repeat scroll right -99px;
	display:inline-block;
	font-size:0.8em;
	left:8px;
	margin-left:10px;
	padding:2px 10px 2px 0;
	position:relative;
	
}
.eventDetails a.bg3 {
	background:transparent url(/public/img/sprite.png) no-repeat scroll -255px -452px;
	color:#FFFFFF;
	display:block;
	float:left;
	left:-10px;
	position:relative;
}


.eventDetails a.bg3 span {
	background:transparent url(/public/img/sprite.png) no-repeat scroll right -453px;
	display:inline-block;
	font-size:0.8em;
	left:8px;
	margin-left:10px;
	padding:2px 10px 2px 0;
	position:relative;
	
}

.shouts span.dtreviewed {
	color:#999;
}
.reviews {
	border-top: 2px solid #ddd;
}

.reviews h3 {
	background:transparent url(/public/img/sprite.png) no-repeat scroll -10px -92px;
}

.reviews h3 a {
	background:transparent url(/public/img/sprite.png) no-repeat scroll 30px -240px;
}

.reviews ul {
	margin-top:-30px;
	position:relative;
}

.reviews ul li.first {
	background:transparent url(/public/img/sprite.png) no-repeat scroll 0 -517px;
	border:none;
	height:30px;
	margin:0;
	position:absolute;
	left:630px;
	padding:16px 4px 0;
	top:-45px;
	width:60px;
}

.reviews ul li.first span {
	position:relative;
	right:-64px;
	top:-5px;
}

.reviews li {
	border-bottom: 1px solid #ddd;
	margin:20px 0;
}

.reviews li a img {
	padding-left:40px;
	float:left;
	width:50px;
	height:50px;
}
.reviews li h4 {
	color:#ec1b55;
	font-size:1.7em;
	font-weight:normal;
	margin-left:100px;
}

.reviews li .yelp-rating {
	padding:12px 20px;
}
.reviews li p {
	color:#666;
	padding:0 30px 10px 40px;
}

.reviews a {
	color:#ec1b55;
}
.maps {
	border-top: 2px solid #ddd;
	margin-top:30px;
	position:relative;
}

.maps h3 {
	background:transparent url(/public/img/sprite.png) no-repeat scroll -10px -92px;
}

.maps h3 a {
	background:transparent url(/public/img/sprite.png) no-repeat scroll 30px -270px;
}
.maps .weather {
	height:30px;
	left:650px;
	margin:0;
	position:absolute;
	top:0;
}




a img { border:0px;}



ul.account-nav li{
	float:right;
	list-style:none;
	font-size:.65em;
	color:#000;
	margin:0 2px ;
}
ul.account-nav li a {
	text-decoration:none;
	color:#000;
}

ul.account-nav li a.selected {
	text-decoration:underline !important;
}

#subMenu ul {
	float:left;
	color:#666666;
	margin-left:5px;
}

#subMenu ul li{
	display:inline;
	line-height:34px;
	padding:0 10px;	
}
#subMenu ul li a{
	color:#666666;
	vertical-align:middle;
}
#subMenu ul li.selected{
	font-weight:bold;
	color:#000;
	
}
#subMenu #location {
	float:right;
	margin-right:13px;
}

#subMenu ul#location li{
	padding:0;
	color:#666666
}
#subMenu ul#location #changeCountry {
	font-size:92%;
	
}
#subMenu ul#location #changeCountry a{
	color:#007AF9;
	vertical-align:inherit;
	
}
/* ul for whaddados on home and tag */
ul.whaddados{
	margin:0;
	padding:0;
	margin:1em 0 1.2em 0;
}
ul.whaddados li{
	list-style:none;
	padding:0 1%;
	margin-bottom:10px;
	position:relative;
	border-bottom:1px solid #DDDDDD;
	min-height:124px;
}

ul.whaddados h3{
	float: left;
	padding-right:10px;
}

ul.whaddados .details{
	max-width:88%;
	position:relative;
	padding-left:30px;
}
ul.whaddados ul.details li {
	font-size:.7em;
	padding:0 5px 5px 5px;
	
}
ul.whaddados .details h3 {
	float:left;
	padding:5px 5px 5px 0;
	width:80%;
}

ul.whaddados ul.details li h3 a {
	color:#3481C7;
}
ul.whaddados ul.details li.heading {
	width:90%;
	padding-top:5px;
}

ul.whaddados ul.details li.about {
	border-right:1px solid #ccc;
	width:25%;
}
ul.whaddados ul.details li.whaddas {
	width:15%;
	height:80px;
}

ul.whaddados ul.details li.whaddas span.count {
	background-color:#FFFFFF;
	border-color:#333333;
	border-style:solid;
	border-width:1px 1px 20px;
	display:block;
	font-size:2.5em;
	height:32px;
	padding:10px;
	text-align:center;
	width:60px;
}


ul.whaddados ul.details li.rating {
	border-left:1px solid #ccc;
	width:45%;
	height:80px;
}

ul.whaddados ul.details li.heading {
	width:90%;
}
ul.whaddados ul.details li a {
	text-decoration:none;
	color:#000;
	margin:0;
}

ul.whaddados ul.details li img {
	width:40px;
	height:35px;
	text-decoration:none;
}


span.rating-1, span.rating-2, span.rating-3, span.rating-4, span.rating-5 {
	background:transparent url(/public/img/rating.png) no-repeat scroll 0px;
	height:16px;
	text-indent:-9999px;
	display:block;
	float:left;
	margin:-1px 0 0 5px;
}
span.rating-1{
	width:15px;
}

span.rating-2{
	width:30px;
}
span.rating-3{
	width:45px;
}
span.rating-4{
	width:60px;
}
span.rating-5{
	width:75px;
}
.average-rating{
	float:left;
	margin-top:-1px;
}



/* styling for list content */
ul.toolbar {
	list-style:none;
}
.bookmarker{
	float:right;
	font-size:92%;
	position:relative;
	top:-20px;
}
.bookmarker a.whaddadoit {
	width:100px;
	height:21px;
	background:transparent url(/public/img/whaddadoLogo.png) no-repeat top left;
	text-indent:-9999px;
	display:block;
}


.userInformation{
	padding:10px 0 0 87px;	
}
.userInformation .share{
	background:transparent url(/public/img/arrow.png) no-repeat scroll 0 2px;
	padding-left:18px;
}
.userInformation .comment{
	background:transparent url(/public/img/speechbubble.png) no-repeat scroll 0 1px;
	padding-left:16px;
}

.whaddas{
	right:-55px;
	top:7px;
	position:absolute;
	color:#b71280;
	text-align:center;
	
}

.whaddas .background.blue {
	background:transparent url(/public/img/whaddadoBannerBlue.png) no-repeat scroll 0px; height:77px; width:76px
	}
.whaddas .background.pink {
	background:transparent url(/public/img/whaddadoBannerPink.png) no-repeat scroll 0px; 
	height:77px; 
	width:76px;
	display:block;
	text-indent:-9999px;	
}
.whaddas a{
	color:#b71280;
	text-decoration:none;

}

.whaddas a:hover{
	text-decoration:underline;
}
.details .count{
	background:#FFFFFF;
	border-color:#B71280;
	border-style:solid;
	border-width:2px 2px 10px;
	color:#B71280;
	float:left;
	font-size:120%;
	font-weight:bold;
	height:15px;
	margin:1% 1% 1% 0;
	padding:5px 10px;
	width:10px;
}

.details h1 {
	font-size:100%;	
}
.userDetails a.userImage{
	height:45px;
	width:45px;
	text-align:center;
}
.userDetails p.details{
	display:inline;
	padding-left:7px;
}

.userImage{
	background:#FFFFFF none repeat scroll 0 0;
	float:left
}
.userImage img{
	margin:3px;
	height:45px;
	width:45px;
	border:1px solid #333;
}

#filterLimit{
	background-color:#E8E8E8;
	border:1px solid #DEDEDE;
	padding:6px 6px 5px 6px;
	color:#333333;
	font-size:x-small;
}
#filterLimit {
text-align:right
	
}
ul.pageList {
	display:inline;
}
.pageList li{
	display:inline
}
.pageList li a{
	color:#007AF9
}
.pageList .selected{
	color:#333333;
	font-family:Verdana;
	font-size:x-small;
	font-weight:bold;
}
#pagination {
	padding:18px 0 3px 0;
	text-align:center;
	height:20px;
	clear:both;s
}
#pagination a, #currentPage {
	background:#FFFFFF none repeat scroll 0 50%;
	border:1px solid #DDDDDD;
	padding:2px 6px;
	text-decoration:none;
}

#pagination a:visited {
	background:#FFFFFF none repeat scroll 0 50%;
	border:1px solid #DDDDDD;
	padding:2px 6px;
	text-decoration:none;
}

#pagination a:hover {
	background:#007AF9 none repeat scroll 0 50%;
	border:1px solid #DDDDDD;
	color:#FFFFFF;
	text-decoration:none;
}

#pagination #currentPage {
	border-color:#FFFFFF;
	color:#333333;
	font-weight:bold;
	padding:2px 6px;
	
}

/***********************************************
* Advertising
************************************************/
#ad-banner {
	float:right;
	text-align:right;
	margin:15px 10px 10px 30px;
}

#ad-mpu {
	width:300px;
	height:250px;
	margin:auto;
	background-color: #ccc;
}


/**
 * ********************************************
 * Various light boxes
 */

#no_tags_popup .tooltips {
	background:#f4f4f4 url(/public/img/interests.png) no-repeat scroll 0 0;
	display:block;
	float:right;
	height:430px;
	text-indent:-9999px;
	width:250px;
}

#no_tags_popup h2 {
	clear:left;
}

/***********************************************
* FORMS join - sign-in
************************************************/

#sign-in-box .social-sign-in {
	width:335px;
	float:left;
	margin:6px 0;
}

#sign-in-box .social-sign-in a {
	display:block;
	padding:5px 0 0;
}

a.sign-in-tip {
	 background:transparent url(/public/img/signin-join.png) no-repeat scroll 0 0;
	display:block;
	float:right;
	height:90px;
	text-indent:-9999px;
	width:177px;
	margin-left:5px;
}

#sign-in-box label {
	font-size:1.2em;
	padding:5px;
	width:80px;
}

#sign-in-box input {
	font-size:1em;
	font-color:#666;
	width:300px;
}

a.forgotten , #social-sign-in-link  {
	color:#4BC7F1;
	display:block;
	font-size:1.1em;
	margin:5px 50px 1px 100px;
}

#social-sign-in-link {
    float: left;
    margin: 40px 0px 0px 5px;
}


span.error { 
	display:block; 
	color: #ec1b55;
	font-size:.9em;
	margin-left:145px;
}

input.error {
	border: 1px solid #ec1b55;
}

.input.button2 {
	  border:none;
	  width:70px;
	  margin:10px 10px 10px 305px;
  }



  .login-box ul{
	  position:relative;
  }
  .login-box ul li.bubble {
	  background:transparent url(/public/img/sprite.png) no-repeat scroll -60px -368px;
	  height:60px;
	  padding:15px;
	  position:absolute;
	  right:80px;
	  top:-50px;
	  width:177px;
  }

  .login-box ul li.bubble span {
	  background:transparent url(/public/img/sprite.png) no-repeat scroll -60px -150px;
	  display:block;
	  height:50px;
	  text-indent:-9999px;
	  width:180px;
  }

  .login-box ul li {
	  float:left;
	  padding-right:15px;
  }

  .login-box legend, .join legend, .whaddaForm legend  {
	  color:#777777;
	  font-size:1.5em;
	  font-weight:normal;
	  padding:10px 0;
  }

  .login-box fieldset {
  	padding-top:10px;
  }
  
  fieldset span, .whaddaForm fieldset span {
	  clear:left;
	  margin-left:145px;
  	  display:block;
  }
	
  /* fix for capture */
#ajax-fc-task span {
  	margin-left:0;
    display:inline;
}
  span.form-tip, .whaddaForm .form-tip  {
	clear:left;
	margin-left:145px;
	color:#4BC7F1;
	font-size:.9em;
  	display:block;
}

.page input.button2 {
	margin:10px 125px 0 0;
}

.page .answer {
	background-color:#EEF9FF;
	margin:10px 0;
	padding:20px;
}

.page h2 a {
	color:#777777;
}


/*-Add whaddado internally
 ***********************************************************************************************/
.add-event {
	background:transparent url(/public/img/add/whatever-you-like.png) no-repeat bottom right;
	  display:block;
	  min-height: 300px !important;
	  padding:0px !important;
}
.add-event .triangle {
	background:#4CC7F1 url(/public/img/triangle.png) no-repeat scroll 25px 41px;
	display:block;
	height:55px;
	width:100%;
}

.add-event .triangle input {
	font-size:1.5em;
	margin:0 15px;
	padding:7px;
	width:400px;
	float:left;
}

.add-event .triangle img {
	padding:0 20px;
	float:left;
	display:none;
}

.add-event .results p.tip {
	color:#EC1B55;
	font-size:1.2em;
	font-weight:bold;
	padding:12px 20px 0;
}

.add-event .results .search-results {
	padding:10px 200px 10px 20px;
}

.add-event .results .search-results a {
	color:#0080AF;
	font-size:1.1em;
	font-weight:bold;
}

.add-event .results .search-results a.url {
	color:#EC1B55;
	font-size:1.1em;
	font-weight:normal;
}

/* =Dialog Overlay 
************************************************************************************************/


.none {
	display:none !important;
}

.show {
	display:block !important;
}

.righthard {
	float:right;
	margin-right:-30px;
}

#message-dialog {
	width:100%;
	/* remove for toolbar padding:10px; */
	padding:10px 10px 38px;
	color:#EC1B55;
	background-color:#f9f9b6;
	position:fixed !important;
	bottom:0px !important;
	z-index:100001 !important;
	display:none;
}

#message-dialog p {
	margin:4px 35px 0;
}
#message-dialog span {
	background:transparent url(/public/img/sprite.png) no-repeat scroll -224px -244px;
	display:inline-block;
	font-size:1em;
	float:left;
	margin-left:5px;
	text-align:center;
	width:24px;
	color:#fff;
	padding:3px 0;
}

/***************************************************
* Add whaddado externally - submit.php
***************************/

#back {
	background:#000034 url(/public/img/whaddadoLogoFooter.png) left no-repeat;
	height:80px;
	text-align:right;
	margin:0 2%;
}

#back a {
	color:#fff;
	padding:10px;
	display:block;
	font-weight:bold;
}

.main-container {
	margin:20px auto;
	background-color:#fff;
	width:90%;
	padding:2%;
	
	
}

.main-container ul {
	margin:10px;
}

.help {
	background:#fff;
	width:40%;
	float:left;
}

.main {
	background:#fff;
	width:40%;
	float:left;
}



/**************************
* find people
**************************/
ul li.users {
	border-bottom:1px solid #ccc;
	clear:left;
	padding:20px 30px 20px 30px;
}

ul li.users .profile-pic a {
	float:left;
}
ul li.users .profile-pic img {
	border:1px solid #333333;
	height:45px;
	width:45px;
}
div.profile-pic img {
	height:50px;
	width:50px;
}
#contet_profile_picture_thumb{
    background-color:#FFFFFF;
	height:80px;
	width:120px;
}
#profile_picture_thumb
{
   margin-left:5px;
	margin-top:10px;
}

.upload-details {
	padding-left:5px;
}


ul li.users ul.stats {
	float:left;
	font-size:0.9em;
	margin-left:10px;
	margin-top:-13px;
}
ul li.users ul.stats h3 {
	font-size:1.5em;
}


/**************************
*** Clearfix http://positioniseverything.net/easyclearing.html
**************************/


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



















/**
 * **********************************************************
 * HOLDING STYLES FOR DANIEL TESTING
 */




.clear { clear:both; }
.error_input { border-color:red;}
#ideas_list { list-style:none; }
#ideas_list  li { width:550px; height:20px; border-bottom:1px solid black; padding-bottom:5px; padding-top:5px; }
#ideas_list  li span { font-weight:bold; margin-left:10px; margin-right:10px; float:left; display:block; }


.edit_link,.cancel_link, a.edit_link, a.cancel_link a{
    background-color:#ddd;
    color:white;
    color:#666;
	cursor:pointer;
	padding:2px 10px;

}

 a.edit_link, a.cancel_link {
   	text-decoration:none; 
}

.display_none{
  display:none;
}

.profile_input{
    width:150px;
}

#profile_phone_input{
    width:100px;
}
.profile_input_dob{
    width:1px;
}

#location_form input
{
    background-color:white;
}

.idea_input{ width:300px; background:white;}
.idea_textarea { width:360px; height:250px;}
#form_save_ideas{ padding-left:30px;}

.left {float:left}
.right {float:right}



.input_interest { background-color:white; width:350px; }
#add_idea_container { width:95px; padding-bottom:30px;  }

#ideas_list li .idea_header{
    font-weight:bold;
    font-size:14px;
    color:#000034;
    margin-left:2px;
}

#ideas_list li .source{
    padding-left:30px;
}

#ideas_list li .idea_date{
    padding-left:15px;
}

#ideas_list li .sort{
 padding:0px;
 margin:0px;
}
#ideas_list li .idea{
    padding-left:15px;
}
.paddingRight10{
    padding-right:10px;
}
.pagination_ideas{
    width:550px;
    text-align:center;
    padding-top:10px;    
}


.innapropiate{
    float:right;
    padding-right:20px;
}

.comment_thumb {float:left; width:50px; margin:10px;}
.comment_right { float:left; margin-left:20px; width:80%;}

.green {color:green;}
.red {color:red;}
.grey {color:grey;}

.popup_shout {background-color:white;width:300px;}

#video_player { text-align:center; margin:15px 0;}
.video_thumb ,.flickr_thumb {margin:10px;}

#map , #street_view {
    margin:0 30px 30px;
    height:215px;
    width:670px;
}

.noborder{ border:none;}
.width600{width:600px;}

/* luca */

.light-text{
	color:#ccc;
}

.sub-content .user img{
	display:block;
}


.rateWidget a , .rateWidget a:focus , .rateWidget a:hover,  .rateWidget a:active
{
    outline: none;
}

/* fix for form label aligment */
.form-field {clear:both;}

#whaddadoit_form label,#followit_form label  {width:auto; margin:0px; padding:2px;}

/**
 ****************
 mywhaddado ideas section
 ****************
 */

a.ideaNew { font-weight: bold; }

.myIdeas{
	padding:0 30px;
	width:468px;
	float:left;
}

.myIdeas span.icon{
	width:9px;
	height:9px;
	padding-right:6px;
	display:inline-block;
	background-image:url(/public/images/ideas-icon.gif);
	background-repeat:no-repeat;
	}

.myIdeas .inone{background-position:0 0;}
.myIdeas .anytimeSoon{background-position:0 -15px;}
.myIdeas .thisYear{background-position:0 -30px;}
.myIdeas .someDay{background-position:0 -45px;}
.myIdeas .text{display:inline-block;width:7px;height:13px;background:url(/public/img/sprite2.png) -290px -200px;}
.myIdeas .tweet{display:inline-block;width:24px;height:16px;background:url(/public/img/sprite2.png) -283px -221px;}

.myIdeasHeader{
	width:297px;
	float:left;
}

.myIdeasHeader h3{
	padding:0;
}

.myIdeasHeader ul{
	background-color:#f4f4f4;
	margin-top:15px;
	overflow:hidden;
	height:26px;
}

.myIdeasHeader li{
	float:left;
	border-right:1px solid #ddd;
	background-color:#f4f4f4;
	padding:5px 10px 5px 10px;
}

.myIdeasHeader li.last{
	border:none;
}

.myIdeasUpdate{
	width:149px;
	height:54px;
	float:right;
	padding:3px 10px;
	border-top:1px solid #ddd;
	border-right:1px solid #ddd;
	border-left:1px solid #ddd;
	background-color:#f4f4f4;
	font-size:0.9em;
}

.myIdeasNew{
	width:49px;
	height:41px;
	color:#fff;
	float:right;
	margin-top:-16px;
	padding:8px 0 0 12px;
	background:url(/public/img/sprite2.png) -357px -364px;
}
.myIdeasNew span{
	display:block;
	padding-left:10px;
}
.myIdeasDetail{
	width:100%;
	clear:both;
}

.myIdeasDetail table tr td{
	border-bottom:1px solid #C8EEFB;
}
.myIdeasDetail table tr .when{
padding:0 17px;
}

.myIdeasDetail table tr .date{
width:60px;
padding:0 14px;
}

.myIdeasDetail table tr .source{
width:30px;
padding:0 18px
}

.myIdeasDetail table tr .subject{
width:260px;
padding: 7px 10px 7px 10px;
}

.myIdeasDetail table tr .arrow{
width:12px;
padding: 0 0 0 7px;
}
.myIdeasDetail table tr .arrow span{
width:20px;
height:25px;
display:inline-block;
background:url("/public/img/sprite2.png") no-repeat scroll -291px -139px transparent;
}

.myIdeasDetail table .submit button.save {
background:url("/public/img/sprite.png") no-repeat scroll -97px -504px transparent;
color:#FFFFFF;
height:28px;
width:88px;
border:0;
padding-left:17px;
}

.myIdeasDetail table  .submit button.cancel {
background:url("/public/img/sprite.png") no-repeat scroll -188px -504px transparent;
color:#FFFFFF;
height:28px;
width:66px;
border:0;
}

.myIdeasDetail table .whaddadoIt{
	width:100%;
	text-align:right;
	padding-bottom:5px;
}

.myIdeasDetail table .whaddadoIt a,.myIdeasDetail table .whaddadoIt span{
	width:102px;
	height:26px;
	background-image:url(/public/img/sprite2.png);
}

.myIdeasDetail table .whaddadoIt a{
	display:inline-block;
	background-position:-310px -285px;
}

.myIdeasDetail table .whaddadoIt span{
	display:none;
	background-position:-310px -314px;
}

td.ideaDetails, tr.addIdeas td{
	padding:7px 10px;
}

tr.addIdeas td{
	background-color:#DBF4FB;
}

tr.toIdeasBox td, td.ideaDetails{
	padding:7px 30px;
}


.myIdeasDetail table textarea{
	width:410px;
	border:0;
	min-height:75px;
	overflow:hidden;
	color:#777;
	padding:8px;
	font-size:1.1em;
}

.myIdeasDetail table .edit{
	text-align:right;
}

.myIdeasDetail table .timeSpan, .myIdeasDetail table .timeSpan{
	width:100%;
	background:url(/public/img/timespan.gif) no-repeat 5px 8px;
	padding:3px 0 3px 0;
}

.myIdeasDetail table .timeSpan span, .myIdeasDetail table span{
background:url("/public/styles/custom-theme/images/ui-icons_72a7cf_256x240.png") repeat scroll -120px -221px transparent;
height:18px;
width:17px;
display:block;
}

.myIdeasDetail table p{
	margin:0;
}

.myIdeasDetail table td.addIdea a{
	font-size:1.2em;
}

table.myIdeasBox .submit{
	width:100%;
	clear:both;
	text-align:right;
	font-size:1em;
}

tr.toIdeasBox .timeSpan span.two{margin-left:84px}
tr.toIdeasBox .timeSpan span.three{margin-left:155px}
tr.toIdeasBox .timeSpan span.four{margin-left:237px}

tr.toIdeasBox ul, .ideaDetails  ul{
	padding-left:3px;
}

tr.toIdeasBox li, .ideaDetails li{
	float:left;
	text-align:center;
	padding-right:20px;
	font-size:0.9em;
	cursor:pointer;
}

table.myIdeasBox .remaining{
width:100%;
text-align:right;
color:#4AC8F0;
font-size:0.9em;
padding-top:3px;
}

td.ideaDetails{
	
	background-color:#FFFCC9;
}

td.ideaDetails .edit{
	width:100%;
	text-align:right;
}

#error_profile_phone { margin:0px; }
#add_event_address{ width:200px;}
#add_event_postcode{ width:45px;}

/* suggestion add tags popup */
.hand{cursor: pointer;cursor: hand;}
.input_tags {width:330px;}
.input_images {width:280px;}
#popular_tag_container{width: 400px; margin:5px;}
#add_new_tags{background-color:#EC1B55;border:medium none;color:#FFFFFF;}
.change_event_field {width:350px;}
.change_event_location_field {width:200px;}
.change_event_location_field_postcode {width:50px;}
.change_event_textarea{width:350px;height:100px;}

/*people*/

.spotLightBox{
	width:100%;
	background:url(/public/img/profilebox.gif) no-repeat bottom;
}
	.spotLightBox .title{
		width:140px;
		height:37px;
		float:left;
		margin:12px 0 0 -4px;
		background:url(/public/img/spotlight-title.png) no-repeat;
	}
				
	.spotLightBox .squirel{
		width:140px;
		height:61px;
		float:right;
		margin-right:20px;
		background:url(/public/img/sprite2.png) -329px 0 no-repeat;
	}

	.spotLightBox ul{
		clear:both;
		overflow:hidden;
		padding:7px 0 19px 16px;
	}
	
		.spotLightBox li{
			float:left;
			width:160px;
			color:#ec1b55;
			background:url(/public/users/default.jpg) 0 0 no-repeat;
	
		}
		
			.spotLightBox li img{
				float:left;
				padding-right:5px;
				float:left;
				height:50px;
				width:50px;
				text-indent:-9999px;
			}
			
			.spotLightBox li a, .userInfo .userDetails a{
				font-size:1.2em;
			}

.friendsSearch{
	width:100%;
	overflow:hidden;
	padding:15px 0;	
}

	.friendsSearch h2{
		padding:0;
		float:left;
	}
	
	.friendsSearch span{
		width:18px;
		height:11px;
		display:block;
		background:url(/public/img/sprite2.png) -286px -257px no-repeat;
		margin-left:15px;
	}

	.friendsSearchBox{
		float:right;
		width:auto;
		font-size:.9em;
	}
	
		.friendsSearchBox .formField{
			width:auto;
			padding:4px 8px 4px 4px;
			background-color:#4CC7F1;
		}
		
			.friendsSearchBox .formField input{
				margin-right:5px;
				width:300px;
			}
			
			.friendsSearchBox .formField button{
				border:0;
				background-color:#0282B1;
				color:#fff;
				padding:5px 8px;
			}
			
.usersBox{
	width:96%;
	padding:0 2%;
	border:1px solid #c0c0c0;
}

	.usersBox .userInfo{
		width:340px;
		float:left;
	}
	
		.userInfo .imageFollow{
			width:90px;
			float:left;
			margin-top:-16px;
			padding-right:10px;
		}	
		
			.usersBox ul.followAdd{
				clear:both;
			}
		
			.userInfo .imageFollow .profile-pic a, .userInfo .imageFollow span.cnr{
				float:left;
			}
		
			.userInfo .profile-pic img {
				width:50px;
				height:50px;	
			}
			.userInfo .imageFollow span.cnr, .pending_friends span.cnr{
				width:9px;
				height:16px;
				display:block;
				background:url("/public/img/sprite.png") no-repeat scroll -392px -60px transparent;
			}
		
		
		.userInfo .userDetails{
			width:200px;
			float:left;
			padding-top:6px;
                        margin-left:-5px;
		}
		
			.userInfo .userDetails span{
				color:#ddd;
			}
	
	.usersBox .userStats{
		width:216px;
		float:right;
		margin-top:-10px;
		background:url(/public/img/sprite2.png) -72px -274px no-repeat;
		padding-right:9px;
		
		}		
	
		.usersBox .userStats li{
			float:left;
			width:70px;
			text-align:center;
			padding:8px 0;
			color:#fff;
			font-size:.9em;
			border-left:2px solid #fff;
		}
		
		.usersBox .userStats li.points{background-color:#F8A4BB;border:0;}
		.usersBox .userStats li.whaddados{background-color:#B8E9FA;}
		.usersBox .userStats li.friends{background-color:#EBE8B1;}
		
		.usersBox .userStats li span{
		display:block;
		font-size:1.4em;
		}
		
	.usersBox ul.interests{
		clear:both;
		padding:10px 0 5px 0;
		overflow:hidden;
	}
	
		.usersBox ul.interests li{
			float:left;
		}
		
			.usersBox ul.interests li a.bg {
				background:url("/public/img/sprite.png") no-repeat scroll -268px -451px transparent;
			}
			
			.usersBox ul.interests li a.bg span {
				background:url("/public/img/sprite.png") no-repeat scroll right -451px transparent;
			}
		
	.usersBox .lists{
		clear:both;
		width:100%;
		margin-bottom:15px;
		padding-bottom:20px;
		overflow:hidden;
	}
		
	.usersBox .lists span{
		padding-right:15px;
	}
	
	.usersBox .lists span, .usersBox .lists ul{
		float:left;
	}	
	
	.usersBox .lists ul a, .usersBox .lists ul span{}

	.usersBox .lists li{
		display:inline;
		padding-right:15px;
	}
	
/* Friend requests*/
.content h1.requests{
	float:left;
}

/*.content span.requestsNo{
	display:inline-block;
	width:31px;
	font-size:1.4em;
	text-align:center;
	color:#fff;
	padding:5px 0;
	margin:0 5px;
    background:url("/public/img/sprite.png") no-repeat -219px -208px;
}*/

.content div.requestsNo{
	float:left;
	width:31px;
	font-size:1.4em;
	text-align:center;
	color:#fff;
	padding:5px 0;
	margin:15px 5px 0 5px;
    background:url("/public/img/sprite.png") no-repeat -219px -208px;
}

.content div.requestsNoText{
	float:left;
	width:auto;
	padding-top:24px;
}

span.requestsNos{
	display:inline-block;
	width:24px;
	font-size:.8em;
	text-align:center;
	color:#fff;
	padding:5px 0;
	margin-left:5px;
    background:url("/public/img/sprite.png") no-repeat -224px -244px;
}


.pendingFriends{
	width:645px;
	padding:15px;
	margin-top:12px;
	background-color:#f4f4f4;
	float:left;
}

.pendingFriends .pic {
float:left;
width:auto;
margin-top:-30px;
padding-right:40px;
}

.pendingFriends span.cnr{
	width:9px;
	height:16px;
	display:block;
	float:left;
	background:url("/public/img/sprite.png") no-repeat scroll -392px -60px transparent;
}

.pendingFriends .pic img {
height:50px;
width:50px;
float:left;
}

.pendingFriends .personInfo{
	width:auto;
	float:left;
}

.pendingFriends  .decision{
	width:auto;
	float:right;
	padding-right:15px;
}

.pendingFriends .decision a{
	margin-left:20px;
	display:inline-block;
}

.pendingFriends .decision span{
	font-size:1.2em;
	left:13px;
	padding:5px 16px 5px 0;
	display:inline-block;
	position:relative;
}

.pendingFriends .decision a.accept{
	background:url("/public/img/sprite.png") no-repeat -267px -151px;
	color:#fff;
}

.pendingFriends .decision .accept span{
	background:url("/public/img/sprite.png") no-repeat right -151px;
}

.pendingFriends .decision a.deny{
	background:url("/public/img/sprite.png") no-repeat -267px -415px;
	color:#ccc;
}

.pendingFriends .decision .deny span{
	background:url("/public/img/sprite.png") no-repeat right -415px;
}

.yourFriends{
	width:100%;
	clear:both;
	padding-bottom:30px;
}

/*events page edit text*/
.contentLinkEdit{
	width:100%;
	padding:10px 0;
	clear:both;
}

.contentLinkEdit ul {
	position:relative;
}

.contentLinkEdit a.change_event{
	float:right;
	display:none;
}

.contentLinkEdit a.eventTitle{
	margin:10px 30px 0 0;
}

a.eventImages,a.eventVideos{
    float:right;
    
}

.contentLinkEdit ul{
	height:18px;
	overflow:hidden;
	width:280px;
}

.contentLinkEdit .ui-icon{
	width:45px;
	height:16px;
	text-indent:0;
}

.contentLinkEdit .ui-icon-edit{
	background-position: -229px -191px;
	padding:1px 0 0 22px;
}

.socialShare{
	width:auto;
	float:right;
	padding:0 30px 5px 0;
}

.socialShare a{
	width:22px;
	margin:0;
}

.socialShare .share a.at{
	background-position:-176px -270px;
}

.socialShare .share a.fb{
	background-position:-200px -270px;
}

.socialShare .share a.twt{
	background-position:-224px -270px;
}

/* Add list and interests to an event*/
#add_to_lists_interests_left_container{
    float:left;
    width:375px;
}
#add_to_lists_interests_right_container{
    float: right;
    width:290px;
    background-color: #E3E3E3;
}
#new_list,#new_interests{
    width:306px;
    margin-left:0px;
    margin-right:0px;
    padding-right:0px;
    padding-left:0px;
}
.multiSelectOptions {
	width:350px !important;
}
button.list_interests{
    background-color:#EC1B55;
	border:0 none;
	color:#FFFFFF;
	font-weight:bold;
	margin:9px;
	padding:5px;
}

/*how it works*/

ul.howItWorks{
	padding-bottom:15px;
}

ul.howItWorks li{
	line-height:1.8em;
}

.howItWorks .seperate{
	width:674px;
	clear:both;
	padding:30px;
	border-top:2px solid #DDDDDD;
	margin-left:-30px;
	overflow:auto;
}

.howItWorks .seperate h2{
	padding-bottom:15px;
}

ul.step2{
	padding-top:15px;
}

ul.step2 li{
	width:205px;
	float:left;
}

.howItWorks ul.sendingIdeas li.middle{
	margin:0 15px;
}

.howItWorks ul li.middle{
	margin:0 12px;
}

ul.sendingIdeas li{
	width:187px;
	min-height:141px;
	padding:50px 13px 0 13px;
	float:left;
	background:url(/public/img/how-it-works-sprite.gif) no-repeat #fffbc9;
}

ul.sendingIdeas li.tweet{
	background-position:-228px 0;
}

ul.sendingIdeas li.email{
	background-position:-462px 0;
}

ul.sendingIdeas li span{
	display:block;
	font-size:1.4em;
	padding:4px 0;
	color:#EC1B55;
}

.howItWorks h2{
	padding:0;
}

.howItWorks h3{
	color:#ec1b55;
}

.howItWorks .arrow{
width:30px;
margin:auto;
}

.howItWorks .blue{
	color:#4cc7f1;
}

.stepBox{
	width:100%;
	margin:8px 0;

}

.stepBox img{
	margin-top:12px;
	border:1px solid #e3e3e3;
}

.stepBox .whaddaWhaddado{
	width:134px;
	float:right;
	padding-right:15px;
	margin-top:-105px;
}

.stepBox .whaddaWhaddado img, .stepBox img.step3Img{
	border:0;
}

.stepBoxTop{
	height:7px;
	width:100%;
	background:url(/public/img/step-box-top.gif) no-repeat;
}
.stepBoxBottom{
	height:7px;
	width:100%;
	background:url(/public/img/step-box-bottom.gif) no-repeat;
}
.stepBoxContent{
	width:640px;
	padding:10px 16px;
	border-left:1px solid #e3e3e3;
	border-right:1px solid #e3e3e3;
	overflow:auto;
	line-height:1.4em;
}

.stepBoxContent p.nomarg{
	margin:0;
}

.stepBoxContent .leftCol{
	width:415px;
	float:left;	
}
.stepBoxContent ol li{
	padding-bottom:10px;
list-style-type:lower-alpha;
}
.stepBoxContent .rightCol{
	width:210px;
	float:right;	
}

.stepBoxTitle{
	width:auto;
	text-align:center;
	padding-bottom:5px;
	background-color:#DCF5FC;
	border-left:1px solid #e3e3e3;
	border-right:1px solid #e3e3e3;
}

.howItWorks .pointsTable{
	width:360px;
	float:left;
}

.howItWorks .pointsTableTop{
	width:100%;
	height:7px;
	background:url(/public/img/point-table-top.gif);
}
.howItWorks .pointsTableBottom{
	width:100%;
	height:7px;
	background:url(/public/img/point-table-bottom.gif);
}
.howItWorks .pointsTableContent{
	width:auto;
	border-left:1px solid #e3e3e3;
	border-right:1px solid #e3e3e3;
	overflow:auto;
}

.howItWorks .pointsTableContent colgroup.width{
	width:250px;
}

.howItWorks .pointsTableContent th{
	padding:5px 12px 12px;
	width:155px;
	font-weight:normal;
	text-align:left;
}

.howItWorks .pointsTableContent td{
	padding:12px
}


.howItWorks .pointsTableContent tr.alternate{
	background-color:#edf9fe;
}

.howItWorks .pointsTableContent tr.last td{
	padding:12px 12px 5px;
}

.howItWorks .pointsImage{
	float:right;
	width:auto;
	padding:120px 30px 0 0;
}

.small_black_advice {
    color:black;
    font-size:10px;
    padding: 0px;
    margin: 0px;
}

#change_image_preloader,#change_video_preloader {position:relative;top:7px;}

 /* Style for overlay and box for prealoder

added preloader due to clash

 */
.preload {
	margin:0 auto;
}
.preloader .overlay{
    background:transparent url(/public/img/overlay.png) repeat top left;
    position:fixed;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    z-index:100;
}
.box{
    position:fixed;
    top:-200px;
    left:30%;
    right:30%;
    background-color:#fff;
    color:#7F7F7F;
    padding:20px;
    border:2px solid #4CC7F1;
   -moz-border-radius: 20px;
   -webkit-border-radius:20px;
   -khtml-border-radius:20px;
   -moz-box-shadow: 0 1px 5px #333;
   -webkit-box-shadow: 0 1px 5px #333;
   z-index:101;
}
.pleasewait{
   text-align: left;
   text-indent: 0px;
   color:#4CC7F1;
   font-weight:normal;
}

.pleasewait span.robot {
   background:transparent url(/public/img/sprite.png) no-repeat scroll -74px -457px;
	color:#FFFFFF;
	display:block;
	float:left;
	height:42px;
	margin-top:-6px;
	width:70px;
}

/* Share email */

#share_email_popup p {
    margin:0px;
    padding:0px;
}

#share_email_popup form  ol{
    list-style: none;
    padding:0px;
}
#share_email_popup form  ol.half li {
		width: 50%;
		float: left;
}
#share_email_popup form  ol li {
		padding: 5px 0;
}
#share_email_popup form ol li label {
		display: block;
		font-weight: bold;
		line-height: 2em;
                padding:0px;
                margin:0px 0px 0px 5px;
}

/* event change datetime popup */

#edit_event .date input , #edit_event .date select {
   float:left;
   margin-right:8px;
   width:74px;
   padding:6px;
}

#edit_event .date input {   
    color:#868686;
    margin-bottom:4px;
}


#edit_event .date select {
    border:0 none;
    color:#C0C0C0;
    float:left;   
    width:50px;
    margin-top:5px;
}

#edit_event .date span {
    float:left;
    font-size:1.4em;
    padding:10px 8px 0 0;
}

#edit_event .date span.left{
    width:75px;
}

#start_date_container{
    margin-bottom: 10px;
}

.ui-datepicker {
    z-index:2000;
}

#event_detail_preloader_flickr img , #event_detail_preloader_youtube img{
   margin: 0 auto;
   display:block;
}

/* flickr popup add user detail*/

#flickr_extra_info {
    font-weight: bold;
    color:#EC1B55;
    display:none;
}

#flickr_extra_info a{
    text-decoration: none;
}

#flickr_extra_info p {
    margin:0px;
}
#flickr_extra_info p a{
    color:#EC1B55;
    display:block;
    float:left;
    line-height:16px;
}

#flickr_copyright{
    position:absolute;
}

#flickr_extra_info .creative-commons {  
    margin-left:5px;
}

/*homepage map*/
#welcome_map {
    width : 918px;
    height: 300px;
}

#home_map {    
    height:300px;
	margin:20px;
	width:694px;
}



#following_map , #mywhaddado_map, #recommendations_map ,#lists_map {
    height:300px;
    margin:20px;
    width:694px;
}
#lists_map {
    margin:0px;
}
#whaddado-sign-in-link {
    color:#0483AE;
    font-size:1.1em;
}

/* list comments */
#lists_comments ul { list-style: none}
#lists_comments ul li { margin: 5px; }
.event-lists .main-actions  {margin-top: 0px;}
.comment_input {
    float:left;
    height:15px;
    width:650px;
}
.big_textarea {
    height: 60px;
    width : 595px;
}

#add_list_comment_button , .event_list_comment_button{
    float: right;
    margin-top:5px;
}
#example .main-actions  {
    margin-right: 0px;
}

#example .big_textarea {
    width:575px;
}

.comment_profile_picture {
    float:left;
    padding-right:5px;
    padding-top:15px;
}

textarea.event_comments {
    margin:10px 5px 5px 0;
    padding:5px 5px 5px 0;
}

/* Inviter */

#inviter_container p {
    margin:0px;
}
#send_invites {
    margin-right:10px;   
    padding:5px;
    width:500px;   
}
.network_invite_box {
    display:none;
    float:right;
    margin-right:50px;
    border:1px solid black;
    padding:5px;
    width:300px;
}

#invite_message {
    margin:0px;
    padding:0px;
    width:350px;
    height:50px;
}
#send_emails_btn {
    bottom:8px;
    position:relative;
}
#send_invites b {
    margin-bottom:2px;
    display: block;
}
.network_invite_box .username {
    margin-left:30px;
}

#list_invite_networks li span {
   bottom:10px;
   padding-left:2px;
   position:relative;
}
#list_invite_networks li a {
    text-decoration: none;
}
.network_invite_box .username ,  .network_invite_box .password {
    width:200px;
}

#invite_preloader {    
    position:relative;
    right:-560px;
    top:-35px;
}

#invite_error {
    font-weight:bold;
    color:red;
}
