td, input
{
	font-family: verdana, "lucida grande", geneva, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
hr
{
	display: block;
	line-height: 0;
	height: 1px;
	margin: 4px 0;
	border: 0;
	border-bottom: 1px #ccc solid;
	padding: 0;
}

img
{
	border: 0;
}

.anchored
{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.align-left {
   text-align: left;
}

.align-right {
   text-align: right;
}

.clr
{
	width: 0;
	height: 0;
	line-height: 0;
	clear: both;
}

.hidden {
   display: none;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after {
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}

* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */

/* ----------------------------------------------------------------------
   non-mixer interface tweaks
   ---------------------------------------------------------------------- */

.inputs {
}

.inputs p {
   line-height: 2.1em;
}

.one-five {
   width: 150px;
}

.three-five {
   width: 350px;
}

.three-five input {
   width: 340px;
   margin-left: 10px;
}

#list-blog {
   width: 700px;
   margin-left: 20px;
}

input.repo-url {
   width: 475px;
}

/* ----------------------------------------------------------------------
   generic, shared class and id based css for tc-mixer wells & packages
   ---------------------------------------------------------------------- */

.tc-mixer-entry
{
	display: block;
	float: left;
	margin: 0;
	border: 0;
	padding: 8px;
	height: 120px;
	overflow: clip;
	cursor: pointer;
	-moz-border-radius: 8px;
}

.tc-mixer-entry img
{
	width: 120px;
	height: 90px;
	border: 1px #999 solid;
	margin: 0 0 2px 0;
}

.tc-mixer-entry .label { display: none; margin-right: 4px; }
.tc-mixer-entry .content { display: none; }
.tc-mixer-entry .title .content { display: block; font-size: 9px; text-align: left; width: 120px; height: 2.75em; }
.tc-mixer-entry .tags .content { word-spacing: 0.5em; }

.tc-mixer-selected { background: #e0e7ff; }
.tc-mixer-selected .title { font-weight: bold };

.tc-mixer-disabled { visibility: hidden; }

/* ----------------------------------------------------------------------
   category selectors
   ---------------------------------------------------------------------- */

#categories hr
{
	margin: 4px;
	position: relative;
	clear: both;
}

.hr
{
	display: block;
	position: relative;
	height: 0;
	margin: 4px;
	border-bottom: 1px solid #ccc;
	padding: 0;
	line-height: 0;
}

.category
{
	display: block;
	position: relative;
	clear: both;
	margin: 0;
	border: 0;
	padding: 4px;
	cursor: pointer;
	-moz-border-radius: 8px;
}

.category img { border: 0; margin-right: 6px; vertical-align: middle; }
.category-selected { background: #e0e7ff; font-weight: bold; }
.category-disabled { color: #999; }

.display-mini
{
	display: block;
	position: relative;
	left: 22px;
	width: 104px;
	margin: 0;
	border: 0;
	padding: 0;
	line-height: 0;
}

html>body .display-mini
{
	float: none;
	clear: none;
}

.display-mini .tc-mixer-entry
{
	display: inline;
	float: none;
	margin: 0 3px 0 0;
	border: 0;
	padding: 0;
	height: auto;
	overflow: clip;
	cursor: pointer;
	-moz-border-radius: 0;
}

.display-mini .tc-mixer-selected
{
	background: transparent;
}

.display-mini img
{
	width: auto;
	height: 12px;
	margin: 0;
	border: 0;
	padding: 0;
}

.display-mini .title .content
{
	display: none;
}

/* ----------------------------------------------------------------------
   the following specify the layout of the specific mixer display wells
   override for different general page layouts
   ---------------------------------------------------------------------- */

h2
{
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 4px 0;
	padding: 0;
	border: 0;
}

#show-details,
#hide-details
{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 11px;
}

#preview-button { float: left; }

#cancel-button { margin-left: 4px; float: right; }

#select-design-controls {
    text-align: right;
}
#select-design-controls select {
    z-index: 10;
}

#wrapper
{
	width: 720px;
	margin: 8px 0px;
}

#template-picker
{
	position: relative;
	top: 8px;
	left: 0;
	width: 720px;
	height: 450px;
}

#categories-wrapper
{
	position: absolute;
	left: 0;
	top: 0;
	width: 160px;
}

#templates-wrapper
{
	position: absolute;
	left: 172px;
	top: 0;
}

.templates-wrapper-wide { width: 575px; }
.templates-wrapper-narrow { width: 180px; }

#details-wrapper
{
	position: absolute;
	left: 364px;
	top: 0;
	width: 356px;
}

.scrollbox
{
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: auto;
	height: 410px;
	overflow: auto;
	margin: 0;
	border: 1px #999 solid;
	padding: 4px;
}

#display-details
{
	position: relative;
	left: 0;
	top: 0;
	height: 354px;
	width: auto;
	overflow: clip;
	border: 1px #999 solid;
	background-color: #eee;
	padding: 32px 24px;
}

#display-details .tc-mixer-entry
{
	display: block;
	float: none;
	margin: 0;
	border: 0;
	padding: 0;
	height: auto;
	overflow: display;
}

#display-details .tc-mixer-selected
{
	background: transparent;
}

#display-details .label { font-size: 10px; }
#display-details .content { font-size: 10px; }
#display-details .title .content { display: block; width: auto; height: auto; overflow: visible; font-size: 1.25em; font-weight: bold; margin-bottom: 4px; }

#display-details .author { margin-bottom: 4px; }
#display-details .author .label { display: inline; height: auto; }
#display-details .author .content { display: inline; height: auto; }

#display-details .url { margin-bottom: 4px; }
#display-details .url .content { display: inline; height: auto; }

/*#display-details .tags .label { display: inline; height: auto; }
#display-details .tags .content { display: inline; height: auto; word-spacing: 0.5em; }*/

#display-details  img { width: 99%; height: auto; margin: 0 0 4px 0; }
