﻿ 
 /* AUTHOR: THINK DESIGN */
 /* -------------------- */

/* Fonts */

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/bebasneue-webfont.eot');
    src: url('fonts/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bebasneue-webfont.woff') format('woff'),
         url('fonts/bebasneue-webfont.ttf') format('truetype'),
         url('fonts/bebasneue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'EntypoRegular';
    src: url('entypo-webfont.eot');
    src: url('entypo-webfont.eot?#iefix') format('embedded-opentype'),
         url('entypo-webfont.woff') format('woff'),
         url('entypo-webfont.ttf') format('truetype'),
         url('entypo-webfont.svg#EntypoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

 /* Rounding corner IE FIX */
 
.round { -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; behavior: url(./PIE.htc); }
.round5 { -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; behavior: url(./PIE.htc); }
.round4 { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; behavior: url(./PIE.htc); }
.roundBottom { border-radius: 0px 0px 5px 5px; -moz-border-radius: 0px 0px 5px 5px; -webkit-border-radius: 0px 0px 5x 5px; behavior: url(./PIE.htc); }
.roundTop { border-radius: 5px 5px 0px 0px; -moz-border-radius: 5px 5px 0px 0px; -webkit-border-radius: 5px 5px 0px 0px; behavior: url(./PIE.htc); }
.roundRight { border-radius: 0 5px 5px 0; -moz-border-radius: 0 5px 5px 0; -webkit-border-radius: 0 5px 5px 0; behavior: url(./PIE.htc); }
.roundLeft { border-radius: 5px 0 0 5px; -moz-border-radius: 5px 0 0 5px; -webkit-border-radius: 5px 0 0 5px; behavior: url(./PIE.htc); }

.ie7 .round, .ie8 .round { behavior: url(./PIE.htc); }
.ie7 .round5, .ie8 .round5 { behavior: url(./PIE.htc); }
.ie7 .roundBottom, .ie8 .roundBottom { behavior: url(v); }
.ie7 .roundTop, .ie8 .roundTop { behavior: url(./PIE.htc); }
.ie7 .roundRight, .ie8 .roundRight { behavior: url(./PIE.htc); }
.ie7 .roundLeft, .ie8 .roundLeft { behavior: url(./PIE.htc); }

/* Normalize */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.clear { clear: both; } 
.hidden { display: none !important; visibility: hidden; }

.entypo { font-family: 'EntypoRegular'; font-size: 50px; font-weight: normal;}

/* Clearfix */
.group:after { visibility: hidden; display: block; content: ""; clear: both; height: 0; }
* html .group { zoom: 1; } /* IE6 */
*:first-child+html .group { zoom: 1; } /* IE7 */


 /* Website Styles */
 /* -------------------- */

/* Generic */
* { margin: 0; } 
html, body, form { height: 100%; min-width: 960px; }
html, button, input, select, textarea, body, p, span { font-family: Helvetica, sans-serif; color: #878788; font-size: 12px; }
a:link, a:visited, a:active { font-size: 12px; color: #878788; }
a:hover { color: #ec28ee; }

/* Page Banner */ 
#slider { width: 950px; height: 444px; margin: 0 0 30px; }
.pageBanner { position: relative; width: 980px; height: 347px; }
.pageBannerItem { display: none; position: absolute; top: 0; left: 0; }

/* Header */
header { position: relative; height: 100px; /* to remove */ padding: 20px; }
header p { font-size: 14px; font-weight: bold; }


/* Nav */
nav { position: relative; height: 100px; /* to remove */ background: #f7f7f7; padding: 20px; }
nav ul.mainMenu { list-style: none; padding: 0; margin: 0; }
nav ul.mainMenu li { position: relative; float: left; margin: 0 20px 0 0; }
nav ul.mainMenu li.selected a { color: #ec28ee; }
nav ul.mainMenu li a:link, a:visited, a:active { text-decoration: none; color: #878788; }
nav ul.mainMenu li a:hover { color: #ec28ee; }
nav ul.mainMenu li ul { position: absolute; left: 0; top: 16px; list-style: none; display: none; z-index: 9999; } 
nav ul.mainMenu li:hover ul { display: block; } 
nav ul.mainMenu li ul li { float: none; }

/* Website Search */
.websiteSearch { position: relative; /* to remove */ background: #f1f1f1; padding: 20px; }
.websiteSearch input { background: #fff; border: 0; outline: none; padding: 8px; }
.websiteSearch input[type="text"] { }
.websiteSearch input[type="submit"] { }
.websiteSearch input[type="submit"]:hover { background: #878788; color: #fff; }

/* Main Content */
div[role="main"] { position: relative; margin: 0 auto -100px; overflow: auto; /*StickyFooter*/ min-height: 100%; height: auto!important; height: 100%; /* to remove */ background: #eceded; padding: 20px; }

/* Main Content */
h1 { margin: 0 0 15px; }

/* Main Content > Home > News Slider & News Page */
.newsArea { height: 260px; width: 350px; position: relative; overflow: hidden; margin: 20px 20px 20px 0; }
ul.newsItems { list-style-type: none;  position: absolute; top: 0; left: 0; margin: 0; padding: 0; }
ul.newsItems li.newsItem { height: 80px; margin: 9px 0; float: left; padding: 0 0 30px 0; margin: 0 0 20px 0; border-bottom: 1px solid #ececec; }
ul.newsItems li.newsItem img { float: left; margin: 5px 20px 0 0; border: 5px solid #ececec; width: 60px; height: 60px; }
.newsArea ul.newsItems li.newsItem .newsDesc { width: 180px; float: left; }
ul.newsItems li.newsItem .newsDesc p { margin: 0; padding: 0; }
ul.newsItems li.newsItem .newsDesc p.date span { font-size: 11px; font-style: italic; }
ul.newsItems li.newsItem .newsDesc p.newsTitle { font-size: 13px; font-weight: bold; }
ul.newsItems li.newsItem .newsDesc p.desc { max-height: 51px; overflow: hidden; }
ul.newsItems li.newsItem .newsDesc p a:link, p a:visited, p a:active { color: #dadada; }
ul.newsItems li.newsItem .newsDesc p a:hover { color: #ec28ee; }

/* Main Content > Nivo Slider */

/* Main Content > Home > News Page */
.newsListing { height: 260px; width: 800px; position: relative; overflow: hidden; margin: 20px 20px 20px 0; }
.newsListing ul.newsItems li.newsItem .newsDesc { width: 700px; float: left; }

/* Main Content > Events Page */
article.events #eventSearchBox p { margin: 15px 0; }
article.events #eventSearchBox input[type="text"] { border: none; outline: none; font-size: 12px; height: 25px; padding-left: 5px; }
article.events #eventSearchBox input[type="submit"] { padding: 5px 8px; }

/* Main Content > Events List */
article.events section.eventsList { padding: 20px 0; margin: 10px 0; }

/* Main Content > Contact Form */
.contactForm p { padding: 5px 0; }
.contactForm h4 { font-size: 14px; padding: 20px 0 10px; }
.contactForm p label { margin: 0 20px 0 0; width: 200px; float: left; display: block; }
.contactForm p input, textarea { height: 25px; width: 200px; padding: 4px; border: none; outline: none; }
.contactForm p textarea { height: 70px; }
.contactForm p input[type="submit"] { width: 60px; background: #878788; color: #fff; }
.contactForm p input[type="submit"]:hover { background: #000; }



/* Main Content >  Orders */
#accordion { background: #FFF; width: 100%; border: 1px solid #FFF; -background: #FFF; margin-top: 20px; }
#accordion div.accordion_tab { background: #FFF; margin: 0; padding: 2px 5px; font-size: 11px; font-weight: normal; border: 1px solid #fff; border-bottom: 1px solid #FFF; cursor: pointer; }
#accordion div.accordion_tab th { text-align:left; color:#fe6f1f; }
#accordion div.accordion_tab td{ text-align:left; color:#fff; }
#accordion div.current { cursor: default; background-color: #FFF; color: #FFF; }
#accordion div.accordion_pane { border: 0px solid #fff; display: none; padding: 5px; color: #000; font-size: 11px; }
#order_history_items_thead th { text-align:left; }


/* Main Content > Reuseable */
/* Button */
input[type="submit"] { background: #878788; color: #fff; width: auto; border: none; outline: none; }
input[type="submit"]:hover { background: #000; }
/* Apps Filter Section */
#filters { background: #fff; padding: 20px; }
#filters input[type="submit"] { padding: 3px 8px; }
/* Apps Pager */
.pager { margin: 20px 0 30px; }
.pager a { background: #fff; padding: 7px; color: #878788; text-decoration: none; }
.pager a:hover { background: #878788; color: #fff; }

/* Main Content > Sitemap */
ul.sitemapMenu { list-style: none; padding: 0; margin: 0; }
ul.sitemapMenu li { margin: 8px 0; }
ul.sitemapMenu li a { text-decoration: none; }
ul.sitemapMenu li a:hover { color: #ec28ee; }
ul.sitemapMenu li ul { list-style: none; padding: 0; margin: 0 0 0 10px; }

/* Footer */
footer { position: relative; height: 200px; /* to remove */ background: #dadada; padding: 20px; display:none; }

/* Footer > Footer Menu */
footer ul.footerMenu, footer ul.footerMenu li ul { list-style: none; padding: 0; margin: 0; }
footer ul.footerMenu li { float: left; width: 100px; }
footer ul.footerMenu li a { text-decoration: none; font-weight: bold; }
footer ul.footerMenu li ul { margin: 10px 0 0; }
footer ul.footerMenu li ul li { float: none; margin: 0; }
footer ul.footerMenu li ul li a { font-weight: normal; }

/* Footer > Footer Links */
footer .footerLink { margin: 80px 0 0; }

footer .footerLink .termsMenu a:link, .termsMenu a:visited, .termsMenu a:active { text-decoration: none; }
footer .footerLink .termsMenu a:hover { color: #ec28ee; }
footer .footerLink .termsMenu span { margin: 0 7px; }
footer .footerLink .credits a:link, .credits a:visited, .credits a:active { font-size: 10px; text-decoration: none; }
footer .footerLink .credits span { font-size: 10px; }

/* class used to disable submit button in  dynamic forms */
.disabled { opacity: 0.5; pointer-events: none;  cursor: default; }

/* Events Calender*/
#calendar { width:900px; margin:0 auto;}

 /* Mobile & Other Devices */
 /* -------------------- */

@media only screen and (min-width: 35em) {}

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

/* Blog Classes */

.commentSet { display:block; border:1px solid red; margin-left:75px; position:relative; }
.comment { display:block; border:1px solid green; margin-top:15px; position:relative; }
.CommentHeader { display:block; border:1px solid black; margin:10px; position:relative; background-color:Gray; color:White;}
.lblCharacterCount { color: White;}
.txtComment { width: 400px; height:100px; }


/* reviews */
.dvReviewReply { display:block; border:1px solid red; margin-left:75px; position:relative; }

/*Property Detail*/
#map_canvas { width:300px; height: 300px; }


.ui-datepicker td.blockedDate{ background-color:#ff0;}
.ui-datepicker td.blockedDate span { background:#ff0!important; }

.ui-datepicker td.reservedDate{ background-color:#f00;}
.ui-datepicker td.reservedDate span { background:#f00!important; }


/* Start Socialist */
#content {    font-family:arial;}
.socialist {    box-shadow:#999 1px 1px 1px 0px;    *border:1px solid #333;    background-color: #fefefe;    color:#666;    font-size: 12px;    margin: 10px;    width: 200px;    overflow:hidden;}
.socialist .head {    padding:5px;}
.socialist .content {    min-height: 140px;    border:7px solid #fffff8;    }
.socialist .content div {    padding:3px;    padding-top:0px;    color:#999;}
.socialist .content img {    width: 174px;    margin:4px;    border:1px solid #ddd;}
.socialist .foot {    color:#fff;    padding:5px;    background-color:#888;    height:34px;}
.socialist .foot a {    color:#fff;}  
.socialist .foot div {    }  
.socialist .source {    white-space: nowrap;    overflow: hidden;    text-overflow: ellipsis;    -o-text-overflow: ellipsis;}
.socialist .api {    float:right;    background-repeat:no-repeat;} 
.socialist .api a {    height:32px;    width:32px;    display:block;}  
.socialist .date {    margin-left:0px;    font-size:80%;}
.socialist-pinterest .foot {    background-color:#cc0000;}  
.socialist-pinterest .content img {    width:150px;} 
.socialist-pinterest .api {    background-image:url('../../images/32/pinterest-32x32.png');}  
.socialist-linkedin .content img {    width:70px !important;    max-width:70px !important;    min-width:70px !important;    float:left;}
.socialist-linkedin .foot {    background-color:#4875B4;}
.socialist-linkedin .api {    background-image:url('../../images/32/linkedin-32x32.png');}  
.socialist-rss .foot {    background-color:#FF7400;}
.socialist-rss .api {    background-image:url('../../images/32/rss-32x32.png');}
.socialist-facebook .foot {    background-color:#3B5998;}
.socialist-facebook .api {    background-image:url('../../images/32/facebook-32x32.png');}
.socialist-flickr .foot {    background-color:#dfdfdf;}  
.socialist-flickr .api {    background-image:url('../../images/32/flickr-32x32.png');}  
.socialist-twitter .content  img {    width:60px !important;    max-width:60px !important;    min-width:60px !important;   float:left;}
.socialist-twitter .foot {   background-color:#4099ff;}
.socialist-twitter .api {    background-image:url('../../images/32/twitter-32x32.png');}  
.socialist-tumblr .foot {   background-color:#00225F;}
.socialist-tumblr .api {    background-image:url('../../images/32/tumblr-32x32.png');}  
.socialist-craigslist .foot {   background-color:#700070;}
.socialist-craigslist .api {    background-image:url('../../images/32/craigslist-32x32.png');  }
.socialist-google .foot {   background-color:#d61e1e;}
.socialist-google .content img {    width:auto !important;    min-width:100px !important;}
.socialist-google .api {    background-image:url('../../images/32/google-32x32.png');}  
.socialist-youtube .api {    background-image:url('../../images/32/youtube-32x32.png');}  
.socialist-instagram .content img {    width:150px;} 
.socialist-instagram .api {    background-image:url('../../images/32/instagram-32x32.png');}
.socialist-vimeo .foot {    background-color:#4ebbff;}  
.socialist-vimeo .content img {    width:150px;} 
.socialist-vimeo .api {    background-image:url('../../images//vimeo-16x16.png');}  

/* simple list */
.socialist-simple {    box-shadow:#999 0px 0px 0px 0px;    margin: 0;    width: auto;}
.socialist-simple .content {    min-height:1px;    border:0;}

/* large */
.socialist-large {    width: 300px;}
.socialist-large .content img {    width: 200px;    margin:7px;}
.socialist-large .socialist-fixed {    height:300px;}
.socialist-large .socialist-fixed .content img {    max-width:300px !important;}
.socialist-large .socialist-clean .content img {    min-width:300px;}

/* small */
.socialist-small {    width: 110px;    font-size:70%;    overflow:hidden;    margin:5px;    }
.socialist-small .content {    min-height:100px;    border:0;    overflow:hidden}
.socialist-small .content div {    padding:1px;}
.socialist-small .content img {    margin:0px;}
.socialist-small .foot {    height:25px;}
.socialist-small {    max-height:135px !important;}

/* fixed */
.socialist-fixed {    height:240px;    overflow:hidden;}
.socialist-fixed .foot {    position:absolute;    bottom:0;    width:97%;}
.socialist-fixed .content img {    max-width:120px;   *max-height:100px;}

/* clean */
.socialist-clean {    box-shadow:#aaa 2px 2px 0px 0px;}
.socialist-clean .content {    border-width:0px;}
.socialist-clean .content img {    min-width:200px;    margin:0px;    border:0px;}
.socialist-clean .content div {    padding:6px;}
.socialist-clean .foot {    background-color:#fff !important;    color:#ccc;    padding:6px;}
.socialist-clean .foot a {    color:#333;}  
.socialist-loader {    min-width:120px;    min-height:120px;    background-image:url('../../images/ajax-loader.gif');    background-repeat:no-repeat;}

/* End Socialist*/

/* Start facebook wall */

/* Base */

	.fb-wall{
		font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
		font-size:13px;
		width:520px;
		line-height:1.2em;
		color:#333333;
		padding:10px;
		background-color:#FFF;}
		
	.fb-wall a{
		text-decoration:none;
		color:#3B5998;}
		
	.fb-wall a:hover{
		text-decoration:underline;}
	
	.fb-wall.loading{
		height:300px;
		background:url(loader-small.gif) no-repeat center center;}
	
	.fb-wall-box{
		margin-bottom:10px;
		border-top:1px solid #eee;
		padding-top:10px;}
		
	.fb-wall-box-first{
		border:0;
		padding-top:0;}
		
	.fb-wall-avatar{
		float:left;
		border:0;}
		
	.fb-wall-data{
		margin-left:60px;}
		
	.fb-wall-media{
		display:block;
		font-size:11px;
		margin-bottom:5px;}
		
	.fb-wall-border-left{
		border-left:2px solid #CCCCCC;
		padding:0 0 3px 8px;}
		
	.fb-wall-media-container{
		display:table;}
		
	.fb-wall-media-link{
		border:1px solid #ccc;
		display:inline-block;
		color:#3B5998;
		cursor:pointer;
		float:left;
		margin-right:5px;}
		
	.fb-wall-media-link:hover{
		border:1px solid #3B5998;}
		
	.fb-wall-picture{
		margin-right:10px;
		border:0;
		display:block;
		margin:3px;}
		
	.fb-wall-name{
		display:block;
		font-weight:bold;
		color:#3B5998;}
		
	.fb-wall-caption{
		display:block;
		color:#3B5998;}
		
	.fb-wall-description{
		display:block;
		color:#777;
		line-height:1.2em;}
		
	.fb-wall-icon{
		float:left;
		margin-right:5px;}
		
	.fb-wall-date{
		font-size:11px;
		color:#777;
		clear:left;
		display:block;
		margin-bottom:5px;}
		
	.fb-wall-message{
		display:block;
		margin-bottom:5px;}
		
	.fb-wall-message-from{
		font-weight:bold;
		color:#3B5998;}
		
	.fb-wall-link{
		color:#333;
		font-size:11px;
		text-decoration:none;}

/* Likes*/
	
	.fb-wall-likes{
		border-bottom:1px solid #E5EAF1;
		margin-bottom:2px;
		display:block;
		font-size:11px;
		background:url(like.gif) no-repeat 0 0 #FFF;
		padding-top:5px;}
		
	.fb-wall-likes div{
		margin:0;
		background:url(like.gif) no-repeat 0 -5px #EDEFF4;
		padding:5px 5px 4px 24px;}
		
	.fb-wall-likes div span{
		color:#3B5998;}

/* Comments */

	.fb-wall-comments{
		margin-top:2px;
		font-size:11px;}
	
	.fb-wall-comment{
		background-color:#EDEFF4;
		border-bottom:1px solid #E5EAF1;
		margin-top:2px;
		padding:5px 5px 4px;
		display:block;
		overflow:hidden;}
		
	.fb-wall-comment-message{
		display:table;}
		
	.fb-wall-comment-from-name{
		font-weight:bold;
		color:#3B5998;}
		
	.fb-wall-comment-from-date{
		color:#777;
		clear:left;
		display:block;}
		
	.fb-wall-comment-avatar{
		width:32px;
		height:32px;
		float:left;
		margin-right:5px;
		overflow:hidden;}
		
	.fb-wall-comment-avatar img{
		width:32px;
		height:32px;}
		
/* Clearfix */
		
	.fb-wall:after, .fb-wall-media:after, .fb-wall-clean{
		content:'.';
		display:block;
		height:0;
		clear:both;
		visibility:hidden;
		font-size:0;
		line-height:0;}		
		
		
/* End facebook wall */