html {
	height: 100%;
}

body {
	background: #e8e8e8 url(../Resources/slice.jpg) repeat-x left top;
	min-height: 100%;
	margin: 0;
	padding: 0;
}

form {
	margin: 0;
	padding: 0;
	border-top: 1px solid #fff;
}

hr {
	height: 1px;
	border-width: 1px 0 0 0;
	border-color: #999;
	border-style: solid;
}

p, dl, ul {
	margin-top: 0;
	padding-top: 0;
}

select {
	border: 1px solid #666;
}

#visual_wrap>p {
	line-height: 17px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding-bottom: .2em;
}

p>h1, p>h2, p>h3, p>h4 {
	padding-top: .6em;
}

ul + h2 {
	margin-top: 9px;
}

div#header {
	background: url(../Resources/header.jpg) no-repeat center top;
	margin: 0;
	height: 130px;
	width: 786px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 10px;
	position: relative;
	overflow: visible;
}

#content {
	width: 572px;
	float: right;
	min-height: 300px;
	clear: both;
	overflow: visible;
}

.clearer {
	clear: both;
	height: 0;
}

#header h1, #header h2 {
	width: 260px;
	padding: 55px 0 0 190px;
	color: #efefef;
	font-family: Georgia,Palatino, serif;
	font-weight: normal;
	font-size: 30px;
	margin: 0;
}

div#header div#controls {
	position: absolute;
	height: 20px;
	top: 8px;
	right: 24px;
	text-align: right;
	color: #b8b8b8;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	white-space: nowrap;
}

div#header div#controls a {
	color: #efefef;
	text-decoration: none;
}

div#header div#controls a:hover {
	color: #fff;
}

dt {
	font-weight: bold;
}

dd {
	padding-left: 12px;
	margin-left: 0;
	margin-top: 2px;
	margin-bottom: 4px;
}

div#PageDiv {
	width: 734px;
	margin: 0 auto auto;
	padding-bottom: 15px;
	font-family: "Lucida Grande","Verdana",sans-serif;
	font-size: 12px;
	padding-top: 0;
}

fieldset.border {
	border: 1px none #eee;
	margin: 0 0 12px;
	

/*

background-color: #efefef;*/
	padding: 12px;
}

fieldset p {
	margin: 0;
	padding: 0;
}

blockquote {
	font-family: Georgia,Palatino,serif;
	font-size: 13px;
	line-height: 18px;
	border-left: 1px solid #aeaeae;
	padding-left: 6px;
	margin-left: 10px;
}

.highlight {
	font-weight: bold;
	background-color: #ff9;
	padding: 2px 4px 2px 4px;
	margin: -2px -4px -2px -4px;
}

h1 {
	font-family: Georgia,Palatino, serif;
	font-weight: normal;
	color: #333;
	font-size: 30px;
	margin: 0;
	padding: 0 0 12px;
}

p img, li img {
	vertical-align: middle;
}

a {
	color: #3773ff;
	padding: 2px 4px;
	margin: -2px -4px;
}

a:hover {
	color: #fff;
	background-color: #3773ff;
	text-decoration: none;
}

a.selected {
	background-color: #666;
}

/*h3 a {
	color: #000;
}*/

ul.listbox, ul.listboxthird {
	margin: 0 0 14px;
	padding: 0;
	border: 1px solid #ccc;
	border-bottom: none;
	background-color: #fff;
}

ul.listbox li, ul.listboxthird li {
	list-style-type: none;
	padding: 4px 4px 4px 4px;
	margin: 0;
	border-bottom: 1px solid #ccc;
	clear: both;
}

.even {
	background-color: transparent;
}

.odd {
	background-color: #ebf1f8;
}

.error a {
	color: #c00;
}

.date {
	width: 150px;
	float: left;
	text-align: right;
}

.edit {
	margin-left: 6px;
	width: 170px;
	float: left;
}

.file {
	width: 340px;
	float: left;
}

label {
	width: 100px;
	text-align: right;
	margin-right: 10px;
	vertical-align: top;
	float: left;
	font-size: 11px;
	padding-top: 3px;
}

label.radio {
	width: auto;
	text-align: left;
	font-size: 10px;
	float: none;
	margin-right: 0;
}

li div label {
	width: auto;
	text-align: left;
	font-size: 10px;
	float: none;
	vertical-align: middle;
	margin-left: 4px;
	margin-right: 0;
}

div.version {
	width: 300px;
	float: left;
	padding-top: 1px;
	padding-bottom: 2px;
}

input[type=radio] {
	font-size: 10px;
}

input {
	vertical-align: top;
}

legend {
	font-size: 14px;
	font-weight: bold;
}

