/*-----------------------------------------------------------------------------------*/
/* Theme Options Page
/*-----------------------------------------------------------------------------------*/

#theme-options acronym {
	border-bottom: 1px dotted #999;
	cursor: help;
}

#theme-options .image-radio-option label {
	display: block;
	float: left;
	margin: 0 30px 0 0;
	position: relative;
}

#theme-options .image-radio-option input {
	margin: 0 0 10px;
}

#theme-options .image-radio-option span {
	display: block;
	width: 125px;
}

#theme-options select {
	margin: 0 5px 0 0;
}

#theme-options textarea {
	padding: 3px 8px;
}

#theme-options .wp-editor-wrap {
	margin: 0 0 5px;
}

#theme-options .wp-editor-wrap textarea {
	height: 200px;
	padding: 10px;
}

/*-----------------------------------------------------------------------------------*/
/* Widgets Page
/*-----------------------------------------------------------------------------------*/

.widgets-php .columns-2 {
	float: left;
	margin-right: 3.5%;
	overflow: hidden;
	width: 48%;
}

.widgets-php .columns-3 {
	float: left;
	margin-right: 3.5%;
	overflow: hidden;
	width: 31%;
}

.widgets-php .column-last {
	float: right;
	margin-right: 0;
}

.widgets-php fieldset {
	border: 1px solid #EEE;
	margin: 0 0 5px;
	padding: 10px 15px;
}

.widgets-php .widget-controls label {
	display: inline-block;
	font-size: 12px;
	margin: 0 0 5px;
}

.widgets-php .widget-controls input[type="checkbox"] {
	margin: -1px 2px 0 0;
}

.widgets-php input.smallfat {
	float: right;
	width: 60px;
}

.widgets-php .columns-2 input.widefat, .widgets-php .columns-2 select.widefat {
	width: 98%;
}

.widgets-php select.smallfat {
	float: right;
	min-width: 50%;
}

.widgets-php .columns-3 select.widefat {
	width: 98.5%;
}

.widgets-php .widget-controls select[multiple="multiple"] {
	height: 100px;
	width: 100%;
}