/***************************************************************************/
/**
 * Membersclub Theme
 * @author Simon Jensen
 */
/***************************************************************************/

body {
	margin: 0px;
	background: #2F2F2F url("gfx/body-bg.png") repeat-x;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 0.8em;
	color: #fff;
}

#facebox .body {
	color: #333;
}

/***************************************************************************/

h1, h2, h3 {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	letter-spacing: -1px;
	width: 100%; /* IE FIX - Jesus ... */
}

h1 {
	font-size: 1.6em;
}

h1.info {
	font-size: 1.3em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

/***************************************************************************/

a.link:link, a.link:visited {
	color: #00A8FF;
	text-decoration: none;
}

a.link:active, a.link:hover {
	background: #00A8FF;
	color: #fff;
}

a.special:link, a.special:visited {
	color: #00A8FF;
	text-decoration: none;
}

a.special:active, a.special:hover {
	background: #00A8FF;
	color: #fff;
}

a.normal:link, a.normal:visited {
	color: #636363;
	text-decoration: none;
	border-bottom: 1px solid #2B2B2B;
}

a.normal:active, a.normal:hover {
	border-color: #383838;
}

/***************************************************************************/

label {
	width: 100%;
	display: block;
	margin: 7px 0px 0px 0px;
	font-size: 0.9em;
}

input, textarea, select {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 0.9em;
}

input.large {
	font-size: 1.2em;
}

/***************************************************************************/

#header {
	
}

#header #inner_header {
	width: 1000px;
	height: 121px;
	line-height: 121px;
	margin: 0px auto;
}

#header #inner_header #logo {
	padding: 10px 0px 0px 40px;
}

#header #menu {
	background: #000;
	height: 30px;
	line-height: 29px;
	border-bottom: 2px solid #00A8FF;
	margin-bottom: 10px;
	color: #00A8FF;
}

#header #menu #inner_menu {
	width: 1000px;
	margin: 0px auto;
}

#header #menu #inner_menu ul {
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
}

#header #menu #inner_menu ul li {
	display: inline;
}

#header #menu #inner_menu ul li a:link, #header #menu #inner_menu ul li a:visited {
	color: #fff;
	text-decoration: none;
	font-size: 0.9em;
	padding: 5px;
}

#header #menu #inner_menu ul li a:active, #header #menu #inner_menu ul li a:hover {
	color: #fff;
	background: #2B2B2B;
}

#header #menu #inner_menu form {
	float: right;
	margin: 5px 10px 0px 10px;
	padding: 0px;
}

/***************************************************************************/

#container {
	width: 1000px;
	margin: 0px auto;
	margin-top: 5px;
	clear: both;
	
	/*border: 1px solid yellow;*/
}

/***************************************************************************/

/* Main Content */
#content {
	width: 625px;
	float: left;
	margin-left: 10px;
}

#content a.stbutton:link, #content a.stbutton:visited {
	color: #25ACE3;
	text-decoration: none;
}

#content h3 {
	margin: 0px;
	padding: 2px 0px;
	border-bottom: 1px solid #333;
}

#content form {
	margin: 0px;
	padding: 0px;
}

#content form.delete_form {
	margin: 0px;
	padding: 0px;
	float: right;
	margin-top: -40px;
}

#content form.delete_form input {
	background: #F6836B url("gfx/btn_del_bg.png") repeat-x;
	border: 3px double red;
	color: #FFFFFF;
	font-weight: bold;
	padding: 1px 5px;
}

#content .box_large {
	width: 625px;
	margin-bottom: 10px;
}

#content .box_large .top {
	height: 5px;
	background: url("gfx/box_large_top.png") no-repeat bottom;
}

#content .box_large .middle {
	background: #111;
	padding: 5px 10px;
}


#content .box_large .middle a:link, #content .box_large .middle a:visited {
	color: #00A8FF;
	text-decoration: none;
}

#content .box_large .middle a:active, #content .box_large .middle a:hover {
	/*background: #00A8FF;*/
	color: #fff;
}


#content .box_large .middle #signup_teaser {
	text-align: center;
	padding: 5px;
}

#content .box_large .middle #status_msg {
	width: 97%;
	background: #2B2B2B url("gfx/icons/comment.gif") left center no-repeat;
	cursor: text;
	font-size: 1.3em;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

#content .box_large .middle #status_msg:hover {
	background-color: #454545;
}

#status_msg .text {
	height: 20px;
}

