/**
 * Main public css less file
 *
 * @author Paul Smith
 * @date Dec 2012
 * @path theme/default_css.less
 */

body { background-color: #F5F5F5; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }

/* Drop down navigation */

#top-nav ul
{
	color: #eee;
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 18px;
	padding: 0px !important;
}

#top-nav ul li
{
	margin: 0;
	display: inline;
	position: relative;
	line-height: normal;
	float: left;
}

#top-nav ul li:hover
{
	background: url(images/top-nav-back.png) top left repeat;
}

#top-nav ul li a
{
	color: #eee;
	padding: 15px;
	display: block;
	line-height: normal;
}

#top-nav ul li a.active
{
	background: url(images/top-nav-back.png) top left repeat;
}

#top-nav ul li a:hover
{
	text-decoration: none;
}

#top-nav ul li ul
{
	display: none;
	width: 250px;
}

#top-nav ul li:hover ul
{
	display: block;
	position: absolute;
	top: 52px;
	background: url(images/top-nav-back.png) top left repeat;
}

#top-nav ul li ul li
{
	width: 100%;
	line-height: normal;
}

#top-nav ul li ul li:hover
{
	background: url(images/top-nav-back.png) top left repeat;
}

/* side navigation */

#sidebar
{
	margin-top: 15px;
	padding: 10px;
}

#sidebar ul
{
	margin: 0px;
	list-style-type: none;
}

#sidebar ul li ul
{
	margin-left: 10px;
}

#sidebar ul li a
{
	font-size: 130%;
}

#sidebar ul li a.active
{
	color: #001A5E;
}

#sidebar ul li a:hover
{
	color: #001A5E;
	text-decoration: none;
}

/* general */

#header
{
	background: url(images/headerback.png) top left repeat-y #001258;
	padding-top: 0px;
	padding-bottom: 40px;
}

#header h1, #header h2, #header h3, #header h4, #header p
{
	color: #eee;
}

#mid
{
	background-color: #fff;
}

#infobar
{
	margin-top: 15px;
	padding: 10px;
}

#infobar h1, #infobar h2, #infobar h3, #infobar h4 { margin-top: 0px; }

#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4 { margin-top: 0px; }

#footer
{
	background-color: #F5F5F5;
	border-top: 1px solid #E3E3E3;
	padding-top: 20px;
	min-height: 150px;
}

#razor-logo-footer
{
	float: right;
	width: 56px;
	height: 56px;
	background: url(images/logo-sml.png) top right no-repeat;
}

#razor-logo-footer:hover
{
	background: url(images/logo-sml-hover.png) top right no-repeat;
}

#razor-logo-footer span
{
	visibility: hidden;
}

#footer h1, #footer h2, #footer h3, #footer p, #footer a, #footer em, #footer i
{
	color: #8b8b8b;
	line-height: normal;
}

.glow-green
{
	text-shadow: 0 0 0.2em #2AB100, 0 0 0.2em #6F0, 0 0 0.2em #29FF00;
}

.glow-red
{
	text-shadow: 0 0 0.2em #F00, 0 0 0.2em #F00, 0 0 0.2em #F00;
}

.float-left
{
	float: left;
}

.float-right
{
	float: right;
}

.no-margin
{
	margin: 0 !important;
}

/* footer navigation */

#footer a
{
	line-height: normal;
}

#footer a:hover
{
	color: #444;
	text-decoration: none;
}

#footer ul
{
	list-style-type: none;
	display: inline;
	margin: 0px;
	line-height: normal;
}

#footer ul li
{
	display: inline-block;
	margin: 0px 0px 15px 0px;
	line-height: normal;
}

#footer ul li a
{
	margin-right: 25px;
	padding: 0px;
	display: inline-block;
}

/* Login page specific */

#login-form
{
	margin-top: 40px;
	margin-bottom: 40px;
}

/* Admin end specific */

.admin-top-nav-icons
{
	margin-top: 3px;
}

#admin-header-section
{
	position: relative;
}

#admin-header-buttons
{
	position: absolute;
	bottom: 10px;
	right: 0px;
}

#catlistsortable
{
	list-style-type: none;
	margin: 0 !important;
}

.table-column-xsmall { width: 5%; }

.table-column-small { width: 10%; }

.table-column-medium { width: 25%; }

.table-column-large { width: 50%; }

.table-column-centered { text-align: center !important; }

.background-dark
{
	background-color: #333 !important;
	color: #eee !important;
}

.background-light
{
	background-color: #E2E6F1 !important;
	color: #333 !important;
}

#catlistsortable h3
{
	cursor: move;
}

#catlistsortable td, #infobar-list td
{
	cursor: move;
}

#messager
{
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
	margin-top: 2px;
}

.checkholder
{
	background-color: #E2E6F1;
	display: inline-block;
	border: 1px solid #ccc;
	margin: 5px;
}

.checkholder input
{
	margin: 2px;
	padding: 2px;
	height: 15px !important;
}

.checkholder label
{
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
}

#infobar-table input
{
	height: 15px !important;
}

#editbox
{
	width: 100%;
	min-height: 300px;
}

/* EOF */