#sort {
	padding: 4px;
	border: 1px solid #ccc;
	background-color: #e6e6e6;
}

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 1em;
}

td {
	padding: 4px 8px;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
}

td p {
	margin-top: 0;
	margin-bottom: 3px;
	padding: 0;
}

th {
	padding: 3px 8px;
	font-weight: normal;
	color: #fff;
	background-color: #333;
	border-right: 1px solid #ccc;
	text-align: left;
}

div.flash, div.error {
	margin-top: 0;
	padding: 12px 6px 12px 40px;
	border-style: solid;
	border-color: #6b9974;
	border-width: 4px;
	background-color: #d0ffc1;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../Resources/flash.gif);
	margin-bottom: 12px;
}

div.flash ul, div.error ul {
	margin: 0 0 0 20px;
	border-style: none;
	padding: 0;
}

div.error {
	border-color: #dc8c59;
	background-color: #ffff99;
	background-image: url(../Resources/error.gif);
}

div.flash ul li, div.error ul li {
	list-style-type: disc;
	border-style: none;
	float: none;
}

form fieldset ul {
	border: none;
	margin: 0;
	padding: 0;
}

form fieldset li {
	border: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}

fieldset.border input[type='text'], fieldset.border input[type='password'], fieldset.border textarea {
	width: 60%;
	vertical-align: top;
	border-top-style: solid;
	border-top-color: #999999;
	border-top-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;
	border-left-width: 1px;
	margin-bottom: 5px;
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	font-size: 12px;
}

fieldset.border select {
	width: 60%;
	margin-bottom: 5px;
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	font-size: 12px;
}

fieldset.quiet {
	border: none;
	margin: 0;
	padding: 0;
	width: auto;
}

li.drag {
	cursor: move;
}

.price {
	text-align: right;
}

#message {
	padding: 4px;
	width: 300px;
}

.right {
	float: right;
}

input.qty {
	width: 20px;
	border-top-style: solid;
	border-top-color: #999999;
	border-top-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;
	border-left-width: 1px;
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	font-size: 11px;
}

.code {
	background-color: #f0eefd;
	padding: 4px 8px;
	border: 1px solid #dfdfdf;
	overflow: auto;
	margin-bottom: 8px;
}

#total {
	text-align: right;
	font-weight: bold;
	padding: 2px 4px;
	margin-bottom: 12px;
}

#total span {
	padding: 2px 4px;
	margin: -2px -4px;
}

ul.navbar {
	width: 120px;
	float: left;
	border: 1px solid #ccc;
	padding: 0;
	margin: 50px 0 0;
	border-bottom-style: none;
}

ul.navbar li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.navbar li a {
	display: block;
	margin: 0;
	padding: 3px 6px;
	color: #383838;
	font-size: 12px;
	text-decoration: none;
	background-color: #a7a7a7;
	border-bottom: 1px solid #efefef;
}

ul.navbar li a:hover {
	color: #fff;
	background-color: #3773ff;
}

ul.navbar li a.here {
	background-color: #4e4c50;
	color: #fff;
}

#footer {
	width: 100%;
	float: left;
	clear: both;
	border-top: 1px solid #ccc;
	padding-top: 12px;
	margin-top: 12px;
	text-align: center;
	color: #666;
	font-size: 11px;
	padding-bottom: 12px;
}

#footer p {
	padding-top: 8px;
	margin: 0;
	padding-bottom: 0;
}

#footer a {
	color: #333;
}

#footer a:hover {
	color: #fff;
}

form#search {
	width: 140px;
	float: right;
	border-top: none;
	margin-top: 42px;
	margin-right: 30px;
	text-align: right;
}

form#search input.search {
	width: 130px;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
}

form#search input.safari {
	width: 92px;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	border: none;
	color: #6f6f6f;
	padding: 6px 20px 6px 24px;
	background: url(../Resources/safari_search.gif) no-repeat left top;
	height: 14px;
}

form#search input.safari:focus {
	color: #000;
	overflow: visible;
	background: url(../Resources/safari_search.gif) 0 -26px;
}

.required {
	font-weight: bold;
}

div.wrap {
	width: 60%;
	float: left;
	padding-bottom: 5px;
}

div.wrap input[type=password] {
	width: 100%;
	margin-bottom: 0;
}

.caption {
	color: #7c7c7c;
	font-size: 11px;
}

.note {
	color: #000;
	font-size: 11px;
}

code {
	font: 86% Monaco, "Courier New", Courier, mono;
	color: #3d2eb9;
}

pre code {
	display: block;
	background-color: #f0eefd;
	margin-left: 20px;
	margin-right: 20px;
	padding: 4px 8px;
	border: 1px solid #dfdfdf;
	overflow: auto;
}