#status_msg .submit {
	height: 21px;
}

#content .box_large .middle .profile_small {
	float: left;
	width: 51px;
	padding: 5px 6px;
	margin: 3px 5px;
	font-size: 0.7em;
	text-align: center;
	border: 1px solid #E6E6E6;
}

#content .box_large .middle .profile_small:hover {
	border-color: #CCC;
}

#content .box_large .middle #profile_avatars {
	max-height: 150px;
	overflow: auto;
}

#content .box_large .middle #profile_avatars .profile_small {
	cursor: pointer;
}

#content .box_large .middle #profile_avatars .profile_small.selected {
	border-color: #000;
}

#content .box_large .middle .profile_medium {
	float: left;
	width: 80px;
	padding: 5px;
	font-size: 0.7em;
	text-align: center;
	border: 1px solid #E6E6E6;
}

#content .box_large .middle .profile_medium:hover {
	border-color: #CCC;
}

#content .box_large .middle .profile_large {
	float: left;
	width: 150px;
	padding: 5px;
	font-size: 0.7em;
	text-align: center;
	border: 1px solid #E6E6E6;
}

#content .box_large .middle .profile_large:hover {
	border-color: #CCC;
}

#content .box_large .middle #profile_info {
	float: right;
	width: 70%;
}

#content .box_large .middle #profile_info #status_message {
	background: #2B2B2B;
	padding: 10px;
	font-size: 1.3em;
}

#content .box_large .middle #profile_info #status_message.editable:hover {
	cursor: pointer;
	background-color: #454545;
}

#content .box_large .middle #profile_info ul {
	list-style: none;
	margin: 5px 0px;
	padding: 0px;
}

#content .box_large .middle #signup_teaser a {
	background: none;
}

#content .box_large .middle .separator {
	border-bottom: 1px solid #E6E6E6;
	margin: 10px 0px;
}

#content .box_large .middle .desc {
	font-style: italic;
	padding: 5px;
	color: #777;
}


#content .box_large .bottom {
	height: 5px;
	background: url("gfx/box_large_bottom.png") no-repeat top;
}

/*** FEED ***/
#content .box_large .middle .feed {
	padding: 5px 0px;
	border-bottom: 1px solid #E6E6E6;
}

#content .box_large .middle .feed.unread {
	background: #333;
}

#content .box_large .middle .feed .icon {
	float: left;
	width: 20px;
	margin: 1px 5px 0px 0px;
}

#content .box_large .middle .feed .feedmsg {
	float: left;
	width: 80%;
	font-size: 0.9em;
}

#content .box_large .middle .feed .feedmsg_100 {
	float: left;
}

#content .box_large .middle .feed .feedmsg blockquote, #content .box_large .middle .feed .feedmsg_100 blockquote {
	font-size: 0.9em;
	border-left: 1px solid;
	margin: 2px 0px 0px 5px;
	padding: 0px 0px 0px 5px;
}

#content blockquote a:link, #content blockquote a:visited {
	color: #25ACE3;
	text-decoration: none;
}

#content blockquote a:active, #content blockquote a:hover {
	background: #25ACE3;
	color: #fff;
}


#content .box_large .middle .feed .date {
	float: right;
	width: 60px;
	text-align: center;
}


/*** WALL ****/
#content .box_large .middle tr.wall td {
	border-top: 1px solid #E6E6E6;
}

#content .box_large .middle tr.wall:hover td {
	background: #2B2B2B;
}

#content .box_large .middle tr.wall td.wallmsg {
	font-size: 0.9em;
}


/*** ALBUMS ***/
#content .box_large .middle ul#gallery li .thumbnail, .thumbnail {
	float: left;
	width: 80px;
	padding: 5px;
	margin: 5px 12px;
	font-size: 0.7em;
	text-align: center;
	border: 1px solid #E6E6E6;
}

#content .box_large .middle ul#gallery li .thumbnail:hover, .thumbnail {
	border-color: #CCC;
}

#content .box_large .middle #gallery-menu a {
	padding: 1px 4px;
	color: #00A8FF;
	text-decoration: none;
}

#content .box_large .middle #gallery-menu a:hover, #content .box_large .middle #gallery-menu a.wactive {
	color: #fff;
	background: #00A8FF;
}

#multifiles_wrap_labels a:link, #multifiles_wrap_labels a:visited {
	color: #25ACE3;
	text-decoration: none;
}

#multifiles_wrap_labels a:active, #multifiles_wrap_labels a:hover {
	background: #25ACE3;
	color: #fff;
}

