@charset "UTF-8";

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

	Main title page widget styles

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

#title-cover.title-cover-widget {
	padding-bottom:0;
}
	.title-cover-widget ul {
		list-style:none;
		margin:0;
		padding:8px 0 12px 0;
	}
		.title-cover-widget ul li {
			margin-top:4px;
			zoom:1;
		}
			.title-cover-widget .widget-preview,
			.title-cover-widget .widget-share {
				font-weight:bold;
				font-size:0.917em;
				display:block;
				padding-left:22px;
			}
			.title-cover-widget .widget-preview {
				background:url(/includes/images/sprite_preview_title.gif) no-repeat;
			}
			.title-cover-widget .widget-share{
				background:url(/includes/images/sprite_share_title.gif) no-repeat;
			}
#overlay-fade {
	background:#2B3649;
	position:absolute;
	top:0;
	left:0;
	z-index:998;
}
#overlay-container {
	position:absolute;
	top:0;
	left:0;
	width:640px;
	min-height:293px;
	z-index:999;
}

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

	Overlay sharing widget styles

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

body.widget-share { background:#fff; }
#share-overlay {
	font-family:Arial, Verdana, sans-serif;
	background:#fff;
	width:604px;
	border:6px solid #2B3649;
	padding:12px;
	position:relative;
	overflow:hidden;
}
	#widget-demo {
		float:left;
		width:160px;
		height:241px;
		margin-bottom:16px;
		overflow:hidden;
	}
	#widget-instructions {
		margin-left:172px;
	}
		#widget-instructions h1 {
			font-size:2.500em;
			margin-top:0;
		}
		#widget-instructions p {
			margin:10px 0;
		}
		#widget-instructions input {
			font-size:1.1em;
			font-family:"Courier New", Courier, monospace;
			display:block;
			padding:8px;
			width:413px;
			background:#FBF9E6;
			border:0;
		}
		#widget-instructions p small {
			font-size:0.917em;
			color:#959AA4;
			display:block;
			padding-left:20px;
			float:left;
			background:url(/includes/images/sprite_share_title_info.gif) no-repeat;
		}
		#widget-instructions p em {
			font-size:0.917em;
			display:block;
			float:right;
		}
			#widget-instructions p em a {
				font-weight:bold;
				background:none;
				padding:0;
			}
	#share-overlay-close {
		position:absolute;
		display:block;
		right:0;
		top:0;
		width:17px;
		height:17px;
		background:#2B3649 url(/includes/images/sprite_share_close.gif) 0 0 no-repeat;
		text-indent:-999em;
		overflow:hidden;
	}
	#share-overlay-close:focus,
	#share-overlay-close:hover {
		outline:0;
		background-position:0 -17px;
	}
