
/* Little Helper */

.break {
	clear: both;
}
hr#grey {
	color: #7777777;
	background-image: url(http://www.astrangematter.com/css/sync/../../img/sync/dashedgrey.gif);
	background-repeat: repeat-x;
	height: 1px;
	border: 0;
}
hr#black {
	color: #000;
	background-image: url(http://www.astrangematter.com/css/sync/../../img/sync/dashed.gif);
	background-repeat: repeat-x;
	height: 1px;
	border: 0;
}

/* Font Definitions */

body, td {
	font: 12px "Courier New", Courier, monospace;
}
h2 {
	color: #000;
	font: 20px "Courier New", Courier, monospace;
	font-weight: bold;
	text-transform: uppercase;
	margin: 40px 0 5px;
	padding: 0;
}
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: #9c00ff;
}

p {
	padding: 0;
}

/* 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: "Courier New", Courier, monospace;
}
fieldset {
	border: none;
	padding: 0;
}
textarea, input, select {
	background: #eaeaea;
	border: 1px solid #fff;
	color: #000;
	font: 12px "Courier New", Courier, monospace;
	margin: 1px;
	padding: 2px 3px;
}
input:focus, textarea:focus, label:focus {
	background: #fff;
	border: 1px solid #686868;
}
label {
	cursor: pointer;
}
label.dashed {
	border-bottom: 1px #fff dashed;
}

.submit, .submit:focus, .button, .button:focus {
	color: #000;
	background-color: #fff;
	font: 12px "Courier New", Courier, monospace;
	padding: 0;
}

/* Special Forms */

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

/* Lists */

ul, li {
	margin: 0;
	padding: 0;
}
.widefat {
	width: 100%;
}
.widefat td, .thead th {
	padding: 3px 6px 3px 0;
	border-bottom: 1px solid #efefef;
	border-right: 5px solid #fff;
}
.widefat th {
	text-align: left;
}
.lastcol {
	border-right: 0;
}
.thead {
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}
.inactive {
	font-style: italic;
	color: #9c00ff;
}
.logintable th, .logintable td, .formtable th, .formtable td {
	padding: 1px 20px 1px 0;
}

/* Links */

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

a.delete:hover, a.logout:hover {
	color: #9c00ff;
}
a.edit {
	background-image: url(http://www.astrangematter.com/css/sync/../../img/sync/yellow.gif);
	background-repeat: repeat-x;
	text-transform: uppercase;
}

/* Page Layout */

body {
	background-color: #fff;
}

p#subline { 
	padding: 0 0 50px;
 }

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

/* 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;
	color: #777777;
}
ul#sidemenuframe li {
	display: inline;
	list-style-type: none;
	margin-left: 10px;
	text-transform: uppercase;
}

/* 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;
}

div#topline, div#topline a {
	color: #777777;
	text-transform: uppercase;
}

/* Option Links */

ul#options {
	margin-bottom: 25px;
}
ul#options li {
	display: inline;
	list-style-type: none;
	margin-right: 10px;
}
ul#options li a {
	background-image: url(http://www.astrangematter.com/css/sync/../../img/sync/yellow.gif);
	background-repeat: repeat-x;
	text-transform: uppercase;
}

/* Special areas */

div#emsg {
	color: #9c00ff;
	margin: 10px 0;
}

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;
}

/* Syncs */

div#syncpost {
	padding: 0;
	margin-bottom: 20px;
}

div#syncpost h4 {
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #000;
}