/*** PROFILE PHOTOS ***/
#content .box_large .middle ul#profile_gallery li .thumbnail {
	float: left;
	width: 80px;
	padding: 5px;
	margin: 5px 12px;
	font-size: 0.7em;
	text-align: center;
	border: 1px solid #E6E6E6;
}

#content .box_large .middle ul#profile_gallery li .thumbnail:hover {
	border-color: #CCC;
}

#content .box_large .middle #profile_gallery-menu a {
	padding: 1px 4px;
	color: #25ACE3;
	text-decoration: none;
}

#content .box_large .middle #profile_gallery-menu a:hover, #content .box_large .middle #profile_gallery-menu a.wactive {
	color: #fff;
	background: #25ACE3;
}

/*** TAGGED PHOTOS ***/
#content .box_large .middle ul#tag_gallery li .thumbnail {
	float: left;
	width: 80px;
	padding: 5px;
	margin: 5px 12px;
	font-size: 0.7em;
	text-align: center;
	border: 1px solid #E6E6E6;
}

#content .box_large .middle ul#tag_gallery li .thumbnail:hover {
	border-color: #CCC;
}

#content .box_large .middle #tag_gallery-menu a {
	padding: 1px 4px;
	color: #25ACE3;
	text-decoration: none;
}

#content .box_large .middle #tag_gallery-menu a:hover, #content .box_large .middle #tag_gallery-menu a.wactive {
	color: #fff;
	background: #25ACE3;
}

/*** ALBUM VIEW ***/
#content .box_large .middle ul#gallery_album li .thumbnail, .thumbnail {
	float: left;
	width: 80px;
	padding: 5px;
	margin: 5px 14px;
	font-size: 0.7em;
	text-align: center;
	border: 1px solid #E6E6E6;
}

#content .box_large .middle ul#gallery_album li .thumbnail:hover, .thumbnail {
	border-color: #CCC;
}

#content .box_large .middle #gallery_album-menu a {
	color: #00A8FF;
	padding: 1px 4px;
	text-decoration: none;
}

#content .box_large .middle #gallery_album-menu a:hover, #content .box_large .middle #gallery_album-menu a.wactive {
	color: #fff;
	background: #00A8FF;
}

/*** SINGLE PHOTO ***/
#content .box_large .middle #photo {
	text-align: center;
	margin-top: 10px;
}

#content .box_large .middle #photo.loading {
	margin: 0px auto;
	width: 50px;
	height: 50px;
	background: url("gfx/loading.gif") no-repeat center center;
}

.note {
	display: none;
	border: 2px solid #999; 
	overflow: hidden; 
	position: absolute; 
	z-index: 0;
	cursor: default;
}

.notep {
	display: none; 
	color: #fff;
	font-size: 0.8em;
	margin-top: 0px; 
	padding: 2px;
	position: absolute;
	text-align: center;
	cursor: default;
}

.notep span {
	background: #404040;
	padding: 2px;
}

#noteform {
	display: none;
	position: absolute;
}
/*** END PHOTOS ***/


/*** FRIENDS ***/
#content .box_large .middle .friend_info {
	float: right;
	width: 83%;
}

#content .box_large .middle .friend_info .status {
	background: #454545;
	color: #000;
	margin-top: 3px;
	padding: 5px;
	font-size: 0.9em;
	font-style: italic;
	width: 80%;
}

#content .box_large .middle #friendgallery-menu a {
	padding: 1px 4px;
	color: #25ACE3;
	text-decoration: none;
}

#content .box_large .middle #friendgallery-menu a:hover, #content .box_large .middle #friendgallery-menu a.wactive {
	color: #fff;
	background: #25ACE3;
}
/*** END FRIENDS ***/


/*** JUST MAIL ***/
#content .box_large .middle tr.newmail, #content .box_large .middle tr.readmail {
	font-size: 0.8em;
}

#content .box_large .middle tr.newmail td {
	background: #F2F2F2;
	border-bottom: 1px solid #E6E6E6;
}

#content .box_large .middle tr.readmail td {
	border-bottom: 1px solid #E6E6E6;
}

#content .box_large .middle tr.newmail:hover td, #content .box_large .middle tr.readmail:hover td {
	background: #E6E6E6;
}
/*** END JUST MAIL ***/

/*** PAGELINKS ***/
#content .box_large .middle .pagelinks {
	text-align: center;
	width: 100%;
	margin-top: 2px;
}

