/* @override http://best.bunk.local/nutrientcms/css/nutrient_cms.css */

/*
----------------------------------------------------------------
    G E N E R A L   F O R M   F O R M A T T I N G
---------------------------------------------------------------- */

/*	L A Y O U T  */
fieldset.image, fieldset.text, fieldset.markdown, fieldset.slideshow, fieldset.document, fieldset.youtube, fieldset.partial, fieldset.component{
	border: 1px solid #000;
}

.wmd-preview{
    margin-bottom: 18px;
    background: #fff;
    border:  1px solid #ddd;
    padding: 8px 10px;
}

input.textbox{
	width: 100%;
}

fieldset.markdown textarea{
    font-size: 13px;
    width: 99%;
    height: 200px;
}

/*
----------------------------------------------------------------
    T O O L B A R
---------------------------------------------------------------- */
#menu-cms-options{ left: 86px; }
#menu-page-options{ left: 138px; }
#menu-add-slot-options{ top: 19px; left: 280px; z-index: 10; }

/*
----------------------------------------------------------------
    P A G E   E L E M E N T S
---------------------------------------------------------------- */

/*	C O M M E N T S  */
#comments{
	margin-top: 30px;
}

#comments h1{
	margin-bottom: 0.5em;
}

.page-comment{
	background: #eee;
	margin-bottom: 15px;
	border-top: 3px solid #ddd;
	padding: 15px;
	font-size: 90%;
	line-height: 1.4em;
}

.page-comment .comment-data{
	margin-bottom: 10px;
}

.page-comment .comment-data .name{
	font-style: italic;
	font-weight: bold;
}

#bookmarkers{
	margin-top: 20px;
	padding: 10px 0;
	border-top: 1px dashed #7b7b7b;
	font-size: 90%;
	clear: both;
}

/*	P U B L I S H   D A T E  /  U S E R  L I N K S  */
#page-info{
	margin-bottom: 15px;
	padding: 6px 5px;
	background: #efefef;
	font-size: 80%;
	height: 14px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#page-info #sharing-links{
	float: right;
	margin-top: -1px;
}

#page-info a{
	float: left;
	padding: 2px 0 0 0;
}

#page-info a img{
	display: inline;
    vertical-align: middle;
    margin-top: -4px;
}

#page-info a:link, #page-info a:visited{
	color: #333;
	text-decoration: none;
}

#page-info a:hover, #page-info a:active{
	background: transparent;
	color: #cd202c;
}


/*
----------------------------------------------------------------
    C M S   S L O T S
---------------------------------------------------------------- */
div.cms-image{

}

div.cms-image img{
    display: block;
}

div.cms-image .text-space{
    background-color: #f3f3f3;
    padding: 5px 8px;
    border: 1px solid #ddd;
    font-size: 12px;
    color: #333;
}

div.cms-markdown{
    margin-bottom:  10px;
}

div.cms-document{
	clear: left;
	margin-bottom: 25px;
}

div.cms-document h3.title{
	margin-bottom: 1px;
}

div.cms-document p.description{
	margin-bottom: 3px;
}

div.cms-document-file{
	clear: left;
	margin-bottom: 10px;
}

div.cms-document-file img{
	float: left;
	margin: 0 10px 0 0;
	
}
div.cms-document-file p.filename{
	font-weight: bold;
	margin: 0;
	padding: 0;
	font-size: 13px;
}
div.cms-document-file p.filesize{
	color: #666;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

object.cms-youtube-object, embed.cms-youtube-object{
	margin-bottom: 25px;
}

.cms-preview-switch{ margin-bottom: 5px;}
.cms-preview-switch input{ margin-right: 5px;}
.cms-preview-switch label{ font-size: 12px;}

/* P L A C E H O L D E R S */
.editable-slot-outer{
	padding: 0;
	margin: 0;
	text-align: left;
    border: 1px solid #000;
    float: left;
    width: 100%;
    min-height: 50px;
    margin-bottom: 20px;
}

.editable-slot-image, .editable-slot-html, .editable-slot-youtube, .editable-slot-document, .editable-slot-slideshow, .editable-slot-partial, .editable-slot-component{
    padding: 8px 10px;
	clear: left;
	float: left;
}
.editable-slot-youtube{ padding: 0;}

.editable-slot-tab{
    font-size: 15px;
    line-height: 1.1em;
    color: #000;
    text-transform: uppercase;
    border: 1px solid #000;
    margin-bottom: -1px;
    padding: 2px 6px;
    float: left;    
}

.editable-slot-options{
    margin-top: 6px;
    padding: 0 6px;
    float: left;
    font-size: 13px;
    line-height: 1.1em;
    color: #000;
}

.editable-slot-options a{
    color: #000;
}

.editable-slot-options a:link{}

.edititable-slot-label{
    font-size: 15px;
    font-weight: normal;
}

/*
----------------------------------------------------------------
    G A L L E R Y  /  S L I D E S H O W
---------------------------------------------------------------- */
.gallery{
	background: #a8a8a8 url('/images/gallery_grey_bg.png');
	padding: 0 9px;
}

.gallery .content{
	text-align: center;
}

.gallery .content .embox{
	clear: both;
}
	
.gallery .content .caption{
	background: #3f3f3f;
	color: #fff;
	padding: 11px 10px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.gallery .slideshow{
	margin: 0 auto;
}

.gallery .slideshow a.advance-link{
	display: inline;
}

.gallery .slideshow img{
	background: #fff;
	padding: 5px;
	margin: 0 auto 10px auto;
}

.gallery .navigation{
	float: left;
	margin: 10px -1px 0 0;
}

.gallery .navigation ul.thumbs{
    padding: 1px 0 1px 1px;
    margin: 0;
    float: left;
    background: #000;
}

.gallery .navigation li{
    float: left;
    padding: 0;
    margin: 0 1px 1px 0;
    display: inline;
}

.gallery .navigation img{
	margin: 0;
}

.gallery .navigation .bottom.pagination{
	display: block;
	float: left;
	margin-top: 10px;
}

.gallery .navigation .bottom.pagination a, .gallery .navigation .bottom.pagination .current{
	display: block;
	float: left;
	padding: 1px 5px;
	border: 1px solid #000;
	margin-right: 5px;
}

.gallery .navigation .bottom.pagination .current{
	background: #fff;
}

.gallery .navigation .bottom.pagination a:link, .gallery .navigation .bottom.pagination a:visited, .gallery .navigation .bottom.pagination .current{
	color: #000;
	text-decoration: none;
}

.gallery .navigation .bottom.pagination a:hover, .gallery .navigation .bottom.pagination a:active{
	color: #000;
	text-decoration: none;
	background: #fff;
}

.gallery .controls{
	clear: left;
	text-align: center
}

.gallery .controls a{
	font-size: 12px
}

.gallery .controls a:link, .gallery .controls a:visited {
	color: #000;
}
