/* $Id: core.css,v 1.5.2.1 2009/03/10 15:19:13 shannonlucas Exp $ */

/* @file core.css
 * Provides styling for Drupal's admin related features.
 * http://drupal.org/projects/nitobe  */

/* @group Node Editing Tabs */

#tabs-wrapper { margin-bottom: 1em; }

#tabs-wrapper ul.primary, 
#tabs-wrapper ul.secondary {
	background: #ccc url(images/background.gif) repeat;
	border-bottom: 1px solid #333;
	color: #333;
	display: block;
	float: left;
	height: auto;
	line-height: normal;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
	white-space: normal;
	width: 700px;
}

#tabs-wrapper ul.primary li,
#tabs-wrapper ul.secondary li {
	border: 0;
	display: inline;
	line-height: 2.2em;
	margin: 0;
	padding: 0;
}

#tabs-wrapper ul.primary li a,
#tabs-wrapper ul.secondary li a {
	background: transparent;
	border: 0;
	color: #333;
	float: left;
	font-weight: normal;
	margin: 0;
	padding: 0 10px;
	text-decoration: none;
	text-transform: lowercase;
}

#tabs-wrapper ul.primary li a:hover {
	background: #333 url(images/background-dark.gif) repeat;
	color: #4cf;
}

#tabs-wrapper ul.primary li.active a,
#tabs-wrapper ul.primary li.active a.active {
	background: #333 url(images/background-dark.gif) repeat;
	border: 0;
	color: #ccc;
}

#tabs-wrapper ul.secondary {
	background: transparent;
	color: #ccc;
}

#tabs-wrapper ul.secondary li {	line-height: 1.5em; }

#tabs-wrapper ul.secondary li a { padding-top: 4px; }

#tabs-wrapper ul.secondary li a.active {
	border-bottom: 4px solid #ccc;
	color: #333;
}

#tabs-wrapper ul.secondary li a:hover {
	border-bottom: 4px solid #ed1a09;
	color: #ed1a09;
	text-decoration: none;
}

#tabs-wrapper ul.secondary li.active a:hover {
	border-bottom: 4px solid #ccc;
	color: #333;
}

/* @end */


/* @group Admin Styles */
div.admin div.left {
	margin-left: 0;
	margin-right: 10px;
	width: 330px;
}

div.admin div.right {
	margin-right: 0;
	margin-left: 10px;
	width: 330px;
}

.admin-panel h3 {
	border-bottom: 1px solid #ddd;
	margin-bottom: 0;
	text-transform: lowercase;
}

.admin-panel div.body {
	margin: 0;
	padding: 0;
}

.admin-panel div.body p.description {
	color: #888;
	font-style: italic;
	font-size: 90%;
	margin-bottom: 1em;
}

.admin-panel div.body dl.admin-list dt {
	list-style-position: outside;
	list-style-type: disc;
}

.admin-panel div.body dl.admin-list dd {
	color: #888;
	font-size: 90%;
	margin-bottom: 1em;
}

dl.node-type-list {
	clear: both;
	display: block;

}

dl.node-type-list dt {
	display: block;
    padding: 0.25em 0 0 2.5em;
}

dl.node-type-list dd {
	display: block;
	margin: 0 0 0.5em 0;
	padding: 0 0 0 2.5em;
}

/* @end */


/* @group Status Messages */
div.messages {
	font-style: italic;
	margin-bottom: 1em;
	padding: 10px;
}

div.status {
	background-color: #d1ffc0;
	border: 1px solid #65b946;
}

div.warning {
	background-color: #fffbcc;
	border: 1px solid #cfc767;
	margin-bottom: 1em;
}

div.error {
	background-color: #fcc;
	border: 1px solid #d77;
}

/* @end */

