
/* Little Helper */

.break {
	clear: both;
}
hr#grey {
	color: #bababa;
	background-color: #bababa;
	height: 1px;
	border: 0;
}
hr#black {
	color: #000;
	background-color: #000;
	height: 1px;
	border: 0;
}

/* Font Definitions */

body, td {
	font: 12px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana;
}
h2 {
	color: #000;
	font: 32px "Times New Roman", Times, serif;
	margin: 0 0 10px;
	padding: 0;
	border-bottom: 5px solid #000;
}
h3 {
	color: #000;
	font-size: 14px;
	margin: 5px 0 10px;
	padding: 0;
}
h4 {
	color: #000;
	font-size: 14px;
	margin: 5px 0 10px;
	padding: 0;
	border-bottom: 1px solid #000;
}
.errcolor {
	color: #e823d3;
}

/* Images */

img {
	border: 0;
}

/* Forms */

form, label input {
	padding: 0;
	margin: 0;
}
fieldset legend {
	padding: .1em .3em;
}
fieldset.options {
	padding: 1em;
}
fieldset.options legend {
	font-size: 1.5em;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
fieldset {
	border: none;
	padding: 0;
}
textarea, input, select {
	background: #f4f4f4;
	border: 1px solid #b2b2b2;
	color: #000;
	font: 12px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana;
	margin: 1px;
	padding: 3px;
}
input:focus, textarea:focus, label:focus {
	background: #fff;
	border: 1px solid #686868;
}
label {
	cursor: pointer;
}
label.dashed {
	border-bottom: 1px #fff dashed;
}

.submit input, .submit input:focus, .button, .button:focus {
	background: url( http://astrangematter.com/css/admin/../../img/admin/button-fade.png );
	border: 3px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #333;
	font: 12px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana;
	padding: 0.25em;
}
.submit input:active, .button:active {
	background: #f4f4f4;
	border: 3px double #ccc;
	border-left-color: #999;
	border-top-color: #999;
}
.button, .button:focus {
	padding: 0.15em;
}

/* Special Forms */

#searchform {
	float: left;
	margin-right: 1em;
	margin-bottom: 10px;
}

/* Lists */

ul, li {
	margin: 0;
	padding: 0;
}

/* Tables */

.widefat {
	width: 100%;
	border: 0;
}
.widefat td, .thead th {
	padding: 5px 6px;
}
.widefat th {
	text-align: left;
}
.lastcol {
	border-right: 0;
}
.thead {
	background: #000;
	color: #fff;
}
.inactive {
	font-style: italic;
	color: #e823d3;
}

.formtable {
	border: 0;
}

.formtable td {
	padding: 5px 6px;
}
.formtable th {
	padding: 7px 0 3px;
	text-align: left;
}

/* Links */

a {
	border-bottom: 1px solid #bababa;
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #bababa;
}

a.delete:hover, a.logout:hover {
	color: #9b1c1f;
}
a.edit:hover {
	color: #000;
}

/* Page Layout */

body {
	background-color: #000;
}

#wrap {
	background-color: #fff;
	margin: 20px;
	padding: 8px;
	min-height: 700px;
}

/* Visual Frame */

#visualframe {
	padding: 53px 25px 12px;
	background-color: #000;
	font: 20px Helvetica, Verdana, Arial, sans-serif; 
	color: #fff;
	text-align: right;
}

/* Mainmenu */

#menuwrap {
	border-bottom: 1px solid #000;
	margin-bottom: 5px;
}
ul#menuframe {
	margin-bottom: 5px;
}
ul#menuframe a {
	color: #5d5d5d;
	text-transform: uppercase;
	padding: 3px 10px 2px;
	border: 0;
}
ul#menuframe a:hover {
	color: #000;
}
ul#menuframe #iamhere {
	color: #000;
	border-bottom: 3px solid #000;
}
ul#menuframe li {
	display: inline;
	list-style-type: none;
	margin-right: 10px;
}

/* Sidemenu */

ul#sidemenuframe {
	float: right;
}
ul#sidemenuframe a {
	border: 0;
}
ul#sidemenuframe li {
	display: inline;
	list-style-type: none;
	margin-right: 10px;
	padding: 3px 0 2px;
}

/* Submenu */

#submenuwrap {
	padding-bottom: 3px;
	border-bottom: 1px solid #000;
	margin: 10px 0 15px;
}
ul#submenuframe a {
	background-color: #f3f3f3;
	color: #5d5d5d;
	padding: 3px 10px;
	border: 1px solid #000;
}
ul#submenuframe a:hover {
	background-color: #fff;
	color: #000;
}
ul#submenuframe #iamhere {
	background-color: #fff;
	color: #000;
	border-bottom: 1px solid #fff;
	padding-top: 5px;
}
ul#submenuframe li {
	display: inline;
	list-style-type: none;
	margin-left: -1px;
}
ul#submenuframe .first {
	margin-left: 10px;
}

/* Option Links */

ul#options {
	margin-bottom: 25px;
}
ul#options li {
	display: inline;
	list-style-type: none;
	margin-right: 10px;
}

/* Special areas */

div#emsg {
	color: #fff;
	background-color: #e823d3;
	padding: 5px;
}

ul#imagelist {

}

ul#imagelist li {
	float: left;
	border: 1px solid #bababa;
	margin: 0 10px 10px 0;
	padding: 5px;
	text-align: center;
	list-style-type: none;
	cursor : move;
}
ul#imagelist li:hover {
	border-color: #000;
}

ul#imagelist li .date {
	font-size: 9px;
}

/* iFrames */

ul#smalltags li {
	background: #f4f4f4;
	border: 1px solid #b2b2b2;
	color: #000;
	font: 12px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana;
	float: left;
	list-style-type: none;
	margin: 1px 7px 4px 0;
	padding: 4px;
}
ul#smalltags li a.delete {
	margin-left: 3px;
	border: 0;
	padding: 0;
	vertical-align: bottom;
}
ul#smalltags li a:hover {
	color: #000;
}
