/*
// Article Service Styles
*/

/*
// Article List
*/
div#article-filter {
	width: 383px;
	margin: 0 auto;
}
table#article-list {
	width: 100%;
}
table#article-list thead {
    font-family: sans-serif;
    font-size: 0.9em;
}
table#article-list .c1,
table#article-list .c2,
table#article-list .c3 {
    text-align: center;
    width: 5%;
}
table#article-list .c4,
table#article-list .c5 {
    width: 30%;
}
table#article-list .c6,
table#article-list .c7 {
    width: 10%;
}
table#article-list .c2 {
	/*white-space: nowrap;*/
}
table#article-list tbody tr.row {
    line-height: 0.66em;
}
table#article-list tbody tr.row td {
    line-height: 1em;
}
table#article-list tbody tr:hover {
    background-color: #ddd;
}
table#article-list tfoot th {
    padding-left: 0;
}
#admin-article-list-page.app-main {
    width: 97%;
    margin: 0 auto 0.66em auto;
}
#admin-article-list-page #article-list_select {
    float: right;
    padding-right: 0.33em;
    text-align: right;
}



/*
// Article Editor
*/
div#article-record {
	width: 719px;
	margin: 0 auto;
}
div#article-record #cms-section-input {
	border: 1px solid #cccccc;
	background-color: #efefef;
	padding: 0.33em;
}
div#article-record #host-input,
div#article-record #location-input {
    margin-right: 0.33em;
} 
div#article-record #host-input div.icon,
div#article-record #location-input div.icon {
    display: inline-block;
    margin-top: 0.33em;
}
div#article-record #host-input input {
    width: 95%;
}
div#article-record #location-input input {
    width: 95%;
    margin-left: 0.33em;
}
div#article-record #title-input {
    margin-top: 0.66em;
}
div#article-record #content-input {
    margin-bottom: 0.66em;
}
div#article-record #title-input input,
div#article-record #tags-input input {
    width: 99%;
}
div#article-record #content-input textarea {
    width: 99%;
    height: 33em;
}

/*
// Article Editor (WEBLOG)
*/
div#article-record #category-input {
    float: left;
    width: 50%;
	margin-right: 0.33em;
}
div#article-record #category-input select {
	height: 5.33em;
}
div#article-record #category-input select,
div#article-record #category-select select#article-category {
	width: 100%;
}
div#article-record #category-name-input {
	margin: 0 0.33em;
	padding-top: 2.33em;
}

/*
// Article Display (WEBPAGE)
*/
/* div.article-page { } */

/*
// Article Display (WEBLOG)
*/
div.weblog-page div.post-unpublished {
	background-image: url(/images-app/status-draft.png);
	background-repeat: no-repeat;
	background-position: 95% 24px;
}
div.weblog-page + div.post-info {
	margin-top: 1.33em;
}
div.weblog-page div.post-info {
	background-color: #efefef;
	padding: 0.33em;
	border: 1px solid gray;
}
div.weblog-page div.post-info h2 {
	margin: 0;
}
div.weblog-page div.post-info span {
	font-size: x-small;
}
div.weblog-page div.post-content {
	text-indent: 1.33em;
	margin-top: 0.66em;
}
div.weblog-page div.post-unpublished + div.post-content p {
	color: gray;
}
ul#weblog-cat-list li {
	font-weight: normal;
}
ul#weblog-cat-list li.selected {
	font-weight: bold;
}