#content .box_large .middle a.pagelink {
	padding: 1px 4px;
	margin: 0px 1px;
	color: #00A8FF;
	font-size: 0.85em;
	text-decoration: none;
}

#content .box_large .middle a.pagelink:hover, #content .box_large .middle a.pagelink.active {
	color: #fff;
	background: #00A8FF;
}
/*** END PAGELINKS ***/

/*** GROUPS ***/
#content .box_large .middle .group_left {
	width: 420px;
	
/*	border: 1px solid;*/
}

#content .box_large .middle h4.title {
	margin: 10px 0px 0px 0px;
	border-bottom: 1px solid #E6E6E6;
	background:#f2f2f2;
}

#content .box_large .middle .group_right {
	float: right;
	width: 150px;
	
/*	border: 1px solid;*/
}

#content .box_large .middle .group_right a#edit_logo_image {
	position: absolute;
	padding: 2px;
	border: 1px solid;
}

#content .box_large .middle .group_right ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#content .box_large .middle .group_right ul li {
	padding: 2px 0px;
	border-bottom: 1px dotted #E6E6E6;
}

#content .box_large .middle .group_right ul li a {
	width: 100%;
	display: block;
}
/*** END GROUPS ***/

/***************************************************************************/

/*** DIALOG ***/
input.input {
	width: 400px;
}

textarea.input {
	width: 404px;
}

#dialog_status {
	float: right;
	margin-top: 15px;
}
/*** END DIALOG ***/

/***************************************************************************/

/* Left sidebar */
#sidebar_left {
	position: relative;
	float: left;
	width: 175px;
}

#sidebar_left a:link, #sidebar_left a:visited {
	color: #00A8FF;
	text-decoration: none;
}

#sidebar_left a:active, #sidebar_left a:hover {
	background: #00A8FF;
	color: #fff;
}

#sidebar_left h3 {
	margin: 0px;
	padding: 2px 0px;
	border-bottom: 1px solid #333;
}

#sidebar_left ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 85px;
}

#sidebar_left ul li {
	width: 98%;
	border-bottom: 1px dotted #E6E6E6;
}

#sidebar_left ul li a:link, #sidebar_left ul li a:visited {
	display: block;
	width: 96%;
	padding: 2px;
	margin: 1px;
}

#sidebar_left form {
	margin: 0px;
	padding: 0px;
}

#sidebar_left #q {
	font-size: 0.9em;
}

#sidebar_left .text {
	width: 96%;
}

#sidebar_left .box_small {
	width: 175px;
	margin-bottom: 10px;
}

#sidebar_left .box_small .top {
	height: 5px;
	background: url("gfx/box_small_top.png") no-repeat bottom;
}

#sidebar_left .box_small .middle {
	background: #111;
	padding: 5px 10px;
}

#sidebar_left .box_small .middle #shoutout {
	margin: 5px 0px;
	min-height: 105px;
}

#sidebar_left .box_small .middle #shoutout #shout {
	/*display: none;*/
}

#sidebar_left .box_small .middle p {
	margin: 0px;
	font-size: 0.8em;
}

#sidebar_left .box_small .middle .profile_small {
	float: left;
	width: 50px;
	padding: 5px;
	margin: 5px 5px 0px 0px;
	font-size: 0.7em;
	text-align: center;
	border: 1px solid #E6E6E6;
}

#sidebar_left .box_small .middle .profile_small:hover {
	border-color: #CCC;
}

#sidebar_left .box_small .middle .profile_small a#edit_profile_image {
	background: #fff;
	color: #25ACE3;
	position: absolute;
	padding: 2px;
	margin-left: -56px;
	margin-top: -6px;
	border: 1px solid;
}

#sidebar_left .box_small .middle .profile_small a:hover#edit_profile_image {
	color: #fff;
	background: #25ACE3;
}

#sidebar_left .box_small .bottom {
	height: 5px;
	background: url("gfx/box_small_bottom.png") no-repeat top;
}

/***************************************************************************/

/* Right sidebar */
#sidebar_right {
	float: right;
	/*width: 320px;*/
	width: 180px;
}

#sidebar_right h3 {
	margin: 0px;
	padding: 2px 0px;
	border-bottom: 1px solid #333;
}

#sidebar_right .box_medium {
	width: 180px;
	margin-bottom: 10px;
}

#sidebar_right .box_medium .top {
	height: 5px;
	background: url("gfx/box_medium_top.png") no-repeat bottom;
}

