/************************************************
 *	                                            *
 *	Samain Publishing, Ltd. CSS Document        *
 *   Author    :  Chad Gowan                    *
 *   Web       :  http://www.allspeeds.net      *
 *   E-mail    :  chad@allspeeds.net            *
 *   Modified  :  27-August-2008                *
 *                                              *
 ************************************************
 *                                              *
 *	 Color Key         :                        *
 *    Base Baby Blue   : #ccccff                *
 *    Dark Blue        : #6699ff                *
 *    Dark Gray        : #333                   *
 *    Gray             : #999                   *
 *    Light Gray       : #ccc                   *
 *    Maroon           : #660000                *
 *    Dark Maroon      : #330000                *
 *                                              *
 *                                              *
 ************************************************/

/* ADMIN SECTIONS
************************************************/
#admin #wrapper {
	width:100%;
}
#admin #header {
	width:100%;
	background:#660000 url(../images/bg_logo.png) repeat-x;
	color:#fff;
	clear:both;
}
#admin #header a {
	outline: 0; /* @ Firefox, prevent dotted border after click */
}
#admin h1#logo {
	float:left;
	clear:none;
	width:255px;
	height:50px;
	display:block;
	margin-bottom:0;
	background:#660000 url(../images/logo.png) no-repeat;
	text-decoration:none; 
	text-indent:-9999px;
}
#admin #logo a {
	display:block;	
	width:255px;
	height:50px;
}
#admin ul#utilities {
	float:right;
	margin-bottom:0;
}
#admin ul#utilities li {
	float:left;
	padding-right:10px;
}
#admin ul#utilities li#feedback {
	float:none;
	clear:both;
	margin-bottom:7px;
	text-align:right;
	padding-top:3px;
}
/* Nav */
#admin #nav {
	clear:both;
	background:#999 url(../images/bg_nav.gif) repeat-x;
	width:100%;
	height:25px;
}
#admin #nav a {
	color:#fff;
}
#admin #nav ul {
	float:left;
}
#admin #nav a#what-is-link {
	float:right;
	text-align:right;
	line-height:1.0;
	padding-top:.45em;
	padding-bottom:.45em;
	padding-right:10px;
}
/* Content */
#admin #content {
	clear:both;	
	background:#333 url(../images/bg_content.gif) repeat-x;
	padding:10px;
}
/* Footer */
#admin #footer{
	border-top:3px solid #660000;
	border-bottom:1px solid #660000;
	background-color:#330000;
	padding:15px;
	padding-bottom:10px;
}
#admin #footer div#left {
	float:left;
	width:60%;
}
#admin #footer div#right {
	float:right;
	width:40%;
	clear:right;
}
#admin #footer #copyright {
	text-align:right;
}
/* Sliding Section */
#admin #slide_sec {
	display:none;
	width:100%;
	clear:both;
}
#admin #slide_sec .uniForm .ctrlHolder {
	border-bottom-color:#660000;
}
#admin #slide_sec .uniForm fieldset {
	border:0;
}
#admin #slide_sec form#feedbackForm {
	padding:15px 10px 15px 10px;
}
