<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.pText a:link
{
	position:relative;
	z-index:99999;
}

@media only screen and (max-width: 1255px) {
  #rightBar {
    display:none;
  }
}

.postBar input
{width:35%;}

#editpostPic
{
max-width:64px
	
}

/* CSS Document */
.shadow {
 -webkit-box-shadow: 10px 10px 5px 0px rgba(214,214,214,1);
-moz-box-shadow: 10px 10px 5px 0px rgba(214,214,214,1);
box-shadow: 10px 10px 5px 0px rgba(214,214,214,1);}

ul{padding:0 0 0 1.5em;}

#bell
{
position:absolute;
float:right;
height:3em;
margin:0;
top:0px;
margin-left:0.5em;
}

.postBtn
{
width: 97%;
background-color: #3878ea;
border-radius: 0.5em;
color: white;
padding: 0.5em;
text-align: center;
}

.picBtn
{
width: 97%;
height:2em;
background-color: #fff;
border-radius: 0.5em;
color: black;
border:1px grey solid;
padding-top: 1em;
padding-left:0.5em;
text-align: left;
font-weight: 400;

}

.likeBar
{
border-top: 1px solid #EBEBEB;
color:#4E5665;
font-size:13px;
border-bottom: 1px solid #EBEBEB;
margin-top:10px;
padding:10px 0 9px 35px;
background: url('./images/likebtn.png');
background-size: contain;
background-repeat: no-repeat;
padding-top: 9px;
}
.likeBarCom
{
border-top: 1px solid #EBEBEB;
color:#4E5665;
font-size:11px;
text-align:left;
position:relative;
width:466px;
float:right;
background: url('./images/likebtn.png');
background-size: contain;
background-repeat: no-repeat;
padding:0px 0 0px 20px;
}


.ui-widget {
    font-size: 10px; /* Adjusts standard Jquery UI for drop-down autoselect */
	z-index:9999;
}

#advart2 {
	position:relative;
z-index:99999 !important;
}

#advart4 {
position:relative;
z-index:9997 !important;
}

#advart2{
top:-7px;
}
.vidFrame{
position:relative;
z-index:9998 !important;	
}

.pName{
color:#000;
font-weight:bold;
font-size:1em;
}
.pDate{
color:grey;
font-size:0.9em;
}

.pDate:after {
	content: "";
    display: inline-block;
	margin-left:0.5em;
    background: url('./images/ffs.jpg');
	background-size:cover;
    width: 25px;
    height: 15px;
}

.pText{
color:#37404E;
font-size: 1em;
font-weight: normal;
line-height: 1.38;
display:block;
padding-left:0.5em;
}


body{
	position:relative;
	z-index:0;
	padding-bottom: 8em;
	font: normal 16px/1.5em;
	overflow-y: scroll;
	background:#E9EAED;
	font-family: helvetica, 'lucida grande',tahoma,verdana,arial,sans-serif;
	padding-bottom:200px;
	
	}
a:link {text-decoration:none;color:#3878ea;text-decoration:none}
a:visited {text-decoration:none;}
a:hover {text-decoration:underline;}
a:active {text-decoration:underline;}


#profileName
{
    text-shadow: 2px 4px 3px rgba(0,0,0,0.8);
	font-size:2em;
	min-width:50px;
	font-weight:bold;
   	left: 30px;
	top: 300px;
    position: relative;
	border: 1px black;
	cursor: hand; cursor: pointer;
	z-index:500;
}

#profileNmText
{
position:relative;
color:white;
}

#profileImg{
	position:relative;
	top:245px;
	left:25px;
	width:160px;
	height:160px;
	background:yellow;	
	color:black;
	border:3px white solid;
	z-index:1;
	-webkit-border-radius: 80px;
-moz-border-radius: 80px;
border-radius: 80px;
	}

.blueBtn a:link {color:black}
.redBtn a:link {color:white}
.blueBtn, .redBtn, .saveBtn {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	color:black;
	margin:3px;
	padding:0.5em;
	
	cursor:pointer;cursor:hand;
	-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 0.5em;
}
.blueBtn{
background:#e4e6ea;	
}
.newblue{background:#4879E2;	color:white;}
.redBtn{
background:red;	font-weight:bold;
}

.saveBtn{display:none}

.saveBtn, saveBtn a:link
{
font-size: 18px;
background-color:yellow;
color:red;	
z-index:99999;
}

#blockDiv{
    position: fixed;
    left: 0;
    top: 0px;
    min-height: 99%;
    width: 950px;
	zoom: 1;
	background:white;
	filter: alpha(opacity=1);
	opacity: 0.01;
	z-index: 5000;
}


#leftWrapper{
	position:relative;
	padding:0px;
	width:325px;
	bottom:0px;
}


#addNewBlock
{
display:inline-block;
clear:both;
background:white;
border:1px solid grey;
text-align:center;
font-size:large;
font-weight:bold;	
width:365px;
border-radius:0.3em
}

hr
{
border: 0;
height: 0;
border-top: 1px solid rgba(0, 0, 0, 0.1);
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}



img
{
float:left;
margin:5px;
cursor:pointer;cursor:hand;
}

.deleteCross
{
position:relative;
right:0px;
top:0px;
float:right;
}

#blocks
{
position:relative;
left:0px;
}

