/*
    Document   : facebook.css
    Created on : Apr 27, 2012, 4:12:32 PM
    Author     : Killian grant
    Description:
        Facebook Modal Popover
*/

/* Facebook Popover */
a:hover {
	cursor: pointer;
}
#fb_modal {
	width: 640px;
	z-index : 100000;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
#fb_modal .alignleft {
	float: left;
}
#fb_modal .alignright {
	float: right;
}
#fb_modal .facebook-popover {
	background: #f0efea;
	border: 1px solid #c7c1b1;
	-webkit-box-shadow: rgba( 0, 0, 0, .38) 0px 0px 33px;
	-moz-box-shadow: rgba( 0, 0, 0, .38) 0px 0px 33px;
	box-shadow: rgba( 0, 0, 0, .38) 0px 0px 33px;
	position: absolute;
	top: 110px;
	width: 640px;

	max-height: 670px;
	overflow-y: auto;
}
#fb_modal .facebook-popover ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#fb_modal .facebook-popover h1 {
	font-size: 19px;
	font-style: italic;
	font-weight: normal;
	padding: 15px;
	text-align: center;
}
#fb_modal .fb-intro-text {
	background: #e7e6e1;
	border-bottom: 1px solid #c7c1b1;
	border-top: 1px solid #c7c1b1;
	font-size: 15px;
	padding: 15px;
}
#fb_modal .fb-friends-list-header {
	background: #e7e6e1;
	border-bottom: 1px solid #c7c1b1;
	display: block;
	line-height: 1;
	height: 10px;
	font-size: 13px;
	padding: 6px 10px;
}
#fb_modal .fb-friends-list-header h2 {
	font-size: 13px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	letter-spacing: normal;
}
#fb_modal .close-button {
	background: url(../../assets/images/close-button.png) right 50% no-repeat;
	padding-right: 20px;
	position: absolute;
	top: 17px;
	right: 25px;
}
#fb_modal .fb-friends-list-wrapper {
	border: 1px solid #c7c1b1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 5px auto 0;
	width: 600px;
}
#fb_modal ul.fb-friends-list {
	line-height: 1.5em;
	max-height: 210px;
	min-height: 210px;
	margin-bottom: -1px;
	overflow-y: scroll;
}
#fb_modal li.fb-friend {
	border-bottom: 1px solid #c7c1b1;
	float: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	height: 50px;
	padding: 10px;
	width: 271px;
}
#fb_modal .fb-friend:nth-child(odd) {
	border-right: 1px solid #c7c1b1;
}
#fb_modal li.fb-portrait {
	float: left;
	width: 75px;
	margin-right: 10px;
}
#fb_modal li.fb-friend-name,
#fb_modal li.fb-friend-description,
#fb_modal li.fb-select-friend {
	float: right;
	width: 183px;
}
#fb_modal li.fb-friend-name {
	font-weight: bold;
}
#fb_modal li.fb-friend-description {
	color: #b0afaf;
}
#fb_modal li.fb-select-friend {
	font-family: Georgia, "Times New Roman", Times, serif;
	vertical-align: text-bottom;
}
#fb_modal .fb-friend-search {
	clear: both;
	padding: 5px 20px;
}

#fb_modal .fb-checked-friends-list li {
	display: inline;
	padding: 1px;
}

#fb_modal .fb-checked-friends-list li:after {
	content : ', ';
}

#fb_modal .fb-checked-friends-list li:last-child:after {
	content : '';
}

#fb_modal #fb-article-description {
	margin: 10px;
	width: 574px;
	height: 60px;
	max-width: 574px;
	max-height: 60px;
	resize: none;
}

#fb_modal .fb-submit {
	float: right;
	margin: 10px 0;
	text-align: right;
	width: 100%;
}
#fb_modal .fb-submit input[type=submit] {
	background: #7d1b2a;
	border: 1px solid #ceccc2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #e1dfd9;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: italic;
	margin-left: 10px;
	margin-right: 10px;
	padding: 2px 20px;
	cursor: pointer;
}

#fb_modal .fb-submit input[type=submit]:hover {
	background: #a2192e;
}
