/* This stylesheet is used to style the admin option form of the plugin. */

#icon-pinterest-32 {
	background: transparent url('../assets/pinterest-icon-32.png') no-repeat;
}

/* This icon is taken from the Flat Social Media Icons from Designmodo at
 * http://designmodo.com/flat-social-icons/
 */
a.pib-external-link {
	background: transparent url('../assets/icon-external-link.gif') center right no-repeat;
	padding-right: 17px;
}

/* Layout the page similar to the built-in post edit screen. */
#pib-settings {
	margin-right: 310px;
}

#pib-settings-content {
	width: 100%;
	float: left;
}

#pib-settings-sidebar {
	float: right;
	margin-top: 9px;
	margin-right: -310px;
	width: 290px;
}

#pib-settings-sidebar .centered {
    text-align: center;
}

#pib-settings-sidebar .button-large {
    font-size: 17px;
    line-height: 30px;
    height: 32px;
}

#pib-settings-sidebar .last-blurb {
    font-size: 17px;
}

/* postbox overrides */
#pib-settings-sidebar .sidebar-container .postbox .inside,
#pib-settings-sidebar .sidebar-container .postbox .inside ul {
    margin-bottom: 0;
}

/* Admin pages styles */
.pib-checkbox-label, .pib-radio-label { 
	line-height: 1.4em;
	margin: .25em 0 .5em!important;
	display: block;
}
