/* Global */

body, table, input, select, textarea {
	font: 13px tahoma, arial;
}

body{
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

/** UI Other **/
div.ui-widget-content, ul.ui-widget-content, li.ui-widget-content {
	padding: 5px 8px;
	background: #efefef;
	border: 1px solid #ccc;
	margin-bottom: 5px;
}

div.ui-widget-content div.ui-widget-content {
	background: #f1f1f1;
}

ul, ol {
	margin:0;
	padding:0;
	list-style:none;
}

a, table.object-grid tbody a {
	text-decoration: none;
	color: #EA5012;
}

table.object-grid tbody a.project-result-title-link {
	font-size: 16px;
	font-weight: bold;
	color: #002844;
}

a.project-result-image-link {
	display: block;
	width: 80px;
}

a:hover, table.object-grid tbody a:hover{
	text-decoration: underline;
}

#wrapper{
	width:820px;
	margin:auto;
}

/* Headings */
h1, h2, h3, h4{
	margin:0;
	padding:8px 0 0 0;
}

h1 {
	font-size: 14px;
	padding: 10px 0 4px 0;
	color: #222;
	text-transform: capitalize;
}

h2{
	color: #333;
	line-height: 12px;
	font-size: 16px;
	padding: 12px 0 0 0;
	margin-left: 5px;
}

h3{
	font-size: 12px;
}

/* Header */

.project-edit-half{
	float: left;
	width: 420px;
	margin-right: 15px;
}

.project-edit h2 span.label {
	float: left;
	margin-right: 8px;
}

.project-audio-clips-list .form-field-label{
	float: none;
	width: auto;
	text-align: left;
}

.project-audio-clips-list{
	margin:0;
	padding:0;
	list-style: none;
}

li.edit-audio-clip {
	margin-bottom: 10px;
	border-bottom-width: 1px;
	padding: 0 10px 10px 10px;
}

li.audio-clip {
	margin: 0;
	position: relative;
	padding: 0 8px 8px 8px;
	border-top: 1px solid #ddd;
	background: #F9F9F9;
	overflow: hidden;
}

.audio-clip-title {
	float: none;
	clear: both;
	padding-top: 5px;
}

.audio-clip-actions {
	float: right;
	position: relative;
	margin-top: -16px;
	line-height: 16px;
}

.audio-clip-actions a {
	color: #EA5012;
}

.audio-clip-player-container {
	position: relative;
	margin: 10px 0 0 0;
	height: 31px;
}

.audio-clip a {
	font-size: 10px;
}

.audio-clip p {
	margin-bottom: 0;
	padding-bottom: 0;
}

.signal-chain-list{
	list-style: none;
	margin: 0;
	padding: 0;
}

.signal-chain-list li{
	margin: 0;
	cursor: move;
	margin-bottom: 5px;
}

.signal-chain-list a {
	margin-left: 4px;
	float: left;
}

.signal-chain-list li input, .signal-chain-list input.text, .signal-chain-list input[type=text] {
	cursor:text;
	margin: 0;
	float: left;
	width: 275px;
}

.project-subhead {
	color: #555;
	font-weight: normal;
	float: left;
	margin-left: 5px;
}

.project-subhead a:hover {
	text-decoration: underline;
}

.project-subhead a {
	text-decoration: none;
	color: #EA5012;
}

.htg-credit {
	margin-right: 5px;
	position:relative;
	float:right
}

/* align */
.alignleft{
	float:left;
}

.alignright{
	float:right;
}

li:last-child > .move-down,
li:first-child > .move-up,
li.edit-audio-clip:first-child .same-as-above-label {
	display: none;
}

.same-as-above-label {
	font-weight: normal;
}

.tag-links {
	font-size: 12px;
	padding-top: 2px;
	font-weight: bold;
}

.tag-links a:hover, table.object-grid tbody .tag-links a:hover {
	text-decoration: underline;
}

.tag-links a, table.object-grid tbody .tag-links a {
	font-weight: normal;
	border-radius: 5px;
	font-size: 11px;
	background: #fff;
	text-decoration: none;
	color: #002844;
}

/* hacks */

.inline-block{
	display:-moz-inline-stack;
	display:inline-block;
	*display:inline;
	zoom:1;
}