/* =Admin.css - Style for theme options page
-------------------------------------------------------------- */

#options{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    float: left;
    margin: 10px 10px 0 0;
    padding: 0;
    width: 70%;
}
#options select {
	width:10em;
}
.form-table{
	width:auto;
	margin-top:0;
}
th.title {
    background: none repeat scroll 0 0 #EEEEEE;
    border-bottom: 1px solid #DDDDDD;
    font-weight: bold;
    padding: 10px 0 10px 5px;
}
.post-titles{
    float: left;
    padding: 4px 0 0;
}
.save_button {
    float: right;
    margin-right: 10px;
}
#admin_side {
	float:left;
	width:28%;
}
select#category,
select#style {
	width:200px;
}
p.submit {
	margin-left:10px;
}