@import url( resetMin.css );
@import url( general.css );
@import url( navigation.css );
@import url( layout.css );
@import url( mainContent.css );

::-moz-selection{
	background:#fff;
	color:#444;
}

::selection {
	background:#cc0000;
	color:#444;
}

#footer .colTwo div
{
	float: left;
}

.inline
{
	display: inline;	
}

#footer .itemCon
{
	margin: 0 0 0 188px;
}

#footer h4
{
	color: #000;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.wrap
{
	max-width: 1400px;
	margin: auto;
}

#user-bar-outer
{
	display: none;
	z-index: 100;
	position: fixed;
	bottom: 0;
	padding: 1px 1px 0 1px;
	border: 1px solid #777;
	border-bottom: 0px;
	background: #fff;
	width: 100%;
	-moz-box-shadow: #888 0px 0px 7px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
}

#user-bar-inner
{
	color: #444;
	font-weight: bold;
	font-size: 90%;
	height: 42px;
	line-height: 42px;
	background: #fff url( ../admin/img/user-bar-bg.gif ) repeat-x 0 -8px;
	padding: 0 6px;
}

.boxMenu li, .boxMenu .li
{
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #ccc;
}

.boxMenu li.active, .boxMenu .li.active
{
	padding: 0;
	border: 1px solid #999 !important;
	-moz-box-shadow: #eee 1px 1px 1px;
	-webkit-box-shadow: #eee 1px 1px 1px;
}

.std-emphasis
{
	font-weight: bold;
	font-style: italic;
}

.std-light-emphasis
{
	font-style: italic;	
}

.time-ago
{
	font-size: 80%;
	padding-left: 10px;
}

.boxMenu li:hover
{
	border: 1px solid #aaa;	
}

.boxMenu li.active a, .boxMenu .li.active a, .boxMenu.hover-active li:hover a, .boxMenu.hover-active .li:hover a
{
	background: url( ../admin/img/box-cover.png ) no-repeat bottom left;	
}

.boxMenu li a, .boxMenu .li a
{
	display: block;
	width: 28px;
	height: 28px;
	cursor: pointer;
}

#user-class-menu-container
{
	float: left;
	margin: 6px 10px 0 0;
}

#edit-page
{
	float: right;
	margin-top: 6px;
}

.icon-house-go{ background-image: url( ../admin/img/icons/house_go.png ); }
.icon-page-white-edit{ background-image: url( ../admin/img/icons/page_white_edit.png ); }