.wrap-boss-social
{
	display: inline-block;
	
	margin-top: 20px;
	margin-left: 5px;
	margin-right: 20px;
	
	width: 800px;
	
	-webkit-box-shadow: 0 1px 3px rgba( 0, 0, 0, .2 );
	   -moz-box-shadow: 0 1px 3px rgba( 0, 0, 0, .2 );
	        box-shadow: 0 1px 3px rgba( 0, 0, 0, .2 );
}

.wrap-boss-social a:focus,
.wrap-boss-social a:active
{
	color: #464646;
	outline: none;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------ */

.wrap-boss-social .nav-tab-wrapper
{
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	
	padding-left: 10px !important;
	padding-right: 10px !important;

	background-color: #f9f9f9;
	background-image: -webkit-gradient( linear, left top, left bottom, from(#f9f9f9), to(#ebebeb) );
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image:    -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image:     -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image:      -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image:         linear-gradient(to bottom, #f9f9f9, #ebebeb);
}

.wrap-boss-social .nav-tab-wrapper h2 { padding-bottom: 19px; }

.wrap-boss-social h4 { font-size: 1.05em; margin-bottom: 10px; }

.wrap-boss-social .nav-tab
{
	font-size: 14px;
	background-color: #f5f5f5;
	
	padding-left: 20px;
	padding-right: 20px;

	 -moz-transition: all 0.1s ease-out;
	   -o-transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
	  -ms-transition: all 0.1s ease-out;
		  transition: all 0.1s ease-out;
}

.wrap-boss-social .nav-tab:hover { color: #464646; background-color: #ffffff; }

.wrap-boss-social .nav-tab-active { background-color: #ffffff; }

.wrap-boss-social .nav-tab-active:hover { background-color: #ffffff; cursor: default; }

/* ------------------------------------------------------------------------------------------------------------------------------------------ */

.wrap-boss-social #poststuff
{
	border: 1px solid #cccccc;
	border-top: none;
	padding: 10px;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------ */

.wrap-boss-social .metabox-prefs { border-top: 1px solid #cccccc !important; }

.wrap-boss-social #contextual-help-back { right: 0px; border-right: 0px; }

.wrap-boss-social .help-tab-content { margin-right: 0px; margin-top: 12px; }

/* ------------------------------------------------------------------------------------------------------------------------------------------ */

.wrap-boss-social .postbox { margin-bottom: 0px; }

.wrap-boss-social .hndle { cursor: default; }

/* ------------------------------------------------------------------------------------------------------------------------------------------ */

.wrap-boss-social table
{
	line-height: 1.4em;
	border-spacing: 0px;

	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-left: 10px;

	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
	
	width: 100%;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------ */

.wrap-boss-social .option-left
{
	border-top: 1px solid #dfdfdf;
	border-bottom: 2px solid #ffffff;
	border-right: 2px solid #ffffff;

	padding-right: 20px;
	padding-bottom: 20px;
	
	width: 450px;
}

.wrap-boss-social .metabox-prefs .option-left
{
	width: 350px;
}

.wrap-boss-social .option-right
{
	font-size: 11px;
	color: #999999;

	border-top: 1px solid #dfdfdf;
	border-bottom: 2px solid #ffffff;
	border-left: 1px solid #dfdfdf;
	
	padding-left: 20px;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------ */

.wrap-boss-social table tr:first-child td
{
	border-top: 0px;
}

.wrap-boss-social table tr:last-child td
{
	border-bottom: 0px;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------ */

.wrap-boss-social input[type="text"] { padding: 7px; margin: 0px; }

.wrap-boss-social textarea { resize: vertical; padding: 7px; margin: 0px; }

.wrap-boss-social select { padding: 6px; margin: 0px; height: auto; }

.wrap-boss-social input.button-primary
{
	margin-top: 20px;
}

.wrap-boss-social label
{
	display: inline-block;
	font-size: 11px;
	color: #666666;
	margin-top: 20px;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------ */

.code2 { font-family: Consolas, Monaco, monospace, "Courier New"; }

/* ------------------------------------------------------------------------------------------------------------------------------------------ */

.wrap-boss-social .status
{
	display: none;
	position: fixed;
	top: 44%;
	left: 44%;
	z-index: 999;
	
	font-size: 20px;
	color: #333333;
	background-color: #ffffe0;
	border: 1px solid #e6db55;

	padding: 25px;
	
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}

.wrap-boss-social .status img
{
	margin-right: 10px;
}