#userinfo {
	margin: 0;
	padding: 2px 10px 2px 0;
	height: 13px;
	background: #575757 url(../Resources/rightend.gif) no-repeat right top;
}

#leftend {
	height: 17px;
	margin: -2px 0;
	padding: 0;
	vertical-align: top;
}

.private {
	background: #ffd4cf url(../Resources/private.gif) no-repeat right top;
}

.missing {
	background-color: #c5fec6;
	margin: 0;
	padding: 0;
}

#visual_wrap .intro {
	font-size: 15px;
	line-height: 20px;
}

.icon {
	height: 16px;
	width: 16px;
	margin-right: 5px;
	vertical-align: middle;
}

div.title_block {
	width: 150px;
	float: right;
	margin: 0 0 2px 6px;
	padding: 0 6px 4px;
	border: 1px solid #adadad;
	background-color: #fdfddb;
}

div.title_block p {
	margin: 0;
	padding: 1px 0;
}

div.title_block h4 {
	margin: 0;
	margin-top: 4px;
}

div.title_block ul {
	margin: 4px 0;
	padding: 0;
}

div.title_block ul li {
	margin: 4px 0 4px 20px;
	padding: 0;
}

div.title_block ul li a.here {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

div.versions_block {
	width: 240px;
	float: right;
	margin: 0 0 4px 6px;
	padding: 4px 6px;
	border: 1px solid #adadad;
	background-color: #fff;
	font-size: smaller;
	overflow: hidden;
}

div.versions_block h2 {
	margin-top: 0;
	padding-top: 0;
}

div.versions_block ul {
	margin-bottom: 2px;
}

div.property {
	float: left;
	width: 60%;
	padding-top: 3px;
	padding-bottom: 3px;
}

.action-item {
	background-image: url(../Resources/action-item.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

.folder_action {
	background-image: url(../Resources/folder_action.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

.item_action {
	background-image: url(../Resources/item_action.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

.page_action {
	background-image: url(../Resources/page_action.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

div.versions_block .listbox p {
	margin: 0;
	padding-top: 2px;
	padding-bottom: 2px;
}

p.project {
	padding-bottom: 4px;
	border-bottom: 1px solid #c6c6c6;
}

#visual_wrap {
	margin: -8px -8px 0;
	padding: 8px 8px 0;
	width: 100%;
	min-height: 30px;
	float: left;
	background: #fff url(../images/mid_corners_bottom.gif) no-repeat left bottom;
	clear: both;
}

#visual_wrap img.corner {
	margin: -8px;
	height: 13px;
	width: 588px;
	float: left;
}

div.comment {
	padding: 4px 6px;
	margin: 0;
	border-top: 1px solid #d2d2d2;
}

h3#comments {
	border-top: 1px solid #ababab;
	margin-top: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	clear: both;
	padding-left: 20px;
	background: url(../Resources/icns/comments.png) no-repeat left center;
}

h4#add_comment {
	border-top: 1px solid #d9d9d9;
	padding-top: 15px;
	padding-bottom: 0;
	margin-bottom: 0;
	padding-left: 20px;
	background: url(../Resources/icns/comment_add.png) no-repeat left bottom;
}

div.comment p.byline {
	font-size: smaller;
	color: #666;
	padding: 3px 6px;
	background-color: #e3e3e3;
	margin: -4px -6px 10px;
}

div.comment p.byline.author {
	background-color: #d6e8ff;
}

p.byline {
	font-size: smaller;
	color: #333;
	padding: 3px 6px;
	background-color: #efefef;
	margin: 0 0 10px;
}

div.autocomplete {
	position: absolute;
	width: 250px;
	background-color: white;
	border: 1px solid #888;
	margin: 0px;
	padding: 0px;
}

div.autocomplete ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: none;
}

div.autocomplete ul li.selected {
	background-color: #ffb;
}

div.autocomplete ul li {
	list-style-type: none;
	float: none;
	display: block;
	margin: 0;
	padding: 2px;
	height: 18px;
	cursor: pointer;
}

div.tag_form {
	margin-bottom: 12px;
	float: left;
	width: 100%;
	background-color: #f5f5f5;
	margin-right: -8px;
	margin-left: -8px;
	padding: 4px 8px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-color: #dcdcdc;
	border-style: solid;
	border-right-style: none;
	border-left-style: none;
}

div.tag_form input#tag, div.tag_form form {
	display: inline;
	float: left;
}

div.tag_form input#tag {
	background: #fff url(../Resources/icns/add_grey.png) no-repeat 1px 1px;
	width: 80px;
	height: 13px;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 2px;
}

div.tag_form input:focus#tag {
	background-image: none;
}

div.tag_form label {
	float: left;
	text-align: left;
	width: auto;
	margin-right: 8px;
}

div.tag {
	float: left;
	margin: 0 3px 0 0;
	padding: 2px 4px;
	border: 1px solid #99d698;
	background-color: #fff;
}

input#tag {
	
}

