body {
background: #fff url(/images/background.png) repeat-x;
color: #fff;
font: 12px Verdana, Arial, Sans-Serif;
text-align: center;
}

* { padding: 0; margin: 0; }

a {
color: #fff;
text-decoration: underline;
}

table {
color: #fff
}

h1 {
font-size: 16px;
line-height:16px;
color: #fff
}

#header {
height: 87px;
}

#headcontainer {
position: relative;
width: 860px;
margin: 0 auto;
}

#logo {
padding: 10px 0;
width: 280px;
float: left;
}

#urltext {
float: right;
padding: 30px 0 0 0;
}

#urltext img {
margin-left: 50px
}

#urltext h1{
padding-top: 25px;
color: #fff;
font: 16px Verdana, Arial, Sans-Serif;
}

#wrapper {
width: 860px;
margin: 0 auto;
padding:10px 0;
text-align: left
}

#contleft {
/*background-image: url(/images/couple-transp.png);
background-repeat: no-repeat;
background-position: -30 -80;*/
width: 520px;
height:430px;
float: left;
}

#contright{
width: 320px;
float: right;
}

#wrapper h1 {
font: 16px Myriad Pro, Lucida Grande, Verdana;
font-weight: 600; 
line-height: 30px;
margin-top:5px;
}

#wrapper h2 {
font: 16px Myriad Pro, Lucida Grande, Verdana;
font-weight: 600;
margin-top:25px; 
}


#wide {
width: 860px;
margin: 0 auto;
clear: both;
}

#wide li {
margin-left: 20px
}

#searchbox {
width: 300px;
float: left;
}

#latestmem {
float: right;
width: 550px
}

#latestmem p {
text-align: center
}

#footer{
clear:both;
width: 860px;
margin: 0 auto;
}

#footer h4 {
color: #000;
font: 10px Verdana, Arial, Sans-Serif;
float: left;
height: 22px;
}

#footer h5 {
float: right;
color: #000;
font: 10px Verdana, Arial, Sans-Serif;
height: 22px;
}

#footer img {
margin-top:-20px;
}


/* 
  -- Form Table encoding --
*/

table {
font: 11px Verdana, Arial, Sans-Serif;
text-align: left;
}



/* 
  -- Even more rounded corners with CSS: Base stylesheet --
*/

.dialog {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:860px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#fff;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.dialog .content,
.dialog .t,
.dialog .b,
.dialog .b div {
 background:transparent url(/images/wibble.png) no-repeat top right;
 _background-image:url(/images/dialog2-red.gif);
}

.dialog .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
}

.dialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialog .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialog .b,
.dialog .b div {
 height:30px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog .b {
 background-position:bottom right;
}

.dialog .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.dialog .hd,
.dialog .bd,
.dialog .ft {
 position:relative;
}

.dialog .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.dialog h1,
.dialog p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.dialog h1 {
 padding-bottom:0px;
}


.fbud 	{
		background-image: url(/images/fbuddycouple.png);
		background-attachment: scroll;  	
		background-position: top left;
		background-repeat: no-repeat;
	}

	    #wld_badge_wrapper { border: 0px solid white; overflow: hidden; }
	    #wld_badge_inner { padding: 0px 0px 0px 0px; }
	    .wld_badge_item { float: left; margin: 0px 2px 4px 0px; padding: 0; }
	    .wld_badge_item img { border: 2px solid white; }
	    .wld_badge_item_detail { font-family: tahoma, arial, helvetica; color: #FFFFFF; margin-top: 0px; font-size: 0px; visibility:hidden; width: 98px; overflow: hidden;}
	    .wld_badge_clear { clear: both; }

table li {
margin: 5px;
padding-left: 5px;
}

table ul {
padding-left: 15px;
}


a.signup {
	display: block;
	width: 167px;
	height: 26px;
	text-decoration: none;
	background: url("/images/signupbutton.jpg");
	}

a.signup:hover {
	background-position: -167px 0;
	}

a.login {
	display: block;
	width: 167px;
	height: 26px;
	text-decoration: none;
	background: url("/images/loginbutton.jpg");
	}

a.login:hover {
	background-position: -167px 0;
	}



.displace {
	position: absolute;
	left: -5000px;
	}

.pin {
position: absolute;
top: 0px;
right: 0px;
visibility: hidden
}

#twitter_update_list li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#twitter span {
padding-bottom:20px;
}