/* @override 
	http://aciddippedmusic.com/wp-content/themes/canvas-adm/custom.css
	http://www.aciddippedmusic.com/wp-content/themes/canvas-adm/503.css
*/

/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles at the end of this file instead 
of style.css so it is easier to update the theme. 
Simply copy an existing style from style.css to this file, 
and modify it to your liking.
*/

html, body {
	margin: 0;
}

form#loginform {
	padding: 7px;
	background-color: #eaeaea;
}

#loginform p.login-submit,
#loginform p.login-password,
#loginform p.login-username {
	margin: 0;
	display: inline-block;
	width: 100%;
	line-height: 28px;
}

p.login-submit input#wp-submit.button-primary {
	background-color: #f76a14;
	color: white;
	text-transform: uppercase;
	display: inline-block;
	clear: both;
	float: right;
	margin-bottom: 0;
	width: 100px;
}

#sidebar h3 {
	padding: 5px;
	background-color: #424242;
	color: #d5d5d5;
}

body {
	background: url(http://aciddippedmusic.com/wp-content/uploads/2013/09/offline-audio-image-2.jpg) no-repeat center -150px;
	text-align: center;
}

div#header {
	display: none;
}

p#admin {
	height: 70px;
	margin: 0;
}

#admin a {
	background-color: #2c3e50;
	color: white;
	text-transform: uppercase;
	padding: 15px;
	text-align: center;
	display: inline-block;
	margin-top: 520px;
	text-decoration: none;
	font: bold 1em Arial, Helvetica, Geneva, sans-serif;
	border: 1px solid silver;
}

p#pluginauthor {
	display: none;
}