div#tags {
	float: left;
	margin: 0;
	padding: 0;
}

ul.listbox.third, ul.listboxthird, div.third {
	width: 31%;
	margin-right: 2%;
	float: left;
}

div.quarter {
	width: 23%;
	margin-right: 2%;
	float: left;
}

div.half {
	width: 48%;
	margin-right: 2%;
	float: left;
}

div.twothirds {
	width: 64%;
	margin-right: 2%;
	float: left;
}

.submit_icon {
	width: 16px;
	height: 16px;
	margin-top: 3px;
	margin-left: 3px;
}

.finger {
	cursor: pointer;
}

.disabled {
	color: #666;
}

ul.listbox + div.pager {
	margin-top: -15px;
	margin-bottom: 8px;
}

div.pager + h3 {
	margin-top: 8px;
}

p.byline + div.pager {
	margin-top: 12px;
}

div.pager {
	padding: 4px 6px;
	background-color: #edf3fe;
	border: 1px solid #ccc;
	margin-bottom: -1px;
}

#featured {
	

/*

background-color: #f2f2f2;*/
	
	margin-right: -8px;
	margin-left: -8px;
	padding: 6px 12px 2px;
	margin-bottom: 8px;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	border-left-color: #f0f0f0;
	background-color: #646ba8;
}

#featured div.title_block {
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	width: 174px;
	padding-bottom: 12px;
}

#stats {
	padding-left: 8px;
	margin-left: 4px;
	border-left: 1px solid #a2a2a2;
	margin-right: 0;
	padding-bottom: 12px;
}

#featured h2, #featured h3, #featured h4 {
	color: #efefef;
}

#featured p, #featured a {
	color: #fff;
}

span.captionright {
	width: 400px;
	display: block;
	text-align: right;
	float: right;
}

#tracker {
	white-space: pre;
	font-size: 11px;
	font-family: "Monaco",Courier,mono;
	padding: 8px;
	border: 1px solid #ccc;
	background-color: #efefef;
	overflow: auto;
	margin-bottom: 12px;
}

#breadcrumbs {
	height: 16px;
	margin: 0;
}

#breadcrumbs p {
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 11px;
}

#breadcrumbs a {
	color: #242424;
}

/* @group Livepipe Editor */

div.form_wrap {
	float: none;
	width: 60%;
	margin-left: 110px;
}

div.form_wrap textarea {
	width: 100%;
}

div.form_wrap ul.markdown_toolbar {
	position: relative;
	list-style: none;
	border: 1px solid #d7d7d7;
	background-color: #F6F6F6;
	margin: 0 -2px -3px 0;
	height: 18px;
	padding: 0;
}

div.form_wrap ul.markdown_toolbar li {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: auto;
}

div.form_wrap ul.markdown_toolbar li a {
	width: 16px;
	height: 12px;
	margin: 0;
	float: left;
	display: block;
	background-image: url(../Resources/markdown_icons.gif);
	border: 1px solid #fff;
	border-right-color: #d7d7d7;
}

div.form_wrap ul.markdown_toolbar li a:hover {
	border-color: #900;
}

div.form_wrap ul.markdown_toolbar li span {
	display: none;
}

div.form_wrap ul.markdown_toolbar li a#markdown_help_button {
	position: absolute;
	top: 0;
	right: 0;
	border-left-color: #d7d7d7;
	border-right-color: #fff;
}

div.form_wrap ul.markdown_toolbar li a#markdown_help_button:hover {
	border-left-color: #900;
	border-right-color: #900;
}

#markdown_italics_button {
	background-position: 0 -119px;
}

#markdown_bold_button {
	background-position: 0 -102px;
}

#markdown_link_button {
	background-position: 0 0;
}

#markdown_image_button {
	background-position: 0 -170px;
}

#markdown_unordered_list_button {
	background-position: 0 -34px;
}

#markdown_ordered_list_button {
	background-position: 0 -51px;
}

#markdown_quote_button {
	background-position: 0 -68px;
}

#markdown_code_button {
	background-position: 0 -136px;
}

#markdown_help_button {
	background-position: 0 -153px;
}

#markdown_heading_button {
	background-position: 0 -85px;
}

#markdown_page_button {
	background-position: 0 -187px;
}

/* @end */

#deck_ad {
	font-size: 11px;
	line-height: 15px;
	margin-top: 24px;
	float: left;
	width: 126px;
}

#deck_ad a, #deck_ad a:hover {
	background: none;
	color: #3773ff;
}