#sidebar_right .box_medium .middle {
	background: #111;
	padding: 5px 10px;
}

#sidebar_right .box_medium .middle .profile_small {
	float: left;
	width: 50px;
	padding: 5px;
	margin: 5px 8px 5px 9px;
	font-size: 0.7em;
	text-align: center;
	border: 1px solid #E6E6E6;
}

#sidebar_right .box_medium .middle .profile_small:hover {
	border-color: #CCC;
}

#sidebar_right .box_medium .middle ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#sidebar_right .box_medium .middle ul li {
	padding: 2px 0px;
	border-bottom: 1px dotted #E6E6E6;
}

#sidebar_right .box_medium .middle ul li a {
	width: 100%;
	display: block;
}

#sidebar_right .box_medium .bottom {
	height: 5px;
	background: url("gfx/box_medium_bottom.png") no-repeat top;
}

/***************************************************************************/

/*** FOOTER ***/
#footer {
	width: 1000px;
	margin: 0px auto;
	font-size: 0.8em;
	color: #636363;
	padding: 0px 10px;
	text-align: center;
}

#footer a:link, #footer a:visited {
	color: #25ACE3;
	text-decoration: none;
}

#footer a:active, #footer a:hover {
	background: #25ACE3;
	color: #fff;
}

/***************************************************************************/

/*** GROWL ***/
.growl a.link:link, .growl a.link:visited {
	color: #25ACE3;
	text-decoration: none;
}

.growl a.link:active, .growl a.link:hover {
	background: #25ACE3;
	color: #fff;
}

.growl .icon {
	float: left;
	width: 20px;
}

.growl .date {
	padding-top: 5px;
	float: right;
}

.growl blockquote {
	font-size: 0.9em;
	border-left: 1px solid;
	margin: 2px 0px 0px 5px;
	padding: 0px 0px 0px 5px;
}

/***************************************************************************/

#sharelinks {
	display:none;
	padding: 5px;
	background: #111;
	width: 130px;
	position: absolute;
	margin: 0px 0px 0px 20px;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
}


hr.clear, div.clear {
	visibility: hidden;
	margin: 0px;
	padding: 0px;
	clear: both;
}

img.ui-datepicker-trigger {
	cursor: pointer;
}

.list {
	border-bottom: 1px solid #E6E6E6;
	padding: 2px;
}
.list:hover {
	background: #333;
}

.small {
	font-size: 0.8em;
}

.left {
	float: left;
}

.right {
	float: right;
}

.right_upper {
	float: right;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

.noborder {
	border: none;
	background: none;
}

.border {
	border: 2px solid #454545;
}

.online {
	color: #72B036;
}

.status {
	background: #454545;
	color: #000;
	margin-top: 3px;
	padding: 5px;
	font-size: 0.9em;
	font-style: italic;
}

/***************************************************************************/

.w99 {
	width: 99%;
}

.w50 {
	width: 50%;
}

.message {
	width: 96%;
	background: #B2DBA8 url("gfx/icons/accept.png") 2px 3px no-repeat;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	padding: 5px 0px 5px 20px;
	border-top: 1px solid green;
	border-bottom: 1px solid green;
	margin: 0px 0px 5px 0px;
}

.warning {
	width: 96%;
	background: #FFFFD3 url("gfx/icons/error.png") 2px 3px no-repeat;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	padding: 5px 0px 5px 20px;
	border-top: 1px solid yellow;
	border-bottom: 1px solid yellow;
	margin: 0px 0px 5px 0px;
}

.error {
	width: 96%;
	background: #F6836B url("gfx/icons/exclamation.png") 2px 3px no-repeat;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	padding: 5px 0px 5px 20px;
	border-top: 1px solid red;
	border-bottom: 1px solid red;
	margin: 0px 0px 5px 0px;
}

.ui-tabs-panel {
	background: none;
	border-top: 1px solid #2B2B2B;
}

pre {
	margin: 10px auto;
	border: #000 1px dotted;
	padding: 10px;
	color: #000;
	background: #656F76;
	font-family: "Courier New" , Monospace;
	font-size: 12px;
	text-align: left;
	width: 95%;
	max-height: 300px;
	overflow: auto;
}

/***************************************************************************/

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
	width: 480px;
    position: relative;
	margin: 0px auto;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 150px;
    /*height: 200px;*/
	padding: 0px 5px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}


/***************************************************************************/