.leftBox {
	position:relative;
	width:365px;
	padding:1px;
	min-height:150px;
	float:left;
	background:#fff;
	margin-bottom:15px;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
	-moz-box-shadow:    0px 1px 2px #ccc;
  -webkit-box-shadow: 0px 1px 2px  #ccc;
  box-shadow:         0px 1px 2px  #ccc;
}

.leftImg
{
max-width:100px;
position:absolute;
top:-5px;
left:-5px;
border-radius:0.5em;
background:white;
}

.leftBoxElement{
	display: inline-block;
	width:100px;
	height:120px;
	background:white;
	overflow:hidden;
	margin-top:2px;
	margin-left:12px;
	position:relative;
	padding:0px;
	max-width:100px;
	max-height:120px;
	}

#wallpaperBtn,#profileImg
{cursor:pointer}
#wallpaperBtn{float:right}
	
.leftBoxText{
	position:absolute;
	padding:3px;
	bottom:0px;
	left:0px;
	color:black;
	font-weight:600;
	font-size:small;
	width:100%;
	background:white;
}

hr{color:white;border:0px}

.leftBoxTitle, .aboutTitle{
	
	padding:0px;
	padding-top:10px;
	font-size:1.2em;
	font-weight:bold;
	color:black;
	width:100%;
	height:35px;
	margin-left:0.5em;
}

#mainArea, #rightBar {
	padding: 10px 0;
	float:left;
	}
#rightBar {
	padding: 45px 0;
	}

#mainArea {
	position:absolute;
	margin-left:385px;
	top:350px;
	width:560px;
	background:#e9eaed;
	margin-top:0px;
	padding:0px;
	padding-bottom:200px;
}




	
.postImg
{
height:45px;
width:45px;
background:#e9eaed;	
-webkit-border-radius: 22px;
-moz-border-radius: 22px;
border-radius: 22px;
}

.comImg
{
height:33px;
width:33px;
background:#e9eaed;	
-webkit-border-radius: 16px;
-moz-border-radius: 16px;
border-radius: 16px;
}


	#overlay {
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

	
#sortable
{
display:inline-block;	
}
.stat{
	padding:5px;
	background:white;
	margin-top:10px;
	cursor:move;
	display: inline-block;
	width:550px;
	border:1px solid #CACACA;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
	-moz-box-shadow:    0px 1px 2px #ccc;
  -webkit-box-shadow: 0px 1px 2px  #ccc;
  box-shadow:         0px 1px 2px  #ccc;
	}
	

#container {
	position:relative;
	z-index:0;
	width:950px;
	margin:auto;
	}


#rightBar {
	position:static;
	padding:45px;
}

#fixedRight{
	position:absolute;
	height:100%;
	right:0px;
	top:0px;
	width:200px;	
	background:#eceff5;
	z-index:30;
	}

#topBar{
	position:fixed;
	width:100%;
	height:60px;
	left:0px;
	top:0px;	
	z-index:99;	
	}

#header{
	color:#fff;
	overflow:hidden;
	height:450px;
	}
	

	
.clickableByVisitor
{
position:relative !important;
z-index:5001 !important;
}
	

.postPic{
		max-height:100%;
		width:98%;
		float:none;	
		}
		
.likeCom, .likePost
{
width:75%;
}



.comBar{display:none;}


.attachCommentPic{
		max-width:520px;
		display:block;
		float:none;	
		}
		
.cameraIcon
		{
		position:relative;
		float:right !important;
		top:-1em;
		margin-right:20px;	
		}
		
.commentOLD{
	color:grey;
	border: 1px black;
	font-size:11px;
	background:#FAFBFB;
	padding-top:10px;
	min-height:40px;
	padding-bottom:5px;
	overflow:auto;
	
	}
	
.comment {
background-color: #f2f2f5;
font-size:0.9em;
border-radius: 18px;
box-sizing: border-box;
color: #1c1e21;
line-height: 16px;
min-height:50px;
margin: 5px;
padding:5px 15px 25px 5px;
max-width: 100%;
word-wrap: break-word;
position: relative;
white-space: normal;
word-break: break-word;
}

#postStatusHeader,#postStatusFooter,#postStatusBox{
	width:550px;
	background:#FFF;
	display:inline;
	}
	
#postStatusFooter{
	text-align:right;
	min-height:20px;	
	overflow:auto;
	}
	


input {
font-size: 1.1em;
border: 1px black solid;
border-radius: 0.3em;
padding: 0.2em;
}

textarea {
	width: 98%;
	font-size: 1em;
	outline: none;
	color:grey;
	resize: none;
	overflow: auto;
	font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
	
}



.smallgap{display:block;}

.postBar{
	border-top: 1px solid #EBEBEB;
	color:#4E5665;
	width:500px;
	padding:5px;
	text-align:left;
	margin-left:0px;
	margin-bottom:-5px;
	overflow:auto;
	display:none;
	}


	
textarea {
border: 1px solid #000;
vertical-align: top;
border-radius: 0.3em;
padding: 0.2em;
}

.animated {
		-webkit-transition: height 0.2s;
		-moz-transition: height 0.2s;
		transition: height 0.2s;
		}	
	

	
	
.comName{
font-weight:bold;
color:#000;
}</pre></body></html>