
#page{
	width:550px;
	margin: 100px auto 100px;
}

/* The page heading */

h1{
	font-size:50px;
	color:#575757;
	text-shadow:2px 2px 0 rgba(0,0,0,0.15);
	position: relative;
	text-align: center;
	margin-bottom: 120px;
}

/* The "on Facebook" label */

.facebookWall {
	/*background: url('../../images/bg_tile.jpg') no-repeat center bottom;*/
	list-style: none;
	margin-bottom: 20px;
	overflow: hidden;
	padding-bottom: 25px;
	position: relative;
}

/* The user/page avatar */

.facebookWall li img.avatar{
	float:left;
}

/* The user/page name */

.facebookWall h2{
	font-size:16px;
	font-weight:normal;
	margin-bottom: 5px;
}

/* The .status div container */

.facebookWall .status{
	/*width:420px;*/
    text-align:right;
	padding-left:65px;
}

/* Link share attachment */

.facebookWall .attachment{
	border-left: 1px solid #C4C4C4;
	font-size: 12px;
	margin-top: 14px;
	overflow: hidden;
	padding-left: 10px;
}

.facebookWall .attachment-data{
	display:table-cell;
	vertical-align:top;
}

.facebookWall img.picture{
	float:left;
	margin-right: 10px;
}


/* Posted date/time, number of likes and comments */

.facebookWall p.meta{
	color: #BBBBBB;
	font-size: 11px;
	padding: 15px 0 0 65px;
}
.oneFbPost {
    width:33%;
    float:right;
}
.oneFbPost img{
  float:right;
}
    .oneFbPost .message {
    font-size: 20px;
    font-weight: bold;
    text-align: right;
    margin-left:7px;
}
        .oneFbPost .meta {
   text-align:center;
}
.facebookWall ul {
    float:left;
    width:100%;
}
     .oneFbPost .caption {
 float:right;
 width:100%;
}
        .oneFbPost .name {
   text-align:center;
    float:right;
 width:100%;
}
.webSiteName {
    font-weight:bold;
    color:#037d9c;
}
/* Generic demo page styles */
